Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Broken Pibe error

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 Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Database maintenance routines:
http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx
Go to Top of Page

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
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-04-30 : 13:46:43
Please post the exact error.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Database maintenance routines:
http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx
Go to Top of Page

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"
Go to Top of Page

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 Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Database maintenance routines:
http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx
Go to Top of Page

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 ..
Go to Top of Page

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.
Go to Top of Page

anitha2324
Starting Member

18 Posts

Posted - 2008-05-01 : 04:22:22
Am asking what is the possible reasons for such error
Go to Top of Page

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 Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Database maintenance routines:
http://weblogs.sqlteam.com/tarad/archive/2004/07/02/1705.aspx
Go to Top of Page
   

- Advertisement -