- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This message was presented to me when running AutoCAD, Revit etc. after installing the latest client license manager 12.2.0.17. Which is weird, since we already have the most recent NLM version installed on the license server.
Thing is, there's no easy way to roll back the client license manager - or is there?
It's not listed in Windows 'Add/Remove programs'. Trying to install an older version doesn't seem to work. Luckily, there's a trick. When you look in folder "C:\Program Files (x86)\Common Files\Autodesk Shared\AdskLicensing" you'll see all installed versions of the license manager. And there's one folder called Current. That's a hardlink to the most recently installed version. So if the latest version fails, just rename 'Current' and create a new link:
mklink /J "C:\Program Files (x86)\Common Files\Autodesk Shared\AdskLicensing\Current" "C:\Program Files (x86)\Common Files\Autodesk Shared\AdskLicensing\<working version>"
After creating the link, you'll need to reboot Windows so it picks up the correct exe file for the license service. Problem solved.
Solved! Go to Solution.