<?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 Re: Cannot create or import feature classes in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/cannot-create-or-import-feature-classes/m-p/104288#M6048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't really need the db_owner to create/load data in that sde geodatabase. The following permissions will suffice as well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE FUNCTION&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE PROCEDURE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE TABLE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE VIEW&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To check what permissions your login has right now,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Connect to the Instance in SQL Server--&amp;gt;R-Click on the database--&amp;gt;Permissions--&amp;gt;Select your user from the list--&amp;gt;Effective----This will list all the permissions that the login has on that database&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User privileges for geodatabases in SQL Server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002q0000002s000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002q0000002s000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 18:03:10 GMT</pubDate>
    <dc:creator>AsrujitSengupta</dc:creator>
    <dc:date>2014-03-21T18:03:10Z</dc:date>
    <item>
      <title>Cannot create or import feature classes</title>
      <link>https://community.esri.com/t5/data-management-questions/cannot-create-or-import-feature-classes/m-p/104285#M6045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10.2.1 and SQL Server 2008 R2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am the db_owner of SQL Server Enterprise Geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have SQL Server Client 10.0 on my PC. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot create or import any Feature Classes. I cannot figure out why.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached the error message.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 23:12:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cannot-create-or-import-feature-classes/m-p/104285#M6045</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2014-03-20T23:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create or import feature classes</title>
      <link>https://community.esri.com/t5/data-management-questions/cannot-create-or-import-feature-classes/m-p/104286#M6046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would verify that the user you are connected as is added to the db_owner role for the database you are connecting to.&amp;nbsp; You can run the following query to do so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;USE [YourDatabase]
SELECT user_name([memberuid]) as [Username], User_Name([groupuid]) as [Role_Name]
FROM [sys].[sysmembers]&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:23:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cannot-create-or-import-feature-classes/m-p/104286#M6046</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-12-11T06:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create or import feature classes</title>
      <link>https://community.esri.com/t5/data-management-questions/cannot-create-or-import-feature-classes/m-p/104287#M6047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I connected to the SQL Server Instance inside SQL Server Management Studio and found that under Database A - Security �?? Users �?? MyUserName �?? Database User - Role Membership, db_owner is not checked. As a matter of fact no boxes are checked at all. I tried to check db_owner but I get a message saying I do not have permissions to do this. Our IT Dept has permissions, I can ask them to "check the box".&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Database A = the database I am trying to figure out if I have db_owner role.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MyUserName = is my user account name&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears that I am not the db_owner? this could be the reason why I cannot do anything other than make a connection to the database Instance inside ArcCatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note I am using the dbo schema (not sde). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You provided me the command line info, I believe I got the same info from SQL Server Management Studio.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 14:09:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cannot-create-or-import-feature-classes/m-p/104287#M6047</guid>
      <dc:creator>TimHayes</dc:creator>
      <dc:date>2014-03-21T14:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create or import feature classes</title>
      <link>https://community.esri.com/t5/data-management-questions/cannot-create-or-import-feature-classes/m-p/104288#M6048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't really need the db_owner to create/load data in that sde geodatabase. The following permissions will suffice as well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE FUNCTION&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE PROCEDURE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE TABLE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE VIEW&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To check what permissions your login has right now,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Connect to the Instance in SQL Server--&amp;gt;R-Click on the database--&amp;gt;Permissions--&amp;gt;Select your user from the list--&amp;gt;Effective----This will list all the permissions that the login has on that database&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;User privileges for geodatabases in SQL Server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002q0000002s000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002q0000002s000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 18:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cannot-create-or-import-feature-classes/m-p/104288#M6048</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2014-03-21T18:03:10Z</dc:date>
    </item>
  </channel>
</rss>

