Subject | windows Client -> linux FB server connection problem |
---|---|
Author | imulic |
Post date | 2005-11-30T02:30:03Z |
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? :(?)
Thanks.
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? :(?)
Thanks.