We recently upgraded the MDS component from SQL Server 2012 base to SP1 CU6.
It seems that the upgrade must rebuild the subscription views (the create date matches the time of the upgrade) and in doing so any additional GRANT statements associated with the view is lost and not applied on the rebuild.
We had provided some service accounts SELECT permission to the views in order to read them and download them to their applications.
Has anyone else experienced the same or similar issues on an upgrade? Is there a better way to apply security on the views that will not have to be re-applied any time an upgrade is performed?
Thanks,
Robert