Mar 10, 2022
01:23 AM
This is an old thread, but for people finding it in the future, check out the following thread which also contains an answer to this:
Can a FNMS report be executed from SQL Management Studio?
... View more
Mar 02, 2022
06:47 AM
Hi Adrian, thank you for the idea. We have to support the full sortiment of operating systems available. And so I found the command CURL very usefull. It has a bunch of options, but there are no deviation on each architectures options. And it has choices for deep inspection of multiple protocols and is also available on MS Windows from stock. For pure connection inspection you can use i.e. "curl -vki https://flexbeacon". Second test might be the reachability of Certificate Authority (Port 80 !), potentially it is in another DMZ. And if there are network related showstoppers, you have to dive deeper. How already mentioned, because of security concerns are there some protocols barred from use. So ping and oldstyle traceroute might not work. But because you are only interested in TCP-traffic of HTTP protocol, you are lucky to use your "netstat -an" to analyse your stack of TCP-ports. Filtering it with grep/findstr for status "SYN" or "FIN" will give you hints for broken network connections. Your network dude will appreciate your hints. Kind regards, Juergen
... View more
Feb 07, 2022
04:05 PM
1 Kudo
Files in the C:\ProgramData\Flexera Software\Incoming\Inventories directory should normally have an extension of .ndi or .ndi.gz.
... View more
Jan 24, 2022
12:06 AM
1 Kudo
If you want to delete computers based on how long it is since they have returned inventory, check out the following post about a new capability for doing this: Auto-cleanup of Obsolete FlexNet Inventory.
... View more
Dec 14, 2021
12:39 AM
1 Kudo
User records will get created by an import process as long as they continue to exist in source data that has been/is being imported. I think whether the "Last Inventory Source" field gets set will depend somewhat on some details of where the source data is coming from, and it sounds like that field is not giving direct insight into the source in your situation.
You may be able to get some insight about where the source data is coming from by looking at records that exist directly in the compliance database. For example, a query like the following may help:
SELECT
iu.UserName,
iu.SAMAccountName,
cc.ConnectionNameDisplayName,
cc.LastImportDate
FROM dbo.ImportedUser iu
LEFT OUTER JOIN dbo.ComplianceConnection cc
ON cc.ComplianceConnectionID = iu.ComplianceConnectionID
... View more
Dec 13, 2021
06:07 AM
The 'Discovery and Inventory rules for HyperV' are a 'red herring', similar to the Discovery and Inventory rules for Microsoft SQL Server. In contrast to VMware - where the Flexera Beacon is contacting the VMware API for retrieving additional information including the Host/Guest relationship - the effect of these HypverV and SQL Server rules is that the device is targetet for 'remote inventory'. Basically, this means that the Beacon is trying to use RPC calls for running the Flexera agent remotely on the target device. As this 'zero touch' inventory has a lot of prerequisites including configuring an Administrator account for the target systems on the Beacon, installing a Flexera agent on the Host running Hyper-V generally is a better option.
... View more
Oct 07, 2021
12:41 PM
Hi @jjensen , can we also add cluster & vcenter details to this query ?
... View more
Sep 28, 2021
10:51 PM
One clarification on the MaxDuplicateImportedComputerSerialNo setting: in a multi-tenant system (including Flexera One ITAM) the setting is tenant-specific, so it can be set to different values for different tenants through the ComplianceTenantSetting view.
For example:
EXEC dbo.SetTenant 'ACME Corp'
UPDATE s
SET SettingValue = '1' -- Default is '2'
FROM dbo.ComplianceTenantSetting s
JOIN dbo.SettingName sn ON sn.SettingNameID = s.SettingNameID
WHERE sn.Name ='MaxDuplicateImportedComputerSerialNo'
... View more
Jun 21, 2021
06:40 AM
@blixtr - support for Citrix Cloud is currently shown with a "Planning to implement" status on the following Idea: https://flexerasfdc.ideas.aha.io/ideas/FNMS-I-31. Be sure to vote for the idea if you are interested in it, and haven't voted already.
... View more
Jun 09, 2021
09:58 AM
Based on people's experience with this kind of key collection, how is the key typically stored after collection? Does the license need to be created in FlexNet Manager before the key can be stored?
... View more
Mar 11, 2021
04:23 AM
@gjagadeesh
This is included with the services you subscribe to from Flexera with FNMS cloud, i.e. Flexera will own the task of keeping the SKU, PURL and ARL libraries current.
Thanks,
... View more
Mar 01, 2021
05:16 PM
@ChrisG Thanks!
... View more
Feb 24, 2021
03:57 AM
1 Kudo
Knowledge Base article: https://community.flexera.com/t5/FlexNet-Manager-Knowledge-Base/Configure-ARL-import-to-use-proxy-server-without-using-Internet/ta-p/5237#
... View more
Feb 19, 2021
12:39 AM
1 Kudo
Hi, You don't need to configure nslookup, you simply modify the host file located in C:\Windows\System32\drivers\etc
... View more
Feb 09, 2021
09:24 AM
Hello! Just recently, like 5 days ago, we've found the solution to this issue. Obviously this might not be the solution in your case. But as this is quite easy to check you should give it a go. In the far top right corner open the drop down menu. From there navigate to "System Settings" -> "Users". There is a blacklist of users (Note: There are wildcards!). One of these entries prevented creating the necessary accounts.
... View more
About
Technical Support Engineer
Warrington, Cheshire, UK
Latest posts by jjensen
Subject | Views | Posted |
---|---|---|
1837 | Dec 09, 2020 05:04 AM | |
1576 | Dec 09, 2020 02:55 AM | |
1704 | Dec 03, 2020 04:23 AM | |
1710 | Dec 03, 2020 03:34 AM | |
1087 | Nov 20, 2020 01:38 AM | |
2335 | Nov 19, 2020 01:14 AM | |
1650 | Nov 18, 2020 06:05 AM | |
2371 | Nov 17, 2020 05:39 AM | |
2194 | Nov 16, 2020 05:45 AM | |
2706 | 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