Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.sql.SQLException: Network error in connection- Cp850

843833Sep 26 2001 — edited Sep 26 2001
Hi All
I use JTurbo as the JDBC driver to connect to SQLServer and for some reason since my client upgraded to win 2000, it just doesn't seem to work at all and what makes things even worse is that my win2000 is working fine. There are the error messages that I got from the log file while trying to connect to SQLServer.

error: nodb: Exception getting connection :
java.sql.SQLException: Network error in connection- Cp850
at com.ashna.jturbo.driver.c.<init>(c.java)
at com.ashna.jturbo.driver.Driver.connect(Driver.java)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
I suspect it might have something to do with the patches that win 2000 has released as my client has installed quite a few patches for her win2000 and I have installed none of them. But so far, I have no luck, I only have the service pack 2 left and I doubt it's that one.
I am stuck as I can not resolve this problem at all, I try to use my pc to connect to my client's database (using JRun as the app server) and it works but when I copied all the classes (with the same configure) that work on pc to my client's pc, it came up the network erroe in connection message.
What would you do if you were me??How would you approach it? I must admit I am not a PC/network guru but I would appreciate if any of you could offer some advice.
Thx.
p.s my client used NT 4.0 before and it was ok.....pls help
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 24 2001
Added on Sep 26 2001
2 comments
120 views