Select to view content in your preferred language

Missing permissions for removing and disconnecting locks/users from an SDE connection.

404
4
Jump to solution
11-12-2024 04:25 AM
Yogesh_Chavan
Frequent Contributor

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:

Yogesh_Chavan_0-1731414239316.png

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?

0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

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.

View solution in original post

4 Replies
JakeSkinner
Esri Esteemed Contributor

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.

Yogesh_Chavan
Frequent Contributor

Thank you @JakeSkinner !!

0 Kudos
MarceloMarques
Esri Regular Contributor

@Yogesh_Chavan 

Privileges for geodatabases in SQL Server

https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/privileges-sqlserv...

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

| Marcelo Marques | Esri Principal Product Engineer | Cloud & Database Administrator | OCP - Oracle Database Certified Professional | "In 1992, I embarked on my journey with Esri Technology, and since 1997, I have been working with ArcSDE Geodatabases, right from its initial release. Over the past 32 years, my passion for GIS has only grown stronger." | “ I do not fear computers. I fear the lack of them." Isaac Isimov |
Yogesh_Chavan
Frequent Contributor

Thank you @MarceloMarques .

0 Kudos