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

Similar Messages

  • 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 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']

  • 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

  • Exception in XML bursting

    Hi,
    I am using bursting control file to split the output of the invoice report based on the trax number.
    Below is my control file
    <!-- $Header: XXBS_AR007_PRT_INV_BURSTING_CONTROL.xml 2011/09/30 10:23:23 xdouser noship $ -->
    <!-- dbdrv: none -->
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/XXBSAR007PRINV/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
    <xapi:delivery>
    <xapi:ftp id="123" server="${CF_SERVER}" user="${CF_USER_NAME}" password="${CF_PASSWORD}" remote-directory="${CF_REMOTE_DIRECTORY}" remote-file="${TRX_NUMBER}.pdf" secure-ftp="${CF_SECURE_FTP}"/>
    </xapi:delivery>
    <xapi:document output="${TRX_NUMBER}.pdf" output-type="pdf" delivery="123">
    <xapi:template type="rtf"
    location="xdo://XXBS.XXBSAR007PRINV.en.US/?getSource=true">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    I have defined the formula columns for the server details.
    But when I am running this prog getting the following exception
    XML/BI Publisher Version : 5.6.3
    Request ID: 23041418
    All Parameters: Dummy for Data Security=Y:ReportRequestID=23041417:DebugFlag=Y
    Report Req ID: 23041417
    Debug Flag: Y
    Updating request description
    Updated description
    Retrieving XML request information
    Node Name:IT03APSTST
    Preparing parameters
    null output =/test_diapason_ebs/APPL_R12/inst/apps/PRE_it03apstst/logs/appl/conc/out/o23041418.out
    inputfilename =/test_diapason_ebs/APPL_R12/inst/apps/PRE_it03apstst/logs/appl/conc/out/o23041417.out
    Data XML File:/test_diapason_ebs/APPL_R12/inst/apps/PRE_it03apstst/logs/appl/conc/out/o23041417.out
    Set Bursting parameters..
    Temp. Directory:/usr/tmp
    [100311_111822843][][STATEMENT] Oracle XML Parser version ::: Oracle XML Developers Kit 10.1.3.0.0 - Production
    [100311_111822847][][STATEMENT] setOAProperties called..
    Bursting propertes.....
    {user-variable:cp:territory=IT, user-variable:cp:ReportRequestID=23041417, user-variable:cp:language=en, user-variable:cp:responsibility=50344, user-variable.OA_MEDIA=http://it03apstst.biesse.it:8000/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=Y, user-variable:cp:parent_request_id=23041417, user-variable:cp:locale=en-IT, user-variable:cp:user=IT00EX0097, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=23041418, user-variable:cp:org_id=102, user-variable:cp:reportdescription=Biesse: Print Invoices, user-variable:cp:Dummy for Data Security=Y}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    /usr/tmp/100311_111822882/9.pdf (No such file or directory)
    java.io.FileNotFoundException: /usr/tmp/100311_111822882/9.pdf (No such file or directory)
         at java.io.FileInputStream.<init>(FileInputStream.java:112)
         at java.io.FileInputStream.<init>(FileInputStream.java:72)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.zipOutputFiles(JCP4XDOBurstingEngine.java:523)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:292)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    I am not which file is referred here .. here 9 is the trx number but rest of the things I am not sure.
    Please let me know where am I wrong?
    Any help would be appreciated.

    Your XML file is malformed.

  • XML Bursting Output Report

    I am new to xml publisher and bursting.
    I have created a tax invoice that i can generate and print using XML Publisher.
    i now need to distribute the report - i have the option to email, fax or print.
    Unfortunately due to the nature of my clients infrastructure i cannot print directly to a printer so i resorted to creating a file on the linux server.
    This all works fine - i get the required number of emailed reports , faxed reports and filesystem reports but the output report doesn't generate.. It reckons i have a duplicate file reference somewhere.. and therefore the concurrent manager job completets with error..
    Can anyone help please..
    Cheers
    This is the error:
    Bursting process complete..
    Generating Bursting Status Report..
    --Exception
    duplicate entry: /Remittance_Advice20058652.pdf
    java.util.zip.ZipException: duplicate entry: /Remittance_Advice20058652.pdf
    This is my bursting file:
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/RCTI/G_HEADER">
    <xapi:delivery>
    <xapi:email id="123" server="<servername>" port="25" from="${RA_OFFICER}" reply-to ="${RA_OFFICER}">
    <xapi:message id="123" to="${C_DELIVERY_DETAILS}" cc="${CC_EMAIL}" attachment="true" subject="Remmitance Advice ${C_DOC_NUMBER} ${C_DOC_DATE} ">EFT REMITTANCE ADVICE to PAYEE
    Please find attached your EFT remittance advice for payments credited to your account.
    </xapi:message>
    </xapi:email>
    <xapi:filesystem id="file" output="/oratmp/RCTI/RCTI_${C_VENDOR_NAME}_${C_DOC_NUMBER}.pdf"/>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="file">
    <xapi:template type="xsl-fo" location="/oratmp/TEMPLATE_PROD.xsl" filter=".//G_HEADER[C_DELIVERY_METHOD='']" >
    </xapi:template>
    </xapi:document>
    <xapi:document output="Remittance_Advice${C_DOC_NUMBER}" output-type="pdf" delivery="123">
    <xapi:template type="xsl-fo" location="/oratmp/TEMPLATE_PROD.xsl" filter=".//G_HEADER[C_DELIVERY_METHOD!='']" >
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Edited by: Lisa from Aus on 15/09/2010 19:43

    Hi Lisa,
    Thanks but it didn't solve my problem - so i went back to a couple previous versions - one that just emailed and one that just created the file and they both worked fine.Have you applied the patch?
    So i used the email only one and appended my filtering restriction to the end of the command and even though the reports were emailed correctly the bursting report failed to output with the duplicate entry error.
    Is the syntax of my filter wrong?Sorry, cannot be of much help -- Others with similar experience may help (or you may log a SR).
    Thanks,
    Hussein

  • CSM 4.2 deployment never completes

    Hi all,
    Just wonder if anyone had similar issue but I have a problem where deployment never completes:
    We have fresh install of csm 4.2 sp1
    Device that we deploy to is 5585 active/passive pair with 8.4.2
    Deployment transcript shows that CLI is success and write mem is performed
    On next step and that is Cisco Secure Desktop Configuration it hangs forever on:
    ! COMMENT: Using : https://x.x.x.x/admin/flash/sdesktop/data.xml
    ! COMMENT:  Trying to connect using enable password ******
    Deployment never completes but configuration is delivered to the ASA.
    Thanks....

    I ran across the same issue and drove me crazy.
    The problem was with the use of the object "any". The configuration parser is having trouble with it. You basically have to create an object for the subnet 0.0.0.0/0 and use that instead. The bug has been fix but is in the pending release state.
    Cisco Bug: CSCtu01132

  • 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 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?

  • I am able to load some pages from a particular website while other pages from the same site give the error "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

    I am able to access some directories on the website without any problems while I get the "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." error for other directories of the same site.
    == URL of affected sites ==
    http://www.safelistgrande.com

    Suddenly from yesterday I am getting this error while trying to opening gmail

  • 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>

  • XML Bursting and attaching PDF file to self service page

    Hi All,
    We have developed custom report and implemented XML Bursting Program(not intended to send e-mails). If the output of the concurrent program is producing 100 output files, say 100 pdf HR letters, we need to attach each letters to individual employee HR records(Manager Self service page).
    How can we implement a solutions for the above requirement.
    Thanks in Advance,
    Arun

    Hi,
    I have similar requirement to attach the report output to one entity as an FND attachment. Any examples?
    Thanks,
    Hariharan R.

  • 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

