Unable to Burst e-mail because Template not found

Hello,
I am working on getting a bursting control file set up to e-mail some invoices out and can't seem to get past a hurdle where the publisher cannot find the template file to use.
Here is the Control file info:
?xml version="1.0" encoding="UTF-8" ?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request select="/LIST_G_ORDER_BY/G_ORDER_BY/LIST_G_INVOICE">
<xapi:delivery>
<xapi:email id ="123" server="SFO1001EX02.NA.CORP.YR.COM" port="25"
from="[email protected]" reply-to="[email protected]">
<xapi:message id="123" to="[email protected]" cc="" attachment="true"
content-type="text/html" subject="Invoice Number: ${TRX_NUMBER}">Please
see attached Invoice File: ${TRX_NUMBER}</xapi:message>
</xapi:email>
</xapi:delivery>
<xapi:document output-type="pdf">
<xapi:template type="rtf" location="xdo://LANSELUKINV2.EN.US"/>
</xapi:document>
</xapi:request>
</xapi:requestset>
It is actually delivering an e-mail, but with no attachment. The log file indicates:
XML/BI Publisher Version : 5.6.3
Updating request description
Retrieving XML request information
Preparing parameters
Set Bursting parameters..
Start bursting process..
[012109_022849394][][EXCEPTION] The URL ( xdo://LANSELUKINV2.EN.US ) is invalid.
[012109_022849397][oracle.apps.xdo.batch.BurstingProcessorEngine][EXCEPTION] java.lang.NullPointerException
     at com.sun.java.util.collections.Hashtable.put(Hashtable.java:381)
     at oracle.apps.xdo.batch.BurstingProcessorEngine.validateTemplateLocation(BurstingProcessorEngine.java:3394)
Can anyone help me out?
Thanks in advance.

I can't seem to find any examples in Oracle documentation specifically about setting the location="xdo://....". The closest thing I can find is in the XMLP 5.6.2 user guide on page 2-117 (pdf page 139). The syntax for getting a template from XML Publisher in EBS is:
location="xdo://APPCODE.TEMPLATE_CODE.lang.TERR"
Example: xdo://SQLAP.APXT7F99P.en.US
The "burst_template_location" column of this SQL will assemble the location name for you (assuming you have previous run a XMLP request with this data definition):
SELECT distinct
NVL (r.description, cp.user_concurrent_program_name) prg_desc
,xds.application_short_name || '.' || xds.data_source_code || '.' || lower(fl.iso_language) || '.' || ft.territory_code as burst_template_location
,cp.concurrent_program_name
,cp.template_appl_short_name
,cp.template_code
,r.nls_language
,r.nls_territory
,r.nls_codeset
,r.printer
,cp.output_print_style
,xds.application_short_name
,xds.data_source_code
FROM fnd_concurrent_requests r
,fnd_concurrent_programs_vl cp
,xdo_ds_definitions_b xds
,fnd_languages fl
,fnd_territories ft
WHERE
r.program_application_id = cp.application_id
AND r.concurrent_program_id = cp.concurrent_program_id
AND xds.application_short_name = (SELECT application_short_name
FROM fnd_application
WHERE application_id = cp.application_id)
AND xds.data_source_code = cp.concurrent_program_name
AND r.output_file_type = 'XML'
and r.nls_language = fl.nls_language
and r.nls_territory = ft.nls_territory
and xds.data_source_code like '%LANSELUKINV2%'
ORDER BY prg_desc

Similar Messages

  • [solved]can not complete upgrade because of not found error

    Yesterday night when i try to upgrade i got that error and it still remains. I really dont know exact error but translation is sth like that (sorry for that) :
    error: unable to get 'libgsf-1.14.15-1-x86_64.pkg.tar.gz' from ftp.hosteurope.de because of Not Found error
    warning : some files couldnt get from extra repository
    I changed mirrors but result is the same. What should i do?
    Last edited by yvz (2009-08-07 10:00:06)

    I had the same problem on my 64bit arch, I then uncommented the last server in germany (stuttgart or smth.) in /etc/pacman.d/mirrorlist and then it worked.
    Last edited by t4k1t (2009-08-04 19:32:46)

  • Hp compaq nc4200 drivers for windows 8 iam very sad because am not found thise drivers

    hp compaq nc4200 drivers for windows 8 iam very sad because am not found thise drivers in any sits please anser me quq
    thanx

    Hi,
    Besides britishdhez's suggestion, we also try to get your apps and devices working in
    Windows 8.1 in compatibility mode:
    Get your apps and devices working in Windows 8.1
    http://windows.microsoft.com/en-IN/windows-8/get-apps-devices-working
    Karen Hu
    TechNet Community Support

  • HT1926 Have the same problem as many other users: tried to update iTunes on Windows 7 today; first message "unable to locate component- MSVCR80.dll was not found" then "iTunes was not installed correctly. Please reinstall iTunes - Error 7 (Windows error 1

    I have the same problem as many other users: updated iTunes on Windows 7 on Jan 26, 2014 and iTunes does not open.  First message "unable to locate component- MSVCR80.dll was not found" then "iTunes was not installed correctly. Please reinstall iTunes - Error 7 (Windows error 126)". When will Apple fix this? Don’t feel like uninstalling all Apple software and then re-installing it as suggested, as I am on a terribly slow internet connection while travelling in the DR Congo.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall press on)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • OBIEE installation error: file EmctlCommon.pm.template not found

    I'm installing OBIEE 11.1.1.6.0 on Linux Centos.
    I have this error running the installer
    "/app/MiddlewareOracle/middlewarehome/oracle_common/bin/EmctlCommon.pm.template not found"
    /app/MiddlewareOracle/middlewarehome is my installation home directory.
    I don't understand why installer did not copy/unzip this file in oracle_common.
    I don't think it's a permission issue: there are other files in the directory.
    Log simply report the error with no further information.
    Some advice?
    thanks
    Luca

    Sorry
    Probably the error was due to an error during the unzip of files downoladed from Oracle.
    Solved.

  • Oracle.odi.runtime.agent.invocation.InvocationException: ODI-1221: Unable to restart session 5002: session is not found in work repository WORKREP1

    Hi,
    I ran a scenario in ODI 11.1.1.5 and got the following error:
    oracle.odi.runtime.agent.invocation.InvocationException: ODI-1221: Unable to restart session 5002: session is not found in work repository WORKREP

    It could be the due to issue mentioned in support note
    ODI-1221 Error When Executing Interface Or Package To Standalone Agent Running on OPMN (Doc ID 1482516.1)

  • When using firefox on yahoo and opening my mail it says Not Found The requested URL /dc/launch was not found on this server. How can this be fixed?

    when using firefox on yahoo and opening my mail it says Not Found The requested URL /dc/launch was not found on this server. How can this be fixed?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Discussion Forum: Unable to perform the operation: Row was not found using

    Hi all,
    I deployed the Discussion Forum and it shows the Portlet with "Creating a product ..". Very fine.
    I can create a Product. Fine also.
    I can fill in a new Thread, but then, when I try to submit it, I get the error:
    Unable to perform the operation: Row was not found using request parameter: 000100000004313437380000012A000000F8FE832E94.
    When I click Cancel. I see the Overview of the Products. I drill down to the Threads for my Product and the new thread appears on the list. As soon as I click on the Thread in order to read it the following error appears:
    Unable to perform the operation: Row was not found using request parameter: 0001000000043134373800000134000000F8FE832E94.
    Any help is appreciated,
    Michael

    You need to set the Login Frequency (while registering the provider) to 'Once Per Session'. This will allow the portlet to track the user transaction state.
    Make sure that you do not bounce the oc4j container in between the portlet operations, since this will leave the transaction into inconsistent state.
    You have to ensure that whenever you bounce the oc4j container/provider mid-tier you logout of portal and login again.
    This will solve the problem.

  • 'claws-mail-extra-plugins': not found in sync db [ Solved ]

    [wesley@ratdog ~]$ sudo pacman -Syu
    Password:
    :: Synchronizing package databases...
    downloading testing.db.tar.gz...
    downloading core.db.tar.gz...
    downloading extra.db.tar.gz...
    downloading community-testing.db.tar.gz...
    downloading community.db.tar.gz...
    archlinuxfr is up to date
    archrepo is up to date
    compiz-fusion is up to date
    arch-games is up to date
    :: Starting full system upgrade...
    warning: python-gdata: local (2.0.6-1) is newer than archrepo (2.0.4-1)
    local database is up to date
    [wesley@ratdog ~]$ sudo pacman -S claws-mail-extra-plugins
    claws-mail-extra-plugins package not found, searching for group...
    error: 'claws-mail-extra-plugins': not found in sync db
    [wesley@ratdog ~]$ sudo pacman -Q claws-mail-extra-plugins
    error: package "claws-mail-extra-plugins" not found
    [wesley@ratdog ~]$ sudo pacman -Q claws-mail
    claws-mail 3.7.4-1
    [wesley@ratdog ~]$ sudo pacman -Q claws-mail
    claws-mail 3.7.4-1
    [wesley@ratdog ~]$
    Did I clobber my mirrorlist ?
                          http://dpaste.com/153358/
    Last edited by wesley_of_course (2010-02-01 20:49:53)

    [wesley@ratdog ~]$ sudo pacman -Syu
    :: Synchronizing package databases...
    testing is up to date
    core is up to date
    extra is up to date
    community-testing is up to date
    community is up to date
    archlinuxfr is up to date
    archrepo is up to date
    compiz-fusion is up to date
    arch-games is up to date
    :: Starting full system upgrade...
    local database is up to date
    It 's fixed , ran reflector.

  • HT201210 Itunes won't launch? Message reads "Unable to locate Component - MSVCR80.d11 was not found. Do you have a solution please?

    I just tried to update iTunes to version 11.1.4 on my Windows Desktop, which is normally not a problem.
    However, halfway through the download, the following message pops up:-
    "iTunes.exe - Unable to Locate Component. This application has failed to start because MSVCR80.dll was not found. Reinstalling the application may fix this problem"
    I have uninstalled iTunes and reinstalled it, however the message is the same.
    Any suggestions?

    Read the threads over on the right under the heading of More Like This
    Allan

  • Can't update IPhoto because application not found?

    I have had the latest iPhoto until yesterday when I did something dumb? then I couldn't open iPhoto anymore. I did create a new library, but discovered that the version of iPhoto I can now open is only a 2. Whenever I try to update to iPhoto 5 or 6, the screen says "you cannot install iPhoto update on this volume. An eligible iPhoto application was not found in the location / Applications/iPhoto.app" when I try to install it onto the hard drive. I'm an amateur at this and would surely appreciate some help. I don't want to be stuck with a version 2! I would also like to be able to import all my pictures back.

    Hi lori,
    From the beginning: We just bought this intel two months ago. I believe it came equipped with the latest iLife and therefore the latest iPhoto. The technician at the store booted up everything from our old broken iBook, which had older versions of everything (though I don't think the iPhoto was THAT early of a version.)
    Recently, I set up a new user and I tried to copy (drag over) my old photo library from my iBook backup file, because this new user didn't have any pix on its iPhoto. When I tried to do that, I believe the computer asked me some questions, like I'm agreeing to certain terms of iPhoto. I thought this was required process under a new user. I really didn't pay attention to it and just clicked 'agree'. Then I couldn't open iPhoto anymore because it said I had done some changes to iPhoto and needed to reopen with a later version. I read some of your other posts and tried to create a new library, which I succeeded in doing. But now it's version 2. Really strange and frustrating.
    I'm assuming that the latest iLife is on my computer already? We don't think our computer came with the CD/DVDs.
    I SURE appreciate your help thus far! It's all new to me.

  • Javax.mail.message.recipienttype not found

    Hi,
    I use jdev10g and i want to send a mail message.
    Here's a little snip of my class for sending a mail.
    Jdeveloper gives me a error about Message.RecipientType.TO.
    "Member 'RecipientType' not found in javax.mail.Message"
    import javax.mail.Message;
    message.addRecipient(Message.RecipientType.TO,
    new InternetAddress(to));
    I've installed the javamail-1.1.3 API.
    In my project properties -> libraries, i've added this library with the correct path to the jar file.
    I'm sure that this API have this Message class.
    What is going wrong, have i missed something ???
    Greetings,
    Peter

    Hi! Srikanth,
    1. I checked MailerEJB.deploy under "Dependency Analyzer",
    I checked activation.jar and mail.jar under the J2EE node.
    I did the same for the MailerJSP.deploy.
    2. I used same jdeveloper version and jdk 1.3.1_06.
    3. I did a clean deploy for the ejb and mailerjsp.deploy
    4. I recompiled and run the jpr,
    from the message window, I got:
    C:\jdeveloper\jdk\bin\javaw.exe -ojvm -classpath C:\oc4j\samples\ejb\EJBCallsJSP\classes;C:\oc4j\samples\ejb\EJBCallsJSP;C:\jdeveloper\jdev\lib\jdev-rt.jar;C:\jdeveloper\j2ee\home\lib\activation.jar;C:\jdeveloper\j2ee\home\lib\ejb.jar;C:\jdeveloper\j2ee\home\lib\jaas.jar;C:\jdeveloper\j2ee\home\lib\jaxp.jar;C:\jdeveloper\j2ee\home\lib\jcert.jar;C:\jdeveloper\j2ee\home\lib\jdbc.jar;C:\jdeveloper\j2ee\home\lib\jms.jar;C:\jdeveloper\j2ee\home\lib\jndi.jar;C:\jdeveloper\j2ee\home\lib\jnet.jar;C:\jdeveloper\j2ee\home\lib\jsse.jar;C:\jdeveloper\j2ee\home\lib\jta.jar;C:\jdeveloper\j2ee\home\lib\mail.jar;C:\jdeveloper\j2ee\home\oc4j.jar;C:\jdeveloper\jdbc\lib\classes12.jar;C:\jdeveloper\jdbc\lib\nls_charset12.jar oracle.otnsamples.ejbcallsjsp.mailclient.MailClientSample
    I didn't see any error from this message window.
    5. The no provider for smtp error is prompted from the mail client.
    From above settings and running the application, I couldn't figure out where the error was coming from ?
    Thanks
    David

  • T&E-Unable to edit/print expense report - Page not found or is unavailable

    Hello Gurus!!
    We have some of the users reporting that they are unable to edit/print the expense report. When they try to do that they are getting the error message "page not found or is unavailable". We verified that the URL for the PCD page parameter is being maintained correctly in the Homepage Area framework.
    Could anybody please suggest what else could be wrong?
    Thanks
    ~~MK

    Missing pemissions

  • 'Error Sending Mail :send_mail.ksh: not found'

    Hi all,
    com/btw/pricemaker: under this directory i have kept all the required class files and also the shell script.
    R_ConcatenatorRatingComponent.class
    InputProcessor.class
    InputProcessor$FilesHandler.class
    InputProcessor$BatchStringTokenizer.class
    send_mail.ksh
    set_mail_details.ksh
    OutputGenerator.class
    and i created a jar file
    $jar -cf pmbtw.jar com
    when i run the prog i am getting the above specified error.
    Can any please help me.

    I wrote a function in java to send a mail ,
    if (emailFile.exists())
                sendMail(emailFile.getAbsolutePath());
    public void sendMail(String filePath)      {
           String mailIds = "[email protected]";
           String from = "[email protected]";
           try{
                String sub="<PM>:Alert there are some data mismatch in the file";
                      //subject=subject.replace(' ','~');
                 String body = "These are the records in which NTSCLI Rate is greater than or equal to VOIP rate.";
                   //body=body.replace(' ','~');
                 String exec_command = "send_mail.ksh "+subject+" "+body+" "+mailIds+" "+filePath;
                              Process p = Runtime.getRuntime().exec(exec_command);
                   int exitVal=p.waitFor();
                   if (exitVal != 0)
                        System.out.println("Error Sending Mail: script was not executed");
              catch(Exception e)
                  System.out.println("Error Sending Mail: " + e.getMessage());
         }please any one help me :-(

  • Unable to boot Pvalilion dv6 as harddisk not found

    Hi All,
    I am facing issue in booting.
    My Notebook model: HP Pavilion DV6-6155tx
    OS: Windows7 Home Ultimate
    First, isaw screen with two options repair(recommanded) and run normal. I choose to run normal, here system got hung for hour. I restarted it forcely.
    2) Now , i see the same option. i choose normal again. it got log in but hunge for an hour again. so i made force shut down and restarted.
    3) i opted to recover.. got an error recover in system not found. but i kept my recover in seperate dir. Again i force restarted.
    4) Now i am seeing screen Boot failed, when i pres F11 and test the Boot and Test the HDisk. It is giving error saying: HardDisk not found to boot.
    Please give your advice how can i troubleshoot this issue..
    According to above error, Hdisk broke? Please suggest me how to get all my data back.
    Thanks in advance!!
    Rgards,
    K.Mahesh

    Hi,
    The chance of HDD failure is very high. Please try to do an HDD self test from BIOS.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • 4.0.3 Tab behavior a mess again...

    as an update to this post: http://discussions.apple.com/message.jspa?messageID=10181063 i had concluded that tabs worked as expected when i rebooted and restarted safari a few times. turns out this is not the case. the situation is weird, as it now h

  • Regarding Cash Flow report

    Hi all,         one of my clients has asked for the cash flow report to be modified. They are making incoming payment and outgoing payments with different series for cash and cheque. However, in the PLD of the cash flow report they want the title to

  • APIC setting in BIOS

    Hi all, Yesterday I posted a problem regarding low cpu performance, which is now solved. I checked my IRQ's and noticed 'Microsoft ACPI-Compliant System' was sharing IRQ 22 with my Network controller. Went into BIOS and disabled APIC in the BIOS and

  • TS1702 why won't an app downloaded on computer sync to my iphone

    I just downloaded an app from the app store online, but the app is not syncing to my iphone 4 in order to use it. I need help?

  • Starcraft won't run in Snow Leopard, need help...

    Heya, So, as many other users have posted across the internet, the original Starcraft and Starcraft Brood Wars don't run in Snow Leopard. I'm wondering if anyone has any leads on patches or solutions currently? I'm running: 15" Macbook Pro 10.6.2 2.4