I'm testing out SQL Server 2016 / Visual Studio 2015 in a dev environment. We were encountering various SSRS issues (outlined in a separate
post), and based on documentation, it appeared that these issues were resolved in CU1. However, we already had CU2 (13.0.2164.0) installed.
In order to determine if the issues were re-introduced in CU2, I wanted to roll back CU2, check if the issues exist, and then apply CU1, and again see if the issues exist.
After rolling back CU2, SQL Server was reverted back to build 13.0.1711.0. When I tried to open Report Manager, I got the following error message: "The version of the report server database is either in a format that is not valid, or it cannot
be read. The found version is '174'. The expected version is '173'. (rsInvalidReportServerDatabase)". How can I get the report server back to version 173?
Also, I was searching for CU1 (13.0.2149.0) in the
Microsoft Update Catalog, but it doesn't appear to be listed. Where can I get my hands on CU1?
Thanks for your help!