Click to See Complete Forum and Search --> : System Error


idrisgani
October 17th, 2008, 07:49 AM
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.

TheCPUWizard
October 17th, 2008, 08:15 AM
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. :rolleyes:

idrisgani
October 17th, 2008, 08:21 AM
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.

TheCPUWizard
October 17th, 2008, 10:04 AM
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.