Publishing EBS 12.1.3

Hi all,
I'm trying to publish oracle e-Business 12.1.3 via UAG and am running into the following problem.
The application includes some AJAX which generates the navigator menu and includes the application's private URL which I am able to rewrite using AppWraps successfully so all of the links from the menu on the webpage work fine (both HTML links and links
to the Oracle forms applet forms).
A problem occurs if an HTML form link is accessed from within the Java applet; a browser window is launched trying to access the private URL which fails since the private URL is unknown to the client device. I'm hoping that the details of the URL which is
launched in the browser comes from the application server and is possible to be re-written so that the browser correctly points to the public URL for the application.
Has anyone experienced this issue and have they been able to resolve it? Any suggestions on how to proceed gratefully received.
Note: We are trying to avoid publishing using the sslvpn component if at all possible for various implementation specific reasons.
Thanks
Rich

Has no one successfully published EBS without using the SSLVPN tunnel?
Thanks
Rich

Similar Messages

  • XML Publisher/eBS version

    Hi,
    If I look in the white paper "Publishing Concurrent Requests with XML Publisher" from January 2005 I can on page 9 see that there is a new field in the Submit Request form (Forms environment); "Layout", where you can tell which XML Publisher template the report should use. This fixes the problem that you need to submit two requests, one for the actual report to XML and one for the layout generation.
    Does anyone know in which patch level/version on eBS/XML Publisher this new field is added? I have an environment 11.5.10 (unpatched) and there the new field is not visible? Does it come with the 11.5.10 CU2 or what do I have to do get this new field?
    Regards,
    Daniel

    Hi Daniel,
    Please apply patch 3435480, that integrates the XML Publisher concurrent requests into one (instead of running two).On application of this patch, the service request form FNDRSRUN will upgrade itself to the newer version ($Header FNDRSRUN.fmb 115.136 2004/12/10 15:14 jtoruno ship). You will be able to see a new button called 'Options' in the 'Layout' section of the same SR form. This is the place where one selects the 'Template/Output Format' and then submit the request for further processing. We have implemented this with the 11.5.10 CU2 release and then applying the patch.
    I hope this helps.
    Thx,
    Nitin

  • XML Publisher - EBS Applications Menu

    Is there a way to create an XML Publisher report in Oracle Applications and then provide it as a menu item on the Applications menu for a specific responsibility? Also, will XMLP reports that use the secure views in Oracle HCM Applications be restricted for users who access them through the apps menu?
    I am considering use of XMLP to create reports for one of the self-service HCM applications.
    Thanks.

    Hi,
    If you use the secured views when you are writing the report then your data should be restricted accordingly. I haven't tried with HCM but it definitely works with the standard Operating Unit security.
    Thanks
    Paul

  • XML Publisher (EBS) Bursting and Group By

    I have a feeling I already know the answer to this question, but maybe not and there is a way around it. I'm using the seeded report Deposit Advice XML from EBS, and I copied it so I can use bursting. Here is my problem. The xml is not grouped by the way we need it so when I burst it it will either email us the full file or each person in a separate email.
    Here is what I'm TRYING to accomplish. Is there a way in the Bursting Control File to have records grouped, the bursted (either by print/email etc).
    For example I would like to have all organizations_id in ('100','101,'102') grouped into one file then emailed. I don't think this is possible without changing the original xml file and since it's seeded and spawned thats not going to happen. It does filter the records and email me each person separately. But that's because the XML is formatted that way.
    Any ideas?

    I figured it out
    in your select if you want to group your output by say Organization_id change your select in your burst file to the following
    <xapi:request select="/PAYSLIP_REPORT/PAYSLIP/EMPLOYEE_DETAILS/ORGANIZATION_ID">

  • Difference between BI publisher and XML Publisher(EBS)

    I have created some reports in BI Publisher and integrated in dashboards.
    Now can i embed the same reports in E Business suite as concurrent programs. Is BI Publisher desktop is specific to Business intellgence or can we use it for E Business suite.
    If BI Publisher is same as XML Publisher. I will get both xml source and template in BIP itself. How can we integrate BIP report with concurrent program.
    I am a bit confused, excuse me if i am silly.

    BI Publisher is same as XML Publisher. ==>. It got renamed.
    In E Business suite, we can use BI publisher.
    BI Publisher desktop is just to create layout from desktop.
    if you want to register a same report in E Business suite as concurrent programs,
    then there are different method,
    1. use datatemplate
    2. use rdf
    3. pl/sql
    4. java
    and go through the doc's..

  • Creating pdf report from xml publisher report

    Hi,
    I'm newbie to xmlpublisher env.
    We've a report in Oracle 11i developed in unix shell script and run as concurrent program generating check details which will be printed on checks.
    I was asked to migrate this report into R12 in pdf format.They provided rtf template and xml data.I installed xml publisher desktop.I would like to know how I can create pdf template,if necessary changing the position of fields on the template.
    Thanks,
    Kiran

    Hi Kiran,
    Sorry to say, but no you can not use the desktop or standalone edition for integration with EBS.
    In your case there are 2 alternatives for you:
    1) Update the Unix shell script so it's ok for R12 (it did a good job for a long time on 11i)
    2) Leave the unix script and redesign for BI Publisher (ebs edition)
    Both are taking the same effort in my opinion, only since you moved to R12 it's a good learning moment to get to know the strength of BIP.
    Since you task is to modify the standard Oracle solution, which i guess is an rtf template provided download the MS Word plugin and adjust the template
    If any detail help needed please contact me directly

  • Error while Bursting in XML Publisher

    Hi,
    Am getting an error while running XML File System Bursting Program.
    ERROR:
    --Exception
    java.io.FileNotFoundException: /var/tmp/011409_/New_Report.pdf (No such file or directory)
    The Control file looks like this:
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/XXDIS_NEW_REPORT/LIST_G_NEW_DIR">
    <xapi:delivery>
    <xapi:filesystem output = "/usr/tmp/NEW_REPORT/$(C_NAME)"/>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="123">
    <xapi:template type="rtf" location="xdo://XXDIS.XXDIS_NEW_REPORT.en.US/?getSource=true" filter="">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    How do i resolve this error?

    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Regards,
    Gareth

  • How to get the  bursting control file in xml publisher

    Hi All
    I am using oracle Apps r12 and Bi publisher 10g.
    I have followed these steps for Xml Bursting reports
    http://apps2fusion.com/apps/21-technical/251-xmlp-concurrent-program-revisited-with-bursting.
    I have created Data definition and now i need to attach the Bursting Control file.
    Whether the system will generate Burst control file after creating data definition or we need to create a control file.
    Thanks & Regards
    Srikkanth.M

    You need to create a control file and upload it.
    You can also refer this blog for detailed steps http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html

  • Bursting in XML Publisher

    Hi All,
    How to do Bursting in XML Publisher as I am new to XMLP. So anyone can gie me the details step for doing Bursting in XMLP.
    Regards,
    Sushant

    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Regards,
    Gareth

  • BI Publisher research

    we are just beginning to research what it would take to use this tool here at our company. Can anyone give an overview ? We are on Financials 11.5.10.2 and also HR and would like to use it in both instances. Any help would be greatly appreciated.

    A number of posts on XML Publisher (BI Publisher) with EBS on my Blog.
    http://garethroberts.blogspot.com
    This one is very popular:
    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Regards,
    Gareth

  • XML Report - Bursting Email

    Hi,
    I am new to Oracle bursting, As per the requirement i need to send a email through XML publisher bursting (email will be having attachment of report output in excel format), Following error message i am getting while running bursting program, XML Publisher Report Bursting Program. If anyone provide a solution it will be much helpful for sloving the issue.
    Errro message:
    XML/BI Publisher Version : 5.6.3
    Updating request description
    Retrieving XML request information
    Preparing parameters
    Set Bursting parameters..
    Bursting propertes.....
    {font.Bookman Old Style.normal.bold=truetype./d11/appldev/CNCDEV/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/fonts/BOOKOSB.ttf, burstng-source=EBS, system-temp-dir=/usr/tmp, user-variable:cp:parent_request_id=5551312, user-variable:cp:application_short_name=XDO, rtf-checkbox-glyph=Wingdings;253;111, pdf-compression=true, font.Bookman Old Style.normal.normal=truetype./d11/appldev/CNCDEV/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/fonts/BOOKOS.ttf, user-variable:cp:request_id=5551351, user-variable.OA_MEDIA=http://cncdev.centricgroup.com:8002/OA_MEDIA, user-variable:cp:Dummy for Data Security=Y, user-variable:cp:org_id=141, user-variable:cp:DebugFlag=N, user-variable:cp:responsibility=51179, user-variable:cp:user=RMEHTA, user-variable:cp:reportdescription=CENTRIC CM Average Cost Change Alert, user-variable:cp:language=en, user-variable:cp:ReportRequestID=5551312, user-variable:cp:locale=en-US, user-variable:cp:territory=US}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    ZIP file must have at least one entry
    java.util.zip.ZipException: ZIP file must have at least one entry
         at java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:304)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:534)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Bursting File Logic:
    - <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    - <xapi:request select="/XXCNC_CM_ITEMCOST_CHG">
    - <xapi:delivery>
    - <xapi:email id="email1" server="mailhost.centricgroup.com" port="25" from="[email protected]" reply-to="[email protected]">
    <xapi:message id="email1" to="[email protected]" attachment="true" subject="Item Cost Change Alert Report">Please review the attached report</xapi:message>
    </xapi:email>
    </xapi:delivery>
    - <xapi:document output-type="excel" delivery="email1">
    <xapi:template type="rtf" location="/tmp/XXCNC_CM_ITEMCOST_CHG.rtf" />
    </xapi:document>
    </xapi:request>
    </xapi:requestset>

    Hi,
    Just check this link to get some better clarity,
    http://garethroberts.blogspot.in/2008/03/bi-publisher-ebs-bursting-101.html
    https://sites.google.com/site/shareapps4u/learning-topic/xml-publisher/how-to-use-xml-bursting-to-send-xml-report-via-email
    Then your
    <xapi:template type="rtf" location="/tmp/XXCNC_CM_ITEMCOST_CHG.rtf" /> is wrong.. this need to point the xml template location. Just check the query and then u can replace this with your output
    select
    lt.application_short_name || '.' || lt.template_code || '.' || lt.default_language || '.' || lt.default_territory as burst_template_xdo_location
    from
    apps.xdo_templates_b lt
    where lt.template_code ='<Template Code>'; --here value <Template Code> is 'XX_TEST_XML_DT'
    Regards
    Sri

  • XML Publishers Report not Working Properly

    I have developed the Report in XML Publisher EBS R12 as follwing:
    1. Successfully Built RTF
    2. Successfully register Data Definition
    3. Successfully register Template in Apps and setting default output RTF
    4. Successfully attach Template With Concurrent Programm with XML output option and Save and Print check box set to Yes
    But when i run report in Apps it does not pick the Template and showing the output in XML tags and showing log as following
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_ORG_ID='116'
    P_INVOICE_NO='STM-HT/3509/2012'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_AMERICA.US7ASCII
    Enter Password:
    Report Builder: Release 10.1.2.3.0 - Production on Tue Oct 30 10:39:17 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    4260
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 11842999 on node PRODAPPS at 30-OCT-2012 10:39:18.
    Post-processing of request 11842999 failed at 30-OCT-2012 10:39:18 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 30-OCT-2012 10:39:18
    It working Manually properly i.e Manual load XML data in RTF and generating output correct as i wants.
    Thanks in Advance
    Regards
    Sami Ullah

    I found the following errors in OOP log file. Please guide me.
    [10/31/12 11:55:40 AM] [2284847:RT11474553] Output file was found but is zero sized - Deleted
    [10/31/12 11:55:40 AM] [UNEXPECTED] [2284847:RT11474553] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'ref' used but not declared.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
         ... 17 more
    [10/31/12 11:55:40 AM] [2284847:RT11474553] Completed post-processing actions for request 11474553.

  • How do I customize the Email Attachment name in Email Bursting?

    I had worked on BI Publisher extensively on 10g and 11g. I have a client requirement with BIP email bursting to deliver the reports as email attachments. I'm able to do it, and also customize mail body etc. However the email attachment file name is randomly generated with some numbers. I read through the docs, and couldn't find any parameter mapping to the attachment/file name (like we do it with File bursting). How do I specify the mail attachment file names in my Busrting properties?
    Thanks,
    Padma

    Please go through the following link:
    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    I think after the 'Output' we can specify the filename

  • Is it possible that 1 RTF template with 1 xml file produces many PDF files

    Hello,
    We are using XML publisher with eBS.
    As part of it, we've got treatments that generate invoices.
    One treatment produces 1 big XML file with many invoices in it.
    Currently, this big XML file generates one big PDF file with all the invoices.
    I'd like to know if it's possible to keep the big XML file (with many invoices), and instead, generate 1 PDF file per invoice ?
    Basically we would like to split the big PDF file into small PDF, one PDF file per invoice .
    If it's possible, then, how can we do it ?
    I hope my explanation is clear.
    Thanks in advance for your help,
    Olivier

    Have you tried the BI publisher bursting feature?
    Take a look at this:
    http://www.strsoftware.com/wp-content/uploads/2011/09/Oracle-EBS-and-BI-Publisher-Report-Creation-Bursting-and-Delivery.pdf
    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Thanks,
    Bipuser

  • XML Report Bursting and distribution

    I want to send PDF report as an attachment to more than 200 suppliers using XML Report Bursting
    In XML Report Bursting and distribution, do we need to configure the "Mail Server" on apps. (I mean any configuration is required on apps server)?
    Thanks,
    [email protected]

    Hi,
    You'll need to be able to connect to your mailserver via SMTP.
    Check out the following:
    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

