简体   繁体   English

SSRS - 报告服务器配置异常(System.Net.Sockets.SocketException (0x80004005): No such host is known)

[英]SSRS - Report Server Configuration Exception ( System.Net.Sockets.SocketException (0x80004005): No such host is known )

    System.Net.Sockets.SocketException (0x80004005): No such host is known
   at System.Net.Dns.GetAddrInfo(String name)
   at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
   at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
   at ReportServicesConfigUI.RSDatabase.IsLocalDbServer(String dbServer)
   at ReportServicesConfigUI.RSDatabase.GrantRSConnectionRights()
   at ReportServicesConfigUI.RSDatabase.ChangeRSDatabase()

Above error came at the last point of report server data base configuration.上述错误出现在报表服务器数据库配置的最后一点。

Path to reproduce = Report Server Configuration Manager > Database > Change Database > Progress and Finish重现路径 = 报表服务器配置管理器 > 数据库 > 更改数据库 > 进度和完成

error occurred on "Generating Right Scripts" “生成正确的脚本”发生错误

Can someone please attend on this and help to go through this issue.有人可以参加这个并帮助解决这个问题。

Thanks谢谢

The server instance must be a domain.服务器实例必须是域。 If you try to use an IP address you will get this error.如果您尝试使用 IP 地址,则会出现此错误。

Editing the IP into my hosts file with a domain and then using that solved the issue.使用域将 IP 编辑到我的主机文件中,然后使用它解决了问题。

GO to the SQL Server and execute the command, select @@servername();转到SQL Server并执行命令,选择@@servername(); it gives you the SQL Server Instance name.它为您提供 SQL Server 实例名称。 That instance name you have to provide while configuring the SSRS Report.您在配置 SSRS 报告时必须提供的实例名称。 That's it.就是这样。

Please do not use IP while configuring SSRS, just use SQL Server Instance Name.请不要在配置 SSRS 时使用 IP,只需使用 SQL Server 实例名称。

暂无
暂无

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

相关问题 System.ComponentModel.Win32Exception (0x80004005): 系统找不到指定的路径 - System.ComponentModel.Win32Exception (0x80004005): The system cannot find the path specified [Win32Exception(0x80004005):系统找不到指定的文件] - [Win32Exception (0x80004005): The system cannot find the file specified] Azure SQL服务器数据库[Win32Exception(0x80004005):访问被拒绝] - Azure SQL server database [Win32Exception (0x80004005): Access is denied] SQL Server 2016 R 服务:sp_execute_external_script 返回 0x80004005 错误 - SQL Server 2016 R Services: sp_execute_external_script returns 0x80004005 error SQL Server批量插入转换错误MSG 4864 HRESULT 0x80004005 - SQL Server Bulk Insert conversion error MSG 4864 HRESULT 0x80004005 有人知道为什么 SQL Server 2005 抛出“'SQLOLEDB' failed with no error message available, result code: E_FAIL(0x80004005).”? - Anybody know why SQL Server 2005 throws "'SQLOLEDB' failed with no error message available, result code: E_FAIL(0x80004005). "? SSIS 包停止使用错误代码:0x80004005 - SSIS Package stopped working with Error code: 0x80004005 SSIS OLE DB 记录可用。 来源:“Microsoft SQL Server Native Client 11.0” Hresult:0x80004005,无法确定元数据 - SSIS An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005, The metadata could not be determined 当我尝试使用WIX安装数据库时出现错误0x80004005 - Error 0x80004005 when I tried to install a database with WIX SSIS 错误代码 DTS_E_OLEDBERROR 0x80004005 - SSIS Error Code DTS_E_OLEDBERROR 0x80004005
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM