• Home
  • About
    • Guitarliu photo

      Guitarliu

      A programmer who loves guitar, Typing Csharp and Python.

    • Learn More
    • Email
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

解决Revit2018 启动授权系统错误1+1 5的方法

20 Jul 2024

Reading time ~1 minute

解决授权系统错误1

首先尝试欧特克官网给出的方法 https://www.autodesk.com.cn/support/technical/article/caas/sfdcarticles/sfdcarticles/CHS/Licensing-System-Error-1-when-launching-Revit-2017.html

我遇到的情况,revit2018某一天启动突然出现“授权系统错误1”的弹窗,重装依旧。 前往C:\ProgramData\Autodesk\CLM\LGS\中的文件夹829x1_201x.0.0.F下,发现没有LGS.data,于是新建了该文件,重新启动,仍报同样错误。接着尝试以下操作:

前往“程序和功能”,缷载Miscrofoft Visual C++ 2005(与reivt2018同一时间安装的),并将所有其他VC库都修复一次。

VC库修复以后,重新启动,又出现“授权系统错误1 5”的弹窗,检查日志文件错误内容为:

AdskLicensingAgent[12960] | 2024-07-20 19:00:23.095 | critical | agent.app: Start Agent with PID 12960 and version "5.3.1.425" in non-silent mode; Agent config path: "" CER: true
AdskLicensingAgent[12960] | 2024-07-20 19:00:23.637 | warning | agent.adlm: PIT path override will be ignored as directory "" does not contain ProductInformation.pit
AdskLicensingAgent[12960] | 2024-07-20 19:00:39.485 | critical | agent.app: Exit agent with PID 12960

前往C:\ProgramData\Autodesk\Adlm下查看,发现有ProducInformation.pit文件,于是想到可以启动程序无法访问该文件夹,尝试Revit2018 右键管理员启动,成功!

心得

  • 软件运行问题,还是要多看一下报错日志信息,从日志入手,解决思路更明朗!


Revit2018License System ErrorWindows11 Share Tweet +1