dbTalk Databases Forums  

SQLServerException: The TDS prelogin response is incomplete.

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss SQLServerException: The TDS prelogin response is incomplete. in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rune Henning Johansen
 
Posts: n/a

Default SQLServerException: The TDS prelogin response is incomplete. - 01-15-2008 , 04:19 AM






I'm trying to connect to a SQL-Server from Java using code that worked OK before
another place:

connectionUrl =
"jdbc:sqlserver://Xpserver:1433;databaseName=orthodata;user=sa";
Class.forName("com.microsoft.sqlserver.jdbc.SQLSer verDriver");
con = DriverManager.getConnection(connectionUrl);

But now I get:

com.microsoft.sqlserver.jdbc.SQLServerException:
The TDS prelogin response is incomplete. The target server must be SQL Server
2000 or later.

Any ideas?

- - -

The source:

http://rhj.mine.nu/s/TestConnection.html

Log:

http://rhj.mine.nu/s/logg_2008_01_14.txt


I doubt that the SQL Server is older than 2000.
--

Rune H. Johansen, +4722253241, +4795939001, http://rhj.info/

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.