|
From: Alex P. <pes...@ma...> - 2012-02-24 07:19:35
|
On 02/23/12 13:14, Martijn Tonies wrote: > Hi all, > > It's been some time, but I'm finally diving into Firebird 3 :-) > > I've installed build 3.0.0.29789, started it as an application: > "C:\Program Files\Firebird\Firebird_3_0\firebird.exe" -a -i -p 3054 > > Firebird authentication fails - something has changed there What exact message do you get? Sooner of all you should initialize security database using: gsec -add sysdba -pw masterkey pay attention - not masterke is default, but certainly any other password is OK > - > but Windows authentication works. > > However, 1 connection to a database works, additional connections > fail with "file in use by a process". > > Got any clue? > Try to add "localhost:" before file name if you use TCP. |