<?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: PostgreSQL client (ArcGIS 10.1 SP1) &amp;quot;failed to load&amp;quot; in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/postgresql-client-arcgis-10-1-sp1-quot-failed-to/m-p/567249#M32163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The thing to keep in mind here is that 32-bit applications can't use 64-bit libraries and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 64-bit applications can't use 32-bit libraries.&amp;nbsp; ArcGIS Desktop is a 32-bit application --&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;either the 32-bit library is not present, or the 64-bit library is being found before the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;32-bit in the PATH.&amp;nbsp; I wish Windows would skip incompatible libraries (with a warning&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;message), but it doesn't -- it just returns "file not found" when the wrong file is found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Technically, installing the application server is not necesary, but it is best practice&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(if the libraries are on the machine, the full tool set should be available for trouble-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shooting, even if the application server is not run).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2013 14:09:27 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-02-19T14:09:27Z</dc:date>
    <item>
      <title>PostgreSQL client (ArcGIS 10.1 SP1) "failed to load"</title>
      <link>https://community.esri.com/t5/data-management-questions/postgresql-client-arcgis-10-1-sp1-quot-failed-to/m-p/567248#M32162</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'm having trouble connecting to my PostgreSQL 9.0.5 database (Win7 64bit) from my ArcGIS Server 10.1 (sp1 64bit) machine using ArcCatalog 10.1 (SP1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While attempting to run "Create Enterprise Geodatabase" i receive the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; "Cannot connect to database because the database client software failed to load. Be sure the database client software is installed and configured correctly. Failed to execute."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I've double-checked the archives and confirmed that i have copied the 64bit versions of the .dll's into my 'client BIN directories' which includes "Server\bin" and I also copied the st.geometry.dll into the \lib folder on my PostgreSQL machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*other than confirming that I've copied these files into the proper directory and that I'm using the .dll's provided by ESRI within their&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PostgreSQL Client install bundle, I'm not sure what to try / test next to trouble-shoot this issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also configured my PostgreSQL install to accept remote connections from my ArcGIS Server machine. I did notice that within the ESRI provided 'read-me file' for the PostgreSQL 9.0.5 Client install, that there are only 4 .dll's specifed to copy within&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the 64-bit PostgreSQL 9.0.5 Client Libraries BUT there are 5 .dll's listed within the 32-bit client libraries... Is that a problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've copied these libraries twice just to double-check that i've copied the correct version (64-bit) and I've rebooted both machines and restarted the applications and services but no change.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not installed ArcSDE 10.1 (sp1) on the database machine/server. I didn't think it was necessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any help or ideas would be greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks much in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 01:38:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/postgresql-client-arcgis-10-1-sp1-quot-failed-to/m-p/567248#M32162</guid>
      <dc:creator>BrianCulpepper</dc:creator>
      <dc:date>2013-02-19T01:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL client (ArcGIS 10.1 SP1) "failed to load"</title>
      <link>https://community.esri.com/t5/data-management-questions/postgresql-client-arcgis-10-1-sp1-quot-failed-to/m-p/567249#M32163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The thing to keep in mind here is that 32-bit applications can't use 64-bit libraries and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 64-bit applications can't use 32-bit libraries.&amp;nbsp; ArcGIS Desktop is a 32-bit application --&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;either the 32-bit library is not present, or the 64-bit library is being found before the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;32-bit in the PATH.&amp;nbsp; I wish Windows would skip incompatible libraries (with a warning&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;message), but it doesn't -- it just returns "file not found" when the wrong file is found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Technically, installing the application server is not necesary, but it is best practice&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(if the libraries are on the machine, the full tool set should be available for trouble-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;shooting, even if the application server is not run).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 14:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/postgresql-client-arcgis-10-1-sp1-quot-failed-to/m-p/567249#M32163</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-02-19T14:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL client (ArcGIS 10.1 SP1) "failed to load"</title>
      <link>https://community.esri.com/t5/data-management-questions/postgresql-client-arcgis-10-1-sp1-quot-failed-to/m-p/567250#M32164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;V,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, this was indeed my problem (rookie mistake/overlook on my part!) and it dawned on me this morning&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;while re-reading the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002p000000t4000000" rel="nofollow"&gt;Tutorial: Getting started with geodatabases in PostgreSQL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had ignored the fact that ArcGIS Desktop is still 32-bit and since I was installing onto Win7 (64-bit) machines, I was using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the Windows &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;64-bit PostgreSQL 9.0.5 Client Libraries&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;only&lt;/STRONG&gt;&lt;SPAN&gt; and had been copying those into both the Server and the Desktop "bin" folders... &lt;/SPAN&gt;&lt;STRONG style="color: &amp;quot;#FF0000&amp;quot;;"&gt;WRONG thing to do!!&lt;/STRONG&gt;&lt;SPAN&gt; 32-bit PostgreSQL Client libraries go into the ArcGIS Desktop \bin and the 64-bit Client Libraries go into the Server\bin folders... The 'readme.doc' within our onsite PostgreSQL Client installation folder didn't specify the need for both 32 and 64 libraries, BUT the tutorial (listed above) does and I missed it during my initial setup.. Oh well, I'm happy for the moment; on to the next 'bug' / issue...haha! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much for your help/reply and I hope this explanation helps another user at some point.. maybe I'm not the only idiot in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the bunch.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;brian&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; The thing to keep in mind here is that 32-bit applications can't use 64-bit libraries and&amp;nbsp; &lt;BR /&gt; 64-bit applications can't use 32-bit libraries. ArcGIS Desktop is a 32-bit application --&amp;nbsp; &lt;BR /&gt;either the 32-bit library is not present, or the 64-bit library is being found before the&amp;nbsp; &lt;BR /&gt;32-bit in the PATH. I wish Windows would skip incompatible libraries (with a warning&amp;nbsp; &lt;BR /&gt;message), but it doesn't -- it just returns "file not found" when the wrong file is found&amp;nbsp; &lt;BR /&gt; first.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Technically, installing the application server is not necesary, but it is best practice&amp;nbsp; &lt;BR /&gt;(if the libraries are on the machine, the full tool set should be available for trouble-&amp;nbsp; &lt;BR /&gt;shooting, even if the application server is not run).&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 17:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/postgresql-client-arcgis-10-1-sp1-quot-failed-to/m-p/567250#M32164</guid>
      <dc:creator>BrianCulpepper</dc:creator>
      <dc:date>2013-02-19T17:56:06Z</dc:date>
    </item>
  </channel>
</rss>

