Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Looks like one of the roles is missing Thanks
-
The approach I mentioned above is working for my case The Web Service is returning the contents of the file and based on it I can decide what action to take
-
I am trying another approach After doing some research, I found that there is one Web Service 'Schedule Service' http://host:port/xmlpserver/services/v2/ScheduleService?wsdl with an operation 'getDocumentData()' which will take the job_id and return the byte[] of the output. I am hoping to call this Web Service Operation…
-
Thanks a lot Tim for your reply I tried this and it is working. But I have a question based on what I observed. I was trying to see if I can catch the 'template' errors in the servlet so I can decide what to do based on the successful generation of the report My scenario is that based on the success or failed generation of…
-
Hi Tim I created a Servlet as described in the document and was hoping to read the contents of the Output file https://docs.oracle.com/cd/E28271_01/fusionapps.1111/e26385/reporttriggers.htm#BIPDV008 The code gets compiled after adding some xdo jar files to the project, but when deploying the application to the WebLogic…
-
I just tried the same thing with Apache PDFBox Library And it works Perfectly, both exact same scenarios. This could be a Bug in Oracle PDFDocMerger API.