Hi,
I am using Orchestrtaor cloud version. Created a new modern folder named IT . And deployed a process . when running the job facing an error.
Hi,
I am using Orchestrtaor cloud version. Created a new modern folder named IT . And deployed a process . when running the job facing an error.
Hey @Nithinkrishna
Can you please tell where to check the license of that folder?
Please check the same user and machine is mapped to the folder
Also when you trigger job try selecting a machine and user.
Hi,
I have set up the folder and the machine. I have created an asset. in the same folder. When i run the flow facing an error.
Hey @Nithinkrishna
I have solved this error. Right now facing another error . I have created a queue
Yes @Nithinkrishna
Okay great,
Could you please check in your studio’s Resources panel whether the Queue which you are trying to access is available?
Thanks
#nK
Please show the props of the GetTxItem ?
Facing this error
RemoteException wrapping UiPath.Core.Activities.OrchestratorHttpException: Folder does not exist or the user does not have access to the folder. Error code: 1100
at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance,
ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation)
Hey @s.swapna8
Please check the folder name you pass from config is exactly the same as your expected folder…
Thanks
#nK
I have cleared that error by deleting the queue and adding it again.
now facing a new error
I cant predict what it is
Hey @s.swapna8
Looks like the TransactionItem
object which you are using is null
I suggest you to use the debug mode to check step by step whether your transaction item is being retrieved from the queue or not.
Before next run, please check if the queue has some new items to process.
Thanks
#nK