As part of the logic FlexNet Manager Suite uses to identify imported records related to a single device, various assessments (called "Matchers") filter records fitting a specific set of conditions. During this matching process, if two devices on the same connection have the same serial number FlexNet Manager Suite will show only one device by default. In this situation, the device with the most recent inventory date is shown, while the other device is marked as a duplicate and not imported or visible in the UI. This logic caters to normal turnover of devices or machine re-imaging scenarios.
The MaxDuplicateImportedComputerSerialNo ComplianceSetting controls the FlexNet inventory agent's behavior in this scenario. Computers with the same serial number on the same connection are grouped into one matched set if the number of computers is less than or equal to the MaxDuplicateImportedComputerSerialNo, which has a default value of two. If the number of computers is greater than MaxDuplicateImportedComputerSerialNo, no grouping will occur, and each computer will remain individually counted (yet still subjected to further assessment by subsequent inventory Matchers).
Update the MaxDuplicateImportedComputerSerialNo setting value to one
While the default setting for the MaxDuplicateImportedComputerSerialNo is two, you can change it by updating the value for this setting in dbo.ComplianceTenantSetting table in the compliance database. Changing the MaxDuplicateImportedComputerSerialNo value to one will prevent any two devices with matching serial numbers from being grouped, essentially disabling the feature.
For FlexNet Manager Suite versions prior to 2020 R1
- To determine the current setting:
SELECT * from ComplianceSetting WHERE settingname LIKE 'MaxDuplicateImportedComputerSerialNo'
If still set to the default, this should return SettingValue=2.
- To change the setting value to one:
UPDATE compliancesetting SET SettingValue = 1 WHERE settingname LIKE 'MaxDuplicateImportedComputerSerialNo'
This will change the value to one and prevent the older device with a matching serial number from being marked as a duplicate.
For FlexNet Manager Suite versions 2020 R1 and newer
- To determine the current setting:
SELECT * FROM SettingName WHERE Name = 'MaxDuplicateImportedComputerSerialNo' -- should return SettingNameID=97
SELECT * FROM ComplianceTenantSetting WHERE SettingNameID = 97
If still set to the default, this should return SettingValue=2.
- To change the setting value to one:
UPDATE ComplianceTenantSetting SET SettingValue = 1 WHERE SettingNameID = 97
This will change the value to one and prevent the older device with a matching serial number from being marked as a duplicate.
Learn more
For further details on how the FlexNet inventory agent identifies related inventory, see Common: Identifying Related Inventory.
Related Articles
How to enable FlexNet Manager Suite diagnostic tracing 274Number of Views Alert about duplicate serial number is not cleared when computers with the same serial number are archived 4Number of Views FlexNet Manager Suite log files and locations 188Number of Views The relationship between a virtual machine inventory device record and its host inventory device record is lost when there… 4Number of Views How to change the date format used in FlexNet Manager Suite Web UI? 5Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Case id: 00001065
Activity: Status change: 2 hours ago