Getting ORA-22805 when trying to load XML file using SQLLDR

I'm trying to learn the basics of XML since we'll be getting XML files in the near future. I'm using one of the sample schemas that comes with XMLSPY. I loaded this schema into an 11g Oracle DB using XMLSPY:
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.0 NT beta 1 build Jun 13 2001 (http://www.xmlspy.com) by Alexander Falk (Altova, Inc.) -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ipo="http://www.altova.com/IPO" targetNamespace="http://www.altova.com/IPO" elementFormDefault="unqualified" attributeFormDefault="unqualified">
     <annotation>
          <documentation>
International Purchase order schema for Example.com
Copyright 2000 Example.com. All rights reserved.
</documentation>
     </annotation>
     <!-- include address constructs -->
     <include schemaLocation="address.xsd"/>
     <element name="purchaseOrder" type="ipo:PurchaseOrderType"/>
     <element name="comment" type="string"/>
     <complexType name="PurchaseOrderType">
          <sequence>
               <element name="shipTo" type="ipo:Address"/>
               <element name="billTo" type="ipo:Address"/>
               <element ref="ipo:comment" minOccurs="0"/>
               <element name="Items" type="ipo:Items"/>
          </sequence>
          <attribute name="orderDate" type="date"/>
     </complexType>
     <complexType name="Items">
          <sequence>
               <element name="item" minOccurs="0" maxOccurs="unbounded">
                    <complexType>
                         <sequence>
                              <element name="productName" type="string"/>
                              <element name="quantity">
                                   <simpleType>
                                        <restriction base="positiveInteger">
                                             <maxExclusive value="100"/>
                                        </restriction>
                                   </simpleType>
                              </element>
                              <element name="price" type="decimal"/>
                              <element ref="ipo:comment" minOccurs="0"/>
                              <element name="shipDate" type="date" minOccurs="0"/>
                         </sequence>
                         <attribute name="partNum" type="ipo:Sku"/>
                    </complexType>
               </element>
          </sequence>
     </complexType>
     <simpleType name="Sku">
          <restriction base="string">
               <pattern value="\d{3}-[A-Z]{2}"/>
          </restriction>
     </simpleType>
</schema>
Then I created an XMLType table:
CREATE TABLE purchaseOrder OF XMLType
XMLSCHEMA "ipo.xsd" ELEMENT "purchaseOrder"
I'm trying to load the sample XML file ipo.xml into purchaseOrder using SQLLDR. This is ipo.xml:
<?xml version="1.0"?>
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by Mr. Nobody (Altova GmbH) -->
<ipo:purchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ipo="http://www.altova.com/IPO" orderDate="1999-12-01" xsi:schemaLocation="http://www.altova.com/IPO
ipo.xsd">
     <shipTo export-code="1" xsi:type="ipo:EU-Address">
          <ipo:name>Helen Zoe</ipo:name>
          <ipo:street>47 Eden Street</ipo:street>
          <ipo:city>Cambridge</ipo:city>
          <ipo:postcode>126</ipo:postcode>
     </shipTo>
     <billTo xsi:type="ipo:US-Address">
          <ipo:name>Robert Smith</ipo:name>
          <ipo:street>8 Oak Avenue</ipo:street>
          <ipo:city>Old Town</ipo:city>
          <ipo:state>AK</ipo:state>
          <ipo:zip>95819</ipo:zip>
     </billTo>
     <Items>
          <item partNum="833-AA">
               <productName>Lapis necklace</productName>
               <quantity>2</quantity>
               <price>99.95</price>
               <ipo:comment>Need this for the holidays!</ipo:comment>
               <shipDate>1999-12-05</shipDate>
          </item>
          <item partNum="748-OT">
               <productName>Diamond heart</productName>
               <quantity>1</quantity>
               <price>248.90</price>
               <ipo:comment>Valentine's day packaging.</ipo:comment>
               <shipDate>2000-02-14</shipDate>
          </item>
          <item partNum="783-KL">
               <productName>Uncut diamond</productName>
               <quantity>7</quantity>
               <price>79.90</price>
               <shipDate>2000-01-07</shipDate>
          </item>
          <item partNum="238-KK">
               <productName>Amber ring</productName>
               <quantity>3</quantity>
               <price>89.90</price>
               <ipo:comment>With no inclusions, please.</ipo:comment>
               <shipDate>2000-01-07</shipDate>
          </item>
          <item partNum="229-OB">
               <productName>Pearl necklace</productName>
               <quantity>1</quantity>
               <price>4879.00</price>
               <shipDate>1999-12-05</shipDate>
          </item>
          <item partNum="128-UL">
               <productName>Jade earring</productName>
               <quantity>5</quantity>
               <price>179.90</price>
               <shipDate>2000-02-14</shipDate>
          </item>
     </Items>
</ipo:purchaseOrder>
This is what's in the control file:
LOAD DATA
INFILE *
INTO TABLE purchaseOrder TRUNCATE
xmltype(xmldata)
FIELDS
xmldata LOBFILE (CONSTANT ipo.xml)
BEGINDATA
0
The load fails with:
Record 1: Rejected - Error on table PURCHASEORDER.
ORA-22805: cannot insert NULL object into object tables or nested tables
Another question I have is, how do we know how many records (0's) to specify in the control file? In this case there's only one but when real files are used we won't know how many are in the file.
Thanks for your help!

The concept was "Don't use SQL*Loader to parse XML".
You can use SQL*Loader to load an entire XML document into the DB. That is fine. You can do the same via BFILENAME to read in files from disk as well.
If you want to parse XML, do that from within Oracle via PL/SQL and/or SQL. The solution depends upon your version of Oracle and what is good enough for you in terms of performance.
So the basics are
a) How am I getting the information?
b) How am I getting in into Oracle?
c) How do I want to parse it?
As I see the schema, it only allows for one ipo:purchaseOrder node in the document, since that is the root node. If you have multiple in the incoming file, you no longer have valid XML, both per the schema and because you have no single root node. You have an XML fragment, which must be treated different.
Just trying to understand the question since I now realize it does not agree with what the schema in your initial example shows.

