<?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: Error creating geodatabase: User, group, or role 'dbo' already exists in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460755#M26331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, at the risk of starting a flame war, your use of the phrase&amp;nbsp; "&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;feature class&lt;/STRONG&gt;&lt;SPAN&gt; in a non-sde database" is what threw me.&amp;nbsp; Any databse I've ever worked with outside of the GeoDataBase realm uses the term &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;record&lt;/STRONG&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2012 19:45:05 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2012-10-10T19:45:05Z</dc:date>
    <item>
      <title>Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460749#M26325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having some issues trying to create a geodatabase. In Catalog, I select 'New geodatabase...', enter a name, and click OK. A "Creating geodatabase" progress bar comes up briefly, and then I get an alert: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error creating this geodatabase. User, group, or role 'dbo' already exists in the current database. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point, the new database has been created in SQL Server, I can add a connection under "Database Connections", and I can create a feature class. If I add the new feature class to ArcMap, I notice that the "Type of features stored" and coordinate system are empty even though I specified those when creating the FC. If I attempt to edit the layer, I get "The workspace containing this data cannot be edited".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The database connection properties say I'm using ArcSDE Workgroup Server 10.50.1600.1 (= 10.1?) on Microsoft SQL Server Express Addition with Advanced Services. I'm using Windows authentication to connect to SQL Server and my account has roles 'public' and 'sysadmin'. I'm using Desktop 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 15:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460749#M26325</guid>
      <dc:creator>RobLingle</dc:creator>
      <dc:date>2012-10-09T15:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460750#M26326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS Desktop 10.1 does not support editing feature classes of a non-sde database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are connecting to the stand alone database (Which does not contain ArcSDE repository tables) you can create, load, view and query the feature class but cannot edit the feature class. In order to edit the feature class you need to be connected to geodatabase (which contains geodatabase tables, functions, and procedures), i.e after creating the database, you need to ENABLE GEODATABASE, to create the Repository Tables, etc which converts the database into a Geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The below link has more information on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# Database connections in ArcGIS for Desktop:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002q00000031000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//002q00000031000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Asrujit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 20:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460750#M26326</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2012-10-09T20:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460751#M26327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Simply Right Click on the Database Connection in ArcCatalog-&amp;gt;Enable Geodatabase...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will create the geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can then 'Register with Geodatabase', the existing Feature Classes or create new feature classes. You will now be able to Edit these in ArcMap without any problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 20:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460751#M26327</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2012-10-09T20:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460752#M26328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Asrujit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I was doing everything correctly. The SDE geodatabase functionality was partially working. I uninstalled SQL Server and re-installed from the ArcGIS Server disc. Seems to be fine now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 11:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460752#M26328</guid>
      <dc:creator>RobLingle</dc:creator>
      <dc:date>2012-10-10T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460753#M26329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ArcGIS Desktop 10.1 does not support editing feature classes of a non-sde database.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What does this mean?&amp;nbsp; Are you saying that at 10.1 all personal and file based geodatabases are off limits?&amp;nbsp; I hardly think so...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 15:59:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460753#M26329</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-10-10T15:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460754#M26330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What does this mean?&amp;nbsp; Are you saying that at 10.1 all personal and file based geodatabases are off limits?&amp;nbsp; I hardly think so...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By non-sde database (observe the term 'database' and not 'geodatabase'), I referred to the databases created through the SQL Server Management Studio. These databases do not have the repository tables unless you " Enable Geodatabase..." after connecting through ArcCatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The File/Personal are created as 'GEODATABASE' and hence you can edit feature classes etc stored inside them without any problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope I clarified the doubt. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Asrujit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 17:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460754#M26330</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2012-10-10T17:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460755#M26331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, at the risk of starting a flame war, your use of the phrase&amp;nbsp; "&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;feature class&lt;/STRONG&gt;&lt;SPAN&gt; in a non-sde database" is what threw me.&amp;nbsp; Any databse I've ever worked with outside of the GeoDataBase realm uses the term &lt;/SPAN&gt;&lt;STRONG style="font-style: italic;"&gt;record&lt;/STRONG&gt;&lt;SPAN&gt;....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 19:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460755#M26331</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2012-10-10T19:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460756#M26332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Well, at the risk of starting a flame war, your use of the phrase&amp;nbsp; "&lt;STRONG style="text-decoration: underline;"&gt;feature class&lt;/STRONG&gt; in a non-sde database" is what threw me.&amp;nbsp; Any databse I've ever worked with outside of the GeoDataBase realm uses the term &lt;STRONG style="font-style: italic;"&gt;record&lt;/STRONG&gt;....&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't worry, its always better to get the doubts cleared. Rather you have a lot more to share, than me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways, answering your question, in ArcCatalog, if you just connect to a database created using SQL Server Management studio, it gives you the option to "Create a Feature Class".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you try to edit 'this' feature class in ArcMap, thats when you face the error "The workspace containing this data cannot be edited".....which Rob stated in his first post!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to Register the Feature Class with Geodatabase, after converting the database into a geodatabase to edit in ArcMap[ATTACH=CONFIG]18345[/ATTACH]!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Asrujit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 20:56:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460756#M26332</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2012-10-10T20:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460757#M26333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rob indicated that he is using Workgroup geodatabases. The Enable Enterprise Geodatabase tool does not work to create a workgroup geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way to create a workgroup geodatabase is to right-click the database server and click Create Geodatabase, as Rob did originally.&amp;nbsp; However, I'm not sure what caused the error message received, "Error creating this geodatabase. User, group, or role 'dbo' already exists in the current database.", and why geodatabase creation failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob, you indicated you re-installed SQL Server Express using the executable provided with ArcGIS Server Workgroup and all is working now, right?&amp;nbsp; Perhaps the SQL Server Express instance you had before was not a version supported for ArcGIS 10.1(?)&amp;nbsp; For example, maybe it was 2005?&amp;nbsp; Or it wasn't SQL Server Express with Advanced Services?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 20:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460757#M26333</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2012-10-15T20:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460758#M26334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Kimberly, I had overlooked that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The 'Enable Geodatabase" does come up in Workgroup aswell if we are connected through "Add Database Connection", after creating a database using SQL server Management studio!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But Rob had used the "Add Database Server" option it seems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The part which confused me was-- that &lt;/SPAN&gt;&lt;STRONG&gt;he mentioned that a database had been created in the SQL server Management Studio &amp;amp; that he could connect using Add Database Connection!&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So rest of my post went accordingly!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After re-installing the SQL server, he could create without any problem, so it seems the problem was related to improper installation maybe.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 22:01:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460758#M26334</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2012-10-15T22:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating geodatabase: User, group, or role 'dbo' already exists</title>
      <link>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460759#M26335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, that command is active on the database context menu, which has confused people.&amp;nbsp; However, having the software do the check when you open the menu would be expensive performance-wise.&amp;nbsp; So the tool just fails when you pass it the Workgroup license instead.&amp;nbsp; Since opening the context menu is done far more frequently than running the Enable tool, we figured we'd go for the better menu performance. Everything's a trade-off. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 02:25:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-creating-geodatabase-user-group-or-role-dbo/m-p/460759#M26335</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2012-10-16T02:25:09Z</dc:date>
    </item>
  </channel>
</rss>

