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
 Old Forums
 CLOSED - General SQL Server
 How to Invoke an Application using jobs

Author  Topic 

gmoulik
Starting Member

2 Posts

Posted - 2004-02-10 : 07:28:38
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.



robvolk
Most Valuable Yak

15732 Posts

Posted - 2004-02-10 : 07:40:27
Please do not cross post:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=32401
Go to Top of Page
   

- Advertisement -