An error occurred during the execution of xp_cmdshell. A call to 'Create Process' failed with error code '1455' (Error 15121)

  • Dear All,

    I had one of the sql jobs with the following error message An error occurred during the execution of xp_cmdshell. A call to 'Create Process' failed with error code '1455' (Error 15121) but now its working without anything changing and I would like to know what the issue was please?

    Thank you in advance!

  • tt-615680 - Thursday, January 3, 2019 3:58 AM

    Dear All,

    I had one of the sql jobs with the following error message An error occurred during the execution of xp_cmdshell. A call to 'Create Process' failed with error code '1455' (Error 15121) but now its working without anything changing and I would like to know what the issue was please?

    Thank you in advance!

    Call to Create Process is going to return a windows error.
    The second one in parenthesis is the SQL Server error - which is often what you see in the error message. You can find the description for the SQL Server errors in sys.messages.
    The description for Widows error messages can be found by opening a command prompt and executing: net helpmsg <windows error number>
    net helpmsg 1455 is The paging file is too small for this operation.

    Sue

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply