Can't place XML into defaultTable using WinExplorier

Hi,
Oracle 9.2.0.1
My sequence of operations:
1. Register schema - successfully - can see it using WinExplorier; defaultTable and types were created;
2. Using SQLPLUS can place any XML corresponding registered schema into repository and can see it into
defaultTable.
3. BUT CANT PLACE THE SAME XML USING WinExplorier (WEBDAV) !! Using drag-and-drop operation xml just
can be inserted into repository, but doesn't appear
inti defaultTable.
It looks like XMLDB can't see xml schema in registered path.
Has anybody run into the same problem ?
Thanks in advance
Viacheslav

Hi,
Upgrade to 9.2.0.3, until I upgrade I could not get the web-dav upload to work at all.
The only problems I've had with this is if I logged on to web-dav as a different user from that which I registered the schema with. One thing I have noticed, is that the file size is shown as being 0 when the xml has been shredded successfully.
And the previous answer is right, if you use FTP you might see better error messages.
Hope it helps,
John

Similar Messages

  • BPEL process to Insert XML into DB using pl/sql stored proc

    Hi,
    We have created a BPEL process in which we are taking input request and store it into Oracle Database using PL/SQL proc.
    We have been unsuccessful in doing so because the data stored in table has root element missing.
    Has any body done this (insert xml into DB using pl/sql stored proc) successfully ?
    We can so this successfully if we do not use stored procedure and store data directly in table.
    Regards

    I have done this, stored it as a CLOB.
    Also I received the payload as an opaque schema, so I had to convert the message from binary into string.
    This way the root element doesn't get removed.
    cheers
    James

  • Convert xml into SAP using dataset

    Hi All,
    How to convert XML into itab using dataset, in this conversion have any function module available? please give me a sample program (having any). and material also.
    Thanks,
    Suresh maniarasu

    Hi,
    First you need to get the XML file Data into SAP using the  Function Module and can populate the data into an inernal table.
    TEXT_CONVERT_XML_TO_SAP
    DMC_CONVERT_XML_TO_TABLE
    or you can use the following classes
    CL_RSRD_CONVERTER_XML
    CL_WDR_XML_CONVERT_UTIL
    CL_EXM_IM_ISHCM_CONV_XML_SAP
    Thank U,
    Jay....

  • Any ideas how I can insert a pdf into word, using the insert object option. However the pdf i want to insert has text and lines annotated, but once inserted the comments don't appear????  any help would be greatly appreciated.

    Any ideas how I can insert a pdf into word, using the insert object option. However the pdf i want to insert has text and lines annotated, but once inserted the comments don't appear????  any help would be greatly appreciated.

    You will need to find a forum for MS Word since that is the software that you are trying to manipulate in this.  If you think the processing/creation of the PDF plays a role then you should ask in the forum for the software that you are using to create the PDF.
    This forum is for issue regarding downloading and installing Adobe trial products, so in any circumstance, your issue does not fit in this forum.

  • Can't place XML to table? generated by default during XMLSchema registratio

    Hi,
    Oracle 9.2.0.1
    I've registered the following schema as "http://www.sss.com/WAF_RESOURCE.xsd" URL :
    <?xml version="1.0" encoding="utf-8" ?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb">
         <xs:element name="WAFRES_T" type="WAFRES_TType" xdb:SQLType="WAFRES_TType" xdb:SQLSchema="WAFCONTENT"
              xdb:defaultTable="WAF_RESOURCE" />
    <xs:complexType name="WAFRES_TType" xdb:SQLType="WAFRES_TType">
    ....some elements...
    Successfully. Some table and object types are created.
    Then I try to load (using WebDAV and dbms_xdb) XML with the following heading
    <WAFRES_T xmlns="http://www.sss.com/WAF_RESOURCE.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://www.sss.com/WAF_RESOURCE.xsd" >
    .... some content....
    Succesfully, but it doesn't appear in defaultTable=WAF_RESOURCE.
    I was waiting, that xml would be shredded and places into defaultTable. But it doesn't.
    What I was doing wrong ?
    Thanks in advance,
    Viacheslav

    Hi Harbor,
    According to your description, I understand that OWA works fine, however outlook client cannot connect to Exchange server with error “Cannot start Microsoft Outlook. Cannot open the Outlook window” after migrate from Exchange 2007 to Exchange 2013.
    I want to double confirm some points, please help to collect answers for following questions:
    1. Check whether migration have been finished. Here’s an article about Step-by-Step Exchange 2007 to 2013 Migration, please refer to:
    http://blogs.technet.com/b/meamcs/archive/2013/07/25/part-1-step-by-step-exchange-2007-to-2013-migration.aspx.
    2. Check whether configure properly internal and external URLs in Exchange 2007 and Exchange 2013. More details about it, please refer to: http://msexchangeguru.com/2013/12/31/e20132007-urlsauth/
    3. Please re-create outlook profile to double check.
    Additional, please try to explore the Autodiscover URL (https://server.domain.local/autodiscover/autodiscover.xml) via IE to check whether it returns code 600.
    If not, please paste the detailed code and message without sensitive message for the further troubleshooting.
    Also found an FAQ on Autodiscover for your reference:
    https://social.technet.microsoft.com/Forums/office/en-US/54bc6b17-9b60-46a4-9dad-584836d15a02/troubleshooting-and-introduction-for-exchange-20072010-autodiscover-details-about-test-email?forum=exchangesvrgeneral
    Best Regards,
    Allen Wang

  • Place XML into Library element

    Hi,
    I am automating the process of placing library element as anchored element.
    The actual task is, I have an sidenote text in the indesign document. These text also contains   XML tags.
    I want to place this sidenote text into an library item called "MN1". This library item is a group of Picture and Textframes. Then this library item is placed into the document as anchored element.
    With my script, I am able place the XML into library item. But the problem is, I am not able to place this library item as anchored.
    My script is:
    #target indesign-6.0
    var myDocument = app.activeDocument;
    sideart();
    // IMPORT BOXES INTO PAGES ON PASTEBOARD AREA
    function sideart()
        var myCurrentLib = app.libraries.item(0);
        app.findGrepPreferences.findWhat = "(\\{\\{SS (.*?) (.*?)\\}\\})((.*\r)*?.*SE (.*?)\\}\\}\r?)";
        var found = myDocument.findGrep();
        for  (var i =0; i<found.length; i++)
            found[i].select(SelectionOptions.replaceWith);
            var myLibName1 = found[i].contents.split(" ");
            var mySidID = myLibName1[1];
            var myLibName2 = myLibName1[2].split("=");
            var myLibName = myLibName2[1];
            var myRuleName1 = myLibName1[3].split("=");
            var myRuleName2 = myRuleName1[1].split("}}");
            var myRuleName = myRuleName2[0];
            app.cut();
            app.selection = null;       
            myAsset = myCurrentLib.assets.item(myLibName.toString());
            var libItem = myAsset.placeAsset(app.documents[0]);
            app.select(libItem[0].textFrames[0].parentStory.insertionPoints.item(0));       
            app.paste();
            libItem[0].textFrames[0].fit(FitOptions.frameToContent);
            app.findGrepPreferences.findWhat = "\\{\\{SE (.+?)\\}\\}\r";
            app.changeGrepPreferences.changeTo = "";
            libItem[0].textFrames[0].texts[0].changeGrep();
            app.findGrepPreferences.findWhat = "\\{\\{SS (.+?) (.+?)\\}\\}";
            app.changeGrepPreferences.changeTo = "";
            libItem[0].textFrames[0].texts[0].changeGrep();
            app.findGrepPreferences.findWhat = "";
            app.changeGrepPreferences.changeTo = "";
            app.findGrepPreferences.findWhat = "(\\{\\{SR " + mySidID + "\\}\\})";
            var foundref = myDocument.findGrep();
            if  (foundref.length > 0)
                /// HERE I WANT TO PLACE libItem AS ANCHORED ITEM WITH THE OBJECT STYLE APPLIED TO IT.
            else {
                alert ("There is no Side art reference tag with ID: "+ mySidID);
    My Indesign file look likes:
    Factors Affecting the Direction of Transport{{SR ch04mn1}}
    {{SS ch04mn1 L=MN1 O=TEST11}}The section on single-subject design was written by Dr. Stephen W. Stile.{{SE ch04mn1}}
    In Chapter 3, we saw that the reactant and product molecules in a metabolic reaction have different energies. We also saw that the energy change of a reaction—the difference between the reactant and product energies—determines the direction of the reaction and whether it proceeds spontaneously or requires energy. In the following section we see that similar principles govern the transport of molecules across membranes.
    Please suggest how to place grouped library item with XML as anchored item.
    Thanks,
    Gopal

    Hi,
    Upgrade to 9.2.0.3, until I upgrade I could not get the web-dav upload to work at all.
    The only problems I've had with this is if I logged on to web-dav as a different user from that which I registered the schema with. One thing I have noticed, is that the file size is shown as being 0 when the xml has been shredded successfully.
    And the previous answer is right, if you use FTP you might see better error messages.
    Hope it helps,
    John

  • How to convert XML into XSD Using Altova XML Spy

    Hi,
    How to convert XML file into XSD Using Altova XML Spy.
    I want to use that XSD as an External Def in my IR
    Regards
    Suman

    hi
    Following is the path where you could get the PDF's and zip file.
    https://www.sdn.sap.com/irj/sdn/howtoguides?rid=/webcontent/uuid/5024a59a-4276-2910-7580-f52eb789194b [original link is broken]
    please check out the following Heading, and at the bottom corner you will find the download option where you will get the zip file:
    How to Generate XSD Schemas from Existing MDM 5.5 Repositories
    You can download xomlite45.jar from sdn
    copy the jar file to your java installation location like c:>java in
    Java –jar xomLite45.jar MyFile.xml
    then you get correspondig MyFile.xsd
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bf0e8a97-0d01-0010-f0a2-af3b18b7f4eb

  • How can I copy XML into WEB-INF/classes during webapp build in Workshop?

    I am having difficulty performing what seems to be a simple task. I would like to move some XML configuration files from WEB-INF/src to WEB-INF/classes as part of the Workshop build. Unfortuantely, the class com.bea...WebAppBuildTask called from Ant only seems to know how to compile Java into the directory and to copy *.properties files. I am unable to find Javadoc on the class to see if there are configuration options. In addition, the actual location to which classes are compiled seems to be abstracted from me.
    Any help would be appreciated.
    Thanks,
    Scott

    Create a custom build file for the project and add a ant tasks to move
    the files. The ant tasks would look something like this:
    <!-- copy all property and xml config files to root -->
    <copy todir="${dest.path}" overwrite="true" flatten="true">
    <fileset dir="${src.path}">
    <exclude name="**/*build*.xml"/>
    <exclude name="**/*ant*.xml"/>
    <include name="**/*.properties"/>
    <include name="**/*.xml"/>
    </fileset>
    </copy>
    HTH
    Tom
    Few other options include...
    Place the properties file in a java project, instead of a web-project :(
    Load them as resources relative to WEB-INF :(
    Add a dummy project, tell the dummy project to use your own ant file
    that does the moving. Order your projects to do this dummy project
    before the web project :(
    Best regards...
    I am having difficulty performing what seems to be a
    simple task. I would like to move some XML
    configuration files from WEB-INF/src to
    WEB-INF/classes as part of the Workshop build.
    Unfortuantely, the class com.bea...WebAppBuildTask
    k called from Ant only seems to know how to compile
    Java into the directory and to copy *.properties
    files. I am unable to find Javadoc on the class to
    see if there are configuration options. In addition,
    the actual location to which classes are compiled
    seems to be abstracted from me.
    Any help would be appreciated.
    Thanks,
    Scott
    Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

  • Can't parse xml from applet using dom on linux on Netscape 7 using jre 1.4.

    Hi,
    I can't seem to parse xml from an applet on linux on Netscape 7 using the JRE 1.4.
    My code looks like the following:
    StringBufferInputStream is = new StringBufferInputStream("<foo></foo>");
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = null;
    try
      builder = factory.newDocumentBuilder();
      domDocument = builder.parse(is); // this line creates an exception
    catch (Exception e)
      System.out.println(e);
    This code works fine from an applet on windows. On linux, the error message is:
    java.security.AccessControlException: access denied (java.util.PropertyPermission entityExpansionLimit read)
    I've tried both JRE 1.4.0_04 and 1.4.1_03
    Thanks!
    Q

    There's another posting about this same problem (platform unspecified), but the same error message. I was also having this problem (Windows 1.4.03) and swithced back to 1.4.01 and the problem went away. In the future, I may sign my applets to get a more generous security policy. But, I'm sure it'll be a lot of work (vs. a line of code somewhere).

  • Why can't I sign into iMessage using my Apple ID?

    I have just created a new Apple ID so that I can use iMessages across my devices without receiving my wife's messages.
    The ID must be set up okay as I have logged into this community and posted this question with it.  I have done the e-mail verification as well.
    How ever, if I try to log into iMessage, I get an error saying 'Incorrect Apple ID or password'.  Can anyone tell me what is going wrong please, because this is driving me nuts!
    Cheers,
    Dave

    Update: I have also tried on an iPhone and I got the same result.  It's as if something needs to be enabled to allow an apple ID to work on iMessage, but I cannot see any setting...

  • Can't drag image into widgets using ibooks author

    i have ibooks author 2.0 and i'm running on 10.8.2. i was working on ibooks author and suddenly i couldn't drag any pictures into the widgets, not the Interactive Image, not the Gallery. In the Gallery widget i could get around it by manually inserting pictures (tediously) using the inspector, but there's no option for that using the Interactive Image widget. i've restarted the computer, hasn't made any difference, any help would be appreciated, thanks

    yes, it goes onto the page, but it won't go inside the widgets. i've also tried deleting and re-installing ibooks author and it hasn't resolved the issue

  • How to write XML into file using JSP

    Hello,
    I am parsing a XML file, then updating some of it content and trying to write back the updated file into the same location as an xml document but its not happening correctly....it gets written like this.
    &_lt;db_name&_gt;dataext&_lt;/db_name&_gt;
    Here is my code......somebody please advise
    <%@ page contentType="text/html"%>
    <%@ page import="java.io.*,
                        java.util.*,
                        org.jdom.*,
                        org.jdom.input.SAXBuilder,
                        org.jdom.output.*" %>
    <%
    String xml_file = "webapps/root/web-inf/admin.xml";
    SAXBuilder builder = new SAXBuilder("org.apache.xerces.parsers.SAXParser");
    Document l_doc = builder.build(new File(xml_file));
    Element root = l_doc.getRootElement();
    List admin = root.getChildren("db");
    Iterator loop = admin.iterator();
    while ( loop.hasNext()) {
         Element ele = (Element)loop.next();
         String state = ele.getChild("state").getText();
         String name = ele.getChild("db_name").getText();
         String ip = ele.getChild("db_ip").getText();
         if(state.equals("Florida")) {
              ele.getChild("db_ip").setText("209.11.111.1");
    XMLOutputter l_format = new XMLOutputter();
    String ls_result = l_format.outputString(l_doc);
    root.setText(ls_result);
    ls_result = l_format.outputString(l_doc);
    %>
    <html><head><title></title></head>
    <body>
    <%
         try {
              FileOutputStream ostream = new FileOutputStream("c:\\admin.xml");
              ObjectOutputStream p = new ObjectOutputStream(ostream);
              p.writeObject(ls_result);
              p.flush();
              ostream.close();
         catch(Exception e) {
              out.println(e.toString());
    %>
    </body>
    </html>     

    thanks amgandhi.....
    I found a solution for it, courtesy of this site:
    http://www.topxml.com/tutorials/main.asp?id=jdom&page=15
    <-********************************************************->
    import org.jdom.output.XMLOutputter;
    import org.jdom.*;
    import java.io.*;
    import java.util.*;
    // Write a program that creates document with a
    // single root element. Add a comment to the
    // root element, and assign the document's XML to
    // a local string. Finally, write the String to
    // System.out, and write the document to a text file.
    // For bonus points, allow the user to specify the
    // file name on the command line.
    public class ws3
    public static void main(String[] args)
    String filename = "default.xml";
    if(args.length > 0) filename = args[0];
    Element root = new Element("simple");
    Document doc = new Document(root);
    Comment cmt = new Comment("A bare document!");
    root.addContent(cmt);
    XMLOutputter outputter = new XMLOutputter(" ",
    true);
    String xml = outputter.outputString(doc);
    System.out.println(xml);
    writeToFile(filename, doc);
    private static void writeToFile(String fname,
    Document doc)
    try {
    FileOutputStream out =
    new FileOutputStream(fname);
    XMLOutputter serializer =
    new XMLOutputter(" ", true);
    serializer.output(doc, out);
    out.flush();
    out.close();
    catch (IOException e) {
    System.err.println(e);
    }

  • My sony video camera has HDMI out - can I download direct into MBP using dhmi

    Is it possible to download direct from video camera with HDMI out to Macbook Pro 15" HDMI in.

    HDMI out is only suitable to connect to a display.
    Current Macs do not have raw-Video inputs. Use USB or FireWire.

  • How to send XML file into XI using sender HTTP adapter

    I am using HTTP sender adapter to post the XML file into XI. I tried to form the URL by using the following String query , but I am unable to execute file.
    String urlString = "http://<servername:portno>/sap/xi/adapter_plain?namespace=<namespace>&interface=<interface name>&service=<service name>&party=&agency=&scheme=&QOS=BE&sap-user=xiappluser&sap-password=satyam&sap-client=100&sap-language=EN";
    How can I execute xml file by using HTTP sender adapter.
    Any one with better suggestions, about this idea?
    Thanks in advance for all.
    Ram Raj

    Hi
    Just use the following parameter to send xml file using HTTP adapter.
    "http://xiserver:8000/sap/xi/adapter_plain?namespace="senderNamespace"&interface=senderinterface&service=sender service";
    "&party=sender party"&agency=&scheme=&QOS=BE&sap-user=userid &sap-password=password&sap-client=100&sap-language=D";
    with the help of this you are able to point out which interface you would like to use.
    And in payload pass the xml.
    and thats it
    carry on
    Cheers
    Regards
    Piyush

  • How to convert DTD files into XML(template) by using Java ?

    I am a beginner to java,and want to convert a random DTD file
    into a XML template(having no data).
    any guys can give me some suggestions ?
    thanks very much

    DTD allow you to validate a XML file.
    To do so, you can use API such as dom or xalan.
    To transform an XML file from a vocabulary A to vocabulary B, you have to write a XSLT style sheet, and use xerces to perform the transformation.
    Using tools such as XSL-FO, you can transform your XML into PDF.

Maybe you are looking for