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.
  • 相关阅读:
    Educational Codeforces Round 51 (Rated for Div. 2)
    Kruskal重构树入门
    编译原理词法分析
    java.lang.String内部结构的变化
    android 世界各国英文简写代码 资源文件
    openCV python 安装
    解读30个提高Web程序执行效率的好经验
    从认知盈余说起,也谈分享精神
    STL set multiset map multimap unordered_set unordered_map example
    [置顶] 【Git入门之一】Git是神马?
  • 原文地址:https://www.cnblogs.com/xiangniu/p/2111098.html
Copyright © 2011-2022 走看看