Subject Re: [firebird-support] FB2 security fdb question
Author Lucas Franzen
Agibov Dmitry schrieb:
> Hi, All!
>
> I have clear server machine without previous Firebird installation.
> On this server I installed FB2 RC2 SS.
> After that I am typing next command
> gsec.exe -user sysdba -password masterkey
> and receive next message:
> "cannot attach to password database
> unable to open database"

You have to add the path to the security.fdb.

Try sth. like:

gsec.exe -user sysdba -password masterkey
-database localhost:<PATH_TO_YOUR_security.fdb>

(for example: localhost:C:\Firebird2\security.fdb)

Luc.