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 MessagesResponse Code | Response Message | Description |
---|
200 | OK | The record (that is, the work order, process order, or material) was successfully imported. |
202 | Accepted | The record has been accepted for import processing. The final status is pending. |
Table 2. Error Messages from the ClientResponse Code | Response Message | Description |
---|
400 | Bad Request | The inbound message could not be validated or could not be converted into a format suitable for importing. |
401 | Unauthorized | The import failed because the request lacked valid authentication credentials. |
404 | Not Found | The import service was unable to retrieve the status of the record. |
422 | Unprocessable Entity | The import service is attempting to create a record for materials that are not in the Plant Applications system. |
Table 3. Error Messages from the ServerResponse Code | Response Message | Description |
---|
500 | Internal Server Error | A server error occurred while importing a record or while retrieving the status of a record. |
503 | Service Unavailable | The 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. |