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
 Old Forums
 CLOSED - General SQL Server
 SQL server returning db error 10025

Author  Topic 

sraghunandan
Starting Member

2 Posts

Posted - 2004-06-01 : 02:43:50
Hi All,
I have written an application which takes back up my database every day at specified time.IF i continously change the date of my system to advance by 1 year each time,after advancing for 5 or 6 years,custom error handler function in my application is getting called with the following parameter values

severity = 9
dberr = 10025
oserr=65534
dberrstr=possible network error: write to sql server failed.general network error.check your documentation

oserrstr=ConnectionRead(recv())

what might be the reason for this error.


Thanks in advance
Raghu

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2004-06-01 : 05:51:19
This may help...

http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q109/7/87.asp&NoWebContent=1

Go to Top of Page
   

- Advertisement -