Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从Windows WCF客户端向Oracle服务注册表发送请求时出现TCP错误代码10060_Wcf - Fatal编程技术网

从Windows WCF客户端向Oracle服务注册表发送请求时出现TCP错误代码10060

从Windows WCF客户端向Oracle服务注册表发送请求时出现TCP错误代码10060,wcf,Wcf,您好,从Windows WCF客户端向OSR Oracle服务注册表发送请求时出现以下错误 无法连接到TCP错误代码10060:连接尝试失败,原因是连接方在一段时间后没有正确响应,或者建立的连接失败,原因是连接的主机未能响应HostIPAddress:Port 内部例外是: 类“realProxy”的方法“handleReturnMessage”中发生类型为“System.ServiceModel.EndpointNotFoundException”的异常 环境详情: WCF客户端安装在通过宽带

您好,从Windows WCF客户端向OSR Oracle服务注册表发送请求时出现以下错误

无法连接到TCP错误代码10060:连接尝试失败,原因是连接方在一段时间后没有正确响应,或者建立的连接失败,原因是连接的主机未能响应HostIPAddress:Port

内部例外是: 类“realProxy”的方法“handleReturnMessage”中发生类型为“System.ServiceModel.EndpointNotFoundException”的异常

环境详情: WCF客户端安装在通过宽带连接的多台远程计算机上。 OSR安装在LinuxBox上,我对此没有任何控制权

WCF客户端详细信息: .NET Framewrok 3.5 Win Form应用程序。 显示OSR端点和绑定详细信息的客户端配置文件

     <basicHttpBinding>
 <binding name="basHTTPBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          <security mode="None">
            <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
            <message clientCredentialType="UserName" algorithmSuite="Default" />
          </security>
 </binding>
 </basicHttpBinding>


<client>
   <endpoint binding="basicHttpBinding" bindingConfiguration="basHTTPBinding" contract="XXXX" name="OSR" />
 </client>
请让我知道您对发生此错误的原因的任何想法。请注意,这是间歇性的


谢谢。

此错误最可能的原因可能是VPN上的网络问题。如果我们面临此类问题,我们需要监控prod站点上的网络可用性