Run BI report >10MB in OIC
Summary
Run BI report >10MB in OICContent
I am trying to run a report from Oracle BI using OIC. I am using runreport method of Reportservice (https://****.xx.us2.oraclecloud.com/xmlpserver/services/v2/ReportService?WSDL) which will generate a base64 encoded reportbytes. I decode the report bytes in stage action.
I have received the below error recently.
ERROR:
oracle.cloud.connector.api.CloudInvocationException: CASDK-0059: Unable to process the response received from the client application. The response received by the OIC integration flow is rejected
The response received has been rejected since the content received of length 10881300 bytes exceeds the maximum allowed threshold of 10485760 bytes (10 MB)
Tagged:
0