Hello, For your information: I'm using MaxDB v7.5.00.14 on RedHat 9.0 (and Suse 9.1 as test bed on laptop), extended parameters:
_UNICODE=YES
DEFAULT_CODE=UNICODE
I was evaluating loader with my database and was not able to load catalog
and data previously extracted. I used following steps:
1. Start loader via command
loadercli -d PAGDDB -u ADMIN,***********
2. Execute command:
DBEXTRACT CATALOG OUTSTREAM FILE 'catalog1' PAGES DATA OUTSTREAM FILE
'data1' PAGES
3. Exit loader, start DBMGUI, create new empty database "TEST" with enough
initial data volume and the same extended parameters, start loader again:
loadercli -d TEST -u ADMIN,***********
4. Execute command:
DBLOAD CATALOG INSTREAM FILE 'catalog1' PAGES DATA INSTREAM FILE 'data1'
PAGES
And so loading of catalog (attached to this email) fails with error:
ERR -25392
'[MySQL MaxDB][LIBSQLOD SO][MaxDB] General error;-4016 POS(159) Unknown
procedure name:DELETEKORTELE'
The reason I think is that my stored procedure "DELETEBAD" calls other
stored procedure "DELETEKORTELE" that is declared later in catalog.
--------------------------
But there is also other bug, related to data loading:
So I edited file "catalog1" manually and removed declaration of stored
procedure "DELETEBAD". After reinitializing database TEST and executing
DBLOAD command again, I received this error:
-25801
Internal error [vls28_TLoad.cpp, 2023, -25602]; contact technical support
OK
So now catalog is loaded successfully (as it seems, all my tables are
created), but loading of data fails. Since data files archived are 3MB, I
have not attached them, but if someone wants to revalidate my experience,
data file archive can be found here:
http://193.219.42.57/~donatas/data.tgz
Hope this helps to improve Loader.
Greetings,
Donatas Ciuksys
Vilnius university
Department of informatics
Lithuania
catalog1.tgz
Description: application/compressed
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
