zoukankan      html  css  js  c++  java
  • ArcGIS Server9.3无法登录ArcGIS Manager,提示Incorrect Login Information?

    解决办法:

    1、去掉简单文件共享。

    2、关闭windows防火墙。

    网上有人讲是因为没有配置WebApplication Postinstall,因为GIS ServerPostinstall会在安装后自动跳出请求配置,而前者一般用户会忘记配置,但我真是没发现如何对其进行配置,并且没有配置也已成功登录到Manager,还请高手指点!

     

    在manager中输入了正确的用户名和密码后,总是显示不正确,后来查了好久,发现很多人都遇到了这个问题,解决方法也是多种多样,我按着每个方法都试过了,还是不可以,后来查阅esri的帮助文档,才发现是操作系统的问题,操作系统是windows xp sp2,所以要对windows自带的防火墙进行调整,esri帮助文档的原文如下:

    1 Navigate to Windows Firewall. Start >Settings > Control Panel > Windows Firewall The firewall is 'On'by default, the 'Recommended' setting.

    2Click on the Exceptions tab.

    3Click 'Add Port'.

    4Add the following information: Name: Web Port (http) Port Number: 80 Type: TCP Click OK.

    5To add port 135, click 'Add Port'.

    6Add the following information: Name: DCOM (ArcGIS Server) Port Number: 135 Type: TCP Click OK.

    7Click 'Add Program' to add an exception for ArcSOM.exe.

    8Click 'Browse' and navigate to:<ArcGIS Install Directory>\bin\ArcSOM.exe for example: C:\ProgramFiles\ArcGIS\bin\ArcSOM.exe Click OK.

    9Click Add Program to add an exception for ArcSOC.exe.

    10 Click 'Browse' and navigate to:<ArcGIS Install Directory>\bin\ArcSOC.exe for example: C:\ProgramFiles\ArcGIS\bin\ArcSOC.exe Click OK.

    11The ports and programs entered shouldnow appear in the list of Programs and Services. Verify check marksappear next to each component.

    12Close Windows Firewall.

    方法二:

    打开资源管理器,工具菜单->文件夹选项->查看,去掉里面的简单文件共享

  • 相关阅读:
    数组与列表访问某一列的方法不同
    python 切片
    mapreduce统计数据库中的单词个数
    Call From s150/192.168.109.150 to 0.0.0.0:10020 failed on connection exception:
    message from server: "Host 'XXXX' is not allowed to connect to this MySQL server"
    Hadoop格式化namenode
    构建FP-growth算法高效发现频繁项集
    TypeError: '
    矩阵与列表取出行(左开右闭)
    2.nohup和&后台运行,进程查看及终止
  • 原文地址:https://www.cnblogs.com/frostbelt/p/1773316.html
Copyright © 2011-2022 走看看