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

推荐订阅源

cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
CERT Recently Published Vulnerability Notes
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed
Security Latest
Security Latest
P
Privacy International News Feed
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
AI
AI
Cisco Talos Blog
Cisco Talos Blog
K
Kaspersky official blog
S
Secure Thoughts
PCI Perspectives
PCI Perspectives
Simon Willison's Weblog
Simon Willison's Weblog
D
DataBreaches.Net
GbyAI
GbyAI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
罗磊的独立博客
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
V
V2EX
Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tenable Blog
T
Threat Research - Cisco Blogs
T
Troy Hunt's Blog
V2EX - 技术
V2EX - 技术
S
Security @ Cisco Blogs
Security Archives - TechRepublic
Security Archives - TechRepublic
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
L
Lohrmann on Cybersecurity
F
Full Disclosure
H
Help Net Security
博客园 - Franky
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
Engineering at Meta
Engineering at Meta
A
Arctic Wolf
O
OpenAI News
S
Securelist

博客园 - 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用户组。