您的位置:首页 > 其它

连接sde服务报错"Entry for SDE instance not found in services file”

2014-06-24 11:33 776 查看
错误详情:

          用ArcCatalog连接ArcSDE时,提示错误信息“Failed to connect to the specified server。Entry for SDE instance not found in services file”

           当输入用户名,数据库名之后,测试连接不能通过,单击sde.DEFAULT的change,弹出的消息为:
            Failed to connect to the specified server
            Entry for sde instance not found in services file

原因及解决:

        输入服务名那里使用了esri_sde,找不到该服务名和端口的映射导致错误。

       1)在客户机“c:\windows\system32\drivers\etc”文件夹下services文件添加:
             esri_sde 5151/tcp #arcsde for oracle
       2)在客户机“c:\windows\system32\drivers\etc”文件夹下host文件添加:
             ip地址 服务器名

      或者,不使用服务名,直接使用5151端口号
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ArcMap
相关文章推荐