TCP Provider: The semaphore timeout period has expired

谁说胖子不能爱 提交于 2019-12-22 12:19:53

问题


In Sql Server2008 R2 and Windows Server 2008R2, when I start Replication I have this error:

TCP Provider: The semaphore timeout period has expired

Please help me to solve it.


回答1:


in order to fix the error:

System.IO.IOException: The semaphore timeout period has expired.

​Solution​

I have done below NIC changes to resolve this error.

  1. Open the Network and Sharing Center.
  2. Right click on Ethernet Adapter>>Properties
  3. Select Client for Microsoft Networks
  4. Click on Configure Tab
  5. Click on Advanced Tab
  6. And then - Disable the below settings

    • IPv4 Checksum offload
    • Large Send Offload V1(Ipv4)
    • Large Send Offload V2(Ipv4)
    • TCP Checksum Offload(IPv4)
    • UDP Checksum Offload(IPv4)

After disabling the above settings; it resolved our Semaphore error.



来源:https://stackoverflow.com/questions/30410270/tcp-provider-the-semaphore-timeout-period-has-expired

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!