简体   繁体   English

Windows 2008 R2企业版问题(消息:System.Web.Services.Protocols.SoapException:服务器无法处理请求)

[英]Windows 2008 R2 Enterprise Edition Issues(Message:System.Web.Services.Protocols.SoapException: Server was unable to process request)

Hi i am facing below issue on windows 2008 r2 enterprise edition but it is fine on windows 2008 r2 standard edition. 嗨,我在Windows 2008 R2企业版上面临以下问题,但是在Windows 2008 R2标准版上很好。

Problem: .Net windows service called web services. 问题: .Net Windows服务称为Web服务。 Web services throwing below error.. Web服务抛出以下错误。

Error Message: 错误信息:

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)

at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)

at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)

at System.Data.SqlClient.SqlConnection.Open()

at Errorlog.LogError(Exception objEx, Int32 userId, String pageURL)

at AuthorizationProcess.LoadProcess(DataSet dsProcessList)

--- End of inner exception stack trace --- ---内部异常堆栈跟踪的结尾---

Stack Trace: 堆栈跟踪:

at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

at WebAuthorizationService.WSMediaAuthorizationService.AuthorizationProcess.LoadProcess(DataSet dsProcessList)

at WebAuthorizationService.Revision.LoadProcessForMediaServer()

Somewhere in your code, you are connecting to a sql server and the connection cannot be established. 在代码中的某处,您正在连接到sql服务器,并且无法建立连接。

Either you are pointing to a wrong sql server (a development machine perhaps?) or there is no physical connection between the two, the application server and the sql server. 您是否指向错误的sql服务器(也许是开发机器?),或者两者之间没有物理连接,即应用程序服务器和sql服务器。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 System.Web.Services.Protocols.SoapException:服务器无法处理请求。 ---> System.ArgumentNullException - System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentNullException System.Web.Services.Protocols.SoapException:服务器无法识别HTTP标头SOAPAction的值: - System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: System.AggregateException:发生一个或多个错误。 ---> System.Web.Services.Protocols.SoapException - System.AggregateException: One or more errors occurred. ---> System.Web.Services.Protocols.SoapException Web服务客户端(控制台应用程序)在Windows Server 2008 R2 Standard Edition上不起作用 - Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition 在 IIS 7 Windows Server 2008 R2 Enterprise SP2 上激活 MVC Web 站点 - Activate MVC Web site on IIS 7 Windows Server 2008 R2 Enterprise SP2 C#在Windows Server 2008 R2上使用System.Web.Mail发送认证的邮件时出错 - C# Error sending certified mail with System.Web.Mail on Windows Server 2008 R2 在Live Server(Windows Server 2008 R2企业)中,无法使用wkhtmltopdf.exe生成PDF,但可以在本地主机中使用 - In Live Server (Windows server 2008 R2 enterprise) PDF Is Not Generating with wkhtmltopdf.exe, but works in Local Host SoapException Server无法在MVC站点中处理ASMX Web服务上的请求 - SoapException Server was unable to process request on ASMX webservice in MVC site 使用wkhtmltopdf.exe在Live Server(Windows 2008 R2企业版)中无法生成PDF,但可以在本地主机中使用 - PDF is not Generating in Live Server (Windows 2008 R2 enterprise) with wkhtmltopdf.exe, but works in Local Host 用c#.NET 4 vs2010编写的Windows服务不会安装在Server 2008 R2 Enterprise上 - windows service written in c# .NET 4 vs2010 will not install on Server 2008 R2 Enterprise
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM