event viewer error number 3

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

i am getting the error Error: Unexpected Error:
EIdSocketError - Socket Error # 10061 connection refused.
what does this mean, and how can i correct it?

the event id is 3
the source is svcsetstats
 
chris said:
i am getting the error Error: Unexpected Error:
EIdSocketError - Socket Error # 10061 connection refused.
what does this mean, and how can i correct it?

the event id is 3
the source is svcsetstats

That error means there was no server listening on a particular port at a
certain IP address. So it really depends on what your pc was trying to
connect to at the time.
(Sometimes some of your software can make an attempt to connect to your own
pc ports and if you're running a firewall this can prevent it happening.)
'No connection could be made because the target machine '+

'actively refused it. This usually results from trying to connect to a '+

'service that is inactive on the foreign host - i.e. one with no server '+

'application running.';
 
Back
Top