<?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 Enabling a SQL Server Database as Enterprise Geodatabase from arcpy in ArcGIS Server 10.6 in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/enabling-a-sql-server-database-as-enterprise/m-p/828535#M4130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I tried enabling a SQL Server (Express Edition:&amp;nbsp;&lt;SPAN&gt;14.0.3022.28)&lt;/SPAN&gt; database as an Enterprise Geodatabase from arcpy in ArcGIS Server (10.6 on Ubuntu 16.04 LTS) on Linux machine, which fails. Here goes the details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the following to first create the Database Connection (&lt;EM&gt;.sde&lt;/EM&gt;) file in ArcGIS Server machine's arcpy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Created a database &lt;EM&gt;testsde&lt;/EM&gt; in the SQL Server instane&lt;/LI&gt;&lt;LI&gt;Installed MS SQL Server ODBC client (v13.1) on the Linux machine where ArcGIS Server is installed.&lt;/LI&gt;&lt;LI&gt;Open Python interactive in ArcGIS Server machine: &lt;EM&gt;&amp;lt;Server Installation Directory&amp;gt;/tools/python&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Executed the logic:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CreateDatabaseConnection_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'&amp;lt;ArcGIS Installation Directory&amp;gt;/temp'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'sqlconn.sde'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'SQL_SERVER'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;host_ip&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'DATABASE_AUTH'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'sa'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;password&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'SAVE_USERNAME'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'testsde'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# N.B.: I've already copied the ArcGIS Server authorization file to /home/&amp;lt;user&amp;gt;/ directory&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;EnableEnterpriseGeodatabase_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'&amp;lt;ArcGIS Installation Directory&amp;gt;/temp/sqlconn.sde'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'/home/&amp;lt;user&amp;gt;/keycodes'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code threw the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
&amp;nbsp; File "C:\Program Files\ArcGIS\Server\ArcPy\arcpy\management.py", line 5311, in EnableEnterpriseGeodatabase
&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e
arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000837: The workspace is not the correct workspace type.
Failed to execute (EnableEnterpriseGeodatabase).‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, since the error said&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;The workspace is not the correct workspace type&lt;/EM&gt;&lt;/STRONG&gt;, I checked the properties of the SDE file created using &lt;EM&gt;arcpy.Describe()&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;desc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Describe&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'&amp;lt;path_to&amp;gt;/sqlconn.sde'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

desc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspaceType

desc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ConnectionProperties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;is_geodatabase‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Python threw the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
AttributeError: DescribeData: Method workspaceType does not exist‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So, this did not work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does connecting to a SQL Server database work at all from ArcGIS Server on Linux? Can I enable SQL Server DB as an enterprise Geodatbase from ArcGIS Server on Linux?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for Your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;EM&gt;P.S.&lt;/EM&gt;:&amp;nbsp;Do let me now if you need further details to understand the questions.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi Kanthan M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 09:59:31 GMT</pubDate>
    <dc:creator>Lakshmi_KanthanMuralikrishnan</dc:creator>
    <dc:date>2021-12-12T09:59:31Z</dc:date>
    <item>
      <title>Enabling a SQL Server Database as Enterprise Geodatabase from arcpy in ArcGIS Server 10.6</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enabling-a-sql-server-database-as-enterprise/m-p/828535#M4130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I tried enabling a SQL Server (Express Edition:&amp;nbsp;&lt;SPAN&gt;14.0.3022.28)&lt;/SPAN&gt; database as an Enterprise Geodatabase from arcpy in ArcGIS Server (10.6 on Ubuntu 16.04 LTS) on Linux machine, which fails. Here goes the details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the following to first create the Database Connection (&lt;EM&gt;.sde&lt;/EM&gt;) file in ArcGIS Server machine's arcpy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Created a database &lt;EM&gt;testsde&lt;/EM&gt; in the SQL Server instane&lt;/LI&gt;&lt;LI&gt;Installed MS SQL Server ODBC client (v13.1) on the Linux machine where ArcGIS Server is installed.&lt;/LI&gt;&lt;LI&gt;Open Python interactive in ArcGIS Server machine: &lt;EM&gt;&amp;lt;Server Installation Directory&amp;gt;/tools/python&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Executed the logic:&lt;/LI&gt;&lt;/UL&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;CreateDatabaseConnection_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'&amp;lt;ArcGIS Installation Directory&amp;gt;/temp'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'sqlconn.sde'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'SQL_SERVER'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;host_ip&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'DATABASE_AUTH'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'sa'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;password&amp;gt;'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'SAVE_USERNAME'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'testsde'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# N.B.: I've already copied the ArcGIS Server authorization file to /home/&amp;lt;user&amp;gt;/ directory&lt;/SPAN&gt;

arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;EnableEnterpriseGeodatabase_management&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'&amp;lt;ArcGIS Installation Directory&amp;gt;/temp/sqlconn.sde'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'/home/&amp;lt;user&amp;gt;/keycodes'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code threw the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
&amp;nbsp; File "C:\Program Files\ArcGIS\Server\ArcPy\arcpy\management.py", line 5311, in EnableEnterpriseGeodatabase
&amp;nbsp;&amp;nbsp;&amp;nbsp; raise e
arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000837: The workspace is not the correct workspace type.
Failed to execute (EnableEnterpriseGeodatabase).‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, since the error said&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;The workspace is not the correct workspace type&lt;/EM&gt;&lt;/STRONG&gt;, I checked the properties of the SDE file created using &lt;EM&gt;arcpy.Describe()&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;desc &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Describe&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'&amp;lt;path_to&amp;gt;/sqlconn.sde'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

desc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;workspaceType

desc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ConnectionProperties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;is_geodatabase‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Python threw the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
AttributeError: DescribeData: Method workspaceType does not exist‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So, this did not work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does connecting to a SQL Server database work at all from ArcGIS Server on Linux? Can I enable SQL Server DB as an enterprise Geodatbase from ArcGIS Server on Linux?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for Your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;EM&gt;P.S.&lt;/EM&gt;:&amp;nbsp;Do let me now if you need further details to understand the questions.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi Kanthan M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:59:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enabling-a-sql-server-database-as-enterprise/m-p/828535#M4130</guid>
      <dc:creator>Lakshmi_KanthanMuralikrishnan</dc:creator>
      <dc:date>2021-12-12T09:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling a SQL Server Database as Enterprise Geodatabase from arcpy in ArcGIS Server 10.6</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enabling-a-sql-server-database-as-enterprise/m-p/828536#M4131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not aware that the Enable Enterprise Geodatabase tool could (should) be used on SQL Server express instances, which can only house Workgroup and Desktop geodatabases (not enterprise).&lt;/P&gt;&lt;P&gt;Just open ArcCatalog, connect to your SQL Server Express instance and create a new geodatabase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 21:21:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enabling-a-sql-server-database-as-enterprise/m-p/828536#M4131</guid>
      <dc:creator>TinaMorgan1</dc:creator>
      <dc:date>2018-03-20T21:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling a SQL Server Database as Enterprise Geodatabase from arcpy in ArcGIS Server 10.6</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enabling-a-sql-server-database-as-enterprise/m-p/828537#M4132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tina,&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;EM style="background-color: #ffffff;"&gt;I was not aware that the Enable Enterprise Geodatabase tool could (should) be used on SQL Server express instances, which can only house Workgroup and Desktop geodatabases (not enterprise).&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I did try enabling a SQL Server Express instance DB as an Enterprise Geodatabase from a Windows Server installation of ArcGIS Server (10.5.1). It worked without any hassle.&lt;/P&gt;&lt;P&gt;Also, the documentation says it is supported:&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/system-requirements/latest/database-requirements-sqlserver.htm" title="http://desktop.arcgis.com/en/system-requirements/latest/database-requirements-sqlserver.htm"&gt;Microsoft SQL Server database requirements for ArcGIS 10.6—System Requirements | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MS SQL Server 2017 64-bit version is in the list of supported editions (which also happens to be the version I use).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993366;"&gt;&lt;EM style="background-color: #ffffff;"&gt;Just open ArcCatalog, connect to your SQL Server Express instance and create a new geodatabase.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I tried connecting to SQL Server from ArcGIS Server on Windows, it worked (through ArcCatalog and through &lt;EM&gt;arcpy&lt;/EM&gt;). However, when my ArcGIS installation is on Linux , it doesn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;(&lt;EM&gt;N.B.&lt;/EM&gt;: This is irrespective of the OS on which the SQL Server instance is running: Linux or Windows)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 17:40:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enabling-a-sql-server-database-as-enterprise/m-p/828537#M4132</guid>
      <dc:creator>Lakshmi_KanthanMuralikrishnan</dc:creator>
      <dc:date>2018-03-26T17:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling a SQL Server Database as Enterprise Geodatabase from arcpy in ArcGIS Server 10.6</title>
      <link>https://community.esri.com/t5/geodatabase-questions/enabling-a-sql-server-database-as-enterprise/m-p/1013961#M6924</link>
      <description>&lt;P&gt;Guessing you've already figured this out but we experience this on windows when the native client is not up-to-date or there is a sql driver missing. I would think it could be possible that there is a drive missing?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 15:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/enabling-a-sql-server-database-as-enterprise/m-p/1013961#M6924</guid>
      <dc:creator>DougGreen</dc:creator>
      <dc:date>2021-01-05T15:23:45Z</dc:date>
    </item>
  </channel>
</rss>

