zoukankan      html  css  js  c++  java
  • arcgis 10.1 错误(TCP_NODELAY NOT enabled)

    Procedure

    The steps provided require that you briefly stop the license manager. During this time, connections to the license manager may be lost.

     

    1. Click Start > Programs > ArcGIS > License Manager > License Server Administrator.
    2. Select Start/Stop License Server in the table of contents and click Stop.
    3. Open Windows Explorer and navigate to your license manager installation location (C:Program FilesArcGISLicense10.0in by default), in which you will see a service.txt file.
    4. The file should look similar to this:
    		SERVER this_host ANY
    		VENDOR ARCGIS
      FEATURE ACT ARCGIS 1 permanent 1 7ED49106D630
    
    NoteNote:

    At the end of line one, you can choose to specify a port number immediately after ANY.

    On the VENDOR line, add PORT=####, where #### is a specific port number designated by you, to lock the vendor daemon to that specific port, for example, 1234. After making he changes, your service.txt file should look something like this:
    		
      SERVER this_host ANY 27000		
    		VENDOR ARCGIS PORT=1234
      FEATURE ACT ARCGIS 1 permanent 1 7ED49106D630

     

    1. Save the .txt file.
    2. From the License Server Administrator, click Start.
    3. The vendor daemon is now static, locked to the port specified.
    4. These ports can now be saved as exceptions in the firewall to allow communication between the license server and the client.
  • 相关阅读:
    MongoDB入门
    查看端口通不通
    jQuery通过name获取值
    thinking in java
    xml配置文件解释
    Spring定时器时间设置规则
    修改序列(Sequence)的初始值(START WITH)
    Go语言实现简单的一个静态WEB服务器
    [转载]XML非法字符的处理
    IIS7解决文件上传大小问题
  • 原文地址:https://www.cnblogs.com/cglNet/p/3340973.html
Copyright © 2011-2022 走看看