Hi,
We recently upgraded our server's SQL Server to SQL Server 2016 from SQL Server 2012. As part of the installation we included SSRS. As we are testing, we are finding that the reports that were originally with our 2012 are available in the SSRS 2016 Web Portal.
However, when clicking on them they navigate back to the Web Portal's home page and create a second header/ribbon on the top of the screen. Why is this?
The server is running Windows Server 2012 R2. I have made sure that the Web Service and Web Portal Virtual Directories and URLs match. I also made sure they are both using the same port as the 2012 SSRS instance. I also created a firewall rule to allow for
these ports for outbound services. What else could it be?
*The Web Portal will need to be accessed remotely as well, and that is possible right now.
To add more clues to solving the mystery, I am finding the following errors in the log file:
"Failed to register url=http://+:80/ReportServer/ for endpoint 2, error=b7."
"
ERROR: Error creating HTTP endpoint. System.Runtime.InteropServices.COMException (0x800700B7): Cannot create a file when that file already exists. (Exception from HRESULT: 0x800700B7)
at Microsoft.ReportingServices.HostingInterfaces.IRsUnmanagedCallback.CreateHttpEndpoint(RsAppDomainType application, String[] urlPrefixes, Int32 cPrefixes, String[] hosts, Int32 cHosts, Boolean wildCardPresent, String virtualDirectory, String
filePath, Int32 authType, Int32 logonMethod, String authDomain, String authRealm, Boolean authPersist, Int32 extendedProtectionLevel, Int32 extendedProtectionScenario, Boolean enabled)
at Microsoft.ReportingServices.Library.ServiceAppDomainController.SetWebConfiguration(RunningApplication rsApplication, Boolean enabled, String folder)
"
Thanks,
Justin