Symptoms:
Unable to delete License Server Admin Set
Diagnosis:
The Delete button in the License Server Administrative Sets page does not work
Solution:
There is an existing bug on this issue.
Below is the workaround. The License Server Admin set can be removed from the database directly by means of an SQL script.
The customer needs to modify the line "SET Name = 't3'" to use the name of the set you're wanting to delete.
This is for SQL Server.
DECLARE @Name NVARCHAR(max)
SET @Name = 't3'
-- Remove users from the set:
DELETE aa
FROM MGR_LICSRVR_ADMINSET_ADMIN AS aa
JOIN MGR_LICSRVR_ADMINSET as aset ON aa.ADMINSET_ID = aset.ID
WHERE aset.NAME = @NAME
-- Remove servers from the set:
DELETE ag
FROM MGR_LICSVRADMSET_LICSVRGRP AS ag
JOIN MGR_LICSRVR_ADMINSET as aset ON ag.ADMINISTRATIVE_SET_ID = aset.ID
WHERE aset.NAME = @NAME
-- Remove the set itself:
DELETE MGR_LICSRVR_ADMINSET WHERE NAME = @NAME
Related Articles
Known issue: Unable to delete the License Server Administrative Sets in FlexNet Manager for Engineering Applications 4Number of Views Unable to edit borrowInterval license server 22Number of Views Unable to delete draft entitlement 11Number of Views How to set up a "License Server Administrator" user 10Number of Views Unable to activate AdminStudio using license server 5Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Case id: 00001065
Activity: Status change: 2 hours ago