Hi SQL Server pros -
I'm using SQL Server 7 in an NT 4 environment.
I built a DTS package to copy data from a file on the AS400
to my SQL Server 7 table.
The package runs perfectly when I run it 'on-demand' ... (when I right-click on the package name, click Execute)
But if I schedule the package, it always fails when it tries to execute. I specified an error log file for the package but the information that gets logged is not detailed enough to be of any help in isolating the problem.
Again, package works when I run it manually, but always fails when it runs as a scheduled job.
What might the problem be ?
Thanks, John
I'm using SQL Server 7 in an NT 4 environment.
I built a DTS package to copy data from a file on the AS400
to my SQL Server 7 table.
The package runs perfectly when I run it 'on-demand' ... (when I right-click on the package name, click Execute)
But if I schedule the package, it always fails when it tries to execute. I specified an error log file for the package but the information that gets logged is not detailed enough to be of any help in isolating the problem.
Again, package works when I run it manually, but always fails when it runs as a scheduled job.
What might the problem be ?
Thanks, John