用心计较般般错 安心自守事事宽

cgl 坚持、努力终有所获
随笔 - 110, 文章 - 1, 评论 - 21, 阅读 - 18万
  新随笔  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

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 Files\ArcGIS\License10.0\bin 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.

 

编辑推荐:
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· Vue3状态管理终极指南:Pinia保姆级教程
点击右上角即可分享
微信分享提示