Error in XML bursting

Hi All,
I am working on 11i and while running BI publisher report I got following error.
XML/BI Publisher Version : 5.6.3
--Exception
null
java.lang.NullPointerException
     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.getSystemTempDirectory(JCP4XDOBurstingEngine.java:433)
     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:114)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:161)I have followed below process:
1. Created RDF file.
2. In after report trigger I put following code
function AfterReport return boolean is
req_id number;
begin
  req_id := FND_REQUEST.SUBMIT_REQUEST(
            'XDO',
            'XDOBURSTREP',
            FALSE,
            :P_CONC_REQUEST_ID,'Y',
            chr(0),'','','','','','','',
  if req_id = 0 then
    srw.message(100,'Failed to submit bursting program');
  end if;                                       
  SRW.user_exit('FND SRWEXIT');
  return (TRUE);
end; 3. Created concurrent program
4. Created data definition through XML Publisher Administrator
5. Uploaded control file.
6. Uploaded the RTF template.
Please let me know where is the problem.
Thanks
Vishalaksha

Hi Vetsrini,
I did it before as well but it is giving below errors.
XML/BI Publisher Version : 5.6.3
Request ID: 23950910
All Parameters: ReportRequestID=23950909:DebugFlag=Y
Report Req ID: 23950909
Debug Flag: Y
Updating request description
Updated description
Retrieving XML request information
Node Name:EDCCQ6P
Preparing parameters
null output =/opt/egappst/ebt5comn/admin/out/ebt5_edccq6p/C9981330.23950910
inputfilename =/opt/egappst/ebt5comn/admin/out/ebt5_edccq6p/C9981330.23950909
Data XML File:/opt/egappst/ebt5comn/admin/out/ebt5_edccq6p/C9981330.23950909
Set Bursting parameters..
Temp. Directory:/temp
[040510_123046645][][STATEMENT] Oracle XML Parser version ::: Oracle XDK Java      9.0.4.0.0      Production
[040510_123046769][][STATEMENT] setOAProperties called..
Bursting propertes.....
{user-variable:cp:territory=US, user-variable:cp:ReportRequestID=23950909, user-variable:cp:language=en, user-variable:cp:responsibility=52807, user-variable.OA_MEDIA=http://egappst.tcc.etn.com:8085/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=23950909, user-variable:cp:locale=en-US, user-variable:cp:user=C9981330, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=23950910, user-variable:cp:org_id=974, user-variable:cp:reportdescription=Test Report}
Start bursting process..
--Exception
Please specify the tmpDir value </temp> or setup the default configuration with system temp directory information correctly
java.io.FileNotFoundException: Please specify the tmpDir value </temp> or setup the default configuration with system temp directory information correctly
     at oracle.apps.xdo.batch.bursting.FileHandler.setTempDir(FileHandler.java:256)
     at oracle.apps.xdo.batch.bursting.FileHandler.<init>(FileHandler.java:45)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.setTempDir(BurstingProcessorEngine.java:784)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:901)
     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:286)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
Exception in thread "main" java.lang.NullPointerException
     at oracle.apps.xdo.batch.BurstingProcessorEngine.deletTemporaryOutputFiles(BurstingProcessorEngine.java:3115)
     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:353)
     at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine
Program exited with status 1I have also tried with "/temp" (with double quotes) then it was adding another directory after /temp as
java.io.FileNotFoundException: "/temp"/040510_123149417/Order_100001.pdf (No such file or directory)Please let me know if I am missing anything.
Thanks
Vishalaksha

