MSSQL connect problem

Help to solve MSSQL server connect problem.

I downloaded msbase.jar, mssqlserver.jar and msutil.jar sp3 and have placed it in tomcat/common/lib.

Connect String is

driver=com.microsoft.jdbc.sqlserver.SQLServerDriver

url=jdbc:Microsoft:sqlserver://192.168.0.2:1433;integratedSecurity=true;databaseName=Northwind

username=sa

password=pwd

I receive an error

DataSource Connection exception

org.apache.tomcat.dbcp.dbcp.SQLNestedException:

Cannot create PoolableConnectionFactory ([Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket.)

at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:855)

What's the problem ?

[739 byte] By [konusuaa] at [2007-11-27 4:08:40]
# 1

This question has been asked and answered repeatedly.

[url=http://www.google.com/search?hl=en&q=Microsoft%5D%5BSQLServer+2000+Driver+for+JDBC%5DError+establishing+socket&btnG=Google+Search&meta=]http://www.google.com/search?hl=en&q=Microsoft%5D%5BSQLServer+2000+Driver+for+JDBC%5DError+establishing+socket&btnG=Google+Search&meta=[/url]

cotton.ma at 2007-7-12 9:14:02 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
Thank you a lot !.
konusuaa at 2007-7-12 9:14:02 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...