Subject Re: Client/server 02
Author davidalbiston
John

Use password in place of PASSWD and it should work.

dave

--- In firebird-support@yahoogroups.com, John Jaabæk <johnjaab@o...>
wrote:
> Enviroment:
> 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
'SYSDBA' PASSWD
> 'masterkey';
> 2)
> ISQL on Client:
> CONNECT 'MOONBASEALPHA:D:\FirebirdDatabaser\testbase02.gdb' USER
'SYSDBA'
> PASSWD 'masterkey';
> Result: Command Error: CONNECT
> 'MOONBASEALPHA:D:\FirebirdDatabaser\testbase02.gdb' USER 'SYSDBA'
PASSWD
> 'masterkey';
> 3)
> ISQL on Client:
> CONNECT MOONBASEALPHA:D:\FirebirdDatabaser\testbase02.gdb USER
SYSDBA PASSWD
> masterkey;
> 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
'SYSDBA' passwd
> 'masterkey'
> Result:
> [ISQL]ERROR: Could not SQLConnect
> In a way I do feel a bit lost...
> --
> John