Junky's IT Notebook

统计

留言簿(8)

积分与排名

WebSphere Studio

阅读排行榜

评论排行榜

连接SQL Server时报的异常之处理步骤

1. [SQLServer 2000 Driver for JDBC]Error establishing socket.

  

See  com.borland.dx.dataset.DataSetException  error  code:    BASE+66  
solaris  
com.borland.dx.dataset.DataSetException:  [Microsoft][SQLServer  2000  Driver  for  JDBC]Error  establishing  socket.  
 
           at  com.borland.dx.dataset.DataSetException.a(Unknown  Source)  
 
           at  com.borland.dx.dataset.DataSetException.throwException(Unknown  Source)  
 
           at  com.borland.dx.dataset.DataSetException.SQLException(Unknown  Source)  
 
           at  com.borland.dx.sql.dataset.Database.openConnection(Unknown  Source)  
 
           at  com.borland.jdbcx.metadata.DatabaseInfo.openConnection(Unknown  Source)  
 
           at  com.borland.jdbcx.metadata.e.run(Unknown  Source)  
 
Chained  exception:  
 
java.sql.SQLException:  [Microsoft][SQLServer  2000  Driver  for  JDBC]Error  establishing  socket.  
 
           at  com.microsoft.jdbc.base.BaseExceptions.createException(Unknown  Source)  
 
           at  com.microsoft.jdbc.base.BaseExceptions.getException(Unknown  Source)  
 
           at  com.microsoft.jdbc.base.BaseExceptions.getException(Unknown  Source)  
 
           at  com.microsoft.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown  Source)  
 
           at  com.microsoft.jdbc.sqlserver.SQLServerImplConnection.open(Unknown  Source)  
 
           at  com.microsoft.jdbc.base.BaseConnection.getNewImplConnection(Unknown  Source)  
 
           at  com.microsoft.jdbc.base.BaseConnection.open(Unknown  Source)  
 
           at  com.microsoft.jdbc.base.BaseDriver.connect(Unknown  Source)  
 
           at  java.sql.DriverManager.getConnection(DriverManager.java:512)  
 
           at  java.sql.DriverManager.getConnection(DriverManager.java:171)  
 
           at  com.borland.dx.sql.dataset.Database.openConnection(Unknown  Source)  
 
           at  com.borland.jdbcx.metadata.DatabaseInfo.openConnection(Unknown  Source)  
 
           at  com.borland.jdbcx.metadata.e.run(Unknown  Source)  
 
是什么原因啊?  
---------------------------------------------------------------  
 
1、下载Microsoft  SQL  Server  2000  Service  Pack  3a并安装,SQL请选用混和安装模式!!!  
http://www.microsoft.com/downloads/details.aspx?FamilyId=90DCD52C-0488-4E46-AFBF-ACACE5369FA3&displaylang=zh-cn  
   解压缩sp3的升级包后,还要点击setup安装.才能成功升级到sp3  


2、下载SQL  Server  2000  Driver  for  JDBC  Service  Pack  3  
http://www.microsoft.com/downloads/details.aspx?FamilyId=07287B11-0502-461A-B138-2AA54BFDC03A&displaylang=en  
 
3、运行时关闭防火墙

posted on 2006-12-22 09:06 junky 阅读(569) 评论(0)  编辑  收藏 所属分类: SQL Server


只有注册用户登录后才能发表评论。


网站导航: