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!