We moved to SQL2005, I developed all the SSIS packages and everything works relatively well except one package. I have about 8-10 packages that are scheduled to run every night. (seemingly) Randomly, one of the packages fails once a week or once every ten days or so. All I get in the log is:
Message
The job failed. The Job was invoked by Schedule 7 (Holds - Sat Night). The last step to run was step 1 (run SSIS).
and on the step:
Message
Executed as user: SQL\SYSTEM. The package execution failed. The step failed.
There is nothing in the server logs, the event log, anywhere that I can find as to WHY this package fails.
How can I get more detailed errors without having to re-deploy the package? I've read about logging but it seems like you have to add it in BIDS and then re-add the package to the server, which seems odd to me. There has to be a way to get more detailed information as to why it is failing.
TIA for any help, I'm pretty new to SSIS.
Message
The job failed. The Job was invoked by Schedule 7 (Holds - Sat Night). The last step to run was step 1 (run SSIS).
and on the step:
Message
Executed as user: SQL\SYSTEM. The package execution failed. The step failed.
There is nothing in the server logs, the event log, anywhere that I can find as to WHY this package fails.
How can I get more detailed errors without having to re-deploy the package? I've read about logging but it seems like you have to add it in BIDS and then re-add the package to the server, which seems odd to me. There has to be a way to get more detailed information as to why it is failing.
TIA for any help, I'm pretty new to SSIS.
