We have SQL Server 2022 and in ArcGIS Pro 3.3 when we try to disconnect a user from the connection, it fails with the below error:
Through some research we got to know that DB owner should have View_Definition permission which we granted. Issue is still observed.
What else are we missing here?
Solved! Go to Solution.
Hi @Yogesh_Chavan, is your geodatabase administrator a user named sde or a login that is mapped to the dbo user in the database that contains the geodatabase? The user must also be added to the processadmin server role to disconnect users.
Hi @Yogesh_Chavan, is your geodatabase administrator a user named sde or a login that is mapped to the dbo user in the database that contains the geodatabase? The user must also be added to the processadmin server role to disconnect users.
Thank you @JakeSkinner !!
Privileges for geodatabases in SQL Server
For best practices on how to setup a production enterprise geodatabase in SQL Server read my database guide books and database template scripts for Production Mapping in my community.esri.com blog.
Mapping and Charting Solutions (MCS) Enterprise Databases Best Practices
Thank you @MarceloMarques .