May 13, 2022
03:09 AM
1 Kudo
Is done at: Show Windows operating system build number in hardware details | Ideas (aha.io)
... View more
Apr 27, 2022
04:03 PM
3 Kudos
When disabling the certificate check on your Flexera agents, the certificate on the FNMS Beacon is ignored. The HTTPS protocol provides only encryption as security on the transfer, without validating that the agent is contacting the correct inventory beacon server. More detailed information on these two options for the Flexera agent can be found in the 'Gathering FlexNet Inventory' documentation: CheckServerCertificate CheckCertificateRevocation
... View more
Apr 08, 2022
08:13 AM
2 Kudos
I know, this is actually an old thread on a slightly different issue, but as the discussion went in this direction, I am going to post this here. I just spent some time playing this through again in my test lab. I can only guess that with the new release, more people will run into this issue. Therefore let's try to structure this a bit for everyone else: End of '21, early '22, updated packages for FNMS 2021 R1 were released (cert, DB mig & installer). Reason was the certificate used for registering the CLR assembly was no longer valid. Database migration (e.g. 2020 R2 > 2021 R1) consists of multiple steps, of which some rely on the old certificate, one on the new certificate. To be exact: 16.0 > 16.1 > 16.2 > 16.3 > 16.4 > 16.5 still run with the old certificate. Only 16.5 > 17.0 need the new one. So when migrating, make sure not to replace the certificate right away. If you did so and need to restore the old cert, you can still take it from the 2020 R2 release (as 2021 R1 downloads do no longer contains the old cert). If you want to update the certificates, I guess you'll need to remove the "chain" User - Login - Certificate > see code below Then register the new Certificate, Login, User using the latest package. Be sure to do this only after you ran the early migration steps. Then re-run the migration and it should finish the last step. Use this to remove the old User, Login and Certificate: USE master;
DROP USER FlexeraUser;
DROP LOGIN FlexeraLogin;
DROP CERTIFICATE Flexera; PS: SET TRUSTWORTHY ON is not a solution, as mentioned above, it works around the actual security feature here. Edit: Formatting
... View more
Apr 07, 2022
09:47 AM
1 Kudo
Hi, Thanks for your answer. I am using FNMS 2021 R1. The server became an appliance vcenter server. Where we cannot install agent anymore. But an old agent was installed before (agent version 14). I will try to delete this device and hope that it will come back (we added this device in vcenter rules) Regards, Yasmina
... View more
Mar 30, 2022
10:32 AM
1 Kudo
Hi Tracy, As per this thread on-prem since 2017 r2 release there is an initial limit out of the box for 250, but can be increased if needed. https://community.flexera.com/t5/FlexNet-Manager-Forum/How-to-increase-user-licenses-for-Flexera-Analytics-Cognos/td-p/126995
... View more
Mar 29, 2022
08:49 AM
Hello, sadly I don't have access to the sub-folder of my Beacon. I had to request the installation files separately... So I couldn't try out the .deb file.
... View more
Mar 23, 2022
04:33 AM
1 Kudo
Hi pkadam73, An upgrade (migration) to a newer release of FNMS will not be affected by any problems with SQLCMD. The SQL scripts used for migrating the FNMS databases are excecuted using a tool 'mgsDatabaseUpgrade' that is provided with the FNMS migration scripts. The 'mgsDatabaseUpgrade' tool has no dependency on SQLCMD. However - as mentioned by @Ronny_007 - for importing the Flexera libraries, you must have a recent version of SQLCMD installed on your FNMS Batch Server.
... View more
Mar 22, 2022
02:37 AM
I can't think of any reason why the license warning message would appear for one user but not another (unless the 2nd user did see the message and has dismissed it). In my experience, all users will see this message.
NB. The license warning message is a different type of message from the messages in the SystemShutdown table that @erwinlindemann has mentioned.
... View more
Mar 08, 2022
03:46 AM
1 Kudo
Yes. If you are working in an on-prem FNMS environment), t he standalone Business Adapter Studio allows using the [FNMSCompliance] SQL Server database as the target for importing the data . When running the standalone Business Adapter Studio from a standalone Beacon, setting up the connection to the [FNMSCompliance] database will require network access to the SQL Server, and most likely a SQL Server account that has WRITE privileges to the database though. In case you are working with FNMS in the Cloud, you have to use a local staging database. Using a staging DB allows doing some cleanup and normalization on the data before uploading the data into your production system, too.
... View more
Mar 07, 2022
05:05 PM
Thanks for the detailed response @erwinlindemann , that is very helpful! Cheers 👍
... View more
Mar 01, 2022
07:53 AM
Thank you for all those suggestions for help. But this test environment was split on 2 domains originally, then put all on the same domain. I reran the installation program with the recreation of the DB and then I upgraded everything to FNMS 2021 but the the old service account was still infiltrated in many place. So I deleted tables and FNMS and will do a reinstallation. I should not hear about that problem anymore in the futur.
... View more
Feb 21, 2022
11:27 PM
Thank you so much.....its working fine now
... View more
Feb 18, 2022
08:43 AM
1 Kudo
As an alternative to Custom Fields or additional Assets: Once the data is collected via the agent, as mentioned above, a simple SQL-based report could be used. It really depends on your use case.
... View more
Feb 18, 2022
06:25 AM
1 Kudo
That is correct. For any reports built in the FNMS UI, only links to standard FNMS objects are supported.
... View more
Feb 17, 2022
11:31 AM
Yes, sure. Anything that can be extracted from the database using SQL can be exposed in a report in the FNMS UI (if you work on-prem).
... View more
Latest posts by erwinlindemann
Subject | Views | Posted |
---|---|---|
229 | Dec 05, 2022 08:58 AM | |
141 | Nov 22, 2022 06:29 AM | |
254 | Nov 14, 2022 04:33 PM | |
256 | Nov 14, 2022 04:24 PM | |
340 | Nov 14, 2022 04:14 PM | |
309 | Nov 07, 2022 01:45 PM | |
232 | Nov 03, 2022 04:07 AM | |
302 | Oct 28, 2022 05:57 AM | |
385 | Oct 28, 2022 04:46 AM | |
444 | Oct 26, 2022 04:54 AM |
Activity Feed
- Got a Kudo for Re: Business Adapter Staging Script. Jan 16, 2023 04:42 AM
- Got a Kudo for Re: Installing SQL Server for FNMS: What Features Did You Choose?. Jan 02, 2023 07:06 AM
- Got a Kudo for Re: Migration to a new server. Dec 08, 2022 07:01 AM
- Got a Kudo for Re: Who is allowed to see the 'System Health Dashboard', present in 'System Health'.. Dec 05, 2022 12:03 PM
- Got a Kudo for Re: Who is allowed to see the 'System Health Dashboard', present in 'System Health'.. Dec 05, 2022 09:00 AM
- Got a Kudo for Re: Who is allowed to see the 'System Health Dashboard', present in 'System Health'.. Dec 05, 2022 08:59 AM
- Posted Re: Who is allowed to see the 'System Health Dashboard', present in 'System Health'. on FlexNet Manager Forum. Dec 05, 2022 08:58 AM
- Got a Kudo for Re: installer evidence type IA. Nov 22, 2022 11:43 PM
- Got a Kudo for Re: installer evidence type IA. Nov 22, 2022 08:37 AM
- Posted Re: installer evidence type IA on FlexNet Manager Forum. Nov 22, 2022 06:29 AM
- Kudoed Re: Integrating FNMS with Ivanti Identity management for authentication for lajanakiram. Nov 17, 2022 04:47 PM
- Got a Kudo for Re: Migration to a new server. Nov 17, 2022 09:36 AM
- Got a Kudo for Re: Migration to a new server. Nov 16, 2022 02:37 AM
- Got a Kudo for Re: Corporate Unit in Oracle License Consumption tab. Nov 14, 2022 07:23 PM
- Got a Kudo for Re: Migration to a new server. Nov 14, 2022 06:09 PM
- Got a Kudo for Re: ELI5 - How do I import a bulk purchase via the Beacon?. Nov 14, 2022 06:08 PM
- Got a Kudo for Re: Corporate Unit in Oracle License Consumption tab. Nov 14, 2022 04:56 PM
- Posted Re: Corporate Unit in Oracle License Consumption tab on FlexNet Manager Forum. Nov 14, 2022 04:33 PM
- Posted Re: ELI5 - How do I import a bulk purchase via the Beacon? on FlexNet Manager Forum. Nov 14, 2022 04:24 PM
- Posted Re: Migration to a new server on FlexNet Manager Forum. Nov 14, 2022 04:14 PM