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)
 How to invoke an Application using cmExec type Job

Author  Topic 

gmoulik
Starting Member

2 Posts

Posted - 2004-02-10 : 07:30:12
Hi
I am trying invoke an application using SQL Server Jobs(cmdExec type),which is written in C# , I copied the exe in E drive.

I have written the following line in the Job Step
E:\TCPIP1.exe\E\Q "TCPIP" . but it is not invoking the application on the scheduled time, I looked into the job History , it says

"The process could not be created for step 1 of job 0x766FCD0A13CFF84D8C92D1A35E5860A9 (reason: The system cannot find the file specified). The step failed."

can anyone tell me what is the reason ? I think I can invoke any application/batch file using cmdExec type Job , am I correct ?
I am looking for some study materials on SQL Server Jobs , It will be great if you can tell me where can I get some real good material.

Thanks in Advance
Gautam.



X002548
Not Just a Number

15586 Posts

Posted - 2004-02-10 : 11:14:55
Who's E: Drive?



Brett

8-)
Go to Top of Page
   

- Advertisement -