Categories
- All Categories
- 162 Oracle Analytics News
- 29 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- 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