Author |
Topic |
anitha2324
Starting Member
18 Posts |
Posted - 2008-04-30 : 13:32:32
|
Hi All,Any one the reason why the following error is generating Broken pipe with sql server 2000 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-30 : 13:33:30
|
Please post the exact error and where you are seeing this error? Are you running a query? If so, post the query too.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Database maintenance routines:http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx |
 |
|
anitha2324
Starting Member
18 Posts |
Posted - 2008-04-30 : 13:45:20
|
I am getting this error from my java program connecting to the sql 2000 database |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-30 : 13:46:43
|
Please post the exact error.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Database maintenance routines:http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx |
 |
|
anitha2324
Starting Member
18 Posts |
Posted - 2008-04-30 : 13:52:23
|
the following is the error am getting "In updateDatabase Method Error at java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Broken pipe" |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-30 : 14:03:02
|
Looks like you've got a connection problem according to what I found when I googled your error.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Database maintenance routines:http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx |
 |
|
anitha2324
Starting Member
18 Posts |
Posted - 2008-04-30 : 14:17:00
|
so what is the connection problem regarding that , the application was running successfully without any errors for the past 3 days ( whole the 3 days ) and suddenly i got such error is it because of the no of the connections or because of something else .. |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-04-30 : 21:29:26
|
Did sql server restart? Any network issues? You have to check every part in your environment. |
 |
|
anitha2324
Starting Member
18 Posts |
Posted - 2008-05-01 : 04:22:22
|
Am asking what is the possible reasons for such error |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-05-01 : 12:41:15
|
You've got a connection problem. The reasons behind it are endless.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Database maintenance routines:http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx |
 |
|
|