Getting error when try to upload xml file into Data Template

Hi,
Getting error when try to upload xml file into Data Template.error:"The uploaded file XXSLARPT.xml is invalid. The file should be in XML-DATA-TEMPLATE format."Plz anybody help me.
Thanks,
Prasad.

Hi,
Anybody Help Plzzzzzz.
thx,
Prasad

Similar Messages

  • Get error when installing .json back up file A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script

    get error when installing .json back up file A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script
    Also tried to chang places.sql or what ever to my back up .json file and that wouldnt work. Is there a way to just move my backup .json file some where my bookmarks are a bigger file and i t will take a bit to upload.

    A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
    Script: chrome://browser/content/places/editBookmarkOverlay.js:909

  • Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.

    Currently using Flash Pro CS5,  getting error when trying to open CS4 file.  Error is "Slides and Forms documents are not supported in this version of Flash. Please open in previous version.  Has there been a fix or patch to this issue or do I have to convert back to CS4 to open the file?

    Having the same problem in CS6.  I can tell you that converting back to CS4 will NOT solve the problem.  It seems when support for backward compatibility is discontinued, there's just no way to get
    any help at all?  Absolute failure to provide any user support so far...

  • How do I upload XML files into sap table?

    Dear all,
    I found some methods that upload xml into SAP,
    but there doesn’t work under 4.6c.
    Can someone tell me how to upload XML files into
    sap under 4.6c?
    THX!

    hi,
    You can convert XML to abap using transformations. Simple transformations is a proprietary SAP programming language that describes the transformation of ABAP data to XML (serialization) and from XML to ABAP data (deserialization).
    goto SE80->workbench->edit object(or other objects)->in object selection chose more tab and then choose the transformation radio button and write a name and click create new.
    Here you enter your transformation like
    <xsl:transform version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:sap="http://www.sap.com/sapxsl"
    >
    <xsl:strip-space elements="*"/>
    <xsl:template match="/">
      <xsl:copy-of select="."/>
    </xsl:template>
    </xsl:transform>
    You can use this transfomation in your program using call transformation. You can find more info on call transformation in help.
    Hope this helps.
    Regards,
    Richa

  • How to remove an XML file from Data Template in Data Definition Screen

    Hi,
    Issue: I have uploaded the file in Data definition in Data Template.
    How to remove it.
    Also what does each file type mean?
    XML Schema
    Data Template
    Preview file
    Bursting control File
    I have an XML file and XSL file. I need to have an output in XML.
    So I installed my XML file in data template in data definition.
    And XSL file in Templates.
    Am I correct?
    11.0.10.2
    Regards,
    Avijit

    Issue: I have uploaded the file in Data definition in Data Template.
    How to remove it.You cannot remove it but you can end-date it.
    Also what does each file type mean?
    XML Schema
    Data Template
    Preview file
    Bursting control FileThis is explained in "Oracle XML Publisher Administration and Developer's Guide Release 12" manual -- http://docs.oracle.com/cd/B34956_01/current/acrobat/120xdoig.pdf
    I have an XML file and XSL file. I need to have an output in XML.
    So I installed my XML file in data template in data definition.
    And XSL file in Templates.
    Am I correct?Correct -- See Chapter 2 "Creating the Template" and Chapter 5 "Data Templates and Chapter" in the same doc referenced above for details.
    Thanks,
    Hussein

  • How to upload XML file into the internal table in Webdynpro  ABAP ?

    Hi Friends,
    I am not able to upload the XML file into ABAP,can you please help me in solving this issue with the help of source code.
    Regards
    Dinesh

    Hi Dinesh,
    Try go through this program which I had developed earlier. It takes as input an XML file and then breaks it down into name-value pairs of an intrnal table. You need to pass an XML file as input to this program. (I had hard coded the path for my XML file in it. You need to replace it with 1 of your own or you can just delete it and use the browse button to selet the file on your PC)
    Regards,
    Uday
    REPORT  ZUDAY_XML no standard page heading.
    " Internal table to store the XML file in binary mode
    data: begin of it_xml occurs 1,
            c(255) type x,
          end of it_xml,
    " Name-value pairs table rturned by FM SMUM_XML_PARSE
          it_SMUM_XMLTB type SMUM_XMLTB occurs 0 with header line,
    " Table returned by FM SMUM_XML_PARSE for error handling
          it_bapiret2 type bapiret2 occurs 0 with header line.
    " XSTRING variable to be used by FM SCMS_BINARY_TO_XSTRING to hold the XML file in XSTRING format
    data: I_xstring type xstring, 
    " String variable to hold XML file path to pass to GUI_UPLOAD
          I_file_path type string,
    " Variable to store the size of the uploaded binary XML file
          I_LENGTH TYPE I VALUE 0.
    parameters: P_path type IBIPPARMS-PATH default 'C:\Documents and Settings\c5104398\Desktop\flights.xml'.
    " Get the XML file path from the user
    at selection-screen on value-request for P_path.
      CALL FUNCTION 'F4_FILENAME'
        IMPORTING
          FILE_NAME = P_PATH.

  • Getting an error when try to upload file , "The document you are trying to access is locked"

    Hi All,
    I have installed WCC11.1.1.6.0successfully and configured to Primavera P6EPPM P6R83 aplication.
    when i try to upload file to P6 EPPM ,i am getting below error.
    "*The document you are trying to access is locked. This can occur if the document is open, has been updated, or has been deleted by another user. Please refresh your data to see the latest information*."
    Note: After refreshing the page, the folder is gone. It was uploaded successfully from repository .
    Is there any setting for Folder Permissions in UCM11g?
    Please take a look at this at earliest.
    Thanks in advance.

    If you have not seen this yet - https://docs.oracle.com/cd/E40872_01/English/Technical_Documentation/connecting_the_content_repository_to_primavera_unifier.pdf
    HTH
    - Anand

  • Error when opening a VO xml file

    I am starting to look at using the framework extension capability for some changes to the Oracle Sourcing module.
    I have used an enhanced version of Luke's script to generate my server.xml files. I have successfully loaded these into my project in Jdeveloper. However I am having a problem with one of the View Object XMl files.
    When I try to edit the view object (just to have a look at it) I get an error in Jdeveloper that indicates that the XML is invalid.
    the file is in $JAVA_TOP/oracle/apps/pon/negotiation/creation/server/AuctionHeadersAllVO.xml
    I am not sure whether it is a problem with the file or that the version of jdeveloper I have is bad. I cant find the jbo_03_01.dtd so that I can try and validate the file myself. I just cant find the DTD anywhere. I found that the dtd lives in the file jbomt.zip but thats not on my PC. I found a version of the zip file and got the dtd's but they dont validate against any of my VO files.
    So I am going in circles. Anyone been here before?

    I am trying to extend a page in the Sourcing application. I know that I want to extend the page ponDefineHdrPG.xml. I know that this is held in MDS. Looking at the page properties I can see it is based on the VO AuctionHeadersAllVO. I know that these are not held in the MDS but I got them from the $JAVA_TOP directory.
    Following Luke's notes I generated my server.xml files because theye were not shipped with the sourcing application.
    My understanding is that I need to use these server.xml files to open my BC4J package. It is here I am getting problems. I cant ignore the problem because I cant create the VO extension because the VO I am basing it on has problems.
    I have followed all the examples and reviewed all the training doco. I just cant seem to get anything going here. I have logged tars with support but still getting nowhere.
    I just want to add a couple of fields to the main page but am stuck at the first hurdle.

  • Premiere Pro CC "general error" when importing FCP 7 xml file

    I have edited a film using Final Cut Pro 7 on a Mac which is not mine (and now several 100 kms away). I would like to do some more editing on the project using Final Cut Pro CC  (trial version, to test if it does everything I need it to do before buying). I exported my film as an xml file to import into Premiere, but Premiere now tells me it cannot import because of a "general error". (I also have Premiere CS4 on my computer which crashes when I try to import the xml file - but that has some problems with reading my image material anyway, which is why I wanted to try switching to Premiere CC). Any hints on how I could solve this problem (preferably without getting the Mac back which I can't right now) would be much appreciated. Many thanks!

    No ideas? I found some entries on this issue for earlier versions of Premiere which in part included advice to update to a newer version - which in my case clearly does not apply. So any ideas for possible solutions would be great.

  • Error when trying to upload .mxp file

    This is the error I'm getting when trying to upload an .mxp
    for a Fireworks extension, using Firefox:
    (I can't even get to the login screen for the Exchange using
    Explorer, go figure)
    Anyone know what the "not enough space" error means?

    not sure why this posted twice.

  • Why fatal error when try to copy .ai files to CD in Windows XP?

    I have a large work folder which includes .ai files (Adobe Illustrator v. 10).  I can get the CD Write Wizard in Windows XP to write the folder to the CD, but when I try to either scan it with Windows Explorer or actually open an .ai file on it with AI, I get a fatal error "instruction at xx referenced memory at yy which could not be written".  Seems like there's an embedded file somewhere, although I've checked every .ai file to be sure everything is "flattened".  There are also some Acrobat pdf's and Paintshop Pro image files.  Any suggestions for what is causing the problem?

    You don't need to recover the system.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    Drag or copy — do not type — the following line into the Terminal window, then press the space bar:
    dot_clean -m
    Switch to the Finder and drag the icon of the flash drive into the Terminal window. Some text will appear after what you entered. Press return.
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear. Then quit Terminal and try the copy again.

  • Getting error when try to backup oracle rac to another location

    Hi there,
    I am attempting to backup database to another location from a Oracle RAC database version 11gr2. Here is my script:
    #!/bin/ksh
    export ORACLE_SID=vvsms1
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1; export ORACLE_HOME
    BASE_PATH=/usr/sbin:$PATH; export BASE_PATH
    PATH=$ORACLE_HOME/bin:$BASE_PATH; export PATH
    /u01/app/oracle/product/11.2.0/dbhome_1/bin/rman target sys/viviet@vvsms log /home/oracle/log_rman/vvsms.log append <<EOF
    RUN {
    CROSSCHECK BACKUP;
    CROSSCHECK ARCHIVELOG ALL;
    ALLOCATE CHANNEL CHANNEL1 TYPE DISK FORMAT '/home/oracle/backup/vvsms/backup_%U';
    BACKUP INCREMENTAL LEVEL 0 TAG 'incr_vvsms' DATABASE;
    BACKUP ARCHIVELOG ALL;
    DELETE OBSOLETE;
    RELEASE CHANNEL CHANNEL1;
    EXIT;
    EOF
    I write it into a .sh file and set crontab to run it. But when it run i get the error like these:
    Starting backup at 22-OCT-12
    channel CHANNEL1: starting incremental level 0 datafile backup set
    channel CHANNEL1: specifying datafile(s) in backup set
    input datafile file number=00002 name=+DISK2/vvsms/datafile/sysaux.289.794242439
    input datafile file number=00006 name=+DISK2/vvsms/datafile/ts_service.dbf
    input datafile file number=00007 name=+DISK2/vvsms/datafile/ts_viviet.dbf
    input datafile file number=00008 name=+DISK2/vvsms/datafile/viviet.dbf
    input datafile file number=00009 name=+DISK2/vvsms/datafile/ts_vivietct_primary.dbf
    input datafile file number=00003 name=+DISK2/vvsms/datafile/undotbs1.290.794242445
    input datafile file number=00001 name=+DISK2/vvsms/datafile/system.288.794242429
    input datafile file number=00004 name=+DISK2/vvsms/datafile/undotbs2.292.794242453
    input datafile file number=00005 name=+DISK2/vvsms/datafile/users.293.794242455
    channel CHANNEL1: starting piece 1 at 22-OCT-12
    released channel: CHANNEL1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on CHANNEL1 channel at 10/22/2012 01:50:16
    ORA-19504: failed to create file "/home/oracle/backup/vvsms/backup_2anobqu5_1_1"
    ORA-27040: file create error, unable to create file
    Linux-x86_64 Error: 2: No such file or directory
    I don't know what i'm wrong? The location is correct ("/home/oracle/backup/vvsms/).
    Please suggest me some things about it. What do i need to do?
    Thanks in advance!
    P/s: Sorry for my bad English.

    /u01/app/oracle/product/11.2.0/dbhome_1/bin/rman target sys/viviet@vvsms  log /home/oracle/log_rman/vvsms.log appendThis line can be your problem.
    As this database is a RAC and your are using a service with load balance "vvsms" and "/home/oracle/backup/vvsms" is not a shared location. RMAN is starting a session on Other node where "/home/oracle/backup/vvsms" does not exists.
    Try change it :
    /u01/app/oracle/product/11.2.0/dbhome_1/bin/rman target sys/viviet@vvsms  log /home/oracle/log_rman/vvsms.log appendTo this (using Easy Connect Method):
    /u01/app/oracle/product/11.2.0/dbhome_1/bin/rman target sys/viviet@localhost:1521/VVSMS  log /home/oracle/log_rman/vvsms.log appendWhere:
    localhost: your local node
    VVSMS : is the service of database
    Also check if "/u01/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.ora" have configured the line "NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)"
    P.S : When RMAN start a session it show where is logged, check on logs what instance RMAN was logged.
    HTH,
    Levi Pereira

  • Getting error when trying to open .indd file on a Mac

    I'm having a very frustrating problem with InDesign on my Mac.
    When opening an InDesign file on a shared folder using SMB connection I more often than not get the following error:
    "Cannot open the document "document_name.indd".
    You may not have permission or the document may be open already. For multi-user access,
    close the file and then lock it using the File > Get Info command in the Finder."
    The setup is as follows:
    Macbook Pro
    Mac OS: OS X 10.9 Mavericks
    InDesign: 2014.1 Release, 10.1.0.71 Build
    Shared folder: Hosted on Windows 2012 file server
    Connection to shared folder: SMB
    I am the creator of these documents and have full control on the folder. Nobody else has these documents open.
    Can somebody help me finding a solution to this problem?
    Any help highly appreciated.
    Thanks in advance.

    There are other threads on this topic. Do a search to see if you can find them.

  • Installing SAP IDES but getting Error whn tries to upload JCE Files

    Hi Guys
    I m Installing SAP IDES...with DB2 on server 2008.
    I have upload JCE zip file...after clicking next button i m getting following Errors,
    ERROR 2014-10-02 09:52:29
    MOS-01185 The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS' does not exist on the 'localhost' host.
    ERROR 2014-10-02 09:52:29
    FCO-00011 The step collect with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0|collect was executed with status ERROR .
    i guess its about Loopback adapter configuration. Still i m not sure... DO u have any idea about it.
    How i can get rid of it.
    Thanks

    Hi All,
    Im getting same error. any suggestions?
    I have checked the DPS in regedit (the DPS folder exists with lots of keys in it), Im using DLINK Gigabit adapter, and also vmware+NOD32 Antivirus is installed on the Server. I tried after disabling the Antivirus but no chance. Help is required.
    While im using Oracle 10.2.0.4, windows 2008 R2-64, and error here is:
    WARNING 2010-08-25 15:58:13
    Error 5 (Access is denied.
    ) in execution of a 'RegOpenKeyEx' function, line (69), with parameter (SYSTEM\CurrentControlSet\Services\DPS).
    and
    WARNING 2010-08-25 15:58:13
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS' does not exist on the 'localhost' host.

  • Bought movie from iTumes get error when try to play it on iPhone

    Yesterday I bought a movie from iTunes - just to see how movies looked on my iPhone. Downloaded fine, transfered to iPhone through iTunes. Movies - with cover image appear within the video list. When I try to play the movie I get a "This movie could not be played". Any ideas?

    downloaded latest software - seems to have done the trick. sorry for being a daftie

Maybe you are looking for

  • Page Title Option in SharePoint 2013 Wiki Page.

    In SharePoint 2013, How can I add title to the page that is created under Site Pages library, out of the box I don't see any option to add title under "Edit Properties section" , please find the attached screenshot. I am trying to navigate to the /_c

  • Error while building examples Java EE

    Hi When trying to build an example project (included with the Java EE tutorial http://java.sun.com/javaee/5/docs/tutorial/doc/) with the use of Netbeans I get the following error with e.g. the coffee example error: http://127.0.0.1:8080/jaxws-coffee-

  • Report painter: library 1VK does not exist

    Hi, for some reason one of the report painter libraries seems to be missing in the production system. I was asked to transport the library from our development system, anyone knows where to start and how to do this ? Thanks in advance ! Rolf

  • J2ME Accessing File method appart from the StartApp() method

    I have been able to access File methods which read/write to file, only when methods are placed within the StartApp() method in the J2ME Midlet. I have tried placing them inside a command listener and accessing the specific File methods, however they

  • Nokia 6303 contacts image size

    Hi, Just bought a new Nokia 6303 and there's a detail when calling that I dislike and I'm sure it's fixable but i just don't know how. I set a picture for a contact but when calling the picture size is very small and show in the bottom side of the sc