Forum Discussion

reshma_bh's avatar
reshma_bh
New Contributor
11 years ago
Solved

Error: Only one usage of each socket address (protocol/network address/port) is normally permitted

Hi I am trying to conenct to the server through TCp/Ip protocolu using VB script: Sample code ref: http://support.smartbear.com/viewarticle/9004/  Can anyone help me in understand...
  • AlexKaras's avatar
    11 years ago
    Hi Reshma,

     


    I think that the reason of the error is because socket was not closed.

     

    If your test failed and terminated before the socket was closed, you must either reopen test project or restart TestComplete (don't remember exactly, check what will work for you).