I have a SSIS package that I run on SQL 2008, the DTS package is connecting via oracle 11g driver to download information and update some local tables.
Every time this job runs the local tables are updated, but says the job fails with the following message. "Executed as user: sqlservice. The step did not generate any output. The return value was unknown. The process exit code was -1073741819. The step failed."
Even though the job worked, this makes it very difficult when we need monitoring to see if this job is failing.