Similar Messages

  • Print a custom Error message in the XML bursting program's log file...

    Hi,
    I having this requirement, where i need to print a custom error message in the xml bursting program's log file.
    Actually i am having a report where i create invoices and then those invoices are emailed to the respective customers, now say if a customer has three contacts and there is only two valid email id's so what happens is bursting will be successful for two contacts whereas the third contact dosen't get any emails. when this happens i need to log a message in the bursting programs log file stating a custom message.
    Two things i want to know..
    1- Whether is it possible to write into the xml bursting programs log file
    2- If yes, then how..
    note: it ll be greatly appreciated if the answer is elaborated.
    thanks,
    Ragul

    Hi,
    I having this requirement, where i need to print a custom error message in the xml bursting program's log file.
    Actually i am having a report where i create invoices and then those invoices are emailed to the respective customers, now say if a customer has three contacts and there is only two valid email id's so what happens is bursting will be successful for two contacts whereas the third contact dosen't get any emails. when this happens i need to log a message in the bursting programs log file stating a custom message.
    Two things i want to know..
    1- Whether is it possible to write into the xml bursting programs log file
    2- If yes, then how..
    note: it ll be greatly appreciated if the answer is elaborated.
    thanks,
    Ragul

  • XML Bursting program completing in error

    Hi,
    I am trying to send the output of XML Publisher report to a specific email id. I have created the following XML Bursting File:
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/XXIDEA_HWSW_BUYERWISE/LIST_G_CIRCLE/G_CIRCLE">
    <xapi:delivery>
    <xapi:email id="emailToMgrID" server="svhj0366.ideaconnect.com" port="25" from="[email protected]" reply-to="[email protected]">
    <xapi:message id="emailToMgrID" to="[email protected]" attachment="true" subject="Dear Manager : "> Please review the attached list of managers </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output-type="xls" delivery="emailToMgrID">
    <xapi:template type="rtf" location="xdo://XXIDEA.XXIDEA_HWSW_BUYERWISE.en.US/?getSource=true" filter="">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    I have added the before report and the after report triggers in the rdf report. However, when I run the report, the XML Bursting program ends in error. The logs print:
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=89025049, user-variable:cp:language=en, user-variable:cp:responsibility=50435, user-variable.OA_MEDIA=http://oraideaapps.ideaapps.com:8050/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=N, user-variable:cp:parent_request_id=89025049, user-variable:cp:locale=en-US, user-variable:cp:user=IBMAMSTEAM, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=89025952, user-variable:cp:org_id=102, user-variable:cp:reportdescription=IDEA HW SW Buyer Wise report}
    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:315)
         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:161)
    Please help.
    Thanks in advance.
    Regards,
    Anoop

    Hi,
    The reason for the exception is we don't have any data in the file to zip. If you are sending xml data to the data definition check the path in select clause in bursting control file.
    Regards,
    Raavi

  • XML Bursting Program erroring out.

    Hi All,
    When I am trying to use the bursting, I get the below error:
    XML/BI Publisher Version : 5.6.3
    --Exception
    For input string: ""
    java.lang.NumberFormatException: For input string: ""
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:468)
         at java.lang.Integer.parseInt(Integer.java:497)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:142)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    Code for Bursting:
    function submit_request_burst RETURN BOOLEAN
    IS
    l_conc_req_id NUMBER;
    l_out_req_id NUMBER;
    BEGIN
    l_conc_req_id := fnd_global.conc_request_id;
    l_out_req_id :=
    FND_REQUEST.SUBMIT_REQUEST ('XDO',
    'XDOBURSTREP',
    NULL,
    NULL,
    FALSE,
    l_conc_req_id);
    RETURN TRUE;
    EXCEPTION
    WHEN OTHERS THEN
    NULL;
    END ;
    Thanks in advance.
    Abdul.

    Hi,
    There is a difference in parameters for the Concurrent program XDOBURSTREP (XML Bursting...) in 11i and R12...
    Please find below...
    **For 11i**
    FND_REQUEST.SUBMIT_REQUEST
    ('XDO',
    'XDOBURSTREP',
    FALSE,
    :P_CONC_REQUEST_ID,
    'Y',
    **For R12**
    FND_REQUEST.SUBMIT_REQUEST
    ('XDO',
    'XDOBURSTREP',
    NULL,
    NULL,
    FALSE,
    'N',
    to_char(:P_CONC_REQUEST_ID),
    'Yes'
    Hope this will clear the issue...
    Sunil Dasari
    Oracle Applications Technical Consultant

  • XML Bursting to a printer

    Hello experts out there. Can one of you give me some guidance on how to send a pdf file to a printer via xml bursting?
    One of the requirements I have is to email an invoice if customer has an email address. If no email address is found then print it.
    This is what I have so far in the XML Bursting file. (FYI: the email part works) We are using R12.1.3
    <?xml version="1.0" encoding="UTF-8"?>
         <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
              <xapi:request select="/RAXINV/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
                   <xapi:delivery>
                        <xapi:email server="localhost" port="25" from="[email protected]" reply-to="[email protected]">
                             <xapi:message id="123" to="${XXZAK_INVOICE_EMAIL}" cc="" attachment="true" content-type="html/text" subject="Zak Designs Invoice">Please review and approve attached invoice(s) for payment.
    Thank You,
    </xapi:message>
                        </xapi:email>
                        <xapi:filesystem id="file1" output="/usr/tmp/ar_invoice_${TRX_NUMBER}_temp.pdf"/>
                        <xapi:print id="PRINT" printer="10.10.5.19" copies="1" />
                   </xapi:delivery>
              <xapi:document output="${TRX_NUMBER}_${BILL_CUST_NAME}_${TRX_DATE}.pdf" output-type="pdf" delivery="123">
                   <xapi:template type="rtf" location="xdo://AR.RAXINV_SEL.en.US/?getSource=true" filter=".//G_INVOICE[XXZAK_INVOICE_EMAIL!='NO EMAIL']" >
                   </xapi:template>               
              </xapi:document>
              <xapi:document output-type="pdf" delivery="PRINT">
                   <xapi:template type="rtf" location="xdo://AR.RAXINV_SEL.en.US/?getSource=true" filter=".//G_INVOICE[XXZAK_INVOICE_EMAIL='NO EMAIL']" >
              </xapi:template>               
              </xapi:document>
              </xapi:request>
         </xapi:requestset>
    When I run the report for printing, I get the following error message:
    [051313_112504249][][EXCEPTION] java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:394)
         at oracle.apps.xdo.oa.cp.CPUtil.setProperty(CPUtil.java:67)
         at oracle.apps.xdo.oa.cp.CPUtil.getSessionProperties(CPUtil.java:45)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:84)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    XML/BI Publisher Version : 5.6.3
    Updating request description
    Retrieving XML request information
    Preparing parameters
    Set Bursting parameters..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=7239988, user-variable:cp:language=en, user-variable:cp:responsibility=50449, user-variable.OA_MEDIA=http://oracletest.zak.com:8010/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=N, user-variable:cp:parent_request_id=7239988, user-variable:cp:locale=en-US, user-variable:cp:user=SYSADMIN, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=7239993, user-variable:cp:reportdescription=Invoice Print Selected Invoices, user-variable:cp:Dummy for Data Security=Y}
    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)

    Does this condition return atleast one record in output?
    .//G_INVOICE[XXZAK_INVOICE_EMAIL!='NO EMAIL']

  • The file should be in XML-BURSTING-FILE format.

    I'm gettting an error when I try to upload my xml bursting control file for my oracle report that has an rtf template defined.
    The error message says"The uploaded file MT_RAXINV.xml is invalid. The file should be in XML-BURSTING-FILE format."
    and my code is as below:
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" >
    <xapi:globalData location="stream">
    </xapi:globalData >
    <xapi:request select="/ZRAXINV/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
    <xapi:delivery>
    <xapi:email server="mailhost.microtune.com" port="25" from="[email protected]"
    reply-to ="[email protected]" >
    <! - filter=".//G_INVOICE[BILL_TO_EMAIL IS NOT NULL]"- >
    <xapi:message id="${TRX_NUMBER}" to="[email protected]" cc="[email protected]" attachment="true"
    subject="Microtune Inc - Receivables Statement for payment due from ${BILL_CUST_NAME}">
    Please find attached Receivables Statement for payment due of ${TOTAL_AMOUNT_DUE}.
    Regards,
    The Receivables Team
    Microtune Inc
    </xapi:message>
    </xapi:email>
    <xapi:print id="printer_tune"
    printer="ipp:\\congo\sunset" filter=".//G_INVOICE[BILL_TO_EMAIL=NULL]" copies="1" />
    <xapi:filesystem output="\\astro\erp\Oracle\${TRX_NUMBER}.pdf"/>
    <! - Add an id for this delivery method i.e. printer1 - >
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="printer_tune,${TRX_NUMBER}">
    <! - Deliver to printer and email - >
    <xapi:template type="rtf" location="xdo://SQLAR.ARInvoice.en.US/"?getSource=true" filter="">
    <! - Specify template to be used for Receivables Statements- >
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Any help would be much appreciated.
    Thanks,
    Leo

    Thanks, for the update. Sorry I did not update this entry, I had actually figured that out but still my problem is that my email is sending without an attachment. I'm not getting any error and the email is sending fine but without the attachment.
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/ZRAXINV/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
    <xapi:delivery>
    <xapi:email server="mailhost.microtune.com" port="25" from="[email protected]" reply-to ="[email protected]">
    <xapi:message id="${TRX_NUMBER}" to="[email protected]" cc="[email protected]" attachment="true"
    subject="Microtune Inc - Receivables Statement for payment due from ${BILL_CUST_NAME}">
    Please find attached Receivables Statement for payment due of ${TOTAL_AMOUNT_DUE}.
    Regards,
    The Receivables Team
    Microtune Inc.
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output="Invoice_${TRX_NUMBER}" output-type="pdf" delivery="${TRX_NUMBER}">
    <xapi:template type="rtf" location="xdo://SQLAR.ZRAXINV.en.US/?getSource=true"></xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>

  • Need help in xml bursting email bodt contents based on condition

    Dear All,
    I have a requirement as below.
    I am developing a xml publisher report with bursting functionality, i need to set a email body based on some condition, so please help me out how i can set the email body dynamically in xml bursting file.
    Note:The email body may be huge. for ex:
    Dear ${LINE_MANAGER_POSITION},<br/><br/>
       The probationary period for ${FULL_NAME} holding Worker Number ${EMPLOYEE_NUMBER} will end on ${PROBATION_END_DATE}. Please be sure to assess the employee carefully and fill out the attached Probationary Period Report, sign it, and send it to your HR Business Partner ${HR_BP_EMP_NAME} before ${PROB_END_DATE_BEFORE}.  <br/><br/>
       Please note: <br/>
        <ul> <li> The maximum probationary period allowed by UAE labor law is six months starting from the Hire Date. Probation extensions beyond six months are not permitted.</li> </ul>
        <ul> <li> During the probationary period, the Employee has the right to end ${GENDER} employment contract with five working days notice period.</li> </ul>
        <ul> <li> According to UAE labor law, the Employee is considered a permanent Employee with limited or unlimited contract if ${A_HE_SHE} is not notified that ${A_HE_SHE} is not suitable for the position ${A_HE_SHE} is assigned to. Dubai Petroleum Establishment Human Resources Division will consider the probationary period to be successful if you do not complete and sign the Probationary Period Evaluation form for ${FULL_NAME} before ${PROB_END_DATE_BEFORE}.</li> </ul>
        <ul> <li> If the Employee passes the probationary period successfully and is subsequently deemed unsuitable for the assigned Position then the HR disciplinary process prevails.</li> </ul>
       For more information on the Employee probationary period process and assessment approaches, please <a href="_http://dullap01/livelink/livelink.exe/open/29695955"> click here </a> or contact your Human Resources Business Partner ${HR_BP_EMP_NAME} at <a>${HR_BP_EMAIL}</a><br/><br/><br/>
       Yours sincerely, <br/>
       Human Resources Division </font>
    Thnaks
    Deb

    logo's should be pulling are the logo's directly embedded in format template?
    Suggest you download and use the [Bursting Designer|http://bipublisher.blogspot.com/2009/09/bi-publisher-bursting-designer.html] and review the log file for errors. You will need to change your templates to point locally on your pc.
    Ike Wiggins
    http://bipublisher.blogspot.com

  • XML Bursting duplicate entry Problem

    Hi,
    I have added XML bursting concept to one of my program. When I run my main program some times XML Publisher Report Bursting Program giving following error.
    duplicate entry: /Filename_14:00:41.pdf
    java.util.zip.ZipException: duplicate entry: /Filename_14:00:41.pdf
         at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:186)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:504)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:275)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    Could you give me any Idea about this error?. Please help me in this.
    Thanks in advance

    Hi,
    I'm also getting this error, but my filenames are unique already. I tried with Bursting Designer, and it created the separate files.
    Any ideas?
    logfile:
    XML Publisher: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOBURSTREP module: XML Publisher Report Bursting Program
    ++---------------------------------------------------------------------------++
    Current system time is 25-NOV-2009 09:45:46
    ++---------------------------------------------------------------------------++
    XML/BI Publisher Version : 5.6.3
    Request ID: 68702228
    All Parameters: Dummy for Data Security=Y:ReportRequestID=68702207:DebugFlag=Y
    Report Req ID: 68702207
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:PRIMO2
    Preparing parameters
    null output =/opt/apps/ebs/conc/out/o68702228.out
    inputfilename =/opt/apps/ebs/conc/out/o68702207.out
    Data XML File:/opt/apps/ebs/conc/out/o68702207.out
    Set Bursting parameters..
    Temp. Directory:/opt/apps/ebs/apps/apps_st/comn/temp
    +[112509_094600328][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.130 - Production+
    +[112509_094600331][][STATEMENT] setOAProperties called..+
    Bursting propertes.....
    +{user-variable:cp:territory=US, user-variable:cp:ReportRequestID=68702207, user-variable:cp:language=en, user-variable:cp:responsibility=20678, user-variable.OA_MEDIA=http://primo-app.natinst.com:8000/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=68702207, user-variable:cp:locale=en-US, user-variable:cp:user=A2MESZAR, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=68702228, user-variable:cp:org_id=5935, user-variable:cp:reportdescription=NI Invoice Print Selected Invoices XML, user-variable:cp:Dummy for Data Security=Y}+
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception+
    duplicate entry: /NI_RAXINV_SEL_XML_1328363.PDF
    java.util.zip.ZipException: duplicate entry: /NI_RAXINV_SEL_XML_1328363.PDF
    +     at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:175)+
    +     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:524)+
    +     at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)+
    +     at oracle.apps.fnd.cp.request.Run.main(Run.java:157)+
    Regards,
    Attila

  • XML Bursting ... Getting email but attachment is missing

    Hi,
    We have recently applied patch 5968876 which created concurent program for xml bursting.
    I have created a control file and uploaded that in the data definitions. Now when I run xml bursting program and pass request id of my report, the program is completing and emailing with expected subject and body. But the problem is that PDF report is not attached with it.
    bursting output has following message
    pdf email success
    Error while generating the Document...
    my control file is
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/DWDRAXINV/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
    <xapi:delivery>
    <xapi:email id="123" server="xxxx.com" port="25" from="[email protected]" reply-to ="[email protected]">
    <xapi:message id="123" to="[email protected]" attachment="true" subject="Your Invoice #${TRX_NUMBER} ${BILL_CUST_NAME}">Dear Sir/Madam,
    Please find attached your invoice #${TRX_NUMBER} for ${BILL_CUST_NAME} dated ${TRX_DATE}
    Your payment terms for this invoice are ${G_INV_TERM[1]/TERM_NAME}.
    Please pay on time.
    Regards
    Finance</xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="123">
    <xapi:template type="rtf"
    location="/xx/xx/xx/11.5.0/xml/RAXINV.rtf">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Please reply as this is very urgent.
    Appreciate your help and thanks in advance

    Hi Velkit,
    Check under your "Share" menu. It should be there. If it isn't there either, make sure that "Mail" is your default email client and then look under the share menu.
    Hope this helps,
    JediKMan

  • Issue with XML bursting program

    Hi All,
    We have a Oracle concurrent program which generates PDF output using XML data and RTF template. This output is sent as attachment to a designated user using XML bursting.
    The issue that we are facing is, the mail is sent to the recipients correctly when the program is run from my login. But when the same is run from anyone else’s login, the bursting program fails.
    Suppose the receiver’s email id is [email protected], the error faced is
    [oracle.apps.xdo.batch.DeliveryHelper][EXCEPTION] javax.mail.internet.AddressException: Illegal character in domain in string ``[email protected]@xyz.com''
    On examining the XML bursting program log file for successful and error runs, I could see the below property in the log file-
    For successful run: [SMTP_TO_RECIPIENTS:String] [[email protected]]
    Whereas for unsuccessful run: [SMTP_TO_RECIPIENTS:String] [[email protected]@xyz.com]
    Any pointers in this regard are highly appreciated.
    Regards,
    Kiranmayi.

    Thanks for your quick response.
    I believe the HP printer is an old one and I did have a couple of issues with it while using XML Publisher.However we've overcome those issues.
    We have installed xpdf and have been using the pdf2ps utility.We have PASTA set up and printing works fine when Bursting is not used.
    Is there some change I have to make to the configuration file/Bursting Control file to be able to use this pdf2ps utility to print to this Printer?
    Nevertheless I will also try using ipp on one of our newer printers...
    Thanks,
    Lavina

  • Issue in XML Bursting

    Hi All,
    We have a requirement wherein we have to mail the output of a query as an Excel attachment.
    We are doing it through XML Bursting.
    This is the first time I am using XML Bursting.
    I can see that in the Data Template , we have to hardcode the smtp server and the port.
    Can anyone please advise me how do we get the smtp server and the port which can be used here.
    Regards,
    Shruti

    Hi All,
    I modified the above xml control file as follows -
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/XXEXH_GAINSERR/LIST_G_ITEM_NUMBER/G_ITEM_NUMBER">
    <xapi:delivery>
    <xapi:email server="servername" port="25" from="[email protected]" reply-to ="">
    <xapi:message id="123" to="[email protected]" attachment="true" subject="Errors in inbound file">
    Errors in inbound file !!!
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="123">
    <xapi:template type="rtf" location="/ehanoi/applmgr/CUSTOM/xbol/11.5.0/reports/US/XXEXH_GAINSERR.rtf" filter="">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    But the issue is, as highlighted above the output type is pdf, but as soon as I change the ouput type to excel, the Bursting Program errors out again giving error as follows -
    Error!! Could not deliver the output for Delivery channel:null
    Can anyone please help me with the same.
    This is acting as a show stopper in my code delivery.
    Regards,
    Shruti

  • XML Bursting Never Complete.

    Hi
    The XML Bursting program neither complete nor error out.
    I am using PLSQL for 1. Generating XML 2. SUbmit the concurrent programs.
    I have three programs : 1. To Submit the XML Report and Bursting Program. 2. To Generate the XML Report. 3. XML Bursting.
    My Program 1 and 2 completes Normal. But XML Bursting Neither completes nor throws the error.
    I am using Control file
    =============
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/EMPLOYEE_REPORT/EMPLOYEE">
    <xapi:delivery>
    <xapi:email id="123" server="271.91.2.11" port="25" from="[email protected]" reply-to="[email protected]">
    <xapi:message id="123" to="[email protected]" attachment="true" subject=" Test PDF">
    Please review the attached Test PDF
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output-type="PDF" delivery="123">
    <xapi:template type="RTF" location="xdo://XBOL.TEST_ABCINC_XML.en.US/?getSource=true">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Any help is Appreciated.

    Hi Asif,
    We have applied this patch but I think the issue was the rtf in the server having a different name.I will test this in another environment without the patch. Now the issue I'm facing is Bursting Control files gets all null value passed.Hence the report and the all the details are null. Also I have changed my approach from rdf to XML data definition file. Below is the control file:
    <?xml version="1.0" encoding="UTF-8"?>
    -<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi"> -<xapi:request select="/XLAAARPT/LIST_G_RUN_LONG_REPORT/G_RUN_LONG_REPORT"> -<xapi:delivery> -<xapi:email reply-to="${CP_REQUESTED_BY}" from="${CP_REQUESTED_BY}" port="port_number" server="outbound mail server"> <xapi:message subject="${CP_SUBJECT} ${SEGMENT2} and Period: ${PERIOD_NAME}" attachment="true" cc="" to="${CF_1}" id="123"> ${CP_EMAIL_VERBAGE} </xapi:message> </xapi:email> </xapi:delivery> -<xapi:document delivery="123" output-type="excel" output="${BAL_DATA}_${SEGMENT2}"> <xapi:template location="/d11/appluat/F12UAT/apps/apps_st/appl/twpco/12.0.0/bin/TWPCO_GLRGNL2_XMLB.rtf" type="rtf"> </xapi:template> </xapi:document> </xapi:request> </xapi:requestset>
    Also I could notice that xapi:request select="/XLAAARPT/LIST_G_RUN_LONG_REPORT/G_RUN_LONG_REPORT". If I give anything below this tags I do not see any variable getting the value assigned in the Burst output. But all the tags in the Control file are under some other hierarchy i.e  /XLAAARPT/LIST_G_RUN_LONG_REPORT/G_RUN_LONG_REPORT/LIST_BALANCE_CCID/BALANCE_CCID/LIST_CCID_S/CCID_S/LIST_PERIOD_S/PERIOD_S.
    The SEGMENT2 and BAL_DATA are under the above mentioned hierarchy and these do not get passed. The other variables like CP_REQUESTED_BY,CP_SUBJECT,CF_1 are assigned in the afterTrigger section in the XML and getting Null values.
    Thanks,
    Ashwini

  • XML Bursting shows incorrect values in email

    We used bursting for sending out AR statements. We want to email the statements and ftp the same to another server for backup copies. When I have my delivery as just email, everything works as expected. When I add 'ftp' delivery in addition to 'email', I see strange behaviour.
    If an element in XML is null, and this element is referenced in the email body/subject line, this element shows values from another element that has a value. For example, we have an element 'comment' which is referenced in subject of the email.
    This 'comment' can be null, and when it is null, the value shows 'party_name'. Any ideas on why XML Bursting program would show values from other elements when the referenced element value is null? And this happens only when I have more than one 'delivery'.

    Hi,
    I am also facing a similar issue, I try to burst the xml file and email it to email address. for records with email address it works fine and when the email address is null, it has taken value from different records (though i don't see it against the respective XML group).
    Did you get a chance to identify the issue?

  • Java error in xml publisher report

    Hi All,
    While running the xml publisher repoert thru Concurrent Program in EBS 11 i get the following error :-
    Oracle XML Publisher 5.6.3 java.lang.NumberFormatException: For input string: "NCRX" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48) at java.lang.Integer.parseInt(Integer.java:447) at java.lang.Integer.parseInt(Integer.java:497) at oracle.apps.xdo.oa.cp.JCP4XMLPublisher.runProgram(JCP4XMLPublisher.java:214) at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    What's the above error about. My XML source is RDF. Please suggest what could be the problem.
    Thanks & regards
    ravi

    Did you get it while creating a template from the Word-Addin? Just close MS Word and then log back in and see whether it works. If you are on 10.1.3.2 then go to Start->Program Files->Oracle Business Intelligence -> Template Builder for Word and set the language to en-US. Your error could be because of a MS patch. If you set the language that should make it work.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Getting OPP LOG Error for XML Publisher report

    Hi Experts
                               We are facing warning message for Xml Publisher report  please advise how can we avoid this warning message.
    {code}
    Post-processing of request 12345678 failed at <sysdate> with the error message: The Output Post-processor is running but has not picked up this request. No further attempts will be made to post-process this request, and the request will be marked with Warning status. Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary
    {code}
    We have increased the Profile value for
    Concurrent: OPP Process Timeout  from 120 to 240 still we are facing the issue even we have  stop and restart the OPP for the change to be implemented but no luck please advice me
    Thanks
    AT

    Hi,
    Please see the following notes:
    The Output Post-processor Is Running But Has Not Picked Up This Request. (Doc ID 1547102.1)
    Concurrent Requests Fail Due to Output Post Processing (OPP) Timeout (Doc ID 352518.1)
    Report Output Error: The XML page cannot be displayed. Cannot view XML input using style sheet. (Doc ID 753620.1)
    Output Post Processor (OPP) Manager Not Working Error: APPLTMP Environment Variable is not Set (Doc ID 1381474.1)
    R12: Troubleshooting Known XML Publisher and E-Business Suite (EBS) Integration Issues (Doc ID 1410160.1)
    Thanks &
    Best Regards,

