Bot is able to run in dev and UAT in unattended mode but unable to run correctly in production unattended mode

I’m using three remote desktop to reach client server. This is happening with dispatcher process. when I run the dispatcher process job showing successful state but its not adding data in queues.
showing blank value.

Hi @sadekshaikh9922

Check the input file has data or not.
If you have checking any condition to filter the input data when the condition fails it will send empty data to the queues.

Recommended to debug the performer workflow and use breakpoints where the data is storing after that check the Variables is containing data or not in the watch or local panel. Use write line activity to print the data in the output panle for our reference.

Hope it helps!!

Thanks for reply.
Input file has data approx. 250 rows are present. but in Dev and UAT its working fine as excepted.

1 Like

You’ll have to give more detail before anyone can help you. Where are you getting the data? Are there any exceptions? Are you using the exact same input file in QA and prod? If not, have you looked to make sure the format of the prod file is identical to the QA file?

Thanks for your reply.

I’m getting this data from client server.there is no exceptions.yes I’m using same input file .when I run manually in Attended mode it’s working fine.

How are you getting the data from the file? Show us your code.

Issue solved . Thank you for replying.

Hi @sadekshaikh9922 ,

You could let us know what was the issue and how were you able to Solve it maybe in the form of Steps. This way others who are experiencing the same would get help sooner.

You can post the steps and mark it as the solution or If the solution is already present in one of the suggestions mentioned, do mark it as the solution, so that the Thread can be closed.

1 Like