Orchestrator Web Service Error Messages

Applies To: System Center 2012 - Orchestrator, System Center 2012 R2 Orchestrator, System Center 2012 SP1 - Orchestrator

The following table lists the error codes you might encounter when you use System Center 2012 - Orchestrator web service.

HTTP status code Entity Response Condition

BadRequest

Job

Cannot change the job status to '{0}'.

Occurs when a status change is not valid which could be one of the following actions:

  • Changing to the same value, that is, Canceled to Canceled or Completed to Completed, and so on.

  • Trying to change the status of a Canceled or Completed job

The only valid transition is to change a running job to Canceled.

BadRequest

Job

RunbookId '{0}' specified does not exist.

Occurs when you attempt to create a job for a runbook that does not exist.

BadRequest

Job

The runbook '{0} ' cannot be started because it is checked out.

Occurs when you attempt to run a checked-out runbook.

BadRequest

Job

Required number of parameters not received in the request.

Occurs when the required number of parameters is not passed to the request at job creation.

BadRequest

Job

Job parameter not in expected format. <Data><Parameter><ID></ID><Value></Value></Parameter><Parameter><ID></ID><Value></Value></Parameter></Data>

Occurs when the Parameter XML format is not valid.

BadRequest

Job

Cannot retrieve the requesting user's identity.

Occurs when the web service fails to determine the user who makes the request.

BadRequest

Job

Specified runbook server name is either empty or does not exist.

Occurs when the runbook server specified at job creation is not valid.

BadRequest

Job

PropertyCannotBeUpdated

Occurs when a property other than job status is updated.

BadRequest

RunbookDiagram

Cannot resolve the entity specified in the request.

Occurs when the E-Tag is not null; that is, when an If-Match or If-None-Match header is not present in the request

BadRequest

Runbook Diagram

Cannot resolve the entity specified in the request.

Occurs when the requested runbook diagram does not exist.

InternalServerError

RunbookDiagram

Failed to retrieve the diagram for runbook '{0}'.

Occurs when the web service cannot retrieve the runbook diagram from the server.

MethodNotAllowed

Job

The requested operation requires Publish permissions on the runbook.

Occurs during a job creation or update if the caller does not have Read and Publish permissions on the runbook.

MethodNotAllowed

RunbookDiagram

The operation requested is not allowed on the resource.

Occurs when a delete or write request is made on a runbook diagram.

NoContent

RunbookDiagram

No diagram available for the specified runbook.

Occurs when no image is associated with a runbook.

See Also

Concepts

Authentication and Authorization

Other Resources

System Center 2012 - Orchestrator Web Service