惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

A
About on SuperTechFans
T
Threatpost
L
LangChain Blog
G
GRAHAM CLULEY
Simon Willison's Weblog
Simon Willison's Weblog
W
WeLiveSecurity
T
The Blog of Author Tim Ferriss
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
Microsoft Security Blog
Microsoft Security Blog
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hacker News: Front Page
P
Privacy International News Feed
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Attack and Defense Labs
Attack and Defense Labs
The Hacker News
The Hacker News
www.infosecurity-magazine.com
www.infosecurity-magazine.com
The Register - Security
The Register - Security
Cisco Talos Blog
Cisco Talos Blog
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
H
Help Net Security
U
Unit 42
S
Security Affairs
Engineering at Meta
Engineering at Meta
Forbes - Security
Forbes - Security
The Cloudflare Blog
S
Securelist
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Webroot Blog
Webroot Blog
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Help Net Security
Help Net Security
Latest news
Latest news
SecWiki News
SecWiki News
H
Heimdal Security Blog
IT之家
IT之家
博客园 - Franky
Google DeepMind News
Google DeepMind News
小众软件
小众软件
A
Arctic Wolf
月光博客
月光博客
T
Tailwind CSS Blog
NISL@THU
NISL@THU
GbyAI
GbyAI
N
News and Events Feed by Topic

博客园 - Avlee

利用ArcSDE C API读取ArcSDE Raster数据 倡议以赞助的形式成立一个博客园的开发团队(博客园商业化尚早) 在WebGIS中试用Microsoft Silverlight有感 The MSVC project of the cairo library(version 1.4.6) WebGIS团队启用二级域名 Building the cairo graphic library using msvc Adobe 将停止对Adobe SVG Viewer的支持! SVG Authoring Guidelines[转] ArrayList.ToArray(Type) Or ArrayList.CopyTo(Array) Using Delegates with Data Readers to Control DAL Responsibility[转] 关于旧mdl程序向V8升级的问题 有了Flash和SVG,Adobe还想做什么呢? 基于Geomedia Professional平台的GIS应用开发(一) 根据权限创建页面上的功能按钮的一种简单有效的方法 如何让英文版的Adobe SVG Viewer显示中文文字 Adobe SVG Viewer 6.0 中自定义右键菜单 过年了,再忙也要回家...... 申请加入 “WebGIS” 团队 WebGIS团队刚刚成立
ArcGIS Server Manager 登录失败的解决方法
Avlee · 2008-08-07 · via 博客园 - Avlee

最近又装起了ArcGIS Server,使用的是9.2的原始版本。记得很早以前安装的时候,也碰到过登录失败的问题,可是怎么也想不起来当时是怎么解决的,折腾很久终于解决了,貌似是ArcGIS Server的一个Bug,还被很多论坛上的解决方案误导了很长时间。所以还是把它记录下来比较好,免得以后再浪费时间,也可以给大家一个参考。

如果在http://localhost/ArcGIS/Manager/Login.aspx页面登录提示无法登陆的时候,多半是你输入的用户名不属于agsadmin和agsusers用户组,添加进来即可。

这个时候要注意用户的格式应该是:计算机名\用户名。

但是此时我还是不能使用安装ArcGIS Server时创建的默认用户ArcGISWebServices登录,只能用我原来登录Windows系统的帐户登录。

关键是后面,登录后提示一个“未将对象引用设置到对象的实例”的Server Error。

解决这个问题要注意两个地方:

1、不能使用你原来登录windows系统的帐户登录ArcGIS Server Manager,即使你将它添加到agsadmin和agsusers用户组也不行。

2、要使用在安装的时候为ArcGIS Server Manager创建的帐户登录,默认为ArcGISWebServices,该账户在安装的时候默认被添加到agsadmin和agsusers用户组了,但是你还必须将该账户添加到Administrators用户组。