ODI 12c Smart Export SDK Hangs on ExportToXml
(Doc ID 2587925.1)
Last updated on SEPTEMBER 20, 2019
Applies to:
Oracle Data Integrator - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
While using the Oracle Data Integrator (ODI) 12c SDK to do a smart export the call to exportToXml result in a hung state:
ISmartExportService esvc = new SmartExportServiceImpl(odiInstanceHandle) ;
try {
System.out.println("Try export : "+ expScenario) ;
esvc.exportToXml (expScenario, folderPath, smartExportFileName, true, false,expeo, false, relatedObjectsTags,exportKey,false) ;
} catch (IOException e) {
e.printStackTrace () ;
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 |
References |