I'm trying to set up journaling on a test database, IB2007 Dialect 3.
I seem to be able to get journaling running and can create backups
(dumps?) via the gbak -a command. This all seems to be working OK, I
can see the files in the journaling folder as per the example in the
IB2007 Update Guide documentation, but when I try to do a recover to
the original database using
gbak -user sysdba -pas mypassword -archive_recover c:\data\journaling
\JOURNAL.2008-12-17T16-54-53Z.1.DATABASE c:\data\kt2008season
\testdialect3.gdb
i get an error online dump failure: dump file has no dump timestamp
The archive was created using
gbak -user sysdba -pas mypassword -a c:\data\kt2008season
\testdialect3.gdb
Can anyone shed any light please,
tia
Willie