Board index » delphi » OnlineDump with GBAK and more than 2 database files wont work

OnlineDump with GBAK and more than 2 database files wont work


2007-08-10 07:55:33 PM
delphi74
Hello,
I wanted to make an onlinedump with GBAK and more than 2 dump files.
Here the messages
*gbak -d -USER bla -PASS blub foo.ib foo1.dmp foo2.dmp foo3.dmp
foo4.dmp *
*gbak: WARNING: Dumped 246 pages of a total 246 database pages*
*gbak: WARNING: Dumped 0 pages to page appendix file*
OK, seems to be correct.
here the test:
*gstat -h foo1.dmp*
*Wrong ODS version, expected 12, encountered 0.*
No matter if filesize is given or not, or Database ist migrated from
Interbase 7.x or created with IB 2007.
When I did it with 2 or less ( say one) file everything works fine.
Is it a bug or an user problem ?
Greetings
Hans
 
 

Re:OnlineDump with GBAK and more than 2 database files wont work

Cupido schrieb:
Quote
Hello,

*gstat -h foo1.dmp*
*Wrong ODS version, expected 12, encountered 0.*

does somebody have a hint or knows somebody who cares ?
cu Hans
 

Re:OnlineDump with GBAK and more than 2 database files wont work

Hans Schildt writes:
Quote
does somebody have a hint or knows somebody who cares ?
1) Are you sure that foo1.dmp is actually an InterBase database?
2) The database is corrupt.
It is difficult to tell without a lot more information.
--
Bill Todd (TeamB)
 

Re:OnlineDump with GBAK and more than 2 database files wont work

On 21 Aug., 00:30, "Bill Todd" <XXXX@XXXXX.COM>writes:
Quote
Hans Schildt writes:
>does somebody have a hint or knows somebody who cares ?

1) Are you sure that foo1.dmp is actually an InterBase database?
yes, foo1.dmp was created as shown above
(gbak -d -USER bla -PASS blub foo.ib foo1.dmp foo2.dmp foo3.dmp
foo4.dmp )
as I said : everything works fine when I split in max. 2 DB-Files.
If I split in more than 2 than IŽll get that errors :
gstat -h foo1.dmp
Wrong ODS version, expected 12, encountered 0.*
Quote
2) The database is corrupt.
I checked it with gfix -validate = ok .
Quote
It is difficult to tell without a lot more information.
may SP2a help ?
cu
Hans
Quote
--
Bill Todd (TeamB)