Hi,
I have an SSIS Package with "Process Task" component which will call an ".exe" file(c# .net console application) . sometimes we are getting following error from ETL Package.
In Executing "C:\Release\Sample.exe" "32410" at "",The process exitcode was "-1073741819"whilethe expected was "0".
In event viewer I can see exception code as
Faulting application name: Sample.exe, version: 1.0.0.0, time stamp: 0x555c24e7
Faulting module name: Sample.exe, version: 1.0.0.0, time stamp: 0x555c24e7
Exception code: 0xc0000005
Fault offset: 0x000096de
Not sure what was the problem . Please help giving suggestion
Regards,
Naveen M