Hi, I'm trying to migrate the data of one MAXDB instance (7.6.0.34 on Linux 64bit) to another (7.6.0.34 on Linux 32bit) using the loader. On the one side I used DBEXTRACT to extract the catalog and data:
DBEXTRACT CATALOG OUTSTREAM FILE 'catalog' DATA OUTSTREAM FILE 'data' One the target machine I try to load the data with this command: DBLOAD CATALOG INSTREAM FILE 'catalog' DATA INSTREAM FILE 'data' During this command I get the following error: DBLOAD CATALOG INSTREAM FILE 'catalog' DATA INSTREAM FILE 'data' Error during execution -->-25451 Integrity violation (SQL Error 350) --- Total number of tables (definition) imported: 17 Total number of tables (data) imported: 1 (excluded: 0, failed: 2) These are also the last lines in the loader log file. Any ideas what might be the problem? Best regards, Ralf -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]