Hi there.I am in the midst of migrating SSRS 2008R2 objects to a new a 2014 server. I have utilized Microsoft's RS.exe tool found here: https://msdn.microsoft.com/en-us/library/dn531017.aspx .The tool did its job; however, its documentation correctly claims that permissions, roles, and users are not addressed.Our existing SSRS structure is far too complex to manually set up security on every folder. Thus, what I'm looking for is a way to migrate all of the permissions, roles, and users to the new SSRS instance a way other than doing it manually.One hypothesis I have is to, after the run of RS.EXE, overwrite the contents of the following ReportServer tables on 2014 with the whole of the 2008R2 data:UsersRolesPolicyPolicyUserRoleThe problem is that PolicyID is foreign keyed in these two tables which get populated by RS.EXE which means I'll need to manipulate those columns as well:SecDataCatalogIs this methodology sound or is there a better way for me to pursue this issue?
↧