Error downloading template using XDOLoader

In 11.5.10.2 RUP4, I'm trying to use FNDLOAD and XDOLoader to migrate an XML Publisher report template from the development server to the test server. I've worked through some of the errors, but I've hit upon one with XDOLoader that I'm not sure how to resolve (displayed, below).
NB - For the JDBC connection, I've tried both the host name and the IP address and get the same results. I've also used US and 00 for the territory (00 is what's really in the database, but the documentation example shows US) and also continue to get the same results. I do see after running the 00 option, there are 2 files <code_name>en00.rtf and .xsl, so I'm making progress.
Am I missing something else in the call? Any and all help is greatly appreciated. Thanks.
- Pam
XDOLoader started: Tue Jan 02 12:27:33 EST 2007
Parameters passed to XDOLoader...
[APPS_SHORT_NAME] [<custom_name>]
[DB_USERNAME] [apps]
[LOB_TYPE] [TEMPLATE]
[JDBC_CONNECTION] [<host>:<port>:<instance>]
[DB_PASSWORD] [<pswd>]
[LCT_FILE] [$XDO_TOP/patch/115/import/xdotmpl.lct]
[DS_CODE] [<code_name>]
[DOWNLOAD] [DOWNLOAD]
Start downloading...
Downloading files from XDO_LOBS: SELECT FILE_DATA, LOB_CODE, LOB_TYPE, APPLICATION_SHORT_NAME, FILE_NAME, LANGUAGE, TERRITORY, XDO_FILE_TYPE FROM XDO_LOBS WHERE APPLICATION_SHORT_NAME = :APPS_SHORT_NAME AND LOB_TYPE in (:TEMPLATE, :TEMPLATE_SOURCE) AND LANGUAGE = :LANGUAGE AND TERRITORY = :TERRITORY AND LOB_CODE = :DS_CODE
Downloading files from XDO_LOBS: SELECT L.FILE_DATA FILE_DATA, B.TEMPLATE_CODE LOB_CODE, L.LOB_TYPE LOB_TYPE, L.FILE_NAME FILE_NAME, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, L.XDO_FILE_TYPE XDO_FILE_TYPE, L.APPLICATION_SHORT_NAME APPLICATION_SHORT_NAME FROM XDO_TEMPLATES_B B, XDO_LOBS L WHERE B.DATA_SOURCE_CODE = :DS_CODE AND B.APPLICATION_SHORT_NAME = :APPS_SHORT_NAME AND B.TEMPLATE_CODE = L.LOB_CODE
java.lang.NullPointerException
at java.io.FilterOutputStream.write(FilterOutputStream.java:80)
at oracle.apps.xdo.oa.util.XDOLoader.saveDownloadFiles(XDOLoader.java:1641)
at oracle.apps.xdo.oa.util.XDOLoader.processDownload(XDOLoader.java:1534)
at oracle.apps.xdo.oa.util.XDOLoader.process(XDOLoader.java:927)
at oracle.apps.xdo.oa.util.XDOLoader.main(XDOLoader.java:436)

Hi Pam,
I am using the following syntax to extract rtf template files and it works. Just change the parameters...
java oracle.apps.xdo.oa.util.XDOLoader \
DOWNLOAD \
-DB_USERNAME apps \
-DB_PASSWORD apps \
-JDBC_CONNECTION <host>:<port>:<instance> \
-LOB_TYPE TEMPLATE \
-APPS_SHORT_NAME <app short name> \
-LOB_CODE <template short name> \
-LANGUAGE en \
-TERRITORY GB
My problem is that I'm getting the same error when I'm trying to extract the data template xml file. I'm wondering if it is possible to extract this type of lob as I haven't found it described in the documentation... :-(
Radek
Parameters passed to XDOLoader...
[TERRITORY] [00]
[DB_USERNAME] [apps]
[XDO_FILE_TYPE] [XML-DATA-TEMPLATE]
[LOB_CODE] [<template short name>]
[DOWNLOAD] [DOWNLOAD]
[JDBC_CONNECTION] [<host>:<port>:<instance>]
[LANGUAGE] [00]
[DB_PASSWORD] [apps]
[LOB_TYPE] [DATA_TEMPLATE]
[APPS_SHORT_NAME] [<app short name>]
Start downloading...
Downloading files from XDO_LOBS: SELECT FILE_DATA, LOB_CODE, LOB_TYPE, APPLICATION_SHORT_NAME, FILE_NAME, LANGUAGE, TERRITORY, XDO_FILE_TYPE FROM XDO_LOBS WHERE LOB_CODE in (:LOB_CODE ) AND APPLICATION_SHORT_NAME = :APPS_SHORT_NAME AND LOB_TYPE = :LOB_TYPE AND LANGUAGE = :LANGUAGE AND TERRITORY = :TERRITORY
java.lang.NullPointerException
at java.io.FilterOutputStream.write(FilterOutputStream.java:95)
at oracle.apps.xdo.oa.util.XDOLoader.saveDownloadFiles(XDOLoader.java:1641)
at oracle.apps.xdo.oa.util.XDOLoader.processDownload(XDOLoader.java:1504)
at oracle.apps.xdo.oa.util.XDOLoader.process(XDOLoader.java:927)
at oracle.apps.xdo.oa.util.XDOLoader.main(XDOLoader.java:436)

Similar Messages

  • Error while trying to update the XML template using XML Publisher Administrator

    Hello Folks,
    We are on R12.1.3
    I changed a condition in a report and trying to upload the new XML template using XML Publisher Administrator.
    when i click the Apply button, it is throwing an error 'Bad Request'
    Navigation : XML Publisher Administrator > Data Definitions > query the report
    Click on the name of the report > click 'Update file' besides Data Template > Choose file > Click Apply
    I am getting the below error
    Bad Request
    Your browser sent a request that this server could not understand.
    Now, i could not upload a new XML template.
    Am I doing anything wrong.
    regards,
    Kris

    user10163762 wrote:
    Thank you Eugen and Hussein.
    The problem is not with the template.
    It seems to be a problem in that particular instance.
    Uploaded it in a different instance.
    However once i run the program, i cannot view the output as the browser window flashes and disappears.
    My colleague says , it is to do with the trusted site to download something from the browser.
    Can you please guide me on how to fix this ?
    http://bit.ly/1k8e2vi
    Thanks,
    Hussein

  • Error Downloading GW 2014 Template

    I just tried using the GroupWise 2014 template, and got the error "An error occurred while downloading and creating the configuration: An error occurred while processing the compressed data stream."
    Anyone else getting this?

    Rosco7 I would recommend reviewing Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html.  In particular there is link to documentation to allow your I.T. department to configure your network to prevent download errors.

  • Error while deploying SOA domain template using OVAB

    This error occurred while deploying SOA domain template using OVAB.
    Can anyone tell me what is the cause of this error and how can I correct it???
    [as] [TRACE] [] [oracle.as.assemblybuilder.fcp] [tid: 62] [SRC_CLASS: oracle.as.assemblybuilder.fcp.utils.OvabLogger] [SRC_METHOD: trace] [stderr] Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Unable to find target node for /soa-wls-assem/soa-wls/AdminServer/AdminServer-0[[
    at oracle.as.assemblybuilder.fcp.deployer.overview.deployment.DeployedApplianceTableModel.processStateChanged(DeployedApplianceTableModel.java:254)
    at oracle.as.assemblybuilder.fcp.deployer.overview.deployment.DeployedApplianceTableModel$1.run(DeployedApplianceTableModel.java:165)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:602)
    at java.awt.EventQueue$1.run(EventQueue.java:600)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    2011-09-13T01:44:50.984-07:00] [as] [WARNING] [] [oracle.as.assemblybuilder.resourcepool.service.ovm.internal] [tid: 35] Error obtaining pool metrics for resource pool new_default_connection:osb-ovab-pool. Error is javax.xml.ws.soap.SOAPFaultException: Internal Server Error (Caught exception while handling request: oracle.ovs.biz.agent.AgentException: OVM-1011 OVM Manager communication with 10.244.20.148 for operation Query server metrics info failed:[[
    time out occurred)
    at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:189)
    at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:122)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:119)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
    at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:140)

    884872 wrote:
    2011-09-13T01:44:50.984-07:00] [as] [WARNING] [] [oracle.as.assemblybuilder.resourcepool.service.ovm.internal] [tid: 35] Error obtaining pool metrics for resource pool new_default_connection:osb-ovab-pool. Error is javax.xml.ws.soap.SOAPFaultException: Internal Server Error (Caught exception while handling request: oracle.ovs.biz.agent.AgentException: OVM-1011 OVM Manager communication with 10.244.20.148 for operation Query server metrics info failed:[[
    time out occurred)Looks like OVAB can't connect to your Oracle VM Manager SOAP service.

  • How do I overcome error "files in use Reader" when downloading 10.1.4?

    How do I overcome an error "files in use Reader *" when attempting to download Reader 10.1.4? Reader 8 not in use, but is installed.  All I want to do is upgrade to 10.1.4.  Why do I get sudn an error anyway?

    Make sure no AcroRd32.exe process is running when you run the installer.  Easiest way:
    download the cleaner tool http://labs.adobe.com/downloads/acrobatcleaner.html and save it to disk
    download the installer from http://get.adobe.com/reader/enterprise/ and save it to disk
    restart Windows, then run the cleaner tool, followed by the installer, before doing anything else
    P.S. the latest Reader X version is 10.1.8.

  • Display Error: The display template had an error. You can correct it by fixing the template or by changing the display template used in either the Web Part properties or Result Types. $(...).slick is not a function (OnPostRender: )

    Hi Team,
    I implemented news carousel using display template concepts.
    Its working.
    But some times it shows like some thing went wrong
    when clicke on show details
    it showing the error like
    Display Error: The display template had an error. You can correct it by fixing the template or by changing the display template used in either the Web Part properties or Result Types.
    $(...).slick is not a function (OnPostRender: )
    some times showing result and while refreshing the page am getting the error like below
    How to fix the issue
    Regards,
    Dhayanand

    Hi Wendy Li,
    Finally we fixed.
    The prob is that we referring two different version of jquery files in master page and page layout.
    We corrected by referring same version of jquery files in both pages
    Regards,
    Dhayanand

  • MacBookPro won't download updates. No error message. Using Software Update.  Gray box just turns a lighter shade of gray

    MacBookPro won't download updates. No error message. Using Software Update-not using App.  Gray button just turns a lighter shade of gray and just sits there.  Have done previous downloads last one on Jan.9 for desktop and two others. 

    So I've realized that iTunes needs service pack 2 for
    XP, and I have 1, so I'm trying to download it, but
    that's not working either... I wonder if you know
    windows as well as apple? I have to turn the Active
    x controls on and this tool bar is to appear so I can
    do that but I can't get it to appear. I've tried
    raising the security settings but nothing appears...
    interesting.................what is service pack 2 and where can i find it? My itunes still flickers on and off when i attempt to use it. .. and how do i get to the active X controls so that i can adjust them? Thank you guys so much for your time and assistance :-D

  • I am using OS X 10.8.5 but I'm having a hard time downloading Mavericks. It keeps on showing that there is an error downloading. Can someone can help me?

    I am using OS X 10.8.5 but I'm having a hard time downloading Mavericks.
    It keeps on showing that there is an error downloading.
    Can someone can help me?

    Some have managed to resolve the problem by cancelling the download, logging out of their App Store account and then logging back in again and starting over. The same approach also sometimes works for a stalled download:
    http://www.wired.com/gadgetlab/2013/10/mavericks-issues-and-fixes/#slideid-23477 1
    Also, if you are connected via wifi, try connecting via ethernet cable if you are able to. It's a 5.3gb download and it seems the more reliable the connection is, the better.

  • How to use XDOLoader???

    Dear Members,
    In order to download Data Definitions and Templates FNDLOAD and XDOLoader are used. If we want to move physical files between instances XDOLoader is used (rtf,pdf,xml etc...).
    I read the documentation regarding XDOLoader and i could not understand where to start from. I am facing problems understanding how to use xdoloader.
    It would be great if any one can explain me in detail how to use XDOLoader and how to setup the environment so that XDOLoader can be used.
    Thanks
    Sandeep
    user340

    Hi,
    From the documentation, the following is the syntax for downloading physical files using XDOLoader:
    % java oracle.apps.xdo.oa.util.XDOLoader DOWNLOAD \
    -DB_USERNAME <db_username> \
    -DB_PASSWORD <db_password> \
    -JDBC_CONNECTION <jdbc_con_string> \
    -LOB_TYPE <lob_type> \
    -APPS_SHORT_NAME <application_short_name> \
    -LOB_CODE <lob_code> \
    -LANGUAGE <language> \
    -TERRITORY <territory> \
    -LOG_FILE <log file>
    when i type the above on Unix Prompt with valid parameters it gives me an error "java could not be found". Should i set up the environment so that XDOLoader can be used.
    It would be great if any one of you explain in detail the steps that should be done before using XDOLoader.
    Thanks
    Sandeep

  • PDF Templates: using forms designed in LiveCycle Designer

    Greetings,
    I’m creating templates using Adobe LiveCycle Designer ES2 and using Adobe Acrobat X. When I upload the PDF templates I’ve created to BI Publisher, I hit a brick wall. The reports spit back *“FormProcessor internal error.”* when I click on View, then click through the "Error: contact an administrator" box. When I choose Export... I get a broken PDF file that doesn't seem to have any content.
    When I go to Layouts and click Map Form Fields for any of these layouts, I end up with a blank-looking screen. It says "Map PDF Form Fields" at the top, but there's just a gray box below it, where you should see the PDF form.
    It should look like this
    http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/b40017/T421739T423025.htm
    (right by “Adding a Predefined PDF Form as a Template”)
    I'm using BI Publisher 10.1.3.4.0
    Any help is appreciated! The "FormProcessor internal error" is so vague that I'm not sure where to look for help. I can generate reports using RTF templates with no problems. LiveCycle Designer seems perfect for the task at hand, so I'm really hoping I can get this working.
    Thanks,
    Martin

    Greetings,
    I’m creating templates using Adobe LiveCycle Designer ES2 and using Adobe Acrobat X. When I upload the PDF templates I’ve created to BI Publisher, I hit a brick wall. The reports spit back *“FormProcessor internal error.”* when I click on View, then click through the "Error: contact an administrator" box. When I choose Export... I get a broken PDF file that doesn't seem to have any content.
    When I go to Layouts and click Map Form Fields for any of these layouts, I end up with a blank-looking screen. It says "Map PDF Form Fields" at the top, but there's just a gray box below it, where you should see the PDF form.
    It should look like this
    http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/b40017/T421739T423025.htm
    (right by “Adding a Predefined PDF Form as a Template”)
    I'm using BI Publisher 10.1.3.4.0
    Any help is appreciated! The "FormProcessor internal error" is so vague that I'm not sure where to look for help. I can generate reports using RTF templates with no problems. LiveCycle Designer seems perfect for the task at hand, so I'm really hoping I can get this working.
    Thanks,
    Martin

  • RTF File Name Change using XDOLoader

    Hi-
    When using XDOLoader to migrate my template, the name is changing. Is there a way to keep the .rtf the same name as what is on the template screen in the Apps? Currently my template name is Invoice_Register.rtf. When I migrate is using XDOLoader it changes to "TEMPLATE_SOURCE_SQLAP_APXINRIR_en_US.rtf".
    Currently I an typing in :
    $ java oracle.apps.xdo.oa.util.XDOLoader DOWNLOAD \
    -DB_USERNAME ******* \
    -DB_PASSWORD ******** \
    -JDBC_CONNECTION ************:****:**** \
    -LOB_TYPE TEMPLATE_SOURCE \
    -APPS_SHORT_NAME SQLAP \
    -LOB_CODE APXINRIR \
    -LANGUAGE en \
    -TERRITORY USAny help would be great!
    -CC

    I see this was a problem in CS5. Is it still not fixed in CS6?
    Can't rename file under Subversion control.

  • Installation error 1325 Templates is not a valid short name

    Installing the latest XE on Windows 2000 with 1 GB of RAM. I get the message 'Error 1325 Templates is not a valid short file name'. (I'm installing as administrator by the way.)
    I've checked the forum and found one hit for this problem. I have been over to Microsoft.com (http://support.microsoft.com/?kbid=328162) and got the download for the installer clean up utility.
    When I run this utility, I do not get an option to clean up Oracle XE anywhere - so I cannot proceed any further with the install.
    I have had a previous version of XE installed, but I received a few errors during running of the scripts so I had to manually run the failed scripts and all was well. Unfortunately, I have had to remove it (it killed the PC as I only had 256 MB of RAM back then) but now I cannot re-install.
    Anyone got any ideas about how I can get past this error please?
    Thanks,
    Norman.

    I have finally found the solution. The problem affected all subsequent installations of any app using an MSI installer.
    The registry entry for HKEY_CURRENT_USER\software\microsoft\windows\currentversion\explorer\UserShellFolders\Templates was defined as %USERPROFILE%\Templates with a type of REG_SZ. Unfortunately, because of the %USERPROFILE% part, it should have been a REG_EXPAND_SZ to get the expansion of the environment variable.
    Using REGEDT32 (Regedit doesn't allow the type to be specifically chosen) navigate to the above location and note down the Template setting. Delete the Template value. (Edit->Delete when Templates is highlighted.
    Now Edit->Add Value.
    Enter Templates as the name.
    Choose a Type of 'REG_EXPAND_SZ'
    Click OK.
    Type in the value you noted down earlier, probably %USERPROFILE%\Templates
    Click OK.
    Check it and exit from the regedt32 app.
    Now, double click on the OracleXE.exe file to install it. You do not need to be an administrator to do this.
    If you do try to install as an administrator, you will have to redo all of the above because you only changed it for your own login.
    Trying to Shift+Right-Click and Run as to install as an administrator will continue to give you the same error that I originally reported.
    I suspect that another method of changing the registery is simply to change the %USERPROFILE% part of the original REG_SZ entry to the fully expanded path to something like c:\documents and settings\username\.
    Have fun.
    Cheers,
    Norman.

  • "Error downloading purchased music. Disk could not be read or written to.

    I just purchased an album. It downloaded 23 of the 25 tracks until it gave me this error: "There was an error downloading your purchased music. The disk could not be read from or written to."
    I double checked my hard drive space and found I had about 1 gig left, which is a small percentage of my harddrive, but plenty of space for a few songs. But, just to be sure, I deleted an old iMovie project to free up another 20 gigs. I restart the iMac and ran iTunes.
    iTunes told me, "The file 'iTunes Library' does not appear to be a valid music library file. iTunes has attempted to recover your music library and renamed this file to 'iTunes library (Damaged).'" I pressed Ok to this message and the next, which asked if I wanted to download the rest of my purchased music. I held out hope that the songs would download -- that the iTunes and wonderously repaired itself.
    Nope. It seems to actually download the songs, but fails to actually write them to disk. I check my permissions for the iTunes Library folder and I have read & write access. Furthermore, I ran Repair Permissions from Disk Utility. Still, no dice.
    So, I thought I'd purchase a second album, just to see if it was the two songs (maybe corrupted). Now, I can't get any songs out of the new album in addition to the original two misfit songs. It seems that whatever happened has no prevented me from downloading and saving anything from the Music Store.
    I am beginning to fear a hard drive failure, though everything else seems not to care (including iMovie 6). Does anyone have any other tips to offer? I'll give anything a try at this point. If worse comes to worse, I'll travel to my local Apple Store Genius Bar and see what they can do.
    Thanks in advance.

    Answered my own question. After I thought I had tried everything, it occurred to me to Verify Disk. Doing so revealed a minor bitmap error. So, using my trusty install disk, I booted my machine to the disk and repaired it.
    After the repair, I started iTunes and was able to download my songs. Unfortunately, my original library file was permanently damaged, so I had to start with a clean one. However, if the worst thing to happen to me in all this is that I have to redefine my playlists, then I'm better off.
    I hope this thread helps someone in the future.

  • How to sort out error downloading perpetual license of the CS6 Design Standard for MAC: JRun Servlet Error 413  Header Length too Large?

    How to sort out error downloading perpetual license of the CS6 Design Standard for MAC: JRun Servlet Error 413  Header Length too Large?
    Just bought the perpetual license online - student-teacher version. Received email confirming my eligibility and followed all instructions to a 't', but still got this 413 error message, and cannot continue.
    Would anyone be able to help me?
    Or how can I get in touch with Adobe themselves?
    How do you get to the chat? I bought it with their help, but cannot remember how to get there again. Took me ages to find the chat.
    Cheers!!! Thanks a million! Any help is welcome!!!!

    Make sure you have cookies enabled and clear your browser's cache before you try downloading.  If it continues to present that error try using a different browser.
    As far as getting to a chat link goes, it can be hit or miss...  Start Here  If after selecting relevant responses you are unable to find a solution, choose "Still need help? Contact us." and the chat contact option.

  • Can not update photoshop keep getting this error Adobe Bridge CS5 4.0.5 Update   There was an error downloading this update. Please quit and try again later.     Adobe Extension Manager CS5 5.0 Update   There was an error downloading this update. Please q

    can not update photoshop keep getting this error
    Adobe Bridge CS5 4.0.5 Update   There was an error downloading this update. Please quit and try again later.   
    Adobe Extension Manager CS5 5.0 Update   There was an error downloading this update. Please quit and try again later.   
    Photoshop 12.0.4 update for Photoshop CS5   There was an error downloading this update. Please quit and try again later.   
    Photoshop Camera Raw 6.7 Update   There was an error downloading this update. Please quit and try again later.
    contacted customer service they could not help me I have previously had Photoshop on two other computers I deactivated it from one computer to put on a new one put. Can not do the updates I need them for camera Raw.
    Please Help

    What operating system are you using?
    You can try searching for, downloading the updates yourself and running the installers:
    Product updates

Maybe you are looking for