Hello, I know security3.fdb is not in place because I'm using the Debug dir:

F:\fb3dev\fbbuild\firebird30\temp\Win32\Debug\firebird>isql -user sysdba
-pass masterkey
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'user.fdb';
SQL> create user secondary pass 'sec';
Statement failed, SQLSTATE = 42000
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 23
-pass

I thought we would allow PASS as a shortcut for PASSWORD. Anyway:

SQL> create user secondary password 'sec';
Statement failed, SQLSTATE = 08001
unsuccessful metadata update
-CREATE USER SECONDARY failed
-I/O error during "CreateFile (open)" operation for file
"F:\fb3dev\fbbuild\firebird30\temp\Win32\Debug\firebird\/security3.fdb"
-Error while trying to open file
-The system cannot find the file specified.
SQL>

The final part of the path is confusing for the user:
firebird\/security3.fdb

I don't know if firebird is really looking for
temp/Win32/Debug/firebird//security3.fdb
or only the message contains an extra directory separator.

C.
---
Claudio Valderrama C.
Consultant, SW developer.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to