Subject Re: [firebird-support] windows Client -> linux FB server connection problem
Author Helen Borrie
At 02:30 AM 30/11/2005 +0000, you wrote:
>Hi everyone,
>
>I have a problem with a connection from a windows client to linux fb
>server (1.5.2).
>
>I`m making connection to linux standalone, have a response from linux
>server (telnet <server> 3050), standard username and password...
>
>CMD>isql -u sysdba -p masterkey #
>SQL> connect 'vm1:/opt/firebird/examples/employee.fdb';
>// of course vm1 defined in hosts file
>Statement failed, SQLCODE = -902
>Your user name and password are not defined, ...
>
>I also try to set params for username and password in connect
>statement but I got this as result.
>
>Passwords and usernames are the same? Also tried case sensitivity but
>no success...
>
>What is the problem? :(?)

On Linux the installed sysdba password is not masterkey. To find out what
it is, look at the text file SYSDBA.password (or is it sysdba.PASSWORD) in
your Firebird root directory.

Another recommendation: READ THE RELEASE NOTES.

./heLen