RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352 While Executing SQL Query

Getting this error while executing SQL Execute query which has so many data. Is this error because of too much data ?

1 Like

Hi @PALKUMARI_PATEL

Is the query taking long? And can you first try to use a simple query on small table and check if it is working. If so then mostly the issue might be because of number of rows… you can restrict the numner of rows that are being retrieved to make it work. But first check with a simple query if your aetupis proper

Cheers

1 Like

Hi,

It is working with other queries. Also It worked for the first time and then i don’t know what happened. But Looks like because of data rows.

But I want all of them in my data table and want to put on Excel file. So, I can’t break it.

1 Like

Hi @PALKUMARI_PATEL

You can get few rows first then get few more in a loop till the rows end

Cheers

2 Likes