IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Java loader: Load Error, Invalid document name (ino:docname)

  • 1.  Java loader: Load Error, Invalid document name (ino:docname)

    Posted Thu August 21, 2003 11:12 AM

    Hi,

    Problem: Load Error INOXPE8755: Invalid document name (ino:docname) specified
    Happens when updating schemae:
    1. unload data
    2. undefine and define schemae with eg. new required attribute
    3. insert the new attribute in the unloaded documents
    4. load data
    I have searched this forum and tried variuos parameters with the inojload without luck.

    Output from prompt:

    C:\Program Files\Software AG\Tamino\Tamino 4.1.4.1\X_Tools\Tamino_Data_Loader>inojload -u http://server/tamino/db/clients -o
    C:\tmp\clients.xml -unload -query /client -i -p
    
    128 objects unloaded
    
    C:\Program Files\Software AG\Tamino\Tamino 4.1.4.1\X_Tools\Tamino_Data_Loader>inojload -u http://server/tamino/db/clients -f
    C:\tmp\clients.xml -d
    
    Tamino Java Loader has started.
    
    Load Error INOXPE8755:  Invalid document name (ino:docname) specified
    0 elements uploaded from
    C:\tmp\clients.xml
    to
    http://server/tamino/db/clients
    XML volume = 84423 bytes
    Upload escaped volume 122096 bytes
    1 blocks
    
    C:\Program Files\Software AG\Tamino\Tamino 4.1.4.1\X_Tools\Tamino_Data_Loader></pre><BR><BR>If I remove the <pre class="ip-ubbcode-code-pre"><ino:request...>...</ino:request></pre> element and all the <pre class="ip-ubbcode-code-pre"><ino:object ino:docname=''>...</ino:object>

    wrappers the load works fine, but that is not desirable for large amounts of data

    Thanks, HC


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Java loader: Load Error, Invalid document name (ino:docname)

    Posted Thu August 21, 2003 11:52 AM

    Hi,

    you have to use the Tamino Mass Loader inoxmld, not the java loader. Use Tamino Mass Loader inoxmld either via Tamino Manger: DataMap → Collections → your collection → your schema → your doctype → Data Loader / Data Unloader or via commandline Tamino xxx/bin/inoxmld

    Best regards,


    Jan Harmsen
    Software Engineer
    Software AG


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: Java loader: Load Error, Invalid document name (ino:docname)

    Posted Thu August 21, 2003 12:32 PM

    Thanks Jan,

    We have used inoxmld previously without problems, but one of the things I like about inojload is the -query option. Well you can’t have it all :wink:

    Best regards, HC


    #webMethods
    #Tamino
    #API-Management