Hi Alexei, Alexei Novakov [mailto:[EMAIL PROTECTED] wrote:
> I just tried MaxDB 7.5.0.23 on linux (suse 8.2) and > ran into issue with loadercli extracting user data. > > USE USER user-name xxx SERVERDB TESTDB > // > CATALOGEXTRACT USER OUTSTREAM FILE 'schema.ddl' > // > TABLEEXTRACT USER DATA OUTSTREAM FILE 'schema.dat.' > // > > Last line gives: > -25801 > Internal error [vls26_TETable.cpp, 1880, -9409]; > contact technical support > > I don't remember having any problems with this very > script since SAPDB 7.4. loader.prt doesn't provide too > much information too. For the last command it has: > [snipped loader.prt entry] > > At the same time in 'knldiag' I found 42 lines: > > 2005-01-18 17:26:18 1917 ERR 51921 ORDER PART KIND > CMD OR DATA: 1 > > I tryed to clean all the records from all the tables > in the schema and got exacly the same result. > > Any ideas what could it be? > Yep. This is an internal (as the error states ;-)) problem of the Loader and the Kernel. The Loader sends the communication packets to get the data with a particular flag which is wrong set in case of this special data (all data as pages). So far - up to version 7.5.00.23 - the kernel did accept these wrong flagged packets. Now it doesn't anymore. We will correct this immediately but it will only available with the next version. I could offer you to build a new loader and send it directly if urgently needed. Sorry for any inconvenience. Regards, Steffen -- Steffen Schildberg MaxDB Team SAP Labs Berlin -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
