cancel
Showing results for 
Search instead for 
Did you mean: 

Job processor for job 39918679 failed with return code -1073741502

Former Member
0 Kudos

Hi Friends,

I am new to CPS. I am getting the following error in CPS. All the jobs were failing with the same status code.

Job processor for job 39918679 failed with return code -1073741502


Can any one suggest what to do?


Regards,

Muthukumar.

Accepted Solutions (0)

Answers (1)

Answers (1)

h_carpenter
Active Contributor
0 Kudos

Hi Muthukumar,

Please see:

http://social.msdn.microsoft.com/Forums/en/transactsql/thread/6a518812-f9a1-4e91-8a76-02b93c928411

You basically have to install the latest service pack for SQL Server 2008.

Regards,

HP

Former Member
0 Kudos

Hi Carpenter,

Thanks for your quick reply.

Scheduler platform agent was installed in 2012 server. All the while, it is suddenly started coming since last night.

Also, SQL server that we are using is 2012.

Please help.

Regards,

Muthukumar.

h_carpenter
Active Contributor
0 Kudos

Hi Muthukumar,

Please provide more information, note that all information I had in the beginning was a job id and a return code. This return code usually means that a DLL failed to initialize. There could be numerous  causes for this.

Now, what type of jobs are reaching Error ? What do they do ? If you are using PowerShell, try "0xC0000142" or "-1073741502" Stop error when many PowerShell sc...

CPS just passes the code you specified in the job definition on to the interpreter on the remote system, so this is a Microsoft issue. I guess that launching the same commands in cmd.exe on the remote system will yield the same results/errors.

Regards,

HP