UiPath stopped working error pop up messgae

Hi,
Sometimes, UiPath services gets stopped automatically while robot is running.
can anyone please suggest any solutions?
Thanks.

It’s possible that you need to make a change to the registry

  1. Go to Start > Run > and type regedit
  2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  3. With the control folder selected, right click in the pane on the right and select new DWORD Value
  4. Name the new DWORD: ServicesPipeTimeout
  5. Right-click ServicesPipeTimeout, and then click Modify
  6. Click Decimal, type ‘180000’, and then click OK
  7. Restart the computer
4 Likes

Digging an old post. Could you kindly explain what is the change of regedit did in the steps above, @richarddenton ?

Recently I happen to bump on this the same error message and it only happen when I read bulk Excel files, so I’d like to know the chance the above step will resolve the problem (since I can’t easily edit the regedit here, it needs to pass some security procedures).

It seems like adding time to process (all process?) timeout to 3 minutes, does that mean I can prolong it further too?

1 Like

Could you kindly explain what is the change of regedit did in the steps above,

@whyyouandi- Hi,

Have you found the solution . does above solution helps.
I too facing the same issue for the last 3 days

it would be very grateful if you could respond

Hi Mdshahul, no I didn’t get to try the above alternative, it was difficult to get through the security approval.