Subject ERROR: unavailable database
Author Sergio H. Gonzalez
Hello! I have a BAT file which performs a backup. The bat file read:

del log.txt
gbak baron.gdb baron.bak -user sysdba -password
baronusaadmin -ignore -Limbo -v -y log.txt

It used to work fine from long time ago, but now I'm receiving this message
in the LOG.TXT file:

gbak: ERROR: unavailable database
gbak: Exiting before completion due to errors

The version I'm using is FB 1.5.3
I can conect to the database with my app and with any other tool. I also can
make the backup manually using an admin tool. The problem is just with the
gbak command...

Thanks!!

sergio