Deactivation license via command line
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi everyone,
I had a question regarding deactiviation of licenses via the command line on Windows. I am currently using the following documentation as reference: https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Licensing-Series-Part-2-Installing-Licenses/...
I see the command SrcLicenseManager (which I found out via tech support is now actually AlteryxLicenseManager.exe) and we run it with the option "/DeactivateLicenses" along with parameter <logfile>. Where exactly is the parameter <logfile> suppose to point to? Can you provide me with a path or location?
Thanks so much for your help!
Benny
Solved! Go to Solution.
- Labels:
- Installation
- Licensing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@bennyt The <logfile> parameter takes/expects a path to a file in order to output log information for the command. This can be any location on the local machine. For example if you issue the command:
C:\Program Files\Alteryx\bin>AlteryxLicenseManager.exe /DeactivateLicenses C:\temp\license.log
This will deactivate all licenses on the machine and output the results of the command to a log file in your temp folder. If you use just a filename instead of a complete path it will create the log in the current working directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks, is this the same command for offline deactivation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@bennyt Currently this is the only command line option to remove or deactivate a license. It does remove licenses activated via license keys or license files. This would include license files activated offline. However, with offline activated licenses you may need to contact our fulfillment team to release the license on our end so it can be reapplied if the license manager can't communicate with our servers to release the license.
