Subject Re: [firebird-support] Can't change SYSDBA password!!
Author Helen Borrie
At 10:57 PM 6/02/2006, you wrote:
>Hello,
>
>(fb 1.5.3)
>
>I a bit stuck with changing SYSDBA password. I have tryed Gsec and
>IBOConsole.
>
>Both gives more than less same error:
>
>"unavailable database
>unable to open database"
>
>Gsec params:
>
>gsec.exe -user sysdba -password masterkey -modify sysdba -pw newpassword

If you are doing this locally then it appears you are running the
Classic server.
You need to use the tcp/ip local loopback server with Classic and
therefore also the remote gsec syntax:

gsec.exe -database "localhost:c:\Program
Files\Firebird\Firebird_1_5\security.fdb"
-user sysdba -password masterkey -modify sysdba -pw newpassw

./hb