System Exception : Read CSV

I have given delay of 3 seconds.

Yeah @Vidya_Srinivasan

That is just to avoid erroring out if there are no background processes running in task manager.

Are you still getting the issue with the selectors?

No i didnt…this error came up after 3-4 successful transactions.
So all applications closed.But i didnt see the selector issue so far.

Please try running it again and let me know the results :slight_smile:

I wish better luck next time.
I was able to process 12 out of 14 transactions.


And then the same error.

Do u think i should increase the delay timing from 3 seconds to 6 seconds may be ?

Yeah. I hope the files are still opened in the back end.

Can you please let me know why you are trying to open the same excel again and again @Vidya_Srinivasan

And you are trying to open it from the temp storage?

I am not trying to open same excel again and again as per my understanding if i am not wrong.
The steps are as follows :
1)I tried to check if the file has been created using while loop.
2)We then use kill process and delay to avoid overlap between creation and reading.
3)Then i read the fille (CSV)

All my monthly reports and yearly are stored in Temp folder.Are they expected to be different.System1_CreateYearlyReport.xaml (31.9 KB)
Attaching the XAML file.Please let me know if i am missing out on something.

This is where i have been having all my projects so far.

You are using the Kill process in catch activity @Vidya_Srinivasan,

please move it to try and then give a check :slight_smile:

image

1 Like

Thanks a lot for helping me in my last crucial doubts.
I cleared assignment 2 :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.