We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums AIS China Ansys 产品 license server和客户端上检查license状态都正常,但是打开软件时,提示license错误 Reply To: license server和客户端上检查license状态都正常,但是打开软件时,提示license错误

wlu
Ansys Employee

License server是在一台linux系统的机器上,该机器有多块网卡,导致IP地址也有多个,而且在Linux机器上ping 主机名时显示的IP地址和从 Windows客户端ping 主机名时显示的IP地址不一样,这就是导致Windows客户端没法使用license的原因,

添加一个环境变量即可解决

windows客户端机器上编辑 ansylmd.ini文件,

 SERVER=1055@XXX.XXX.XXX.XXX

 ANSYSLI_SERVERS=2325@XXX.XXX.XXX.XXX

  ANSYSLI_FNP_IP_ENV=1

注:将主机名改成IP地址,XXX.XXX.XXX.XXX是从windows ping linux显示的ip地址