I am getting the following error when I run my project in the initallsettings file:
Get Orchestrator asset: Folder does not exist or the user does not have access to the folder. Error code: 1100
I see from the screenshot that you have an invalid syntax Row[“Asset”].ToString()
A valid syntax is
Row(“Asset”).ToString
Also ensure to fix the syntax for the Orchestrator folder in Misc section
Row(“OrchestratorFolder”).ToString
In both the above fixes, I am assuming that Row is your dictionary variable/argument and it holds the two keys “Asset” and “OrchestratorFolder”
Have you checked if your Row[“OrchestratorFolder”].ToString has some trailing spaces? This is a quite common error either when making the queue or the input config where the value is stored.
Could you try with : Row[“OrchestratorFolder”].ToString().Trim()
Other than that, I can only think of your Studio being linked to the correct folder and QueueName.