zoukankan      html  css  js  c++  java
  • Error: The computer you chose is not a valid license server

    Error: The computer you chose is not a valid license server

    Error Message

    When selecting a License Manager server in the Desktop Administrator, even though the hostname/IP address is correct, the following error message displays: "The computer you chose is not a valid license server".

    Cause

    This error is produced when the network lookup by way of hostname or IP address fails.

    Solution or Workaround

     WARNING: The instructions below include making changes to essential parts of your operating system. It is recommended that you backup your operating system and files, including the registry, before proceeding. Consult with a qualified computer systems professional, if necessary.

    ESRI cannot guarantee results from incorrect modifications while following these instructions; therefore, use caution and proceed at your own risk.


    Set the hostname of the License Manager in the Desktop Administrator using the Windows Registry.

    1. Go to Start > Run.
    2. Type regedit. Click OK to open the Windows Registry Editor.
    3. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\License.
    4. Double-click on the License_Server key to open the Edit String window.
    5. Enter the hostname or IP address of the License Manager machine in the Value Data box, starting with an @ symbol.

      Examples
      If the hostname of the server is GIS-SERVER, enter the following:
      @GIS-SERVER


      If the IP address of the server is 192.168.1.23, enter the following:
      @192.168.1.23


      If the License Manager is installed on the local machine, enter the following:
      @localhost

    6. Click OK to accept the changes. Ensure that the changes were made in the Windows Registry Editor window.
    7. Close the Windows Registry Editor. The hostname/IP has now been forced into the Desktop Administrator.
  • 相关阅读:
    layer-list:Android中layer-list使用详解
    Nexus6p:正在下载系统更新,没有进度
    转:浅谈char类型范围
    C/C++/Java中的volatile关键字
    C++中的mutable关键字
    C++中的typedef typename 作用
    C++中的友元函数和友元类
    用flashfxp做ftp镜像同步
    python读取caffemodel文件
    py-faster-rcnn几个辅助脚本
  • 原文地址:https://www.cnblogs.com/xiangniu/p/2111098.html
Copyright © 2011-2022 走看看