EBS Bursting woes

I have been struggling with getting bursting to work in EBS. Trying to output to the file system, nothing seems top be generated. When I switch to trying to print, I find a file is generated, but no print comes off.
I have also found that if I try to use the URI method of specifying the template file, I get a message bacl saying the file could not be found.
The bursting control file for attempting to print is:
<?xml version="1.0" encoding="UTF-8" ?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request select="/COESGPO_V084/LIST_G_SETUP/G_SETUP/LIST_G_COLLECTOR_NAME/G_COLLECTOR_NAME">
<xapi:delivery>
<xapi:print id="printer1" printer="socket://10.0.16.126" copies="1"/>
</xapi:delivery>
<xapi:document output-type="rtf" delivery="printer1,100">
<xapi:template type="rtf" location="/export/home/mparr/Statement2.rtf">
</xapi:template>
</xapi:document>
</xapi:request>
</xapi:requestset>
Does anyone have any suggestions before I go completely mad?

Actually, I have been using the Delivery Manager ( instead of the Document Processor ) to send the emails, and hence there is no control file.
Sent a copy of the java class.

Similar Messages

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

  • EBS Bursting and routing AR Statements/Invoices to email/print

    Hi
    I've just read Gareth Roberts' really cool blog on a simple method to process AR statements (or any other Concurrent Request report) in XML.
    http://garethroberts.blogspot.com/2008/01/beautiful-statements-in-1-easy-step.html
    I'm looking for direction on how to burst the XMLP output and route the individual customer documents to email and / or printers.
    Bursting is quite well descriped in the stand-alone BIP with the control file but I see no documentation of doing this with Concurrent Manager - (Nor any of the other XDOxxxxx concurrent programmes!!)
    I've started looking at the XDOBURSTRPT concurrent programme but without documentation have not yet had any success.
    Should XDOBURSTRPT be called with a fnd_request.submit_request directly after the request_submit for XDOREPPB?
    How do these things hang together?
    Thanks for any help.
    Mike Mac

    Hi Gareth
    With your and Tim's help - just revisited his blog on bursting at
    http://blogs.oracle.com/xmlpublisher/2007/04/05#a189 - I'm now getting close.
    The fundamental change that has happened since Tim's blog is that XMLP now allows for the accessing of the RTF template file from the XMLP Responsibility Data Definintion upload (of the control file onto the Data definition).
    But there's absolutely no documentation, that I can find, for the updated syntax of the control file itself where reference is made to the RTF Template also being managed by Concurrent Manager / Template Manager - instead of having to place the RTF on the server file system, and directly reference it in a hard-coded path.
    A secondary question is how to access alternate ".rtf" formatting templates within one Bursting Control File (different templates for different conditions).
    Tim also mentions the referencing of CUPS defined printers by name, and the ability to issue a regular unix lp command - its this documented anywhere?
    Is there a new comprehensive reference for the 5.6.3 Bursting Control File and its use with Concurent Manager?
    Thanks in anticipation
    Mike

  • EBS BUrsting Problem

    Has anyone implemented the Bursting Solution, because I am still getting this error when I run my bursting class
    Current system time is 07-MAY-2007 17:42:14
    Exception in thread "main" java.lang.ClassCastException
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    oracle.apps.fnd.cp.sample.EbsEmail
    Program exited with status 1
    and this:
    APP-FND-01388: Cannot read value for profile option CONC_OUTFILE in routine &ROUTINE.
    Concurrent request completed
    Current system time is 07-MAY-2007 17:42:30

    Actually, I have been using the Delivery Manager ( instead of the Document Processor ) to send the emails, and hence there is no control file.
    Sent a copy of the java class.

  • 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

  • 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

  • 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

  • Referencing data outside the bursting select tree in the control file

    BIP 5.6.3 / EBS 11.5.10.2 + EBS Bursting Integration patch
    I am trying to burst to files in a directory whose name is in the XML, but outside of the bursting select tree, but I have having problems picking up the value.
    XML Data:
    <DATA>
    _<CHECKS>
    __<CHECK>
    ___<CHECK_NUMBER>1234</CHECK_NUMBER>
    __<CHECK>
    _<CHECKS>
    _<DIRECTORY>/u01/DEV/checks/</DIRECTORY>
    </DATA>
    Bursting select request:
    <xapi:request select="/DATA/CHECKS/CHECK">
    I am trying to define the output file with:
    <xapi:filesystem id="111" output="${../../DIRECTORY}/Check_${CHECK_NUMBER}.pdf"/>
    But this isn't working (or ${DATA/DIRECTORY} or ${DATA[1]/DIRECTORY} which have been my only other thoughts with this XML structure) - it is leaving the directory blank and I am getting the following error in the bursting request:
    [oracle.apps.xdo.template.FOProcessor][EXCEPTION] IOException is occurred in FOProcessor.setOutput(String) with '/Check_1234.pdf'.
    [oracle.apps.xdo.template.FOProcessor][EXCEPTION] java.io.FileNotFoundException: /Check_1234.pdf (Permission denied)
    Am I able to refer to DIRECTORY with the XML structure and request select as above or do I need to move DIRECTORY into the select tree and duplicate the value for each check?

    Hi,
    Unfortunately it is not possible to select data from outside your ‘for each loop’ in the bursting file. So yes, you will need to move ‘DIRECTORY’ into the select tree.
    Regards
    Carl

  • Selective Bursting-Use of Bursting control file

    Hi,
    I need some infromation on selective bursting of XMl data. I am bursting the Oracle EBS invoice print program based on whether the preference is email or printer. I could handle this easily in the bursting control file. The xml was filtered based in the email on the customer site and sent to proper delivery channel.
    Can the bursting control file be modified in such a way that for the customers that have an email address the invoice gets bursted to the correct email address(which it does now) and the other invoices (customers with no email address) becomes one pdf file(either on the filesystem or gets emailed using another delivery channel)
    My control file goes something like this
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- $Header: BURSTING_FILE_XEXP_EXP_DK_RAXINV.xml 115.5 2010/07/22 17:35:53 xdouser noship $ -->
    <!-- dbdrv: none -->
    --First Request for emailing the invoices based on G_INVOICE*+
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/EXP_DK_RAXINV/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE/G_INVOICE">
    <xapi:delivery>
    <xapi:email server="server address" port="25" from="fromemail">
    <xapi:message id="123" to="${CF_EMAIL}" cc="${CF_CC_ADDRESS}" attachment="true" attachment-type="pdf" content-type="text/html" subject="${CF_EMAIL_SUBJECT}">
    </xapi:message>
    </xapi:email>
    <xapi:print id="printer1" printer="ipp://localhost:631/printers/KBH1S1-PRT" copies="1"/>
    </xapi:delivery>
    <xapi:document output="${CF_FILE_NAME}" output-type="pdf" delivery="123">
    <xapi:template type="rtf" location="xdo://XEXP.EXP_DKK_RAXINV.da.DK/?getSource=true" filter=".//G_INVOICE[CF_EMAIL!='abc']"></xapi:template>
    </xapi:document>
    </xapi:request>
    --New request to filter other invoices to group into into one file*+
    <xapi:request select="/EXP_DK_RAXINV/LIST_G_ORDER_BY">
    <xapi:delivery>
    <xapi:email server="serveraddress" port="25" from="fromemail">
    <xapi:message id="23" to="testemail address" cc="${CF_CC_ADDRESS}" attachment="true" attachment-type="pdf" content-type="text/html" subject="${CF_EMAIL_SUBJECT}">
    </xapi:message>
    </xapi:email>
    <xapi:print id="printer1" printer="ipp://localhost:631/printers/KBH1S1-PRT" copies="1"/>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="23">
    <xapi:template type="rtf" location="xdo://XEXP.EXP_DKK_RAXINV.da.DK/?getSource=true" filter=".//G_INVOICE[CF_EMAIL='abc']"></xapi:template>-- this filter part does not work*
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Is there any way of achieving this.
    Thanks in advance

    Example here:
    http://garethroberts.blogspot.com/2010/08/ebs-bursting-filter-on-xml-elements.html
    Regards,
    Gareth

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

  • 11.5.10 emailing customers their invoices bursting from RAXINV.rdf

    Dear all
    I have been asked how easy it is to send electronic invoices to our customers (assuming they are set-up correctly with the requisite email address) as and when we need them. (Forgive me I am a PM not a techie :-) ) I know that we use XML Publisher to send out statements to our customers on request via the collections workbench but understand that doing it from RAXINV is a lot harder as it spawns another process which generates data.
    We do not use iRec we just have AR and IEX. Appreciate anyones comments.
    Jane

    Hi Jane,
    It should be a straightforward exercise, one option is to convert RAXINV output to XML and create an XML Publisher template to mimic your current output. Then use XML Publisher Bursting.
    See the following for similar sort of process (but the post is for Remittance rather than invoices):
    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Regards,
    Gareth

  • Bursting Filter help

    I have XML data as in the example below. When all data (elements A_B_PROD, C_PROD, TOTAL_PROD,TOTAL_COACH_PROD, CREDITED_AMOUNT, XDRDAY and TOTAL_CREDITED ) are zero, as the middle person is, i don't want to send anything out of my Burst job.
    this is my select expression: select="/BF_ADC_TRACK_TEMPLATE/LIST_BF_ADC_TRACK_BASE/BF_ADC_TRACK_BASE"
    I am using this filter expression, but it is not working; an email with PDF is still being generated. Can someone tell me why?
    filter="/BF_ADC_TRACK_TEMPLATE/LIST_BF_ADC_TRACK_BASE/BF_ADC_TRACK_BASE/LIST_BF_ADC_PERIOD_PROD/BF_ADC_PERIOD_PROD[TOTAL_PROD!=0] or /BF_ADC_TRACK_TEMPLATE/LIST_BF_ADC_TRACK_BASE/BF_ADC_TRACK_BASE/LIST_BF_ADC_PERIOD_COACH/BF_ADC_PERIOD_COACH[TOTAL_COACH_PROD!=0] or /BF_ADC_TRACK_TEMPLATE/LIST_BF_ADC_TRACK_BASE/BF_ADC_TRACK_BASE/LIST_BF_ADC_PERIOD_REV/BF_ADC_PERIOD_REV[TOTAL_CREDITED!=0]"
    ***xml data
    <?xml version="1.0" encoding="UTF-8" ?>
    - <BF_ADC_TRACK_TEMPLATE>
    <P_PERSON_ID />
    <P_SALESREP_ID />
    <P_PERIOD_ID>2011014</P_PERIOD_ID>
    - <LIST_BF_ADC_TRACK_BASE>
    - <BF_ADC_TRACK_BASE>
    <EMPLOYEE_NUMBER>29589</EMPLOYEE_NUMBER>
    <FULL_NAME>susy q</FULL_NAME>
    <EMAIL_ADDRESS>[email protected]</EMAIL_ADDRESS>
    <SALESREP_NUMBER>11111</SALESREP_NUMBER>
    <PERSON_ID>11111</PERSON_ID>
    <SALESREP_ID>11111</SALESREP_ID>
    <HOME_HOSPITAL>1111</HOME_HOSPITAL>
    <PERIOD_ID>2011014</PERIOD_ID>
    <PERIOD_NAME>BW13-11</PERIOD_NAME>
    <INTERVAL_NUMBER>201103</INTERVAL_NUMBER>
    <INTERVAL_NUMBER_EXPANDED>2011 - 03</INTERVAL_NUMBER_EXPANDED>
    <INTERVAL_START_DATE>06/19/2011</INTERVAL_START_DATE>
    <INTERVAL_END_DATE>09/10/2011</INTERVAL_END_DATE>
    <INTERVAL_PAY_DATE>10/14/2011</INTERVAL_PAY_DATE>
    <PERIOD_START_DATE>07/03/2011</PERIOD_START_DATE>
    <PERIOD_END_DATE>07/16/2011</PERIOD_END_DATE>
    - <LIST_BF_ADC_PERIOD_PROD>
    - <BF_ADC_PERIOD_PROD>
    <A_B_PROD>11111</A_B_PROD>
    <C_PROD>11111</C_PROD>
    <TOTAL_PROD>11111</TOTAL_PROD>
    </BF_ADC_PERIOD_PROD>
    </LIST_BF_ADC_PERIOD_PROD>
    - <LIST_BF_ADC_PERIOD_COACH>
    - <BF_ADC_PERIOD_COACH>
    <TOTAL_COACH_PROD>0</TOTAL_COACH_PROD>
    </BF_ADC_PERIOD_COACH>
    </LIST_BF_ADC_PERIOD_COACH>
    - <LIST_BF_ADC_PERIOD_REV>
    - <BF_ADC_PERIOD_REV>
    <CREDITED_AMOUNT>1111</CREDITED_AMOUNT>
    <XDRDAY>0</XDRDAY>
    <TOTAL_CREDITED>1111</TOTAL_CREDITED>
    </BF_ADC_PERIOD_REV>
    </LIST_BF_ADC_PERIOD_REV>
    </BF_ADC_TRACK_BASE>
    - <BF_ADC_TRACK_BASE>
    <EMPLOYEE_NUMBER>22222</EMPLOYEE_NUMBER>
    <FULL_NAME>speedy heedy</FULL_NAME>
    <EMAIL_ADDRESS>[email protected]</EMAIL_ADDRESS>
    <SALESREP_NUMBER>22222</SALESREP_NUMBER>
    <PERSON_ID>22222</PERSON_ID>
    <SALESREP_ID>22222</SALESREP_ID>
    <HOME_HOSPITAL>2222</HOME_HOSPITAL>
    <PERIOD_ID>2011014</PERIOD_ID>
    <PERIOD_NAME>BW13-11</PERIOD_NAME>
    <INTERVAL_NUMBER>201103</INTERVAL_NUMBER>
    <INTERVAL_NUMBER_EXPANDED>2011 - 03</INTERVAL_NUMBER_EXPANDED>
    <INTERVAL_START_DATE>06/19/2011</INTERVAL_START_DATE>
    <INTERVAL_END_DATE>09/10/2011</INTERVAL_END_DATE>
    <INTERVAL_PAY_DATE>10/14/2011</INTERVAL_PAY_DATE>
    <PERIOD_START_DATE>07/03/2011</PERIOD_START_DATE>
    <PERIOD_END_DATE>07/16/2011</PERIOD_END_DATE>
    - <LIST_BF_ADC_PERIOD_PROD>
    - <BF_ADC_PERIOD_PROD>
    <A_B_PROD>0</A_B_PROD>
    <C_PROD>0</C_PROD>
    <TOTAL_PROD>0</TOTAL_PROD>
    </BF_ADC_PERIOD_PROD>
    </LIST_BF_ADC_PERIOD_PROD>
    - <LIST_BF_ADC_PERIOD_COACH>
    - <BF_ADC_PERIOD_COACH>
    <TOTAL_COACH_PROD>0</TOTAL_COACH_PROD>
    </BF_ADC_PERIOD_COACH>
    </LIST_BF_ADC_PERIOD_COACH>
    - <LIST_BF_ADC_PERIOD_REV>
    - <BF_ADC_PERIOD_REV>
    <CREDITED_AMOUNT>0</CREDITED_AMOUNT>
    <XDRDAY>0</XDRDAY>
    <TOTAL_CREDITED>0</TOTAL_CREDITED>
    </BF_ADC_PERIOD_REV>
    </LIST_BF_ADC_PERIOD_REV>
    </BF_ADC_TRACK_BASE>
    - <BF_ADC_TRACK_BASE>
    <EMPLOYEE_NUMBER>33333</EMPLOYEE_NUMBER>
    <FULL_NAME>dolorous ed</FULL_NAME>
    <EMAIL_ADDRESS>[email protected]</EMAIL_ADDRESS>
    <SALESREP_NUMBER>33333</SALESREP_NUMBER>
    <PERSON_ID>33333</PERSON_ID>
    <SALESREP_ID>33333</SALESREP_ID>
    <HOME_HOSPITAL>3333</HOME_HOSPITAL>
    <PERIOD_ID>2011014</PERIOD_ID>
    <PERIOD_NAME>BW13-11</PERIOD_NAME>
    <INTERVAL_NUMBER>201103</INTERVAL_NUMBER>
    <INTERVAL_NUMBER_EXPANDED>2011 - 03</INTERVAL_NUMBER_EXPANDED>
    <INTERVAL_START_DATE>06/19/2011</INTERVAL_START_DATE>
    <INTERVAL_END_DATE>09/10/2011</INTERVAL_END_DATE>
    <INTERVAL_PAY_DATE>10/14/2011</INTERVAL_PAY_DATE>
    <PERIOD_START_DATE>07/03/2011</PERIOD_START_DATE>
    <PERIOD_END_DATE>07/16/2011</PERIOD_END_DATE>
    - <LIST_BF_ADC_PERIOD_PROD>
    - <BF_ADC_PERIOD_PROD>
    <A_B_PROD>33333</A_B_PROD>
    <C_PROD>33333</C_PROD>
    <TOTAL_PROD>33333</TOTAL_PROD>
    </BF_ADC_PERIOD_PROD>
    </LIST_BF_ADC_PERIOD_PROD>
    - <LIST_BF_ADC_PERIOD_COACH>
    - <BF_ADC_PERIOD_COACH>
    <TOTAL_COACH_PROD>0</TOTAL_COACH_PROD>
    </BF_ADC_PERIOD_COACH>
    </LIST_BF_ADC_PERIOD_COACH>
    - <LIST_BF_ADC_PERIOD_REV>
    - <BF_ADC_PERIOD_REV>
    <CREDITED_AMOUNT>33333</CREDITED_AMOUNT>
    <XDRDAY>0</XDRDAY>
    <TOTAL_CREDITED>33333</TOTAL_CREDITED>
    </BF_ADC_PERIOD_REV>
    </LIST_BF_ADC_PERIOD_REV>
    </BF_ADC_TRACK_BASE>
    </LIST_BF_ADC_TRACK_BASE>
    </BF_ADC_TRACK_TEMPLATE>
    Edited by: vykingzOR on Aug 8, 2011 5:44 PM

    An example of multiple emails is here:
    http://garethroberts.blogspot.com/2010/08/ebs-bursting-filter-on-xml-elements.html
    Regards,
    Gareth

  • Bursting error: Could not deliver the output for Delivery channel:null'

    I am using R12 applications.
    I get this error 'Error!! Could not deliver the output for Delivery channel:null' in the output file of the bursting concurrent program.
    The smtp server name the ids the mail id and all other things are fine in the bursting file since i have hard coded them.
    I have also telnet <smtp server name> 25 frm command prompt and it worked fine.
    I don't know why i am facing this issue.
    Below is the bursting control file.
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
    <xapi:request select="/XXOTC_MER_ROLES_LIST/LIST_G_USER_ID_/G_USER_ID_">
    <xapi:delivery>
    <xapi:email server="smtp server name" port="25" from="[email protected]" reply-to="[email protected]">
    <xapi:message id="123" to="[email protected]" attachment="true" subject=" Dear Manager :">
    Please review the attached list of roles </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output-type="Excel" delivery="123">
    <xapi:template type="rtf" location="/mlogs/BPTDEV1/conc/temp/XXOTC_MER_ROLES_LIST_3.rtf">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Any help would be greatly appreciated

    Hi user13319084,
    Is it that you've enabled SMTP authentication and the authentication is failing (not sure if user13319084 is person Kaushek commenting the same on my blog) here:
    http://garethroberts.blogspot.com/2008/03/bi-publisher-ebs-bursting-101.html
    Regards,
    Gareth

Maybe you are looking for

  • Battery life displayed as 0%

    When the button on the battery is pressed it shows 3 green lights but the battery life is still displayed as 0% on my macbook. This is my 3rd battery. The second was given to me while my macbook was under warranty. When this one decided to go out I u

  • Need RAID Driver for 64-bit WXP - Qosmio F30

    Hi everyone.. I'm looking tor Raid driver for winXp x64 bit... My laptop is Qosmio F30-140 Please help me to find it.. Thanks for help.. Salam

  • Connecting digital camera to iPod

    I've imported my first movie directly from my Hp photosmart camera to my iPod, by using the special connector. iPod cannot play the movie and reports that Quicktime can be used. On my worldtour I only have my iPod and my camera. Is their another opti

  • Payment certificate in itunes

    Dear As I can request a payment certificate in respect of a cancellation itunes I did in the game and did not cash the credits?

  • HP C4780 - not able to connect to wifi

    Hi  My printer (HP C4780) doesn't seem to try to connect to anything while running configuration software. I tried to follow the procedure of restarting it (removing power cords waiting - I gave it whole night off).  I have full details of my wifi ne