Hi guys,
Under SapDB 7.4 I unloaded the catalog and data of my
database 'birds' like this:
DBEXTRACT CATALOG OUTSTREAM 'birds.catalog' DATA
OUTSTREAM PIPE 'birds.data'
it worked fine.
Under MaxDB 7.5 I created a database instance 'birds'
and then tried to load the catalog and data which I
already extracted:
DBLOAD CATALOG INSTREAM 'birds.catalog' DATA INSTREAM
'birds.data'
The catalog has been successfully loaded but not the
data. I get the error:
ERR -25603
Error processing TABLELOAD; Loader versions used for
TABLEEXTRACT and TABLELOAD differ (TABLEEXTRACT:
7.4.03, TABLELOAD: 7.5.00)
Please any clue on how to solve this issue?
Thanks for any suggestions.
wyemah
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]