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