Re: [firebird-support] FB-OSX example DB won't open under isql?

2012-06-17 Thread Maury Markowitz
On 2012-06-16, at 5:00 PM, Helen Borrie wrote:
 The name of the database is employee.fdb not employees.fdb.

Which doesn't work either. Same error. The error remains the same no matter 
what you try to open:

Statement failed, SQLSTATE = HY000
Can't access lock files' directory /tmp/firebird




Re: [firebird-support] FB-OSX example DB won't open under isql?

2012-06-17 Thread Michael Ludwig
Maury Markowitz schrieb am 17.06.2012 um 08:22 (-0400):

 The error remains the same no matter what you try to open:
 
 Statement failed, SQLSTATE = HY000
 Can't access lock files' directory /tmp/firebird

http://tracker.firebirdsql.org/browse/CORE-3185

Possibly permissions.

Check the message by Popa Adrian Marius (mapopa) here:

https://bugs.launchpad.net/ubuntu/+source/firebird2.5/+bug/678318

Michael


Re: [firebird-support] FB-OSX example DB won't open under isql?

2012-06-16 Thread Helen Borrie
At 12:50 AM 17/06/2012, Maury Markowitz wrote:
I'm testing my FB install using isql and the employee.fdb database...

Maurys-MacBook-Air-2:bin maury$ ./isql 
localhost:/Library/Frameworks/Firebird.framework/Resources/examples/empbuild/employees.fdb
Statement failed, SQLSTATE = HY000
Can't access lock files' directory /tmp/firebird
Use CONNECT or CREATE DATABASE to specify a database

Is this expected behaviour? It's not mentioned in the readmes or guides I've 
looked at.

The name of the database is employee.fdb not employees.fdb.

./hb



[firebird-support] FB-OSX example DB won't open under isql?

2012-06-16 Thread Maury Markowitz
I'm testing my FB install using isql and the employee.fdb database...

Maurys-MacBook-Air-2:bin maury$ ./isql 
localhost:/Library/Frameworks/Firebird.framework/Resources/examples/empbuild/employees.fdb
Statement failed, SQLSTATE = HY000
Can't access lock files' directory /tmp/firebird
Use CONNECT or CREATE DATABASE to specify a database

Is this expected behaviour? It's not mentioned in the readmes or guides I've 
looked at.