<?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: Problem enabling an enterprise GDB in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867481#M6062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make sure set SQL Server database options READ_COMMITTED_SNAPSHOT and ALLOW_SNAPSHOT_ISOLATION to ON. You can check the two options by right clicking on the database &amp;gt; Properties &amp;gt; Options.&lt;/P&gt;&lt;P&gt;2.You can check the schema of the user by following steps:&lt;/P&gt;&lt;P&gt;In SSMS, Security --&amp;gt; Logins --&amp;gt; Right click on the user --&amp;gt; Properties --&amp;gt; User Mapping --&amp;gt; make user that user name and default schema match.&lt;/P&gt;&lt;P&gt;3. Make sure user have, at a minimum, the following privileges: CREATE FUNCTION, CREATE PROCEDURE, CREATE TABLE, and CREATE VIEW.&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;Set up an enterprise geodatabase in SQL Server&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;----------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 14:29:45 GMT</pubDate>
    <dc:creator>ManviLather1</dc:creator>
    <dc:date>2017-06-12T14:29:45Z</dc:date>
    <item>
      <title>Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867479#M6060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a problem enabling an enterprise geodatabase. When I try to run the tool, the log shows that it goes through a bunch of database steps successfully, and then it says:&lt;/P&gt;&lt;P&gt;[Thu May 18 09:59:58 2017] Error creating&amp;nbsp; GDB_Tables_Last_Modified table... &lt;BR /&gt;[Thu May 18 09:59:58 2017] ERROR Creating Geodatabase tables&lt;BR /&gt;, Error = -511&lt;BR /&gt;,EXT_Error = 0&lt;BR /&gt;,EXT_ERROR1 = Database user name and current user schema do not match.&lt;BR /&gt;,EXT_ERROR2 = &lt;BR /&gt;,&lt;/P&gt;&lt;P&gt;The database folks assure me that the database is setup per the instructions here: &lt;A href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Farcmap%2F10.3%2Fmanage-data%2Fgdbs-in-sql-server%2Fsetup-geodatabase-sqlserver.htm%23ESRI_SECTION1_0CB5A7EBA7EB4F69AA7180F0FA84779E" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm#ESRI_SECTION1_0CB5A7EBA7EB4F69AA7180F0FA84779E&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell what the problem might be from this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I check what the schema name is? the user name is definitely sde.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:22:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867479#M6060</guid>
      <dc:creator>DianeSnediker</dc:creator>
      <dc:date>2017-06-12T14:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867480#M6061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the error message there appears to be a mismatch of the DB name and schema in SQL Server. Does the username and schema match in SQL Server? i.e. User Name = SDE and Schema = SDE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also want to review this link:&amp;nbsp;&lt;A class="" href="http://support.esri.com/technical-article/000011998" style="color: #2989c5; text-decoration: none;" title="http://support.esri.com/technical-article/000011998"&gt;How To: Create an SDE schema geodatabase using the Enable Enterprise Geodatabase geoprocessing tool in SQL Server&lt;/A&gt;&amp;nbsp; &amp;nbsp;It shows you where to check if the schema/username matches - look at Step 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:24:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867480#M6061</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-06-12T14:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867481#M6062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make sure set SQL Server database options READ_COMMITTED_SNAPSHOT and ALLOW_SNAPSHOT_ISOLATION to ON. You can check the two options by right clicking on the database &amp;gt; Properties &amp;gt; Options.&lt;/P&gt;&lt;P&gt;2.You can check the schema of the user by following steps:&lt;/P&gt;&lt;P&gt;In SSMS, Security --&amp;gt; Logins --&amp;gt; Right click on the user --&amp;gt; Properties --&amp;gt; User Mapping --&amp;gt; make user that user name and default schema match.&lt;/P&gt;&lt;P&gt;3. Make sure user have, at a minimum, the following privileges: CREATE FUNCTION, CREATE PROCEDURE, CREATE TABLE, and CREATE VIEW.&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;&amp;nbsp;Set up an enterprise geodatabase in SQL Server&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;----------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867481#M6062</guid>
      <dc:creator>ManviLather1</dc:creator>
      <dc:date>2017-06-12T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867482#M6063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both the username and default schema are sde. And those other options are both set to TRUE. I am told by the SQL server folks that sde is the administrator so it has all those privileges.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:36:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867482#M6063</guid>
      <dc:creator>DianeSnediker</dc:creator>
      <dc:date>2017-06-12T14:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867483#M6064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, they are both sde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867483#M6064</guid>
      <dc:creator>DianeSnediker</dc:creator>
      <dc:date>2017-06-12T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867484#M6065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SSMS, right click on the database -&amp;gt; properties -&amp;gt; permissions -&amp;gt; click on sde user -&amp;gt; effective and please confirm which permissions are granted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867484#M6065</guid>
      <dc:creator>ManviLather1</dc:creator>
      <dc:date>2017-06-12T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867485#M6066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend opening a technical support case to have an analyst look at this in more detail. It would also be good to have the DBA available for calls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867485#M6066</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-06-12T14:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867486#M6067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thank you. I had reached out to my ESRI rep last week and not heard back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:46:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867486#M6067</guid>
      <dc:creator>DianeSnediker</dc:creator>
      <dc:date>2017-06-12T14:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867487#M6068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a huge list. I have confirmed the four you mentioned are in the list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:50:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867487#M6068</guid>
      <dc:creator>DianeSnediker</dc:creator>
      <dc:date>2017-06-12T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867488#M6069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that they did not give "SYSADMIN" to the SDE user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867488#M6069</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-06-12T14:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867489#M6070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see it on the list. I think I misspoke before, I think sde is the db owner, not "administrator"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867489#M6070</guid>
      <dc:creator>DianeSnediker</dc:creator>
      <dc:date>2017-06-12T14:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867490#M6071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please confirm if "sysadmin" fixed server role or db_owner database role is granted to the sde user or not. If yes, then revoke these role and grant &lt;STRONG&gt;CREATE FUNCTION, CREATE PROCEDURE, CREATE TABLE, and CREATE VIEW &lt;/STRONG&gt;to the sde user. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867490#M6071</guid>
      <dc:creator>ManviLather1</dc:creator>
      <dc:date>2017-06-12T14:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867491#M6072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the DB folks do this. Now when I try to run Enable Geodatabase, I get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Tue Jun 13 10:25:09 2017] Error creating VERSION table. (-51)&lt;BR /&gt;[Tue Jun 13 10:25:09 2017] DBMS error code: 2760&lt;BR /&gt;[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]The specified schema name "sde" either does not exist or you do not have permission to use it.&lt;/P&gt;&lt;P&gt;[Tue Jun 13 10:25:09 2017] SDE schema object install not completed.&lt;BR /&gt;[Tue Jun 13 10:25:09 2017] ERROR installing/upgrading ArcSDE, Error = -51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default schema for user sde is still listed as sde.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 15:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867491#M6072</guid>
      <dc:creator>DianeSnediker</dc:creator>
      <dc:date>2017-06-13T15:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867492#M6073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind. The DB folks got back to me and seem to have fixed it:&lt;/P&gt;&lt;P&gt;"I've changed the owner of the sde schema to be user sde, instead of dbo"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 15:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867492#M6073</guid>
      <dc:creator>DianeSnediker</dc:creator>
      <dc:date>2017-06-13T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem enabling an enterprise GDB</title>
      <link>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867493#M6074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would cause a lot of problems. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 15:15:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/problem-enabling-an-enterprise-gdb/m-p/867493#M6074</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2017-06-13T15:15:38Z</dc:date>
    </item>
  </channel>
</rss>

