The Flexera Community is currently in maintenance mode to prepare for the upcoming launch of the new community. Click here for more information.
Hello everyone.
Is there a Table or View in FNMSCompliance DB where I can get all the info available on Management->License Compliance->Licenses at Risk page in WebUI from?
Also, if I go to All licenses and filter by compliance Status, it shows me 3 licenses that are not showing Licenses at Risk page. Any idea what can be the reason?
Oct 09, 2023 04:11 AM
I think, this view might be it:
SELECT *
FROM List_LicensesInBreach
I guess the code of the view should tell what else is being filtered out.
Oct 10, 2023 01:31 AM
I think, this view might be it:
SELECT *
FROM List_LicensesInBreach
I guess the code of the view should tell what else is being filtered out.
Oct 10, 2023 01:31 AM
Thanks man! As always right on :).
Oct 10, 2023 02:27 AM