Ubuntu 18.04.3 LTS and Maya 2020
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been trying to install Maya 2020 for Ubuntu.
I followed (more or less) the instructions located here (with the caveat that it has a multitude of errors):
I can execute the command
systemctl status adsklicensing
and it reports that the service is installed and active (running):
● adsklicensing.service - Autodesk Licensing Service
Loaded: loaded (/usr/lib/systemd/system/adsklicensing.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2019-12-20 11:22:17 PST; 28min ago
Main PID: 1219 (AdskLicensingSe)
Tasks: 23 (limit: 4915)
CGroup: /system.slice/adsklicensing.service
└─1219 /usr/bin/AdskLicensingService --run
Upon launching maya, I'm presented a window: "Let's Get Started". I'm prompted to select "Single-user", "Multi-user" and license type. Upon clicking the "enter a serial number" link, the dialog closes and I'm presented with the error message box:
Unable to initialize adlm.
Internal Error Message: <Service not installed>
Error Code: <20>
The console displays the following message:
A licensing error occurred that Autodesk systems were not able to handle for you. Please contact Autodesk Customer Support for help in resolving this error.
adlsdkAuthorize returned with error code: ADLSDK_STATUS_LICENSE_CHECKOUT_ERROR
The default location for log files to help diagnose the issue is: /usr/tmp
And upon checking the log location, the log file contains the following entries:
2019-12-20 11:46:09: ====== BEGIN MAYA CLM LICENSE DIAGNOSTICS (level 2) ======
2019-12-20 11:46:09: INFO: MAYA VERSION: Autodesk Maya 2020
2019-12-20 11:46:09: INFO: Desktop Licensing Runtime Version: 2.6.3.31
2019-12-20 11:46:09: INFO: Desktop Licensing API version in Maya: 2.6.3.31
2019-12-20 11:46:09: INFO: initialize: GetInstance (Success)
2019-12-20 11:48:09: INFO: Received LicenseUpdateCallback for Maya 2020 (ADLSDK_UPDATE_REASON_LICENSE_UPDATE): NOT Authorized
2019-12-20 11:48:09: ERROR: Error Information: Maya 2020 : Error initialzing Adlm
2019-12-20 11:48:09: ERROR: adlsdkAuthorize returned with error code: ADLSDK_STATUS_LICENSE_CHECKOUT_ERROR
2019-12-20 11:48:09: ERROR: checkinLicense: unable to release authentication handle
2019-12-20 11:48:09: INFO: shutdown: normal exit
I've also tried running maya with sudo, with no apparent difference. I'd appreciate any help possible to resolve this.