Similar Messages

  • I get no response when trying to load Targa files as an Image Sequence.  It has always worked in the past.

    I just upgraded from an earlier version of QT 7 Pro for Windows to the latest version (QT 7.6.9 Pro).  I have always had good results in QuickTime Pro importing Targa (.tga) image files rendered in Alias Maya as an Image Sequence, and then exporting those as a QuickTime .MOV.  But now when I go through the steps to import the image sequence, going to the folder and selecting the first image in the sequence, I get no response.  The second QT window does not open, and there is no sign that the import has taken place. I've downloaded the QT manual PDF, and there is nothing in there that would tell me anything I'm not doing already.
    Any help would be appreciated.
    Ken

    I would think that image size would always be available when there is an active document in Photoshop.  The only time I remember seeing messages like that where they should work was during the five month period when Adobe released CS6 with so many bugs which took Adobe five months to fix.  During those five month messages like that that should not have happen were common when action switch between documents.  Adobe would start processing the next Action step before the document switch completed, Any step that required an active document could fail with a mess stating the command is not available.
    Are you by some chance using CS6 version 13.0 CS6 without any updates.  Use Photoshop menu Help>About Photoshop.  If it shows CS6 version 13.0 you need to update CS6. .

  • Got ORA error when trying to execute external file using scheduler

    Hi All,
    I have executed the below program. In the log i have seen the error like below
    BEGIN
    dbms_scheduler.create_job('"TEST_JOB_EXE2"',
    job_type=>'EXECUTABLE', job_action=>
    '/home/upncommon/pub/test123'
    , number_of_arguments=>0,
    start_date=>TO_TIMESTAMP_TZ('23-AUG-2013 05.35.27.557242000 AM -04:00','DD-MON-RRRR HH.MI.SSXFF AM TZR','NLS_DATE_LANGUAGE=english'), repeat_interval=>
    'freq = minutely;'
    , end_date=>TO_TIMESTAMP_TZ('24-AUG-2013 05.35.27.000000000 AM ASIA/CALCUTTA','DD-MON-RRRR HH.MI.SSXFF AM TZR','NLS_DATE_LANGUAGE=english'),
    job_class=>'"DEFAULT_JOB_CLASS"', enabled=>FALSE, auto_drop=>FALSE,comments=>
    'Job to test use of dbms_scheduler'
    dbms_scheduler.set_attribute('"TEST_JOB_EXE2"','credential_name',
    '"EXECUTABLE"');
    dbms_scheduler.enable('"TEST_JOB_EXE2"');
    COMMIT;
    END;
    "EXTERNAL_LOG_ID="job_196709_23673",
    ORA-27369: job of type EXECUTABLE failed with exit code: Input/output error
    STANDARD_ERROR="Launching external job failed: Login executable not setuid-root""

    my version details are:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    "CORE 11.2.0.3.0 Production"
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production

  • Error while loading xml files using JDBC

    Hi,
    I am trying to load xml files into an xmltype table using JDBC calls and am getting this error for some files
    LPX-00200: could not convert from encoding UTF-8 to UCS2
    The xml files and our database are both UTF-8 encoded. The version of oracle that we have here is 9.2.0.6
    Any suggestions in this matter will be greatly appreciated.
    Thanks,
    Uma

    I also experienced this problem and unfortunately this solution didn't work for me given that the tag you suggested was already on the XML file.

  • Loaded the newest IOS and I get error message when trying to load I messaging and Facetime.

    I have an Ipad mini 2 and I downloaded the software update  IOS 8.1.3. Now when I try to use facetime and I-messaging it gives me an error message : (An error occurred during activation. Try again.)
    I have tried turning the applications on and off, I have turned off the I pad and restarted it. I made sure I was on the Wi-Fi. I even made sure the date and time zone were correct. None of these things have made any difference.
    Does anyone have a fix for this problem. Is there a way to reload the last IOS update? Any help would be appreciated.
    Peter

    Hey Peter Manring,
    It is my understanding that you are receiving an activation error when attempting to use FaceTime or iMessage. I have an article that should be able to help you address this issue, and it can be found below:
    If you get an error when trying to activate iMessage or FaceTime - Apple Support
    http://support.apple.com/en-us/HT201422
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Oracle BI Publisher ERROR when trying to load XML Data

    Hi all,
    I use Oracle BI publisher to make layout for reports.When i try to insert xml data in word, error comes as:
    Microsoft Visual Basic
    Run time Error '459'
    Object or class does not support the set of events.
    can anybody guide me what modification i should make in microsoft word so that these error can be handled.

    Hi ,
    check the xml format....it is coming from the BIPublisher report only...
    if there is any problem in the xml you may get the error..
    build one sample XML file and test it..
    Thanks,
    Ananth

  • Error loading xml file with sqlldr

    Hi there,
    I am having trouble loading an xml file via sqlldr into oracle.
    The version i am running is Oracle Database 10g Release 10.2.0.1.0 - 64bit Production and the file size is 464 MB.
    It ran for about 10 hours trying to load the file and then threw up the error:
    ORA-22813: operand value exceeds system limits.
    I have loaded a file of 170MB using the same process succesfully.
    Any Ideas?
    Cheers,
    Dan.

    Looked a bit into the issue (ORA-22813) and although it can be caused by a lot of issues varrying database versions, you could have a go at sizing up your PGA database parameter. See Oracle support Doc ID 837220.1 for more info.
    The following might help
    CREATE OR REPLACE PROCEDURE show_pga_memory (context_in IN VARCHAR2 DEFAULT NULL)
    SELECT privileges required on:
      SYS.v_$session
      SYS.v_$sesstat
      SYS.v_$statname
    Here are the statements you should run:
    GRANT SELECT ON SYS.v_$session  TO <schema>;
    GRANT SELECT ON SYS.v_$sesstat  TO <schema>;
    GRANT SELECT ON SYS.v_$statname TO <schema>;
    IS
      l_memory NUMBER;
    BEGIN
      SELECT st.VALUE
        INTO l_memory
        FROM SYS.v_$session se, SYS.v_$sesstat st, SYS.v_$statname nm
      WHERE se.audsid = USERENV ('SESSIONID')
        AND st.statistic# = nm.statistic#
        AND se.SID = st.SID
        AND nm.NAME = 'session pga memory';
      DBMS_OUTPUT.put_line (CASE WHEN context_in IS NULL
                              THEN NULL
                              ELSE context_in || ' - '
                            END
                            || 'PGA memory used in session = ' || TO_CHAR (l_memory));
    END show_pga_memory;
    /

  • Problem loading XML-file using SQL*Loader

    Hello,
    I'm using 9.2 and tryin to load a XML-file using SQL*Loader.
    Loader control-file:
    LOAD DATA
    INFILE *
    INTO TABLE BATCH_TABLE TRUNCATE
    FIELDS TERMINATED BY ','
    FILENAME char(255),
    XML_DATA LOBFILE (FILENAME) TERMINATED BY EOF
    BEGINDATA
    data.xml
    The BATCH_TABLE is created as:
    CREATE TABLE BATCH_TABLE (
    FILENAME VARCHAR2 (50),
    XML_DATA SYS.XMLTYPE ) ;
    And the data.xml contains the following lines:
    <?xml version="2.0" encoding="UTF-8"?>
    <!DOCTYPE databatch SYSTEM "databatch.dtd">
    <batch>
    <record>
    <data>
    <type>10</type>
    </data>
    </record>
    <record>
    <data>
    <type>20</type>
    </data>
    </record>
    </batch>
    However, the sqlldr gives me an error:
    Record 1: Rejected - Error on table BATCH_TABLE, column XML_DATA.
    ORA-21700: object does not exist or is marked for delete
    ORA-06512: at "SYS.XMLTYPE", line 0
    ORA-06512: at line 1
    If I remove the first two lines
    "<?xml version="2.0" encoding="UTF-8"?>"
    and
    "<!DOCTYPE databatch SYSTEM "databatch.dtd">"
    from data.xml everything works, and the contentents of data.xml are loaded into the table.
    Any idea what I'm missing here? Likely the problem is with special characters.
    Thanks in advance,

    I'm able to load your file just by removing the second line <!DOCTYPE databatch SYSTEM "databatch.dtd">. I dont have your dtd file, so skipped that line. Can you check if it's problem with ur DTD?

  • Trying to export xml file using tcExportOperationsIntf

    Hi All,
    I am trying to export the xml files using tcExportOperationsIntf in OIM 10g. But I am getting the null pointer exception while finding the objects using findObjects method
    FileWriter fstream = new FileWriter("OIMResources.xml");
            BufferedWriter out = new BufferedWriter(fstream);
      tcExportOperationsIntf  xlexportOper = (tcExportOperationsIntf)tc.getUtility("Thor.API.Operations.tcExportOperationsIntf");
      System.out.println("Before export..1");
      Collection<RootObject>lstObjects = (List)xlexportOper.findObjects("Resource", "AD User");
            System.out.println(lstObjects);
    Error:
    java.lang.NullPointerException
            at Thor.API.Operations.tcExportOperationsClient.findObjects(Unknown Sour
    ce)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
            at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
            at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
            at $Proxy5.findObjects(Unknown Source)
            at ExportFile.create(ExportFile.java:32)
            at ExportFile.main(ExportFile.java:16)
    Can any one tell me where I did the mistake.
    Thanks
    K

    Try this:
       tcExportOperationsIntf  exportIntf = oimClient
         .getService(tcExportOperationsIntf .class);
       Collection roots = exportIntf.findObjects("Resource", "AD User");
       //Export Selected Objects
       String xml = exportIntf.getExportXML(roots, "AD User");
       System.out.println(xml);

  • Loading XML files using TCP/IP

    Hi.
    My PL/SQL procedure loading xml files from oracle logical directory ("c:\temp") and inserting values into columns of the table. I use XSU with procedure:
    create or replace procedure insProc(xmlDoc IN CLOB, tableName IN VARCHAR2) is
    insCtx DBMS_XMLSave.ctxType;
    rows number;
    begin
    insCtx := DBMS_XMLSave.newContext(tableName); -- get the context handle
    rows := DBMS_XMLSave.insertXML(insCtx,xmlDoc); -- this inserts the document
    DBMS_XMLSave.closeContext(insCtx); -- this closes the handle
    end;
    For translate xml document to CLOB, I use :
    CREATE OR REPLACE function getdocument(
    p_directory in varchar2,
    p_filename in varchar2)
    return clob
    is
    l_bfile bfile;
    l_clob clob;
    begin
    l_bfile := bfilename(p_directory, p_filename);
    dbms_lob.open(l_bfile);
    dbms_lob.createtemporary(l_clob, true, dbms_lob.session);
    dbms_lob.loadfromfile(l_clob, l_bfile, dbms_lob.getlength(l_bfile));
    dbms_lob.close(l_bfile);
    return l_clob;
    end getdocument;
    I didn't have problem with this procedures. But now i want load my xml files from another computer (i want use TCP/IP, not oracle logical directory). Is it within the realm of possibility?
    How can i do it, using standart PL/SQL methods?
    P.S. Sorry my English.

    The UTL_TCP package should give you exactly what you want. See
    http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96612/u_tcp.htm

  • How can I get the context-parm from a web.xml file using struts?

    Hello:
    I need get the context-param from the web.xml file of my web project using struts. I want configurate the jdbc datasource connection pooling here. For example:
    <context-param>
    <param-name>datasource</param-name>
    <param-value>jdbc/formacion</param-value>
    <description>Jdbc datasource</description>
    </context-param>
    and then from any Action class get this parameter.
    Similar using a simple server can be:
    /** Initiates new XServlet */
    public void init(ServletConfig config) throws ServletException {
              for (Enumeration e = config.getInitParameterNames(); e.hasMoreElements();) {
                   System.out.println(e.nextElement());
              super.init(config);
              String str = config.getInitParameter("datasource");
              System.out.println(str);
         public void doPost(HttpServletRequest req, HttpServletResponse res)
              throws ServletException, IOException {
              // res.setContentType( );
              System.out.println("Got post request in XServlet");
              PrintWriter out = res.getWriter();
              out.println("nada");
              out.flush();
              out.close();
    but only this works for init-params, if I use
    <servlet>
         <servlet-name>MyServlet</servlet-name>
         <display-name>MyServlet</display-name>
         <servlet-class>myExamples.servlet.MyServlet</servlet-class>
         <init-param>
         <param-name>datasource</param-name>
         <param-value>jdbc/formacion</param-value>
    </init-param>
    </servlet>
    inside my web.xml. I need something similar, but using struts inside the action class for that I can get the context-params and call my database.
    Thank you

    To get context parameters from your web.xml file you can simply get the ActionServlet object from an implementing action object class. In the perform (or execute) method make the following call.
    ServletContext context = getServlet().getServletContext();
    String tempContextVar =
    context.getInitParameter("<your context param >");

  • Loading xml file using owb

    Hi Gurus,
    I am new to owb and as per requirement we need to load xml files into oracle table using owb.
    below is the xml file:
    <bookstore>
    <book category="COOKING">
    <title lang="en">Everyday Italian</title>
    <author>Giada De Laurentiis</author>
    <year>2005</year>
    <price>30.00</price>
    </book>
    <book category="CHILDREN">
    <title lang="en">Harry Potter</title>
    <author>J K. Rowling</author>
    <year>2005</year>
    <price>29.99</price>
    </book>
    <book category="WEB">
    <title lang="en">Learning XML</title>
    <author>Erik T. Ray</author>
    <year>2003</year>
    <price>39.95</price>
    </book>
    </bookstore>
    please help me in loading above xml file using owb.

    You can leverage the XML SQL functions to extract from XML using the database, see the blog post below;
    https://blogs.oracle.com/warehousebuilder/entry/leveraging_xdb
    For example to extract information from your XML document the following SQL can be generated from OWB;
    select extractValue(value(s), '/book/author'),
    extractValue(value(s), '/book/year'),
    extractValue(value(s), '/book/price') from
    ( select XMLType('<bookstore>
    +<book category="COOKING">+
    +<title lang="en">Everyday Italian</title>+
    +<author>Giada De Laurentiis</author>+
    +<year>2005</year>+
    +<price>30.00</price>+
    +</book>+
    +<book category="CHILDREN">+
    +<title lang="en">Harry Potter</title>+
    +<author>J K. Rowling</author>+
    +<year>2005</year>+
    +<price>29.99</price>+
    +</book>+
    +<book category="WEB">+
    +<title lang="en">Learning XML</title>+
    +<author>Erik T. Ray</author>+
    +<year>2003</year>+
    +<price>39.95</price>+
    +</book>+
    +</bookstore>') adoc from dual+) r,
    table(XMLSequence(extract(r.adoc, '/bookstore/book'))) s;
    Cheers
    David

  • Keep getting"invalid Verb" when trying to load websites. IE MSN

    log on to main web page which is MSN. got to a couple of favorites and when I hit the home button to go back to MSN I get invalid Verb message. This also happens when trying to update fantasy sport lineups. I can get to the site, change my line up but when I try to pick up a player I get the invalid verb message with a blank screen. This happens all the time. Tried to uninstall fire fox and reinstall it but still the same problems. Love fire fox but this sucks. REALLY.

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.

  • External editor getting error window when trying to load photo in iphoto yet I can drag out of iphoto to the desktop then load right into photoshop with no errors

    I use Photoshop elements 9 to edit , since the last up-date when I'm in iPhoto and click edit in external editor when photoshop opens it sits there a minute and  and then a error window comes up saying something about an unvalead jpeg marker can't open but I came drag the image out of iPhoto to the desktop and then open it with photoshop with no trouble ? help I'm running 10.6.7 on a 2007 mac pro iPhoto 11 Ver. 9.1.3

    There's a bug in iPhoto 9.1.3 when using Photoshop as the external editor when trying to edit a tif, png or psd file.  That's because iPhoto is just duplicating that file and changing the extension to jpg without acutally changing the photo's format.  That's why PS says it's an unknown format. 
    No know solution at this time except edit only jpgs and raw files in iPhoto with Photoshop.  Also send a bug report to Apple via http://www.apple.com/feedback/iphoto.html.
    OT

  • Error when trying to load jar file (loadjava)

    I have been struggling with this issue for a few days. I read all the old threads and solutions online but none of them worked. I wrote some java stored procedures and have been trying to load the required jar files. The error message I keep getting is this:
    ORA-29532: Java call terminated by uncaught Java exception: oracle.aurora.server.tools.loadjava.ToolsError: Error during loadjava: Failures occurred during processing. Check trace file for details
    I have tried to load them using Enterprise Manager Console and the following:
    call dbms_java.loadjava(' -force -resolve
    c:\javacog\cognosClient.jar', ' -resolver "((* PUBLIC) (*
    SYS) )"')
    Any ideas? We are using Oracle 10gr2, and trying to load Cognos 8.3 SDK jar files. According to Cognos, Java 1.4 is supported.
    Edited by: user10406501 on Oct 8, 2008 2:26 PM

    Sorry to respond to an old message, I was just looking for the solution for the totally different problem.
    Key word 'Cognos' got me here.
    I've menage to load Cognos SDK onto Oracle 10.2.0.2 on Windows XP.
    I've used simple loadjava script. After that it requires some additional GRANTs, and it works.
    If you still are looking for the solution for this problem, respond to this message, and I'll post the scripts.
    Thomas

Maybe you are looking for

  • Java.io.EOFException while deploying RPD in OBIEE Cluster using Mbean

    I am using oracle.biee.admin:type=BIDomain.BIInstance.ServerConfiguration,biInstance=coreapplication,group=Service to deploy RPD on a clustered environment with 3 servers, I get the following error, it works fine on a single host, any clue ? Connecti

  • Cannot install windows on Satellite Pro A40

    Hi I have read through all the posts and cant seem to find an answer. My problems is this .. I have tried to install windows from a Full version and when I choose to install windows in a partition it fails. If I try to delete the partition it fails.

  • Can't move files into folders more than one time.

    I'm having a strange problem.  If I try and drag a file into a folder then it will allow me to do that, but only once.  If I try to drag another file into the same folder then it is locked.  I can drag it into a different folder, but the same thing h

  • Need a how to on a special case for views and view links

    I have a typical many-to-many relationship model I'm working on. Basically, it looks like this: User 1 -------------< * UserGroupXref *>--------------- 1 Groups You see this in authentication modules all the time. A user can belong to multiple groups

  • How to begin my Java in Pocket, Palms OS.

    Hi, every dear Prof. here. We have just finished a simulation by Java. Recently, we want to have some projects on Packet/Palm OS. Even I am new one in this field I am sure I could get better and better if we have Java. We have WindowsCE(2.0, 3.0, 4.0