Hello, I’m having trouble to link Studio with the assets and queues created in Orchestrator.
When running the initializing of the ReFramework, the following error message occurs:
Can you check the properties of the “Get Orchestrator asset” activity and make sure you have specified the correct folder “CFD\FA” where the asset sits?
Secondly, make sure your Studio project status (green bar at the bottom) is connected to that same folder when debugging
Expand the folder path value and see if it’s not in “”. Sometimes the studio just wraps the value in “” and consider everything we pass as string instead of expression.
This is not a direct answer, however. Its been my strong opinion for several years that managing assets from an Excel config like this should not longer be best practice.
I’d suggest simply removing those values entirely from your config, and adopting a more modern approach, which is to use the get asset activity right before you need to use it, and selecting the values you require in the dropdown. It can validate them at design time now and if you do it this way the package requirements in the Orchestrator can tell you if any assets are missing before you even run the automation.