Subject Re: Connect to a Database on given IP address
Author throwmail2000
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 08:10 PM 31/03/2004 +0530, you wrote:
> >Hi all
> >
> >I have this computer online to the Internet and I know thsis
computers IP
> >address. This computer is running FireBird and has the database on
it and
> >also has an app which is running on this data.
> >
> >Now I connect from my machine to the Internet. How can I get access to
> >this database? I have the same app on
> >my machine.
>
> If the server is on Linux:
> nnn.nnn.nnn.nnn:/path/to/MyDatabase.fdb
> or
> theserver.com:/path/to/MyDatabase.fdb
> or
> theserver.com:YourDbAlias (recommended!!!!)
>
> If the server is on Linux:
> nnn.nnn.nnn.nnn:drive_letter:\path\to\MyDatabase.fdb
> theserver.com:drive_letter:\path\to\MyDatabase.fdb
> or
> theserver.com:YourDbAlias
>
> /hb

I'm having similar problem, trying to connect from w2k machine
to a remote FB1.5 server running on linux SuSE 9.

IBExpert gives me following error:
nnn.nnn.nnn.nnn:/opt/firebird/examples/employee.fdb

Connecting... Failed!
------------------------------------
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Your user name and password are not defined. Ask your database
administrator to set up a Firebird login.

Attempting to connect to services manager... Failed!
------------------------------------

Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Your user name and password are not defined. Ask your database
administrator to set up a Firebird login.

----
I have created firebird group and firebird user on linux and
I can connect to database when using isql locally on suse.

I tried using isql from w2k to connect to linux but it gave me
same username/password error.

Thanks