hi carsten,

can you please tell me the _UNICODE parameter of your source and target database 
system?
it seems that you have extracted data fom a UNICODE system and try to load it in a 
ASCII System.
Assure that your target database is UNICODE too.

regards
hans-georg


-- 
> once again, it's me, and my troubles with the loadercli.
> 
> I am using sapdb 7.4.3.27 with a lserver,loadercli v. 7.4.3.31 I got
> from Hans-Georg Bumes during my last troubles...
> 
> Task: Migrate data from one User (oikprod) to another (oikotest2).
> 
> This is how the data is dumped (paths for files may be varying).
> 
> USE USER "OIKPROD" "*" SERVERDB "TNG1" ON sapdb.tng.de
> //
> CATALOGEXTRACT USER OUTSTREAM FILE '/sapdb-prebackup/oikprod/catalog'
> //
> TABLEEXTRACT USER DATA OUTSTREAM FILE 
> '/sapdb-prebackup/oikprod/table.'
> PAGES PACKAGE OUTSTREAM FILE '/sapdb-prebackup/oikprod/table-package.'
> //
> 
> Then I change the references to "OIKPROD" to references to "OIKOTEST2"
> in the files catalog and table.0000, as suggested by Hans-Georg.
> 
> This is how they are loaded:
> 
> USE USER "OIKOTEST2" "*" SERVERDB "TNG1" ON sapdb.tng.de
> //
> CATALOGLOAD USER INSTREAM FILE '/tmp/imp/catalog'
> //
> TABLELOAD USER 
>   DATA    INSTREAM  FILE '/tmp/imp/table.' PAGES 
>   PACKAGE OUTSTREAM FILE '/tmp/imp/load-pkg'
> //
> 
> This is my loader protocol:
> // M    Loader    7.4.3    Build 031-101-055-005
...
> TABLELOAD USER
>   DATA    INSTREAM  FILE '/tmp/imp/table.' PAGES
>   PACKAGE OUTSTREAM FILE '/tmp/imp/load-pkg'
> // *
> // M    LOAD TRANSFORMATIONPACKAGE
> x'02000000D533BE3F770A00000D69E07E4399D5B2FFFFFFFF'
> // *
> // M    CONFIGURE  TRANSFORMATIONPACKAGE
> // *
> // M    EXECUTE PACKAGE TO TRANSFORM DATA
> // *
> // M    Number of tables   to transform: 56
> // *
> // E -25801:    Internal error [28_1, 3410, 350]; contact technical
> support
> // E -25801:    Internal error [28_1, 2974, -25801]; contact technical
> support
> // E -25801:    Internal error [vls28_TLoad.cpp, 2001, 
> -25801]; contact
> technical support
> // M    UNLOAD TRANSFORMATIONPACKAGE
> x'02000000D533BE3F770A00000D69E07E4399D5B2FFFFFFFF'
> // *
> 
> The data does not appear to be loaded correctly. Any idea, what the
> loadercli/lserver wants to tell me?
> 


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to