The Flexera Community is currently in maintenance mode to prepare for the upcoming launch of the new community. Click here for more information.
Software end of support life (EOSL) data for applications that are recognized as installed on at least one computer are exposed through various columns available on the License Compliance > Installed Applications grid in the FlexNet Manager Suite UI:
Additional EOSL data (including data for applications that are not recognized as installed) can be found by directly querying the database of FlexNet Manager Suite On-premises installations.
A SQL query like the following can be executed against a FlexNet Manager Suite On-premises compliance database to review applications in the currently installed ARL version that have an End of Life Support Date or Extended Support Until date:
SELECT
st.SoftwareTitleID,
stpub.PublisherName,
st.FullName,
Classification = stc.DefaultValue,
st.ReleaseDate,
st.SupportedUntil,
st.ExtendedSupportUntil
FROM SoftwareTitle st
JOIN SoftwareTitleClassification stc
ON st.SoftwareTitleClassificationID = stc.SoftwareTitleClassificationID
LEFT OUTER JOIN SoftwareTitleProduct stp
ON st.SoftwareTitleProductID = stp.SoftwareTitleProductID
LEFT OUTER JOIN SoftwareTitlePublisher stpub
ON stp.SoftwareTitlePublisherID = stpub.SoftwareTitlePublisherID
WHERE
st.SoftwareTitleID < 0
AND (st.ExtendedSupportUntil IS NOT NULL OR st.SupportedUntil IS NOT NULL)
If you are licensed for and have the EOSL data pack installed, a query like the following can be used to obtain EOSL data from this data pack:
SELECT
st.SoftwareTitleID,
stpub.PublisherName,
st.FullName,
Classification = stc.DefaultValue,
st.ReleaseDate,
eosl.StartOfLifeDate,
eosl.EndOfSalesDate,
eosl.EndOfLifeDate,
eosl.SupportedUntil,
eosl.ExtendedSupportUntil
FROM SoftwareTitle st
JOIN SoftwareTitleClassification stc
ON st.SoftwareTitleClassificationID = stc.SoftwareTitleClassificationID
LEFT OUTER JOIN SoftwareTitleProduct stp
ON st.SoftwareTitleProductID = stp.SoftwareTitleProductID
LEFT OUTER JOIN SoftwareTitlePublisher stpub
ON stp.SoftwareTitlePublisherID = stpub.SoftwareTitlePublisherID
JOIN SoftwareTitleEOSL eosl
ON eosl.SoftwareTitleID = st.SoftwareTitleID
An enhancement request to expose EOSL data in additional parts of the FlexNet Manager Suite UI has been opened with reference # IOJ-1815981.
on Jun 09, 2018 02:09 AM - edited on May 05, 2022 05:35 PM by ChrisG
Is this still the most accurate query to get this information? I'm seeing 5028 titles that have EOSL data and want to confirm this is accurate.
@dbeckner - The query in this article gives insight into the limited EOSL data that is contained within the ARL. If you are licensed for the EOSL data pack and have that data installed, the query discussed in the following thread may be helpful to give insight into the shape of that EOSL data: EOSL information needed.
I've refreshed this article to provide some further clarity and another sample query to access EOSL data pack data.
Hi @ChrisG
Not sure maybe a copy paste issue, current two querys will run into issues .
Q1 -- WHERE t.SoftwareTitleID < 0
Q2 -- Classification = stc.DefaultValue
the table alias doesn't exist , see if can be furhter adjusted.
Thanks in advance.
Cheers
Kev
Thanks @Big_Kev. I've tweaked the queries which I think will address the particular problems you saw. Hopefully the work for you now!
Thank you Chris
Kev
Apoloiges, if this seems to be hijacking on this thread...
With respect to some of the information in the screenshot, may I confirm where is the reference for Oracle 12cR2 - as having End of Extended Support = 1st March 2025 ?
Thanks in advance.
@sohbinong - the information in the screenshot in this article is an illustrative example taken from a test data set. The dates shown in the screenshot do not necessarily represent actual dates that appear in the software EOSL data as it is currently published. The particular date you've identified is a good case in point: I don't believe that specific date appears in published EOSL data.
Hello @dsalter
May I please confirm if the overnight input from you is just 'personal feedback'? As the wording such as "If you are on-premise without IT Visibility I would no longer recommend using this data to understand application lifecycle issues.
While there is still some EOSL data in FNMS ARL DB the data has become depreciated substantially and no longer looks to be maintained across a variety of titles." is raising a bit of concerns here. The message could impact the customer decides what product to purchase." ...
In reality, the number of users using ITAM(FNMS) (regardless on-premise or not) can be significantly more than the number of users using Data Platform . The FNMS user could also choose the additional 'commercial' - SLDP -data pack for getting the richer Software "Date" information. As for as we know Flexera started the library's content data cross-work a while ago and I was told this will be an ongoing process to sync the content between two libraries ( eg: From this Blog https://community.flexera.com/t5/FlexNet-Manager-Content-Blog/Content-Notification-EOL-Dates-improvements-in-Software/ba-p/208940)
However, your message tells otherwise etc. Could you please confirm if you have such feeling due to some message you received from Flexera or else ? particularly the wording such as 'depreciated substantially". ....
Of course if someone from Flexera can officially confirm this for FNMS Data Pack purchased user will be much appreciated. 🙂
Best Regards
Kevin
@dsalter - dates in the Service Life Data Pack in the ARL are definitely maintained and updated. The underlying data used here is actually aligned with service life data that is used in Flexera One ITV, and also Data Platform. A summary of how many records are updated are included in the ARL update notifications that are published each week.
What you may be observing here is that the application records in the ARL represent a different level of granularity compared to Flexera One ITV & Data Platform:
That doesn't mean the service life data in the ARL is not useful for what it is, but in many cases it is not as detailed as you will get from other Flexera products.
For a Flexera conference in June 2022, I did some research on the 'Service Life Data' in FNMS.
I can confirm that the 'Service Life Data' is updated on a regular basis and that it does provide valuable information.
The presentation with my findings (PDF, English, 800 kb) is available for download.
@erwinlindemann awesome slide from Softline Group :P, Thanks for sharing.
@chriso @Big_Kev Upon further inspection I found my license for the 'Service License Data Pack' was not renewed leading to the observations I made. I have deleted my comments. Thanks for the informative post. Possibly the article could be updated to state you will need to verify you have a license for 'Service License Data Pack' to utilize this query to avoid a misunderstanding.
@erwinlindemann Thanks for the slide deck it was very helpful
No worries, glad @dsalter you found a root cause which is a good reminder for all of us to check this license term before it's expired. (If you don't mind I left my comments as is I believe Chris' further inputs are great and can be the answer to people has similar questions....keep the comments consistent rathre than everyone cascade deleting their inputs :)).
Overall I simply hope this KB's limitation can be lift in the near future as currently only 'Insalled software' page can show 'Dates' info in grid view. @erwinlindemann 's excellent method by using custom fields to sync Dates info so that can be pull from column chooser is all can be easily resolved if Flexera can fulfill this enhancement (make dates info available in 'All Application' page) to make the user life easier :). Apparently the needs to check those software dates are high and as long as the customer is entitled to see them, the tool should provide an easy way to do so. (Considering the cloud FNMS user can't even run SQL query .....).
Lastly, we are pleased to see Flexera content library will on going sync the dates info between the two content libraries, as seeing from the erwin's slides the nunber of rate having EOSL dates are still comparabily low ,so way to go :).
Thanks to @erwinlindemann for sharing the deck, it's really helpful. At the same time wondering what those other Apps without EOSL dates update would be and could that cause any drawbacks. We are still struggling with getting EOSL working as expected atleast for us.
Following to my previous update, trying to see if any one here can help, as we are having issue with seeing any of the dates which comes in with 'Service License Data Pack' even after ARL/EOSL update being successful, it's not updated on SQL table, so suppose not available on Install Application grid view too, this is on 2022 R1.
Examples of reasons for an particular EOSL data point (that is, a specific field on a specific application record) not being available would be: