|
-
October 17th, 2008, 07:49 AM
#1
System Error
hi, i have created window service. it will fetch value from database frequently and send it to another machine using socket. iam getting "Error While Receiving the data. System Error: An established connection was aborted by the software in your host machine". its getting written in my error log text. please provide me solution. Thanks in Advance.
-
October 17th, 2008, 08:15 AM
#2
Re: System Error
 Originally Posted by idrisgani
hi, i have created window service. it will fetch value from database frequently and send it to another machine using socket. iam getting "Error While Receiving the data. System Error: An established connection was aborted by the software in your host machine". its getting written in my error log text. please provide me solution. Thanks in Advance.
Look on the host machine (possibly with a debugger) to see why the server is aborting the connection.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
October 17th, 2008, 08:21 AM
#3
Re: System Error
the error is not writing often. its getting occasionally. since its sending some 1000+ values one by one to the destination. so i cant able see the real cause, where its happening.
-
October 17th, 2008, 10:04 AM
#4
Re: System Error
 Originally Posted by idrisgani
the error is not writing often. its getting occasionally. since its sending some 1000+ values one by one to the destination. so i cant able see the real cause, where its happening.
The frequency of the error does not matter. A properly written server application will log (possibly to the system event log, possibly to some other location) any and all errors. If you wrote the code, simply debug it. If you are using an external service, contact the provider and ask them to provide the detailed error information.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|