Where is, (or even does it exists) the best place to look for some details on when package execution fails if running as a scheduled job. Obviously when you run from the command line or in VS, there is plenty of output detail on progress and on the source of errors, but when you run it as a scheduled job, it just says step 1 failed in the sql server log, and package foo failed in the NT application log . Is there anywhere to find this info or do we need to build error traps into the package to write stuff out somewhere?
THX
Davepackage logging looks like a candidate?
http://support.microsoft.com/kb/918760|||
drmcl wrote: |
|
package logging looks like a candidate? http://support.microsoft.com/kb/918760
|
Its the ONLY candidate.
You should also be aware of this:
Job History and Job Step Sub-Systems
(http://wiki.sqlis.com/default.aspx/SQLISWiki/ScheduledPackages.html)
-Jamie
No comments:
Post a Comment