Maybe you are looking for

  • Suddenly cannot send email but can receive email

    I am running OSX 10.8.2 on a MacPro desktop. I have been using Mail sucessfuly since I originally installed Mountain Lion but now it suddenly has stopped working. I have confirmed and reconfirmed my SMPT settings but have failed to send any mail. I s

  • Hiding a document library from specific users or groups.

    Just FYI I am far from a SharePoint but have able to accomplish a lot from everyone's help on the forums, so thank you in advace. Now, Is it possible to hide a document library from specific users or groups? Here is what I am trying to accomplish. We

  • Backgroung job failing becuase RFC function module is running in Dialog

    Hi, I have a program which is calling a RFC function module. I am running this program in background as a job. Now this function module which is in other system is running in Dialog and giving a time out error and the job is failing becuase of that.

  • ITunes recognizes other mass storage devices/network but not iPod

    When I plug my iPod into the computer, Windows and iTunes recognize that the iPod is connected. A windows bubble from the sys tray tells me that a mass storage device was detected, and a iPod icon appears in iTunes. However, iTunes does not connect t

  • Hard Drive Issues and Time Machine

    I have a Macbook Pro with a 500GB hard drive with a Bootcamp partition. While in on Mac side, the MBP slipped off the couch and hit the carpet (only like a half foot). I noticed things were running sluggish so I ran Onyx, which stated that the startu