Subject RE: [firebird-support] ERROR: unavailable database
Author Peter Turner
Wouldn't happen to have anything to do with the .gdb extension? What happens if you copy the .gdb file to a "work" directory, rename the file to .fdb, and re-run the backup?

Pete.

-----Original Message-----
From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] On Behalf Of Lucas Franzen
Sent: Friday, May 09, 2008 7:24 AM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] ERROR: unavailable database



Sergio H. Gonzalez schrieb:
> 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

add the server-name in front of the database, like:

gbak myserver:baron.gdb baron.bak

or the ip-address of the server
gbak 192.168.100.11:baron.gdb baron.bak

or just lcoalhost
gbak localhost:baron.gdb baron.bak

and the backup should work.

Luc.



[Non-text portions of this message have been removed]