What permissions do I need to run BI Publisher Web Services
Summary:
Getting this error when trying to run the runReport request for the BI Publisher ReportService:
PublicReportService::generateReport failed: user: [XXXXX] does not have permission to run the report:
Content (required):
I am trying to use a SOAP call to return a BI Publisher report. The service I am using is the Report Service. I've tried using both SOAP UI and Postman.
The body I am sending looks like this:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://xmlns.oracle.com/oxp/service/v2">
<soapenv:Header/>
<soapenv:Body>
<v2:runReport>
<v2:reportRequest>
<v2:attributeFormat>csv</v2:attributeFormat>