<?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 SDE Tablespace on PostgreSQL generates error -42 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-sde-tablespace-on-postgresql-generates/m-p/733905#M41521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kasia&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for being late with my reply, but using PostgreSQL is in a testphase at this moment and there wasn't time for testing until today.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- creating the folder that should contain the tablespace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- grant full access to the folder for everybody&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- starting the postinstaller (as admin typically)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and everthing works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems to be a user / user right problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your helpful hints!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my next steps will be testing user rights - because I want to use different shares (another server) to store the tablespaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a manual how to use Arcgis with PostgreSQL and (Domain) Active Directory authentification?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sincerely&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hartmut&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2012 19:05:14 GMT</pubDate>
    <dc:creator>HartmutDickel</dc:creator>
    <dc:date>2012-04-12T19:05:14Z</dc:date>
    <item>
      <title>Create SDE Tablespace on PostgreSQL generates error -42</title>
      <link>https://community.esri.com/t5/data-management-questions/create-sde-tablespace-on-postgresql-generates/m-p/733903#M41519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I started the ArcSDE (Version 10) Post Installation for PostgreSQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a problem while i'm trying to create the SDE tablespace and user with a PostgreSQL Database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know what error -42 means?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;System: Windows 2008 Server R2, SP1, Domainmember&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Database: PostgreSQL 8.3 delivered with the ArcSDE CD&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hartmut&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 14:52:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-sde-tablespace-on-postgresql-generates/m-p/733903#M41519</guid>
      <dc:creator>HartmutDickel</dc:creator>
      <dc:date>2012-03-07T14:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create SDE Tablespace on PostgreSQL generates error -42</title>
      <link>https://community.esri.com/t5/data-management-questions/create-sde-tablespace-on-postgresql-generates/m-p/733904#M41520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hartmut,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You are running into an issue what we faced, although according to Postgres development folks they can not reproduce.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To work around the issue we had to do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;do not use the Post installer to create tablespaces, precreate them on Postgres, before you run the post installer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You are getting the error b/c the code submitted to postgres to create the tablespaces is not successful, this is only an issue on win 2008 R2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. create the folder that will serve the tablespace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- grant os user group "users" full access to the folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- to avoid other issues related to increased security on Win2008 R2 you may have to give the "users" group full access on the Data folder level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. create the tablespace in postgres &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. reference the precreated tablespace in the postinstaller &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some other things to try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- turn off UAC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- run the postinstaller as Admin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sincerely,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kasia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 16:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-sde-tablespace-on-postgresql-generates/m-p/733904#M41520</guid>
      <dc:creator>tKasiaTuszynska</dc:creator>
      <dc:date>2012-03-19T16:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create SDE Tablespace on PostgreSQL generates error -42</title>
      <link>https://community.esri.com/t5/data-management-questions/create-sde-tablespace-on-postgresql-generates/m-p/733905#M41521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kasia&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for being late with my reply, but using PostgreSQL is in a testphase at this moment and there wasn't time for testing until today.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- creating the folder that should contain the tablespace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- grant full access to the folder for everybody&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- starting the postinstaller (as admin typically)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and everthing works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems to be a user / user right problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your helpful hints!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my next steps will be testing user rights - because I want to use different shares (another server) to store the tablespaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a manual how to use Arcgis with PostgreSQL and (Domain) Active Directory authentification?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sincerely&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hartmut&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 19:05:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-sde-tablespace-on-postgresql-generates/m-p/733905#M41521</guid>
      <dc:creator>HartmutDickel</dc:creator>
      <dc:date>2012-04-12T19:05:14Z</dc:date>
    </item>
  </channel>
</rss>

