E1: ORCH: Orchestration Containing Database Connector Fails with "500 Internal Server Error" When Executed from Postman
(Doc ID 2977578.1)
Last updated on OCTOBER 02, 2023
Applies to:
JD Edwards EnterpriseOne Orchestrator - Version 9.2 and laterJD Edwards EnterpriseOne Tools - Version 9.2 and later
Information in this document applies to any platform.
Symptoms
Orchestration containing database connector service request is successfully executed when run from studio but the same orchestration returns "500 Internal Server Error" and below exception when executed from postman.
{
"message": "ServiceRequest <DB Connector>: Message: null",
"exception": "Exception",
"timeStamp": "<timeStamp>",
"userDefinedErrorText": "",
"jde__simpleMessage": "ServiceRequest <DB Connector>: Message: null",
"status": "ERROR"
}
"message": "ServiceRequest <DB Connector>: Message: null",
"exception": "Exception",
"timeStamp": "<timeStamp>",
"userDefinedErrorText": "",
"jde__simpleMessage": "ServiceRequest <DB Connector>: Message: null",
"status": "ERROR"
}
Steps to replicate:
- Create a Database Connection
- Created a Database Connector based on above connection
- Include the connector in an orchestration and make sure that it is successfully executed from orchestrator studio
- Try executing the orchestration from postman using the steps mentioned in: Doc ID 2027695.1 - E1: ORCH: Calling an Orchestration Directly Without Using the Orchestration Client - soapUI, curl, Postman
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |