<?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: Create enterprise geodatabase for PostGres in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581436#M32872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Martin, this really sounds like a database issue, not an ArcGIS issue.&lt;BR /&gt;&lt;BR /&gt;This also seems to be confirmed by for example the discussion thread below, that talks about the need to "Quote" database and field names in PostgreSQL in case of using mixed upper and lower case letters:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/9538668/postgresql-forces-lowercase-names"&gt;http://stackoverflow.com/questions/9538668/postgresql-forces-lowercase-names&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much for the stackoverflow link. I tested your recommendation to use quotes, but this did not resolve the issue. Did you try to reproduce this behavior and got another result? Would be interesting to know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2012 08:16:08 GMT</pubDate>
    <dc:creator>MartinRick</dc:creator>
    <dc:date>2012-12-10T08:16:08Z</dc:date>
    <item>
      <title>Create enterprise geodatabase for PostGres</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581433#M32869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I try to create a postgres geodatabase at my local machine (windows 7 64 Bit) according to the tutorial from the resource center.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Tutorial_Getting_started_with_geodatabases_in_PostgreSQL/002p000000t4000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Tutorial_Getting_started_with_geodatabases_in_PostgreSQL/002p000000t4000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore I did the&amp;nbsp; following steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Download PostgreSQL from the customer care portal (PostgreSQL_DBMS_for_Windows_101_130033.exe) and the client libs (PostgreSQL_Client_Libraries_for_Windows_101_130031.exe)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Install Postgres, copying st_geometry.dll and the client libs&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Go to ArcGIS Desktop and ran "Create Enterprise Geodatabase"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool created the database, the sde user and the sde-schema (for some reason only in the "postgre" default db!) and crashes with the message "Error connecting to database as geodatabase admin".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I can see the database in the pgAdminIII (see attached screenshot) and even connect to the database from the ArcCatalog. But when I try to ship data into the database in ArcGIS I gt the error message "There are no spatial types present in the database. Pasting a feature class requires a spatial type to be installed.".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume this has to do with the fact that the sde schema is not present in the newly created database (see attached screenshot).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have an idea what could be the cause for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 07:58:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581433#M32869</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2012-12-07T07:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create enterprise geodatabase for PostGres</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581434#M32870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;found the solution to my issue! The problem was the database name. Your are not allowed to use mixed capital and lower letters or underscores in the name of your database. For example it is not allowed to call the database "myTestDb".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the pgAdminIII console I could verify that the geoprocessing tool creates the sde user, the database, sets the sde user as owner of the database, but could finally not add the sde schema to the database. Therefore I could even connect through the ArcCatalog to the db as sde user, but it was not possible to add any spatial data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this issue will be resolved with the next service pack for ArcGIS 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 11:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581434#M32870</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2012-12-07T11:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create enterprise geodatabase for PostGres</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581435#M32871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;found the solution to my issue! The problem was the database name. Your are not allowed to use mixed capital and lower letters or underscores in the name of your database. For example it is not allowed to call the database "myTestDb".&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Hope this issue will be resolved with the next service pack for ArcGIS 10.1.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Martin&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin, this really sounds like a database issue, not an ArcGIS issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This also seems to be confirmed by for example the discussion thread below, that talks about the need to "Quote" database and field names in PostgreSQL in case of using mixed upper and lower case letters:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/9538668/postgresql-forces-lowercase-names"&gt;http://stackoverflow.com/questions/9538668/postgresql-forces-lowercase-names&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 11:41:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581435#M32871</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2012-12-07T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create enterprise geodatabase for PostGres</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581436#M32872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Martin, this really sounds like a database issue, not an ArcGIS issue.&lt;BR /&gt;&lt;BR /&gt;This also seems to be confirmed by for example the discussion thread below, that talks about the need to "Quote" database and field names in PostgreSQL in case of using mixed upper and lower case letters:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://stackoverflow.com/questions/9538668/postgresql-forces-lowercase-names"&gt;http://stackoverflow.com/questions/9538668/postgresql-forces-lowercase-names&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much for the stackoverflow link. I tested your recommendation to use quotes, but this did not resolve the issue. Did you try to reproduce this behavior and got another result? Would be interesting to know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 08:16:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581436#M32872</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2012-12-10T08:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create enterprise geodatabase for PostGres</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581437#M32873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS does not quote object names when it passes them to the database. If the object requires quotes for the database to understand, it will not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See technical article 40571: &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/40571"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/40571&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 20:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581437#M32873</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2012-12-10T20:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create enterprise geodatabase for PostGres</title>
      <link>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581438#M32874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kimberly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much for the clear point. I think we can go with the fact that mixed letters and special characters do not work with PostgreSQL. Maybe as an enhancement for the GP Tool in the ArcGIS Desktop I would recommend to add this information to the Tool Help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 06:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-enterprise-geodatabase-for-postgres/m-p/581438#M32874</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2012-12-11T06:26:00Z</dc:date>
    </item>
  </channel>
</rss>

