Job stopped with an unexpected exit code: 0xC0000005 - DB Query

Hello everyone,

I have run into an unexpected issue within UiPath. I basically have a bot where a portion of it takes in unique Customer IDs, puts it into a SQL query and then that query in turn generates records that I use later on during processing.

Now these are several queries ( 8 total queries to be exact) . All of them work fine except for one query that for some reason as of recent it started generating the following error:

Job stopped with an unexpected exit code: 0xC0000005

Now I googled this error and there has been several topics but nothing that I tried from there worked :frowning: . I wish that I could upload the robot and the data here but unfortunately it contains non-public information and I cannot share it here.

Is there a way to possibly help me troubleshoot this issue as the error is not really intuitive and does not give me a good description as to what is going on ( Please note that if I run the query separately in SQL , it runs just fine).