ERP File Based Data Import Web-Service Fails Intermittently with the Error: csIsNotCheckedOutError
(Doc ID 2559070.1)
Last updated on MAY 07, 2024
Applies to:
Oracle WebCenter Content - Version 11.1.1.9.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.1.1.9.0 version, Fusion Application Integration
Web-service call (uploadFileToUcm) below fails intermittently. Keep retrying it and after many attempts it will work.
String documentID =
uploadFileToUcm(dataFile.getParent(), dataFile.getName(),
contentType, ContentID, cloudUserName,
ContentID, ucmAccount);
ERROR
-----------------------
org.xxxxx.ws.erp.ServiceException: JBO-There are issues with the UCM Service while file upload. Verify the request payload.: There are issues with the UCM Service while file upload. Verify the request payload..oracle.apps.fnd.applcore.messages.FndMessagesUtil$FndMapResourceBundle
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:135)
at com.sun.xml.internal.ws.client.sei.StubHandler.readResponse(StubHandler.java:238)
at com.sun.xml.internal.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:189)
at com.sun.xml.internal.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:276)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:104)
at com.sun.xml.internal.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:77)
at com.sun.xml.internal.ws.client.sei.SEIStub.invoke(SEIStub.java:147)
at com.sun.proxy.$Proxy41.uploadFileToUcm(Unknown Source)
at xxxx.Conversions.loadInterfaceFile.uploadFileToUcm(loadInterfaceFile.java:1245)
at xxxx.Conversions.loadInterfaceFile.importFile(loadInterfaceFile.java:236)
at com.informatica.powercenter.server.jtx.JTXPartitionDriverImplGen.execute(JTXPartitionDriverImplGen.java:300)
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 |