Stored Procedure Timeout/ Server is not responding error

I want to execute a Stored Procedure in UiPath which when run in SQL Server Management Studio returns 3.7 million rows and execution time is around 23 minutes.

When I execute this stored proc in UiPath I receive an error as Timeout/Server is not responding. I increased the timeout to 40 minutes and then I get an error “RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352”. Can someone please suggest a way to get this running?

Thank you!

1 Like

Maybe memory error, limitations in executor orchestrator link, bugs…

I suggest running SP in a separate process. Either batch, sqlcmd, ssms…
And you robot only still monitoring any result when process is done.

1 Like

Hi @Arshpreet_Singh

Kindly check the link for similar error

Here in your case can you make sure file is not corrupted

Thanks