This is puzzling to me....we are on SQL 2000 SP 4, Windows server 2003. We have several DTS processes scheduled as jobs. When SQL Agent executes the job it reports as being "Successful". However, the file has not updated the data with the export as it should.
The job is run using a domain account with what appears to have all required permissions. This is the same account that SQL Agent uses.
I've also tried setting up the job as a T-SQL command (rather than CmdExec) which executes the xp_cmdshell stored proc, with the same result.
There are no problems executing the DTS manually. I once set up the job with the same owner as the account on the local workstation, but got the same results.
Any input from the SQL DTS gurus would be appreciated. Thanks. drStealth
The job is run using a domain account with what appears to have all required permissions. This is the same account that SQL Agent uses.
I've also tried setting up the job as a T-SQL command (rather than CmdExec) which executes the xp_cmdshell stored proc, with the same result.
There are no problems executing the DTS manually. I once set up the job with the same owner as the account on the local workstation, but got the same results.
Any input from the SQL DTS gurus would be appreciated. Thanks. drStealth