Subject | Re: Client/server 02 |
---|---|
Author | davidalbiston |
Post date | 2005-03-23T12:28:17Z |
John
Use password in place of PASSWD and it should work.
dave
--- In firebird-support@yahoogroups.com, John Jaabæk <johnjaab@o...>
wrote:
Use password in place of PASSWD and it should work.
dave
--- In firebird-support@yahoogroups.com, John Jaabæk <johnjaab@o...>
wrote:
> Enviroment:'SYSDBA' PASSWD
> Server: Win2000
> Client : Win2000
> Name of Server: MOONBASEALPHA
> Using ISQL
> Using aliases.conf: testbase02 = D:\FirebirdDatabaser\testbase02.gdb
> Using parameters ISC_USER and ISC_PASSWORD on server
> ISQL on server:
> CONNECT 'MOONBASEALPHA:TESTBASE02;'
> Result: Works fine.
> 1)
> ISQL on Client:
> CONNECT 'MOONBASEALPHA:TESTBASE02' USER 'SYSDBA' PASSWD 'masterkey';
> Result: Command Error: CONNECT 'MOONBASEALPHA:TESTBASE02' USER
> 'masterkey';'SYSDBA'
> 2)
> ISQL on Client:
> CONNECT 'MOONBASEALPHA:D:\FirebirdDatabaser\testbase02.gdb' USER
> PASSWD 'masterkey';PASSWD
> Result: Command Error: CONNECT
> 'MOONBASEALPHA:D:\FirebirdDatabaser\testbase02.gdb' USER 'SYSDBA'
> 'masterkey';SYSDBA PASSWD
> 3)
> ISQL on Client:
> CONNECT MOONBASEALPHA:D:\FirebirdDatabaser\testbase02.gdb USER
> masterkey;'SYSDBA' passwd
> Result: Command Error: CONNECT
> MOONBASEALPHA:D:\FirebirdDatabaser\testbase02.gdb USER SYSDBA PASSWD
> masterkey;
>
> Client on Linux SuSE 8.2:
> 1)
> isql 'moonbasealpha:testbase02' user 'SYSDBA' passwd 'masterkey'
> Result:
> [ISQL]ERROR: Could not SQLConnect
> 2)
> isql '192.168.1.17:testbase02' user 'SYSDBA' passwd 'masterkey'
> Result:
> [ISQL]ERROR: Could not SQLConnect
> 3)
> isql '192.168.1.17:D:\FirebirdDatabaser\testbase02gdb' user
> 'masterkey'
> Result:
> [ISQL]ERROR: Could not SQLConnect
> In a way I do feel a bit lost...
> --
> John