[Firebird-devel] Problems with fresh install and gsec

2015-07-11 Thread Carlos H. Cantu
I'm trying to test FB 3 Beta2... using the zip-kit and also the installer of Beta2, since both gave me problems due to missing \programdata\firebird directory. This machine is a remote Win2008R2, and seems that never had FB running before. Installing currently snapshot (31931) is showing the foll

Re: [Firebird-devel] Problems with fresh install and gsec

2015-07-11 Thread Dmitry Yemanov
12.07.2015 00:08, Carlos H. Cantu wrote: > I'm trying to test FB 3 Beta2... using the zip-kit and also the > installer of Beta2, since both gave me problems due to missing > \programdata\firebird directory. This was already fixed. > GSEC> add sysdba -pw masterkey > An error occurred while attemp

Re: [Firebird-devel] Problems with fresh install and gsec

2015-07-11 Thread Carlos H. Cantu
DY> It was already explained: DY> gsec -add sysdba -pw masterkey -user sysdba DY> Looks weird but works. Should be in release notes at last. I'll try it later. What about the other errors I listed? Are all of them related to the fact that I wasn't using the above syntax? []s Carlos http://www.f

Re: [Firebird-devel] Problems with fresh install and gsec

2015-07-11 Thread Carlos H. Cantu
DY>> It was already explained: DY>> gsec -add sysdba -pw masterkey -user sysdba Ok, I tried it with lastest snapshot. It works if I start firebird.exe with -a, but it fails if I start it with -a -m: C:\test\fb3>firebird -a -m C:\test\fb3>gsec -add sysdba -pw masterkey -user sysdba unable to open

Re: [Firebird-devel] Problems with fresh install and gsec

2015-07-11 Thread Dmitry Yemanov
12.07.2015 04:19, Carlos H. Cantu wrote: > > Ok, I tried it with lastest snapshot. It works if I start firebird.exe > with -a, but it fails if I start it with -a -m: It should be run with Firebird being *not started*. Dmitry -