<?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: Case sensitive database not supported error  in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197327#M7777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the case sensitive error, Enterprise Geodatabases are only supported with a case-insensitive name. The reason for this is that ArcGIS does not delimit any objects in SQL Server, other than user names:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/enterprise-geodatabase-limits.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/enterprise-geodatabase-limits.htm"&gt;Enterprise geodatabase size and name limits—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;However, ArcGIS does not delimit object names. Do not create any tables, feature classes, databases, users*, roles, or other object names that require delimiters if you will be using it with ArcGIS. The object will be created in the database, but you cannot access it from ArcGIS."&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;Can you provide an example of the name of the database you are getting this error with?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;On your question about running this tool for all databases, the answer is yes. Creating a geodatabase must be done on each database that requires ArcGIS Geodatabase functionality. However, if you have a large number of them, this can be done via Python.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm"&gt;Set up an enterprise geodatabase in SQL Server—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 15:22:21 GMT</pubDate>
    <dc:creator>ChristianWells</dc:creator>
    <dc:date>2016-09-29T15:22:21Z</dc:date>
    <item>
      <title>Case sensitive database not supported error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197326#M7776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to enable enterprise geodatabases for the databases i have created in SQL Server 2014. The first one was fine but I now get this error message.&lt;/P&gt;&lt;P&gt;In the log it is: &amp;nbsp; &amp;nbsp;Error: Success (0).&lt;BR /&gt;Error: Case sensitive database is not supported&lt;BR /&gt;ERROR installing/upgrading ArcSDE, Error = -460&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also do I have to do this for each database?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 13:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197326#M7776</guid>
      <dc:creator>WilliamLuscombe</dc:creator>
      <dc:date>2016-09-29T13:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive database not supported error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197327#M7777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the case sensitive error, Enterprise Geodatabases are only supported with a case-insensitive name. The reason for this is that ArcGIS does not delimit any objects in SQL Server, other than user names:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/enterprise-geodatabase-limits.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/enterprise-geodatabase-limits.htm"&gt;Enterprise geodatabase size and name limits—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;However, ArcGIS does not delimit object names. Do not create any tables, feature classes, databases, users*, roles, or other object names that require delimiters if you will be using it with ArcGIS. The object will be created in the database, but you cannot access it from ArcGIS."&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;Can you provide an example of the name of the database you are getting this error with?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;On your question about running this tool for all databases, the answer is yes. Creating a geodatabase must be done on each database that requires ArcGIS Geodatabase functionality. However, if you have a large number of them, this can be done via Python.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/gdbs-in-sql-server/setup-geodatabase-sqlserver.htm"&gt;Set up an enterprise geodatabase in SQL Server—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 15:22:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197327#M7777</guid>
      <dc:creator>ChristianWells</dc:creator>
      <dc:date>2016-09-29T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive database not supported error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197328#M7778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the information, I have used underscore in my database names so this must be the issue, i.e. World_Mapping.&lt;/P&gt;&lt;P&gt;In fact all the names have an underscore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 07:33:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197328#M7778</guid>
      <dc:creator>WilliamLuscombe</dc:creator>
      <dc:date>2016-09-30T07:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive database not supported error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197329#M7779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the use of underscore is valid. But all the alphabets in Database Name should be either in upper case or lower case (e.g. world_mapping or WORLD_MAPPING).&lt;/P&gt;&lt;P&gt;Don't use Mixed case string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 07:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197329#M7779</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-09-30T07:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive database not supported error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197330#M7780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does that include the Filegroups too?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 08:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197330#M7780</guid>
      <dc:creator>WilliamLuscombe</dc:creator>
      <dc:date>2016-09-30T08:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive database not supported error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197331#M7781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the name to all lowercase but still getting the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 09:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197331#M7781</guid>
      <dc:creator>WilliamLuscombe</dc:creator>
      <dc:date>2016-09-30T09:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitive database not supported error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197332#M7782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got an old&amp;nbsp;whitepaper on "Case Sensitivity in SQL Server Geodatabases".&lt;/P&gt;&lt;P&gt;&lt;A href="http://downloads.esri.com/support/whitepapers/other_/CS_Whitepaper_June2007.pdf"&gt;http://downloads.esri.com/support/whitepapers/other_/CS_Whitepaper_June2007.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 09:53:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/case-sensitive-database-not-supported-error/m-p/197332#M7782</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-09-30T09:53:07Z</dc:date>
    </item>
  </channel>
</rss>

