Cannot access MSSQL db

James Cameron cameron at fax.sno.cpqcorp.net
Mon Apr 8 11:40:17 EDT 2002


David Nordenberg wrote:
> [dna]
>         host = dna.utb.net
>         port = 1433
>         tds version = 4.2
> Connection refused
> DB-Library: Login incorrect.
> in apache's error_log

SQL server is not responding to a connection on port 1433.
Prove this by attempting one yourself on the Apache server machine;

# telnet dna.utb.net 1433

If you get 'connection refused', then FreeTDS cannot use the server
unless you tell it the port it can connect on.

-- 
James Cameron                                 (james.cameron at compaq.com)

http://quozl.linux.org.au/         (or)         http://quozl.netrek.org/



More information about the FreeTDS mailing list