ArcGIS 10.2 dan PostgreSQL

Berikut ini cara koneksi arcgis ke postgreSQL agar kita bisa membuat SDE geodatabase di DBMS PostgreSQL

1. tentu saja install arcgis dan postgreSQL-nya (you can find how to do it somewhere over the internet)

2. Cari ST_geometry.dll di lokasi instalasi arcgis. The default location for ArcGIS for Desktop on 64-bit Windows operating systems is C:\Program Files(x86)\ArcGIS\Desktop<release#>\DatabaseSupport\PostgreSQL\Windows64; on 32-bit Windows operating systems, it is C:\Program Files\ArcGIS\Desktop<release#>\DatabaseSupport\PostgreSQL\Windows64.

3. Copy file tersebut ke Postgre lib directory, contoh : C:\Program Files\PostgreSQL\9.0\lib

4. Agar bisa melakukan koneksi dari client, anda memerlukan beberapa file, untuk O.S windows dan client arcgis desktop, lib yg diperlukan adalah libeay32.dll, libiconv-2.dll, libintl-8.dll, libpq.dll, and ssleay32.dll, sedangkan untuk client arcgis server 64 bit, lib yg dibutuhkan adalah : libeay32.dll, libintl.dll, libpq.dll, and ssleay32.dll. Anda bisa download dari link INI

5. paste file di step 4 ke :
  • For ArcGIS for Desktop, paste the 32-bit files into the C:\Program Files (x86)\ArcGIS\Desktop<release#>\bin directory (64-bit operating systems) or C:\Program Files\ArcGIS\Desktop<release#>\bin directory (32-bit operating systems).
  • For ArcGIS for Server, paste the 64-bit files into the C:\Program Files\ArcGIS\Server\bin directory.
6. Untuk melakukan koneksi dan pembuatan geodatabase, look at this post di bagian pembuatan geodatabase.


Good luck and happy testing, if you have any confusion just throw your words in the comments box, I will respond once I read it. 

Comments

Popular posts from this blog

TUTORIAL ORTHOREKTIFIKASI CITRA SATELIT RESOLUSI SEDANG (CITRA ASTER)

HAE (Height Above Ellipsoid) and MSL (Mean Sea Level) Conversion Using Pathfinder Office