The orchestrator v19.10 has multiple folder like test1, test2 folder.
And each folder has asset text, credentials.
I just tried to get asset with orchestrator manager.
If I selected multiple folder (Default, test1, test2) when orchestrator manager asked folders, the following error was occurred.
Not only “get asset” but also “get credential” also made same error.
Of course, I had login with admin account and gave all rights to robot.
RemoteException wrapping UiPath.Core.Activities.OrchestratorHttpException: Folder does not exist or the user does not have access to the folder. Error code: 1100 at UiPath.Core.Activities.HttpStatusCodeExtension.OrchestratorEnsureStatusCode(HttpResponseMessage response)
at UiPath.Core.Activities.BaseAssetActivity.EndExecute(AsyncCodeActivityContext context,* IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context,* IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor,* BookmarkManager bookmarkManager)
I investigated the issue but couldn’t reproduce it.
You mentioned that you gave the necessary rights, so it’s unlikely that this is the case, but I suggest that you make sure that the account you used for Orchestrator Manager’s login has access to the given folders.
We discussed the issue offline.
The cause was running Orchestrator Manager using the debugging mode.
The debugging mode captures all the errors raised including errors that will be caught and handled properly later, and running without debugging worked fine for this specific error.
We recommend you use Orchestrator Manager with debugging disabled.