I have 2 sequences. The first one is to get data from database and the second is to merge all data then write range to directory.
When i try to run both sequence one by one its fine, but when i try to run all program by invoke workflow it got error System.Exception: Job stopped with an unexpected exit code: 0xE0434352.
My data got up to 900k+ rows but i split it into 200k each file. I know it take much time to run but why i got this error?