<?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 Data user can create data in the geodatabase in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/data-user-can-create-data-in-the-geodatabase/m-p/1249129#M8170</link>
    <description>&lt;P&gt;According to the theory, "most gdb users are data users who read and edit datasets but do not create or manage them." However, when we create a data user or data owner there is not really a difference, meaning we use the same tool "Create database user". The problem is that a data user has the capacity of creating data in the geodatabase even thought this user should not. So, the question is: is there a way to restrict the data user so this user &lt;STRONG&gt;cannot&lt;/STRONG&gt; create new data&amp;nbsp; (feature classes, tables, etc.) in the geodatabase?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been looking the gp tools, and have not found a parameter that does this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 16:53:29 GMT</pubDate>
    <dc:creator>ErikaJimenez_Rivera1</dc:creator>
    <dc:date>2023-01-18T16:53:29Z</dc:date>
    <item>
      <title>Data user can create data in the geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/data-user-can-create-data-in-the-geodatabase/m-p/1249129#M8170</link>
      <description>&lt;P&gt;According to the theory, "most gdb users are data users who read and edit datasets but do not create or manage them." However, when we create a data user or data owner there is not really a difference, meaning we use the same tool "Create database user". The problem is that a data user has the capacity of creating data in the geodatabase even thought this user should not. So, the question is: is there a way to restrict the data user so this user &lt;STRONG&gt;cannot&lt;/STRONG&gt; create new data&amp;nbsp; (feature classes, tables, etc.) in the geodatabase?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been looking the gp tools, and have not found a parameter that does this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 16:53:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/data-user-can-create-data-in-the-geodatabase/m-p/1249129#M8170</guid>
      <dc:creator>ErikaJimenez_Rivera1</dc:creator>
      <dc:date>2023-01-18T16:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data user can create data in the geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/data-user-can-create-data-in-the-geodatabase/m-p/1249135#M8171</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/86730"&gt;@ErikaJimenez_Rivera1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When creating a user using the "Create Database User" GP tool, this will inherently give the new user the ability to create their own data in their own schema. This is expected behavior. You would need to use the database backend to remove certain permissions that will not allow this new user the ability to create data.&lt;/P&gt;&lt;P&gt;Another option, which is best, in most cases is the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create the new user on the backend&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Using the "data owner" database connection in Pro/ArcMap, give the permissions to the user as you would like (i.e. SELECT,INSERT, ect)&lt;/LI&gt;&lt;LI&gt;There is no GP tool that will create a new user with only edit/view permissions.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/databases/privileges-db-sqlserver.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/databases/privileges-db-sqlserver.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marlon&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 17:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/data-user-can-create-data-in-the-geodatabase/m-p/1249135#M8171</guid>
      <dc:creator>MarlonAmaya</dc:creator>
      <dc:date>2023-01-18T17:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data user can create data in the geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/data-user-can-create-data-in-the-geodatabase/m-p/1249153#M8174</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/86730"&gt;@ErikaJimenez_Rivera1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find how to create an editor and viewer user in my database guide books in the link below.&lt;/P&gt;&lt;P&gt;community.esri.com -&amp;nbsp;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351" target="_blank" rel="noopener"&gt;Mapping and Charting Solutions (MCS) Enterprise Databases Best Practices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Read the &lt;EM&gt;"Production Mapping"&lt;/EM&gt; guide book series in the link above.&lt;/P&gt;&lt;P&gt;The editor user will have "select, insert, update, delete" on the tables of the data owner user, and the viewer user will have "select" on the tables of the data owner user.&lt;/P&gt;&lt;P&gt;This configuration is known for over 25 years, since the enterprise geodatabase was first released back in 1998.&lt;/P&gt;&lt;P&gt;The guide books are just the start point for best practices, you can download my database template scripts in the same link above, the templates have a lot more best practices.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, please read the "database connections best practices" in the link below as well.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId--1336696408" target="_blank" rel="nofollow noopener noreferrer"&gt;community.esri.com - Database Connections Best Practices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Notes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the editor / viewer users will not be able to create featureclasses or tables.&lt;/LI&gt;&lt;LI&gt;but the editor / viewer users will still be able to create geodatabase domains and geodatabase featuredatasets, this is known for many years, and there already is an enhancement request "ENH-000152620" asking to change that.&lt;/LI&gt;&lt;LI&gt;the editor / viewer user shall still be able to create geodatabase versions, this is an expected behavior, but even that would be a nice enhancement so the geodatabase administrator could control that level of permission as well, there is no enhancement request to change that though.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 17:51:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/data-user-can-create-data-in-the-geodatabase/m-p/1249153#M8174</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-01-18T17:51:47Z</dc:date>
    </item>
  </channel>
</rss>

