I have fixed the 25011 problem that I got when I tried to import data with import from loadercli. It was due to a table in the database that has a VARCHAR(4000) UNICODE column (the documentation says that this type of data support a length <= 4000)
Now I get two different problems when I try to import the data a 25451 error and a 25801 I show a piece of the loader log below // M Loader instance started at SATURNO for database ROSA // * // M Starting protocol at 2007051400205607 // * // M START 20070514 00205607 // * SET // * // M START 20070514 00205607 // * USE USER "DBA" * SCHEMA DBA SERVERDB "ROSA" // * // M USER: 'DBA' on DB: 'ROSA' ISOLATION LEVEL: 3 // * // M START 20070514 00205632 // * import db catalog instream file 'abril.command' data instream file ' abril.data' // * // M Execute PACKAGE to transform CATALOG / * // M Import PACKAGE x'01000000E04159FC400E0000493A0000BFAAF71943BC3615' // * // M Number of TABLES transformed : 109 // * // M Execute PACKAGE to transform DATA // * // M Number of TABLES to transform: 109 // * // E -25451: Integrity violation (SQL Error 350) // E -25801: Internal error [vls28_TLoad.cpp, 1453, -25451]; contact technical support Can somebody help me Thanks in advance Rosa