Hi
We have a job scheduled every morning 03:00 which has been running for years without any issue. However, it failed today saying in the log that LoadFromSQLServ er failed. The work of the job is to call a stored procedure via isql which in turn executes a set of dts packages to load data from file to the db. I tried executing the individual dts via spExecuteDTS and the same result.
When I tried executing these dts individually from enterprise manager, they ran fine without any problem. The login credentials used were the same as in the scheduled job. Any clue where the problem is ?
I have to ensure that the overnight update does not fail tomorrow.
Thanks in advance..
We have a job scheduled every morning 03:00 which has been running for years without any issue. However, it failed today saying in the log that LoadFromSQLServ er failed. The work of the job is to call a stored procedure via isql which in turn executes a set of dts packages to load data from file to the db. I tried executing the individual dts via spExecuteDTS and the same result.
When I tried executing these dts individually from enterprise manager, they ran fine without any problem. The login credentials used were the same as in the scheduled job. Any clue where the problem is ?
I have to ensure that the overnight update does not fail tomorrow.
Thanks in advance..
Comment