I am getting below exception in UIpath especially when it involves large amount of data
"RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352
Some time I am getting this error in Build data table, some time in write cell some time in another activity.
I tried to catch this exception by using System.Exception. But still Uipath is stopping abnormally throwing out this error. I need to find a way to handle this exception using try catch. can any please help
yes with few records its working fine. But my work flow is to search data from data base and compare. So some times the data is huge. This issues rise only some times. So I am looking for Try catch kind of solution, so that if this issue occurs, Uipath should be able to skip that particular step and then continue.
But even Sytem.exception is not handling this
Well,
i would look at this first error:
Exception Info: System.OutOfMemoryException
Does your bot/studio has enough RAM to process big loads of data at once? Does it crash when your out of RAM? You might have to monitor your bot/studio when the job is running a big data set.