Hi guys.
I'm experiencing something weird when connecting a fresh ArcGIS 10.5.1 installation to a geodatabase in sql server. Basically, the geodatabase does not retain previously set privileges on database objects according to the following scenario:
A user (data viewer or data creator with his own schema), able to access geodb objects owned by other users from ArcGIS 10.4/ ArcGIS 10.5, cannot access them any more despite permissions at sql server level are ok (the user can access them through SSMS).
A user with SELECT privilege at schema level (let's say for dbo) cannot view item in ArcGIS 10.5.1 that were previously consumed from ArcGIS 10.4/ ArcGIS 10.5
Further details as follows:
I'm using ArcGIS 10.5.1 /ArcGIS Pro 2 against sql server 2014
thanks
Alberto
Solved! Go to Solution.
For what it's worth, here are some observations possibly related to this issue that I had in our antique and unsupported environment:
I found a solution to our problem and felt the need to share it here.
What ended up fixing the issue was to drop and recreate the login for the AD group at the instance level and then also drop and recreate the user at the database level for that AD group. I am not exactly sure how this solved the issue but I needed to do it for another issue and we discovered it fixed this issue as well.