Hello everyone,There may be a problem when running automations in my UiPath orchestrator, then I do not get this error when I run it myself. I am sharing the error below: Job stopped with an unexpected exit code: 0x00000003
Welcome to the community
is it happening only for unattended run?
Is it running and giving exit code or before that?
did you try logging into machine while running to see?
can you please specify any details on if any specific part it is failing ?
cheers
Greetings, first of all, thank you very much for your interest.
I put my automation in the trigger and say start working at 12 o’clock. The automation starts working, 40 seconds pass and the automation gives this error. My automation opens web pages and scrapes data. My automation process works in parallel, I open 4 websites together in each parallel. I want to say that after giving an error, when I enter it again and run it manually, it does not cause any error.
Greetings, first of all, thank you very much for your interest.
I put my automation in the trigger and say start working at 12 o’clock. The automation starts working, 40 seconds pass and the automation gives this error. My automation opens web pages and scrapes data. My automation process works in parallel, I open 4 websites together in each parallel. I want to say that after giving an error, when I enter it again and run it manually, it does not cause any error.
So at what point in the automation is it failing?
At that point what is the step that is happening as per logs?
Also do ypu have a screenshot mechanism
Cheers
Hello, please excuse my late reply.
The workflow is like this every time I automate, websites are opened in parallel. When I enter Dowhile, I usually get this error in the first parallel.
May I know what is happening in parallel? is it ui interactions?
if so there are high chances it would fail
also check the eventviewer logs
cheers
The logic of the parallels is as follows: Open 4 websites, collect the prices and room types on the site, there is actually no user interaction. At the end, the prices are printed into the database.
not user interaction but there are ui interactions to load site and get data
can you please check event viewer
cheers