Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Check the below , tried to run a sample report and share the URL .. Interactive Output…
-
Please check the following for the complete bursting process In Depth Apps - Oracle eBusiness Suite - Gareth Roberts: BI Publisher EBS Bursting 101: A tutorial/case study including … and for your email delivery please check your parameters as below ... Regards, Yugandhar
-
Shari - Please try closing all the applications clear the cache , remove temporary files and even reboot you machine. Sometime with MS word when you run the report multiple times it may hold it the cache .. hope this helps
-
this definitely seems to be a java issue and . try re-installing java and check it out .. other alternative is to install in a different machine altogether
-
Sameer, I assume YES, try the following in your trigger query the JOB_ID from the scheduler table as below .. SELECT JOB_ID,STATUS FROM XMLP_SCHED_JOB WHERE USER_JOB_NAME ='JOB_NAME' Hope this helps Yugandhar
-
it would be easy if you can send the RTF and the sample XML to the thread
-
Pl check the following blog post for a detailed example https://blogs.oracle.com/xmlpublisher/conditional-totals
-
does the object within the guest folder is accessible by anyone ? I mean to ask from permissions standpoint
-
The requirement is not clear. . from what I understand there are multiple job that creates multiple outputs / files and you want all the files to be merged correct ? Are all the outputs writing to the same location ? Are all the output type same ? PDF ?? if both are yes and output is PDF write a utility to merge the pdf…
-
Lilian, From what i understand you want the only 20 lines or 25 lines (FIXED NUMBER of lines) displayed on each page ? please see the below blog post https://blogs.oracle.com/xmlpublisher/anatomy-of-a-template-i-fixed-row-enumeration hope this helps !!
-
One suggestion is to try split it into multiple batches, based on some kind of ID . Please be aware that you are using a reporting tool to create data dumps which is not suggested rather write some package that can extract the required data. Hope this Helps !!
-
is it a BIP enterprise or peoplesoft ? eBS etc?? If peoplesoft https://docs.oracle.com/cd/E58500_01/pt854pbh1/eng/pt/txml/task_CleaningUpBIPublisherMetadata-6f7f7c.html#topofpage
-
Djam, Pl see the install notes in the below URL https://docs.oracle.com/cd/E29542_01/bi.1111/e48576/toc.htm#BIEMI101 Hope this helps
-
check the following blogs which may give you some idea .. https://blogs.oracle.com/xmlpublisher/anatomy-of-a-template-i-fixed-row-enumeration https://apps2fusion.com/apps/apps/155-xml-publisher-developing-reports-printed-on-pre-printed-stationary Hope this helps
-
can you please try with another simple RTF template to rule out issue with the tool itself ?
-
Matthieu, Please make sure the data (xml) is loaded, as once you load the data you should see the conditional format as below.. Other option is if you know what your condition is you can manually write code Hope this helps
-
Sanjay, Yes BI Publisher supports the use of triggers , there are some decent samples in the below links http://www.quest4apps.com/xml-report-from-xml-data-template/ https://docs.oracle.com/cd/E10415_01/doc/bi.1013/e12187/T421739T434255.htm Hope this helps .. Regards, Yugandhar
-
you can try using REST API or try using as web service https://docs.oracle.com/cd/E21764_01/bi.1111/e18863/webservices.htm#BIPDV002
-
Cheryl, When you are building your template run a for-each:group on G_CUST_INV display the"CUST_ID_INV" and a for-each or for-each current group and display the "CONS_BILL_DISP" something like below Hope this help s...
-
Rashmi - Pl double check "user with a role granted digital signature privileges" .. Also do verify versions and compatibility ..