<?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: Could not create  geodatabase tables and stored procedures in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786064#M1808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks George for quick reply. &lt;/P&gt;&lt;P&gt;The SQL Server 2014 is SP2. So, this might be the cause. Is there anything that can be done without installing/updating with the service pack. I don't have access to the Server (for now)? I have other couple of SDE enabled DBs in the same server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Message I get when I run from toolbox:&lt;/P&gt;&lt;P&gt;Executing: EnableEnterpriseGeodatabase "Database Connections\AAAA.sde" C:\Users\&amp;lt;USER&amp;gt;\Documents\AGS_Test\keycode_AGS\keycodes&lt;BR /&gt;Start Time: &amp;lt;Date-Time&amp;gt;&lt;BR /&gt;Validated authorization file.&lt;BR /&gt;User has required privileges for geodatabase setup.&lt;BR /&gt;XML support is enabled for the database instance.&lt;BR /&gt;Successfully enabled database option ALLOW_SNAPSHOT_ISOLATION and READ_COMMITTED_SNAPSHOT.&lt;BR /&gt;&amp;nbsp;[Underlying DBMS error]&lt;BR /&gt;See the setup log in the following location for additional error information:&lt;BR /&gt;C:\Users\&amp;lt;USER&amp;gt;\AppData\Local\Temp\sde_setup.log&lt;BR /&gt;Could not create&amp;nbsp; geodatabase tables and stored procedures.&lt;BR /&gt;Failed to execute (EnableEnterpriseGeodatabase).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log file content is:&lt;/P&gt;&lt;P&gt;[Wed Jul 31 13:04:08 2019] DB_instance_open() db_connect error: -1&lt;BR /&gt;[Wed Jul 31 13:04:08 2019] Error: Underlying DBMS error (-51).&lt;BR /&gt;[Wed Jul 31 13:04:08 2019] Error: DB_arcsde_setup: Unable to connect&lt;BR /&gt;[Wed Jul 31 13:04:08 2019] 42S02:[Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Invalid object name '&amp;lt;DBANME&amp;gt;.sde.SDE_version'.&lt;BR /&gt;[Wed Jul 31 13:04:09 2019] ERROR installing/upgrading ArcSDE, Error = -51&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2019 19:15:33 GMT</pubDate>
    <dc:creator>NirmalOjha</dc:creator>
    <dc:date>2019-07-31T19:15:33Z</dc:date>
    <item>
      <title>Could not create  geodatabase tables and stored procedures</title>
      <link>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786062#M1806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to enable SDE on the SQL Server DB but I get error with 'Could not create&amp;nbsp; geodatabase tables and stored procedures'. I tried with ArcGIS Pro (v2.4), ArcCatalog (v 10.4.1), SQL Server 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed through this support page: &lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000017218" title="https://support.esri.com/en/technical-article/000017218"&gt;Error: Could not create geodatabase tables and stored procedures. Failed to execute (EnableEnterpriseGeodatabase)&lt;/A&gt; but no resolution. I get the similar (same) error message shown in that page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can connect to other DB on the same server without problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 18:48:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786062#M1806</guid>
      <dc:creator>NirmalOjha</dc:creator>
      <dc:date>2019-07-31T18:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create  geodatabase tables and stored procedures</title>
      <link>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786063#M1807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the exact version of your SQL Server 2014? The min is SP3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What other information are in the log files referenced in the errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 18:58:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786063#M1807</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2019-07-31T18:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create  geodatabase tables and stored procedures</title>
      <link>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786064#M1808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks George for quick reply. &lt;/P&gt;&lt;P&gt;The SQL Server 2014 is SP2. So, this might be the cause. Is there anything that can be done without installing/updating with the service pack. I don't have access to the Server (for now)? I have other couple of SDE enabled DBs in the same server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Message I get when I run from toolbox:&lt;/P&gt;&lt;P&gt;Executing: EnableEnterpriseGeodatabase "Database Connections\AAAA.sde" C:\Users\&amp;lt;USER&amp;gt;\Documents\AGS_Test\keycode_AGS\keycodes&lt;BR /&gt;Start Time: &amp;lt;Date-Time&amp;gt;&lt;BR /&gt;Validated authorization file.&lt;BR /&gt;User has required privileges for geodatabase setup.&lt;BR /&gt;XML support is enabled for the database instance.&lt;BR /&gt;Successfully enabled database option ALLOW_SNAPSHOT_ISOLATION and READ_COMMITTED_SNAPSHOT.&lt;BR /&gt;&amp;nbsp;[Underlying DBMS error]&lt;BR /&gt;See the setup log in the following location for additional error information:&lt;BR /&gt;C:\Users\&amp;lt;USER&amp;gt;\AppData\Local\Temp\sde_setup.log&lt;BR /&gt;Could not create&amp;nbsp; geodatabase tables and stored procedures.&lt;BR /&gt;Failed to execute (EnableEnterpriseGeodatabase).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log file content is:&lt;/P&gt;&lt;P&gt;[Wed Jul 31 13:04:08 2019] DB_instance_open() db_connect error: -1&lt;BR /&gt;[Wed Jul 31 13:04:08 2019] Error: Underlying DBMS error (-51).&lt;BR /&gt;[Wed Jul 31 13:04:08 2019] Error: DB_arcsde_setup: Unable to connect&lt;BR /&gt;[Wed Jul 31 13:04:08 2019] 42S02:[Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Invalid object name '&amp;lt;DBANME&amp;gt;.sde.SDE_version'.&lt;BR /&gt;[Wed Jul 31 13:04:09 2019] ERROR installing/upgrading ArcSDE, Error = -51&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 19:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786064#M1808</guid>
      <dc:creator>NirmalOjha</dc:creator>
      <dc:date>2019-07-31T19:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create  geodatabase tables and stored procedures</title>
      <link>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786065#M1809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend that you upgrade the SP on SQL Server for the new Enterprise Geodatabase creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the name DB being created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the DB set up as DBO or as SDE schema?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 19:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786065#M1809</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2019-07-31T19:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create  geodatabase tables and stored procedures</title>
      <link>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786066#M1810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/comparison-geodatabase-owners-sqlserver.htm"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/comparison-geodatabase-owners-sqlserver.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm#ESRI_SECTION1_0CB5A7EBA7EB4F69AA7180F0FA84779E"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm#ESRI_SECTION1_0CB5A7EBA7EB4F69AA7180F0FA84779E&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide a screenshot of the empty database and any tables that are created after it fails?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 19:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786066#M1810</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2019-07-31T19:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create  geodatabase tables and stored procedures</title>
      <link>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786067#M1811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is DBO schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran the "Create Enterprise Geodatabase" tool and it successfully created the database but no tables and procedures were created.&lt;/P&gt;&lt;P&gt;Authentication: Operating system Authentication, my user account has full access (admin level) to the DB server.&lt;/P&gt;&lt;P&gt;So I tired with "Enable Enterprise Geodatabase" but same result.&lt;/P&gt;&lt;P&gt;Here is the screen shot of the DB that is created with "Create Enterprise Geodatabase" tool.&lt;/P&gt;&lt;P&gt;So, for me the connection to SQL server should have no issue as it created the DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/454971_DB_Screenshot.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 19:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786067#M1811</guid>
      <dc:creator>NirmalOjha</dc:creator>
      <dc:date>2019-07-31T19:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create  geodatabase tables and stored procedures</title>
      <link>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786068#M1812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, you may want to contact Esri technical support and work with an analyst on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 19:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786068#M1812</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2019-07-31T19:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create  geodatabase tables and stored procedures</title>
      <link>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786069#M1813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks George.&lt;/P&gt;&lt;P&gt;I will first upgrade the SQL Server and if it did not resolve I will contact technical support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 19:53:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/could-not-create-geodatabase-tables-and-stored/m-p/786069#M1813</guid>
      <dc:creator>NirmalOjha</dc:creator>
      <dc:date>2019-07-31T19:53:43Z</dc:date>
    </item>
  </channel>
</rss>

