Understanding Orchestration Error Files

The following table describes the attributes in an orchestration error file. The attributes contain details about the orchestration and the error:

Attribute

Description

jsonRequest

A string representation of the incoming JSON request for the orchestration that failed.

requestingAddress

IP address of the host requesting the orchestration.

requestingHost

Host name of the machine requesting the orchestration.

aisURL

AIS URL used to request the orchestration.

errorStatusCode

The HTTP status code returned to the caller when the orchestration failed.

httpMethod

HTTP method sent by caller.

orchestrationName

The name of the orchestration requested.

inputs

The inputs passed to the orchestration (assuming properly formed inputs were passed).

detailInputs

If the inputs are an array, a detailed list of the inputs passed in the array.

errorDetails

An object containing details about the error encountered: the name of the exception, a timestamp, and the exception message.

requestedDateString

A date/time string of when the orchestration request was received.

environment

The EnterpriseOne environment specified in the request.

role

The EnterpriseOne role specified in the request.

jasserver

The EnterpriseOne HTML Server specified in the request.

token

The token included in the request.

deviceName

The name of the device included in the request.

username

The username included in the request.