Xml publisher of R12 with apex for reporting

Hi gurus,
can i use the inbult xml publisher engin of R12 to configure Apex reports.
Please Help
Regards
Vishal

NO, the license for that version of BI Publisher does NOT allow you to use it with external tools.... You would be better off getting a new licensed version for your APEX install...
Thank you,
Tony Miller
Webster, TX
There are two kinds of pedestrians -- the quick and the dead.
If this question is answered, please mark the thread as closed and assign points where earned..

Similar Messages

  • Is XML Publisher 5.6.3 available for EBS 11.5.10.2?

    Hi
    Is XML Publisher 5.6.3 available for EBS 11.5.10.2?
    If yes then where is this?
    Thanks
    RT

    Hi Paul
    1. Yes,
    http://www.oracle.com/technology/software/products/publishing/index.html
    BI Publisher Desktop 10.1.3.2.1 for Microsoft Windows this is the 5.6.3 release in the guise of 10.1.3.2.1
    2. Yes, but with some caveats. Im going to document in a few days on theblog.
    Regards, Tim

  • Problem with Apex layout report  XSL-FO build by bi-publisher word plug-in

    Hi all...
    this is what I should do:
    - generate a layout with bi-publisher word plug-in ---> it's ok
    - export this layout in xsl-fo stylesheet --> it's ok.
    - create an apex layout report with xsl-fo stylesheet --> it's ok.
    - create an apex query report with the above layout
    At this point when I test the report I have a corrupted pdf file....
    can you help me!!!
    Many thanks
    araf

    Hi,
    do you use BI Publisher or another XSL-FO-Engine? Is BI Publisher running? Is it configured in the instance settings?
    Regards
    Rainer

  • Performance issues ..with apex in reports version 3.1

    Hello All,
    I am using apex 3.1 oracle 10g.
    I am facing with performance issues with apex . I am generating iteractive reports with apex and the number of records are huge - running in 30 to 40 thousands of records and the reports is taking almost 30 minutes.
    How I can improve the performance of this kind of report. I am using apex collections.
    How apex works in terms of retrieving the records -?
    Please let me know .
    Thanks/kumar
    Edited by: kumar73 on Jun 18, 2010 10:21 AM

    Hello Tony ,
    The following are the sequence of steps to run the test case.
    Note:- All the schemas , tables and variables are populated from database.
    From Schema and Relations tab choose the following:
    1)     Select P3I2008Q4 as schema.
    2)     Choose Relation as query path.
    3)     Select ECLA, ECLB, MTAB as relations.
    From Variables choose the following:
    4)     Choose the variables AGE_SEXA,CLODESCA,ALCNO from ECLA relation.
    5)     Choose the variables AGE_SEXB, ALCNO, CLODESCB from ECLB relation.
    6)     Choose the variables EXPNAME, ALCNO, COST_, COST from MTAB relation.
    From Conditions: Click the Run Report button this generated standard report ( Total no of records in report – 30150 )
    Click on Interactive report button –to generate an interactive report. ( Error occurred )
    We are using return sql statement in generationg the standard report and collections for interactive report.
    thanks/kumar

  • Add XML Publisher Administrator responsibility with EBS 11.5.9

    Hi all !
    I'm exploring the possibility to use XML Publisher inside Oracle E Business Suite 11.5.9. because...unfortunately it's not possible to upgrade EBS to the 11.5.10 version
    I found a note on the forum which says: "Starting from 11.5.9 the XMLP is bundled with Apps. You just need to add XML Publisher Administrator responsibility to your profile, and install MS Word template builder on your PC".
    So...my questions are:
    1) how can I add the XML Publisher Administrator responsibility to my profile ? Should I set up something (already existing into EBS), or should I install a patch ?
    2) how can I know the XML Publisher version bundled within Apps (if what is written inside that note it's true), 'cause I'd like to use the 5.6.3 version
    Also, I looked for a solution on Metalink and the only note regarding how to use XML Publisher inside E Business Suite 11.5.9. is the note id 278727.1 (even I should install the 4.5 XML Publisher version - TOO OLD)
    Thanks in advance
    Alessandro

    Hi Ravi thanks for you answer !
    So....I tried to create the responsibility from scratch, because nothing is defined for XML Publisher, in this way (from the OA System Administrator):
    Responsibility Name: XML Publisher Administration
    Application: XML Publisher
    Responsibility Key: XDO_ADMINISTRATION
    .....but inside the Data Group area
    Name : Standard
    Application: ?
    ....and inside the Menu area which information should I write ?
    Is there something to follow in order to create from scratch a XML responsibility ?
    Thanks again
    Alex

  • Custom Rowtype Template with apex.widget.report.sort() - does this work?

    Hi Folks!
    I have a report with a custom rowtype template (3 rows for each dataset) and I have fiddeled around with the build-in javascript sorting-function. (Cause as it seems you can't use the standard sorting functionality on custom rowtemplates.) I came up with a short solution, but I would like to know how safe this is.
    Setup very simple:
    The Header-Template [before rows]
    <table id="myDomId">
        <thead><tr>
            <th><a href="javascript:sortCol(1)">Col1</a></th>
            <th><a href="javascript:sortCol(2)">Details</a></th>
            <th><a href="javascript:sortCol(3)">Col3</a></th>
        </tr></thead>
    Then the javascript handling runs like that:
    var qmmSorter = {};
    $(function(){
       setupSorters();
    function setupSorters(){
        qmmSorter.DomCatch = /\d+/.exec($('#myDomId>div').attr('id'))[0];
        qmmSorter.lastCol = 1;
        qmmSorter.asc = true;
    function sortCol(colnum){
    //console.log(colnum);
        if (qmmSorter.DomCatch) {
            qmmSorter.lastCol = colnum;
            qmmSorter.asc = !qmmSorter.asc;
            javascript:apex.widget.report.sort( qmmDomCatch,'fsp_sort_'+colnum + ( qmmSorter.asc ? '' : '_desc') );
    Maybe I'll also add some arrows to indicate what sorting took place. Tested so far in IE9 and Moz - all we really use in our internal network.
    But this seems all a bit just too easy. so I'd be really thankful for your comments.
    Tanks and greetings,
    Tobi

    TobiP wrote:
    But this seems all a bit just too easy. so I'd be really thankful for your comments.
    It would be even easier to use column header substitution and retain the built-in sort functionality (although this includes the sort direction image bug).
    <table id="myDomId"> 
      <thead><tr>
        <th>#1#</th>
        <th>#2#</th> 
        <th>#3#</th> 
      </tr></thead>

  • XML publisher multiple templates in a single report

    Hello
    We are currently implementing PeopleSoft benefits where the user will have an option to select a benefit template from multiple selections and create a report form based from the combination of template he selected.
    My question would be based from the multiple templates, is it possible if the templates be printed out into just one report using xml publisher?
    thank you!

    Yes. This is possible by using sub templates.
    You can declare sub templates in the beginning and then call the sub template.
    You will need to register the sub templates in "Content Library" (Reporting Tools > XML Publisher> Content Library) to be able to call thses from another template.

  • I get "ERRORS: Empty symbol. [pop]" when publish PlatypusGame.fla with Toolkit for CreateJS

    I am using platypusgame.zip downloaded from http://www.adobe.com/devnet/createjs/articles/getting-started.html.  I did not changed anything. Default settings. SWF file is publishing with no errors. Flash CS6 on Macbook OS X 10.7.4. No preview in Safari.
    What may cause this error?
    Upd: The same error when I publish it with Toolkit for CreateJS using Flash CS6 on PC Windows7. Here, despite on this error, I can see preview in Google Chrome.
    Am I the only one who gets this error in Output panel?
    Message was edited by: PushkinAl

    So, after 2 months of conversations with Adobe Technical Support, and getting from their folk  some contradictory answers (here is some examples: "This is not an Adobe's issue, this is CreateJS's issue, so ask about that on their forum", to "Yes, this is a bug and it was fixed but we won't tell you in what version it was fixed", "No, this bug has never been registered yet in our bug database, we will registere it for you", "Here is the bug number ... , you can track it in Adobe database via this link...", "No, you cannot track it via that link, because this bug is registered in our local bug database, you have not access to it" etc.), I got the "final" answer that basically contained 2 part: 1) You cannot use audio in your project (i.e. createJS Toolkit won't convert it), this is a feature, not a bug 2) so, the" Error" message should actually reads as an "Warning" message, that audio won't be converted.
    I am pretty sure that if I talked to another Adobe guy next time, I would probably get yet another answer, but I won't. You may, if you want. Be prepare though for the following: 1) you will have to wait at least 30 min when a next representative is free (do not be fooled with their "peace of mind" offer - they never called back in that period of time that they promise) 2) the 1-st level representatives sounds like have no clue what is what and how it works 3) you cannot call the next level representative even if they leave you there number and extention and tell you to call them directly - the first level representative just won't connect you to that extention 4) they may ask you what is the better day and  time to call you back - they never called at that day/time 5) they may call you at 7 am because of different time zone 5) they will give you contradictory answers 6) every time you call them, you will have to explaine everything from very beginning, and after every newpeace of information (new to this particular representative, even if that was descussed several time with another representatives) , they will put you on hold for 10-15 minutes to discusse it with someone else 6) every more advanced level representative will want to share your screen and see the problem "with their own eyes"; does not matter that you provided your file with your case, they won't bother to try it on their end until you insist that to do that. And even they did and admited they had the same issue, the next persdon to whome you will talk next time will want to share you screen "to see it with their own eyes"!!!
    So, if you are ready for that - go ahead

  • APEX For reports and charts

    Hi Y'all,
    I have an application running on plsql webtool kit, now only for reports and charts I want to use APEX. I would like to put a reports menu in the application which will take the user to the reports / charts created by APEX. Is that possible?
    Also, the application user will be authenticated at the loggin on time, so when he/she hits APEX I want to pass the same authentication to APEX as well. Is that possible?
    Thanks in advance for your replies.
    -Vatsa

    Hello Vatsa,
    Why don't you just recreate everything in APEX?
    We had a customer that wanted exactly that, but if you do the calculation about supporting a plsql webtoolkit app, it doesn't make sense. APEX is soo much faster to develop in.
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://www.apex-evangelists.com/
    -- http://www.apexblogs.info/

  • Error with FOP for Report Printing in Apex 3.2.1

    We are trying to use FOP deployed onto GlassFish Community but after setting up as described in the applicaton express guide to allow report printing; we are getting the following error
    'package oracle.xml.parser.v2' does not exist
    We are running GlassFish on Debian 5.0 (Lenny)
    Any help appericated :)

    Here is what I did to get it to work.
    1. Copy xmlparserv2.jar from my ORACLE_HOME/oc4j/lib directory to my glassfish domains/domain1/applications/fop/WEB-INF/lib directory.
    2. Added the following two lines to the glassfish domains/domain1/fop/apex_fop.jsp before the driver.run() line
    out.clear();
    out = pageContext.pushBody();The second part of solution I found on another forum page.

  • XML Publisher errors out with java.lang.IndexArrayOutofBounds 5 =5 when out

    Hi Everyone,
    I have a particular report which has some dynamic columns involved.
    On certain cases (more than 5 dynamic columns) when the report is run with output as PDF it gives out an error java.lang.IndexArrayOutofBounds 5>=5 (where the number differs for each case)
    But for the same data when i use output type as HTML or EXCEL the output is coming out to be fine.
    <?for-each-group@column: G_TRADING_PARTNER_NAME3;BID_NUMBER2?> for the column header of the dynamic columns
    <?for-each-group@cell:G_TRADING_PARTNER_NAME3;BID_NUMBER2?> for the column data
    My version of XMLP is 5.6.0
    and apps version is 11.5.10.2
    Is there anything that needs to be changed for the PDF output ?
    Kindly let me know in case your have come across such issues.
    Thanks
    Anoop

    Glad you have sorted this - note that the fnd_concurrent_requests table has the fields pp_Start_date and pp_end_date which will show how long post processing is taking.
    Good to a good idea to monitor this in relation to the setting you have made in the profile option Concurrent:OPP Timeout profile option though 3 hours should cover most things!!!!

  • Integrating OBIP with GRC for Reporting

    Hello Experts
    I am very new to the GRC suite. I wanted to know if it is possible to use OBIP for developing custom reports for AACG to meet specific audit requirements. Are there any OOTB report templates that can be loaded in OBIP for eGRC?
    Regards
    Deepali B

    1.Technically you should be able to use OBIP to develop custom reports for AACG although the effort required might be significant, although some integration is provided between EGRC 8.6.4+ and OBIP OOTB.
    2.No there are no OOTB report templates that can be loaded in OBIP for eGRC.
    Regards

  • How to Avoid Blank Page in  XML Publisher oracle report

    Hi,
    I am running a report in xml publisher. The output of the report prints 2
    pages, one page with correct report output and other page is a blank page
    with header details.
    I want to avoid this blank page. Is there something wrong? Please help to fix this issue!
    Thanks!

    I am running a report in xml publisher. The output of the report prints 2
    pages, one page with correct report output and other page is a blank page
    with header details.
    I want to avoid this blank page. Is there something wrong? Please help to fix this issue!Is the issue with this specific XML Publisher report only?
    Do you have all the patches in (Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]) applied? -- Search for "blank page".
    Thanks,
    Hussein

  • How to avoid blank page in xml publisher report

    hi,
    i have a xml report, it shows 7 rows in one page. the question is: if there are just 7 rows , when previews with pdf, it will generate 2 pages, the first page shows 7 rows, and the second page is blank.
    anyone can help?
    you can get the rar file that contains the .rtf and then .xml file at this site: [http://www.4shared.com/file/azhdqCp_/DELIVERY.html]

    I am running a report in xml publisher. The output of the report prints 2
    pages, one page with correct report output and other page is a blank page
    with header details.
    I want to avoid this blank page. Is there something wrong? Please help to fix this issue!Is the issue with this specific XML Publisher report only?
    Do you have all the patches in (Overview of Available Patches for Oracle XML Publisher embedded in the Oracle E-Business Suite [ID 1138602.1]) applied? -- Search for "blank page".
    Thanks,
    Hussein

  • Converting Oracle Reports to XML Publisher

    Hello,
    I've been trying to convert my Oracle Reports to use XML Publisher templates and make the canned reports more visually appealing. I've been following the steps described in note 295409.1 on metalink to change OR output to XML and calling the XMLP Engine to apply the template.
    However I'm encountering errors when XMLP is calling the template. In order to jump start my template development, I've used the utility in Release 12 to change the RDF file into the PL/SQL packages and RTF template. Then I am attempting to reengineer these templates back into 11.5.10 and uploading them via XML Publisher Administrator. I am experiencing the errors described in the following forum thread:
    XML Publisher error..urgent
    I've located the problem within the template itself, but is this because of the conversion utility in release 12 (XML Version 5.6.3) is not compatible with our current XMLP version of 5.6.2 in 11i?
    Any assistance would be helpful.
    Thanks!
    Ellen

    This could have something to do with the fact that your printer is not set up correctly. Can you run a plain text (OReports) file output to the same printer? If not, then the printer is not set up in FND correctly. If you can ...
    Remeber that unless you have a more modern printer that can handle PDF documents natively then XMLPs PDF is going to need to be converted to PS or PCL. I would suggest you investigate the PASTA printer driver and get that set up. It provides the ability to call a program pdf2ps for instance, to convert the PDF to PS. There is a bunch of info on metalink
    Tim

Maybe you are looking for

  • Images not displaying when creating an OFT in Outlook 2007

    Hi, for years I have made OFTs by importing HTML I created into Outlook via "Send Web Page by E-mail" and it worked great. I updated to the latest Outlook (2013 I think) and then tried and tried and tried to get an OFT created but there were always p

  • Creating an expression from JSP using a non-bound variable

    Hi, This should be a simple question. I have an attribute that belongs to a row that is displayed on a jsp page. This attribute, however, is not displayed on the page, but is an attribute in the VO. I have a Set Property Listener on a command button,

  • Itunes reopens after quit

    Hello, brand new on the forum/discussions. It is really annoying whenever I quit iTunes, it automatically opens itself again. I then wait, quit it again and then goes away. Not really demanding answers, but wanted to let the main guys know about this

  • How to get data from a second page?

    Hi guys, I have the first page, where I have a button, which will navigate to the second page to let user make some choices. After the user makes the choices, user will click a button to get back. How can I pass the choices back to the first page? Re

  • Use Dropbox as iPhoto library location?

    I need access to my image files from several computers, and am wondering whether I could simply locate my iPhoto library on Dropbox, and access it as needed. I am, and would continue, backing up to a remote hard drive, so the Dropbox would not be the