<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Is there a way to list database users?   in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-list-database-users/m-p/271272#M10420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Arc 10.3.1, SQL Server 2012, Windows Server 2012.&amp;nbsp; Is there a way using ArcCatalog administrative tools to list the database users and privileges that have been added, not just the active connections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2016 21:24:56 GMT</pubDate>
    <dc:creator>PaulHuffman</dc:creator>
    <dc:date>2016-02-26T21:24:56Z</dc:date>
    <item>
      <title>Is there a way to list database users?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-list-database-users/m-p/271272#M10420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Arc 10.3.1, SQL Server 2012, Windows Server 2012.&amp;nbsp; Is there a way using ArcCatalog administrative tools to list the database users and privileges that have been added, not just the active connections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 21:24:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-list-database-users/m-p/271272#M10420</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2016-02-26T21:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list database users?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-list-database-users/m-p/271273#M10421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you looking for object level privileges from Feature Classes and Feature Datasets? If so, you can access the privilege dialog through right click &amp;gt; manage &amp;gt; privileges. This will list all the database users that have Select, Insert, Update and Delete on that object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, for database level permissions, like CREATE TABLE, that wouldn't be accessible from ArcCatalog out of the box. The only thing you could do is create a database view from ArcCatalog or RDBMS side that would show you that information. My other question for you is what do you plan on doing with the database permissions from ArcCatalog, just view them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2016 00:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-list-database-users/m-p/271273#M10421</guid>
      <dc:creator>SamuelTompsett</dc:creator>
      <dc:date>2016-02-27T00:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list database users?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-list-database-users/m-p/271274#M10422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right click &amp;gt; manage &amp;gt; privileges only seems to work for me for items within a database, not for the whole database.&amp;nbsp; When I right click on a database, I get&amp;nbsp; Administration, not manage.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to grant one of my users the ability to create&amp;nbsp; new feature classes in this data base. For feature datasets, I was able to grant him Select, Insert, Update, and Delete,&amp;nbsp; but it doesn't seen to be enough. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Feb 2016 00:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-list-database-users/m-p/271274#M10422</guid>
      <dc:creator>PaulHuffman</dc:creator>
      <dc:date>2016-02-27T00:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to list database users?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-list-database-users/m-p/271275#M10423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The behavior you are seeing is expected. The privileges dialog in ArcCatalog/ArcMap is for granting users privileges to edit the feature class/table. You cant grant database level permissions from ArcGIS for Desktop. You only have access to object level privileges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order for a user to create new feature classes you would have to grant the following:&lt;/P&gt;&lt;P&gt;Create Table&lt;/P&gt;&lt;P&gt;Create Procedure&lt;/P&gt;&lt;P&gt;Create View&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That can be done in SQL Server Management Studio. Right click the database &amp;gt; Properties &amp;gt; Permissions.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/privileges-sqlserver.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/privileges-sqlserver.htm"&gt;Privileges for geodatabases in SQL Server—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that helps.&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 15:02:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-list-database-users/m-p/271275#M10423</guid>
      <dc:creator>SamuelTompsett</dc:creator>
      <dc:date>2016-02-29T15:02:35Z</dc:date>
    </item>
  </channel>
</rss>

