Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Job configuration error in SQL Server

Author  Topic 

sharathsuman
Starting Member

2 Posts

Posted - 2008-06-16 : 15:50:12
Hi,

I have configured a job in SQL Server 2000 and while executing the job gives me an error.

I configured a job with a step of Type Operating System Command, executing a DTS export into my local folder in E drive. This step is comes as a fourth step in the Job and job fails at this step, but when I exceute the script inside the step in command prompt its exporting the file.

The Script I used is "DTSRUN /S "NAWINWEB022" /N "Export Cantor FilmSourceData" /E".

Unable to figure out what the error is. Please advice.

Thanks,
Sharath

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-06-16 : 15:52:11
You say it gives you an error, yet you didn't provide it.

Remove the double quotes around your server name.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -