How to capture BI Report error in OIC
Summary
How to capture BI Report error in OICContent
Hi Experts,
I'm calling a BI Report in OIC.
https://<Host>/xmlpserver/services/ExternalReportWSSService
Operation : Runreport.
I have this call inside a scope and handling faults in the fault handler of the scope.
Issue is when the user does not have permission on the report or the report does not exist in the environment control goes to the fault handler but does not give the correct error message.
Below is from OIC
"ErrorCode": "{http://schemas.oracle.com/bpel/extension}remoteFault",
"ErrorExplanation": "ICS runtime execution error"
but the Actual error is
Tagged:
0