Hi Aleksey, the names of your source and targetusers differ ( test,test1) the name is internally used for a qualified update. this causes the Row not found error. you can avoid this error, that will be fixed in one of the next releases if you replace 'test' by 'test1' in the file 'test_tbl.dat0000'.
Hans-Georg >I have some problem with loadercli (MAXDB vertion is >7.5.00.08 for Linux). I'm using following command in >loadercli command file to export and then to import all tables of the user test to export: >use user test initial >// >catalogextract USER OUTSTREAM FILE 'test_cat.dat' >// >tableextract USER DATA OUTSTREAM FILE 'test_tbl.dat' >UTF8 PAGES >// >then to import: >use user test initial >// >catalogload USER INSTREAM FILE 'test_cat.dat' >// >tableload USER DATA INSTREAM FILE 'test_tbl.dat' UTF8 PAGES >// >Everithing is ok but when I try to load this data to nother user test1 like: >use user test1 initial >// >catalogload USER INSTREAM FILE 'test_cat.dat' >// >tableload USER DATA INSTREAM FILE 'test_tbl.dat' UTF8 PAGES >// >I've got an error: >-25010 >SQL error 100 = Row not found (error position: 1) >Successfully executed >What I do wrong? -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]