Job running failed

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.

image

1 Like

Hey @s.swapna8

Looks like there is no machine mapped to the folder.

Thanks
#nK

Hi @Nithinkrishna

I have mapped my machine to the folder.

1 Like

Hey @s.swapna8

Is that having an Un-Attended license

Thanks
#nK

1 Like

Hey @Nithinkrishna

Can you please tell where to check the license of that folder?

1 Like

Hi @Nithinkrishna

I have added 1 unattended robot to my machine

1 Like

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.


1 Like

Hey @s.swapna8

Please show or check the folder path you are passing for the activity ?

Thanks
#nK

1 Like

Hey @Nithinkrishna

I have solved this error. Right now facing another error . I have created a queue


and have created a flow. Facing an error like you are not authenticated.

1 Like

Hey @s.swapna8

Is your robot connected to orchestrator ?

Thanks
#nK

1 Like

Yes @Nithinkrishna

image

1 Like

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

1 Like

Hey @Nithinkrishna


Yes it is present.

Thanks,
Swapna.S

1 Like

Please show the props of the GetTxItem ?

1 Like

1 Like

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)

1 Like

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 :expressionless:

image
I cant predict what it is

1 Like

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

1 Like