Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 34 Oracle Analytics and AI Sharing Center
- 22 Oracle Analytics and AI Lounge
- 272 Oracle Analytics and AI News
- 47 Oracle Analytics and AI Videos
- 16.1K Oracle Analytics and AI Forums
- 6.3K Oracle Analytics and AI Idea Labs
- Oracle Analytics and AI User Groups
- 99 Oracle Analytics and AI Trainings
- 16 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
BI publisher API uploadReportObject completed with error
Content
I would like to upload BIP directory object by using BI pub APIs, the directory contains RP and DM.
Tried out this operation with appropriate parameters;
reportObjectAbsolutePathURL
objectType : xdrz (this means the object type is Directory)
objectZippedData : zipped and encoded with base64 object data, and I passed the response of downloadReportObject API.
And I am trying to invoke this api by Python script.
As a result, uploadReportObject API completed with error. The error massage
"PublicReportServiceImpl::executeUploadReport Failure: due to Report Name contains special characters for report"
was returned.
On the other hand, when I invoke this api with exactly same parameters from SOAP client tools (SOAP UI e.g.), in that case api was completed successfully and the directory object was found BIP catalog appropriately.
Does anyone help us determining the cause of API error?
Thanks,
Version
BIP 11.1.9 bundled with ERP Cloud
Comments
-
Resolved myself.
To upload object by Directory, pass the reportObjectAbsolutePathURL without "/" on end of URL
OK: Custom/XXGL/01
NG: Custom/XXGL/01/I hope this will help.
0