ODI on Marketplace - "HTTP ERROR 500 AsyncContext timeout" Error Thrown when Trying to Execute Scenario Through SOAP Call Using OdiInvoke
(Doc ID 2749944.1)
Last updated on JULY 02, 2021
Applies to:
Oracle Data Integrator on Marketplace - Version 12.2.1.4.200123 and laterInformation in this document applies to any platform.
Symptoms
Executing the below OdiStartScenRequest SOAP call using OdiInvoke results in a "500" error (the capitalized italicized values are placeholders for the actual values):
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:odi="xmlns.oracle.com/odi/OdiInvoke/">
<soapenv:Header/>
<soapenv:Body>
<odi:OdiStartScenRequest>
<Credentials>
<OdiUser>supervisor</OdiUser>
<OdiPassword>PASSWORD</OdiPassword>
<WorkRepository>WORKREPO_NAME</WorkRepository>
</Credentials>
<Request>
<ScenarioName>SCENARIO_NAME</ScenarioName>
<ScenarioVersion>SCENARIO_VERSION</ScenarioVersion>
<Context>GLOBAL</Context>
<LogLevel>5</LogLevel>
</Request>
</odi:OdiStartScenRequest>
</soapenv:Body>
</soapenv:Envelope>
Response Error thrown:
Changes
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 |
Changes |
Cause |
Solution |