Subject Re: Connect to db on server
Author Adam
From the client machine, are you able to run the following command:

telnet WASSERSOFT 3050

If the screen goes blank, you are able to do the TCP connection,
otherwise you will get some message like connection refused.

If you are able to connect, then try using say iSQL from the client
machine to connect to the server, otherwise, you may need to seek
help from the FlameRobin guys. Unfortunately 901 could mean a million
things.

Adam


--- In firebird-support@yahoogroups.com, "jwddsinc" <jack@w...> wrote:
>
> I have firebird loaded on a win2k server. I am trying to use
> flamerobbin just to verify my connection. I have registered the
server
> and I have used an alias for the database path WASSERSOFT:proceradb.
> On the local machine i am able to access the database and perform
> queries. however, on the remote server i get the following message:
>
> BPP said : isc_dsql_prepare failed.
>
> SQL Message : -901
> Unsuccessful execution caused by system error that does not preclude
> successful execution of subsequent statements
>
> Engine Code : 335544569
> Engine Message :
> Dynamic SQL Error
> SQL error code = -901
> feature is not supported
>
>
> Execute time: 00:00:00.
>
>
> I do have full access rights to the entire hard drive on the server.
> Please help