Maybe you are looking for

  • Touchscree​n problems after Win 8.1 upgrade

    Upgraded a HP ENVY Recline 23-k011 TouchSmart All-in-One to Win 8.1, since then touch screen is eratic.  If I do a reboot screen works fine till I use the mouse, then no touchscreen again unless I reboot.  Also if the pc goes into sleep mode, upon re

  • I only see Robo form bar and nothing else shows up on the screen

    I was using Firefox fine. Few days ago, it upgraded to the lateste vrsion whateer it is. Then, when I rau Firefox, I only see Roboform bar on desktop screen and nothing else. I uninstalled Firefox and installed old version 3.03. but the same problem

  • Need to create Meeting Request using Powershell with Outlook 2010 / 2013

    We will be creating around 100 meeting request based on data from excel, so planning to migrate it to SQL & using powershell we need to speed-up the progress. Script tried : http://social.technet.microsoft.com/Forums/scriptcenter/en-US/e88ca51c-62dd-

  • CC Application Manager Out of Sync Fix

    Just mentioning this here as it has caught me out twice, and the first time I ended up reinstalling several apps to fix it.   The CC Application Manager was inviting me to install apps that were happily residing and working on my system, which concer

  • Old projects with the *.cp extensions...

    Is it possible to get an older version of Captivate (demo maybe) to upgrade very old projects with the *.cp extensions to the new one so it opens in the newer Captivate. (PC version) Thanks