Hi there,
I have a stored procedure that calls a DTS package.
I have designed the DTS package and its data source is a text file locaed on a map drive.
When I created the package a job with the same name has been created under the SQL Server Agent. I removed the scheduler for this job as I onl run it when the user wants to.
The problem is that if I run the package from within the SQL dbase, it runs with no problems. Hoever if I run it as it should from a web based application then it wouldn't run (would not copy th data into the table).
If I now look at Jobs under Management, I see my Job showing a red error icon next to it. Refreshing it does not return the job to its correct state.
Can anyone help on this? Thank you in advance.
Tibi
I have a stored procedure that calls a DTS package.
I have designed the DTS package and its data source is a text file locaed on a map drive.
When I created the package a job with the same name has been created under the SQL Server Agent. I removed the scheduler for this job as I onl run it when the user wants to.
The problem is that if I run the package from within the SQL dbase, it runs with no problems. Hoever if I run it as it should from a web based application then it wouldn't run (would not copy th data into the table).
If I now look at Jobs under Management, I see my Job showing a red error icon next to it. Refreshing it does not return the job to its correct state.
Can anyone help on this? Thank you in advance.
Tibi