Problem using TcpClient - A connection attempt failure

  • Thread starter Thread starter Farrukh Hassan
  • Start date Start date
F

Farrukh Hassan

I have a client appliction (BizTalk Adapter) accessing an external
application using TcpClient. Client Application can have multiple instances
running at the same time. With few instances working simultanously (6/7)
following error is coming (not constantly, however most of the time):

"A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond "

Please tell what could be the problems.

Thanks
Farrukh
 
hi farrukh

seems to me its connection time out check the settings for that

other thing is try setting up commandtime out
 
Back
Top