10 pts.
 Help running a CmdEXEC from the SQL Server
I am trying to run a CmdEXEC from the SQL Server- script c:userspublicdocuments The process could not be created for step 1 of job 0xAA781DCB64C4D84392B6730923A77C3D (reason: The system cannot find the file specified). The step failed any help?

Software/Hardware used:
ASKED: November 16, 2010  6:36 PM
UPDATED: November 17, 2010  12:24 AM

Answer Wiki:
Make sure the path to your script exists and that the account being used has the necessary privileges to access it. Also, the script itself might not be seen as an executable by the system. For example, if you want to run a vbscript, the step command should be: <pre><b>cscript </b>c:pathscript.vbs</pre> and not just: <pre>c:pathscript.vbs</pre> -----------------
Last Wiki Answer Submitted:  November 17, 2010  12:24 am  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _