Response Codes

The ERP Integration database contains HTTP response codes and response messages returned by the ERP Import service. The responses provide the status of the import process. This topic provides the response codes, messages, and their description for each type of response.

Table 1. Success Messages
Response CodeResponse MessageDescription
200OKThe record (that is, the work order, process order, or material) was successfully imported.
202AcceptedThe record has been accepted for import processing. The final status is pending.
Table 2. Error Messages from the Client
Response CodeResponse MessageDescription
400Bad RequestThe inbound message could not be validated or could not be converted into a format suitable for importing.
401UnauthorizedThe import failed because the request lacked valid authentication credentials.
404Not FoundThe import service was unable to retrieve the status of the record.
422Unprocessable EntityThe import service is attempting to create a record for materials that are not in the Plant Applications system.
Table 3. Error Messages from the Server
Response CodeResponse MessageDescription
500Internal Server ErrorA server error occurred while importing a record or while retrieving the status of a record.
503Service UnavailableThe connection was refused or the server was unable to import a record or retrieve the status of a record due to a temporary server overload or other transitory condition.