Summary
Fusion BIP Report With Given File Name Issue
Content
Objective:
Initiate BIP report, get the Asynch report output file into UCM with the given file name for Fusion HCM / ERP.
WSDL used:
https://<HOST:PORT>/xmlpserver/services/ScheduleReportWSSService?wsdl
Operation used:
scheduleReport
Issue faced:
When we invoke the report without <deliveryChannels> option given below where we actually provide the require file (TEST_FILE_BIP.txt) name it is working.
But when we invoke with <deliveryChannels> options in the request payload it is not working and we are getting the below exception
<deliveryChannels>
<wccOptions>
<item>
<WCCAccount>hcm$/dataloader$/export$</WCCAccount>
<WCCAuthor>TEST_USER</WCCAuthor>
<WCCFileName>TEST_FILE_BIP.txt</WCCFileName>
<WCCIncludeMetadata>false</WCCIncludeMetadata>
<WCCSecurityGroup>FAFusionImportExport</WCCSecurityGroup>
<WCCServerName>TEST_UCM_SERVER</WCCServerName>
<WCCTitle>TEST_FILE_BIP.txt</WCCTitle>
</item>
</wccOptions>
</deliveryChannels>
Exception:
<env:Fault>
<env:Code>
<env:Value>env:Receiver</env:Value>
</env:Code>
<env:Reason>
<env:Text xml:lang="en-US">java.lang.NullPointerException</env:Text>
</env:Reason>
</env:Fault>
Detail Fault
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header/>
<env:Body>
<env:Fault>
<env:Code>
<env:Value>env:Receiver</env:Value>
</env:Code>
<env:Reason>
<env:Text xml:lang="en-US">ScheduleServiceImpl::checkOwnerPermission failed due to process job [132709] oracle.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerException:</env:Text>
</env:Reason>
<env:Detail>
<InvalidParametersException xmlns="http://xmlns.oracle.com/oxp/service/ScheduleReportService">
<Message xmlns="">ScheduleServiceImpl::checkOwnerPermission failed due to process job [132709] oracle.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerException:</Message>
</InvalidParametersException>
</env:Detail>
</env:Fault>
</env:Body>
</env:Envelope>
Please let us know if anything we missed, or some wrong values are passed for the request.
Regards,
Srini