Hello,
I've never set up this type of job (Operating Sytem (CmdExec)) so I'm completely lost when it comes to the syntax. We have several other jobs that run this type of step, and I'm following the same syntax, but it's not working for me.
All I need to do is execute a Windows command script (.cmd) that will encrypt two text files that I have in the same folder. I tried doing this from Visual Studio, and it worked in Visual Studio, but once I uploaded the VS package to a SQL Server Job it woudln't work, so I thought making this part a seperate step in the job would be the way to go.
Path of my .cmd file that needs to be executed:
d:\MFT\VC\crypt.cmd
I tried putting that directly into the command area in the job step but got the following error:
Files\gnu\gnupg\gpg.exe"" was unexpected at this time. Process Exit Code 255. The step failed.
I also tried in quotes and got the same error.
I would really appreciate any help - Thank you!
I've never set up this type of job (Operating Sytem (CmdExec)) so I'm completely lost when it comes to the syntax. We have several other jobs that run this type of step, and I'm following the same syntax, but it's not working for me.
All I need to do is execute a Windows command script (.cmd) that will encrypt two text files that I have in the same folder. I tried doing this from Visual Studio, and it worked in Visual Studio, but once I uploaded the VS package to a SQL Server Job it woudln't work, so I thought making this part a seperate step in the job would be the way to go.
Path of my .cmd file that needs to be executed:
d:\MFT\VC\crypt.cmd
I tried putting that directly into the command area in the job step but got the following error:
Files\gnu\gnupg\gpg.exe"" was unexpected at this time. Process Exit Code 255. The step failed.
I also tried in quotes and got the same error.
I would really appreciate any help - Thank you!