美文网首页
PostgreSQL ArcGIS 安装

PostgreSQL ArcGIS 安装

作者: 青衣梦舞 | 来源:发表于2017-06-16 11:35 被阅读0次

    我安装了ARCgis10.2。2,安装了postgresql-9.2.2-windows 64,进行连接,出现问题,提示

    You must copy the latest ST_GEOMETRY and dependent libraries to the PostgreSQL software location. Refer to the ArcGIS help topics for more details.

    已连接的 RDBMS 实例未针对 Esri 空间类型配置进行相应设置。

    执行(CreateEnterpriseGeodatabase)失败。

    问题原因:没有拷贝正确的ST_geometry版本到 PG lib文件夹下

    那么在这里说的什么版本才是正确的呢?

    这是数据库支持文件中提供的PG St_geometry ,分为9.1 9.2 剩下的就是9.0Linux64 windows 64 dll 但是 却没有标明,所以容易直接使用这个文件,那么就会出错了。

    相关文章

      网友评论

          本文标题: PostgreSQL ArcGIS 安装

          本文链接:https://www.haomeiwen.com/subject/tdgpqxtx.html