一、ArcGIS Desktop10.2 链接 ArcGIS Server10.6分为两种情况:
1、server和portal联合的话就需要使用portal的账户密码来登录。
2、未联合的直接使用server站点的账户密码来登录。
地址就是原始地址
https://wslportal.arcgis.cn:6443/arcgis
二、发布地图datastore报错 - linux
错误代码:002555
解决办法:datestore处于只读模式,修改为读写模式即可,详情参考esri官网教程
Error: Failed to create new feature(s). General Function Failure [database error has occured.]
总结命令:
su arcgis
cd /home/arcgis/arcgis/datastore/tools
./describedatastore.sh //查看模式
./changedatastoremode.sh readwrite //修改为读写模式