Hello,
I've been following the tutorial to create a Basic Table Report (I can't post any link, but it's in the Reporting Services Tutorial (SSRS) of Microsoft Docs), and am now trying to do the final part : displaying it on a report server. I installed SQL Server 2017 & the Report Server, and now I'm facing errors during the configuration of the RS, more specifically in the creation of its database:
- I'm using the (localdb)\MSSQLLocalDB as a local server, and the Current User option
- I'm creating a "ReportServer" database
- I'm using the service identification
- It manages to create the databases (database script generation + execution), but I then face an error about theGenerating Rights Scripts :
System.Net.Sockets.SocketException (0x80004005): No such host is known
à System.Net.Dns.GetAddrInfo(String name)
à System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
à System.Net.Dns.GetHostEntry(String hostNameOrAddress)
à ReportServicesConfigUI.RSDatabase.IsLocalDbServer(String dbServer)
à ReportServicesConfigUI.RSDatabase.GrantRSConnectionRights()
à ReportServicesConfigUI.RSDatabase.ChangeRSDatabase()
I tried to remove my firewall, thinking it might be a part of the issue, but I didn't change anything. Do you have any idea about what I should do?