Search code examples
sqlsql-serverjobs

SQL JOB reason 193


I create MSSQL job with console application (operating system - cmdExec), I get error with eason 193.
There is full message:

Executed as user: NT AUTHORITY\NETWORK SERVICE. The process could not be created for step 1 of job 0x4CB38CF498AEE244A487876F4746F5A7 (reason: 193). The step failed.

What could be a cause of it?


Solution

  • Have you gotten this kind of error before or have you successfully created jobs in the past?

    It's likely that that specific account doesn't have the permissions necessary to create the job. If you've got access to SQL Server Management Studio, you can use the two links to learn more about the permissions needed (inside of the MSDB database) as well as how to check and set those permissions for a specific account.