Maybe you are looking for

  • Issue with Duplicate FUNCTION

    Hi Guys: I am experiencing some issue with DUPLIATE FUNCTION.  What happen is that I have create some BUTTONS on the stage that was used througth out difference scence.....those buttons has same action that point page to particular scence.  And this

  • File.openWithDefaultApplication()  to open directory not working from release build

    Hi, I'm trying to use the File.openWithDefaultApplication() method to open a directory location.  I'm running on Windows 7 Professional 64-bit, but have also tested on Windows XP Professional 32-bit with the same result. The method works fine if I ru

  • Iweb site feedback and friends?

    hi all, i used to use these forums a lot; however, i stopped that a while ago. I currently have started using iWeb a lot and am looking for feedback on my site and any one that wants to add me as an ichat buddy to bounce ideas and stuff off of. If yo

  • How to call java method from actionscript

    I've just now started working on Flex. May be its basic question but I'm not aware of it – how can I call a java method from actionscript. I want to call some java method on double click of a event. Can you please let me know how to proceed on this?

  • MSS: Employee Search: Data View

    Hi All, I need a few clarifications regarding the Data View of Employee Search/Team Viewer iview. 1)"Click"ability of Employee in Data View 2)"Click"ability of any other object type, like Org Unit or Position in the Data View After my trials, I'd lik