Subject Re: [firebird-support] secondary server attachments cannot validate databases
Author Ann W. Harrison
hcarvajalsy wrote:
>
> I have a customer with Firebird 1.5. Their hard disk ran out of
> space and they are getting a message saying that the database is
> corrupted. I tried to do:
> gfix -user sysdba -password masterkey -v -full
> localhost:d:\dbfolder\customer.fdb
> but I get the following message:
>
> bad parameters on attach or create database
> - secondary server parameters cannot validate databases

Some other process is accessing the database. Because gfix does some
mean things to the internal structures of the database, it can't run
concurrently with other users. Get everybody out and try again.

Regards,


Ann