Oct 23, 2020
07:56 PM
Thanks for the solution. I'm wondering anyway if there is a way to do it for a single target server from FNSM UI. I'm telling this since I have 900 servers with 300 false positive. I cannot go one by one to modify the comps file. Is there another way to do it? Thanks
... View more
Oct 13, 2020
02:55 PM
@jjensen @mfranz Thanks for your input , i have also verified the same . the behavior is same as explained under this topic.
... View more
Oct 13, 2020
01:41 AM
1 Kudo
Very good to hear, thank you for following up with your solution!
... View more
Sep 22, 2020
10:28 AM
No problem, happy to help. It's easy to miss when there's so much documentation to keep track of.
Have a good day yourself sir 🙂
... View more
Sep 22, 2020
02:37 AM
thanks! That helps!
... View more
Sep 18, 2020
01:23 PM
2 Kudos
Problem:
When running ndschedag -e on a managed device, the resulting output only shows the schedule for one event, named ‘Daily Heartbeat’.
Solution:
When a managed device downloads its initial policy following installation, this policy will include a link to the schedule that this device should follow.
If the ndschedag output only shows a single ‘Daily Heartbeat’ event, then this indicates that the agent has not yet received its schedule as part of the initial policy download.
Expected output for ndschedag -e should show timings for the following four events:
Generate Inventory
Update Machine Policy
Update Client Settings
Upload Client Files
To diagnose the specific errors causing the policy download to fail, consult the installation.log file, available in the following default directories:
Windows: C:\Windows\Temp\ManageSoft
Unix: /var/opt/managesoft/log
N.B: If you cannot locate the installation.log in either of the above directories, then it is possible that you have custom log locations configured in your environment. See below for steps to determine if this is the case:
Windows: Check the ‘LogFile’ value within the following registry key: [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ManageSoft Corp\ManageSoft\Launcher\CurrentVersion]
Unix: Check the config.ini file within /var/opt/managesoft/etc, to see if there is a custom value specified for ‘LogFile’ under the section [ManageSoft\Launcher\CurrentVersion]
... View more
Labels:
-
Cloud
-
FlexNet Manager Platform 9.2
-
FlexNet Manager Platform Legacy Versions
-
FlexNet Manager Suite 2015
-
FlexNet Manager Suite 2015 R2
-
FlexNet Manager Suite 2015 R2 SP1
-
FlexNet Manager Suite 2015 R2 SP2
-
FlexNet Manager Suite 2015 R2 SP3
-
FlexNet Manager Suite 2015 R2 SP4
-
FlexNet Manager Suite 2015 R2 SP5
-
FlexNet Manager Suite 2016
-
FlexNet Manager Suite 2016 R1 SP1
-
FlexNet Manager Suite 2017 R1
-
FlexNet Manager Suite 2017 R2
-
FlexNet Manager Suite 2017 R3
-
FlexNet Manager Suite 2018 R1
-
FlexNet Manager Suite 2018 R2
-
FlexNet Manager Suite 2019 R1
-
On-premises
-
Question
Sep 18, 2020
05:16 AM
To add onto @adrian_ritz1's comment - if ICMP is indeed disabled within your network, then the following KB may be of some use to you:
https://community.flexera.com/t5/FlexNet-Manager-Knowledge-Base/How-to-allow-beacon-network-scans-in-a-network-with-ICMP/ta-p/150060
HTH,
Joseph
... View more
Sep 10, 2020
11:18 AM
3 Kudos
Hello @MPaoloni,
This is most likely due to the fact that an int (integer) data type in SQL Server has an upper limit of 2,147,483,647.
https://docs.microsoft.com/en-us/sql/t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql?view=sql-server-ver15
HTH,
Joseph
... View more
Sep 02, 2020
06:41 AM
2 Kudos
The FlexNet Agent and FlexNet Inventory Beacons are installed in your network.
Agents communicate with a beacon over Port 80, but can be configured to communicate over Port 443. Agents initiate all communication to the beacon using HTTPS PUT and HTTPS GET
Inventory Beacons communicate to the FlexNet Manager Cloud using HTTPS using TLS 1.2 encryption. Inventory Beacons initiate all communication to the Cloud using HTTPS PUT and HTTPS GET
... View more
Sep 01, 2020
10:28 AM
1 Kudo
Hello @JeanRM,
The content store DB is typically created after the other databases during the installation. See the Create Databases section of the attached documentation for details, particularly part 11.
Please feel free to follow up here with any additional questions.
HTH,
Joseph
... View more
Aug 28, 2020
02:39 AM
I've found a support case that confirms that FNMS is unable to detect the usage of TimesTen. FNMS detects the usage of options by using Oracle LMS script which was given by Oracle, but the script from Oracle doesn't have queries to get usage information for TimesTen.
Thanks,
... View more
Aug 17, 2020
12:53 AM
Thanks @jjensen for the query to identify how the reconciliation is triggered. it was helpful.
... View more
Aug 07, 2020
07:47 AM
3 Kudos
Hello @scott_thornhill,
The data extraction carried out by the M365 adapter is controlled by the Logic.ps1 PowerShell script, available at C:\ProgramData\Flexera Software\Compliance\ImportProcedures\Inventory\Reader\Microsoft 365 on your beacon server by default.
If you open that file within a text editor, and search for '$Sku', then you will notice that there is a 'local SKU library' within that file.
For each plan SKU pulled from your M365 tenant, one of two things can happen:
1) The SKU is recognised within the '$Sku' local SKU library. In this case, the license will have whichever name is associated to that SKU. For example, SKU "MIDSIZEPACK" will result in a license name of "<M365 Tenant> Office 365 Midsize Business"
2) The SKU is not recognised within the '$Sku' local SKU library. In this case, the license name will take the following format: "<M365 Tenant> <Raw SKU>"
In the scenario you have described, perhaps #2 is happening - is the raw SKU name = "_ENTERPRISE_PLAN1"?
Regarding your second query - if you have access to the Compliance database, you can carry out the following steps to view all licenses directly imported from the O365 connector:
1) Run the following query to obtain the relevant ComplianceConnectionID for the O365 connection:
SELECT * FROM ComplianceConnection
2) Once you have the necessary ComplianceConnectionID, run the following query, again against compliance:
SELECT * FROM ImportedSoftwareLicense WHERE ComplianceConnectionID = <ComplianceConnectionID>
...replacing the placeholder as necessary.
Alternatively, navigate to License Compliance -> All Licenses in the Web UI, and run a search against the Name column for your M365 tenant name - 'DYN365'.
HTH,
Joseph
... View more
Aug 05, 2020
11:39 AM
Great i will try it and update this! Thanks
... View more
Aug 05, 2020
01:49 AM
2 Kudos
Hello @GopalRaghvani,
You could use a JOIN to the InstalledSoftware table (contains SoftwareTitleIDs and ComplianceComputerIDs), then JOIN that to ComplianceComputer.
HTH,
Joseph
... View more
About
Technical Support Engineer
Warrington, Cheshire, UK
Latest posts by jjensen
Subject | Views | Posted |
---|---|---|
1777 | Dec 09, 2020 05:04 AM | |
1507 | Dec 09, 2020 02:55 AM | |
1646 | Dec 03, 2020 04:23 AM | |
1652 | Dec 03, 2020 03:34 AM | |
1057 | Nov 20, 2020 01:38 AM | |
2245 | Nov 19, 2020 01:14 AM | |
1584 | Nov 18, 2020 06:05 AM | |
2281 | Nov 17, 2020 05:39 AM | |
2072 | Nov 16, 2020 05:45 AM | |
2584 | Nov 16, 2020 05:36 AM |
Activity Feed
- Got a Kudo for Re: FNMS Access Logs. Apr 25, 2022 11:18 PM
- Got a Kudo for Re: FNMS support for Citrix Cloud. Jun 21, 2021 05:52 AM
- Got a Kudo for Re: Discovery. Feb 24, 2021 06:16 AM
- Got a Kudo for Re: Difference between Last Inventory date and application Last Used date. Jan 15, 2021 04:45 AM
- Got a Kudo for Re: All Inventory info in FNMS DB. Jan 15, 2021 04:43 AM
- Got a Kudo for Re: Is it possible to create new roles?. Jan 15, 2021 04:42 AM
- Kudoed Top Contributors November 2020 for KPBussey. Dec 22, 2020 08:04 AM
- Got a Kudo for Re: Any changes on Inventory setting page is throwing error while trying to save. Dec 21, 2020 06:56 AM
- Got a Kudo for Re: Application last used date is populated as a recent date, but the .exe is not showing raw software usage for the device.. Dec 21, 2020 06:47 AM
- Kudoed How to raise Content Requests through the Support Portal for aalfonso. Dec 17, 2020 08:30 AM
- Kudoed Sharepoint Server 2019 Edition Recognition for jevans. Dec 14, 2020 05:24 AM
- Got a Kudo for Re: Any changes on Inventory setting page is throwing error while trying to save. Dec 09, 2020 08:56 AM
- Posted Re: Any changes on Inventory setting page is throwing error while trying to save on FlexNet Manager Forum. Dec 09, 2020 05:04 AM
- Posted Re: Application last used date is populated as a recent date, but the .exe is not showing raw software usage for the device. on FlexNet Manager Forum. Dec 09, 2020 02:55 AM
- Kudoed Re: configuration is not getting applied while installing agent on MAC for bmaudlin. Dec 08, 2020 07:52 AM
- Got a Kudo for Re: adding parameters to a remote inventory action. Dec 06, 2020 05:56 PM
- Posted Re: adding parameters to a remote inventory action on FlexNet Manager Forum. Dec 03, 2020 04:23 AM
- Kudoed adding parameters to a remote inventory action for jasonlu. Dec 03, 2020 03:35 AM
- Posted Re: adding parameters to a remote inventory action on FlexNet Manager Forum. Dec 03, 2020 03:34 AM
- Got a Kudo for Re: Difference between Last Inventory date and application Last Used date. Dec 03, 2020 01:02 AM