A new Flexera Community experience is coming on November 18th, click here for more information.
Hi Team,
Inventories with NULL 'ComplianceComputerID' in "Imported Computer" table in compliace db are not present in "compliance computer" table and hence not visible in FNMS UI (All Inventory). How can we fix this issue. Let us know if there is any issue with writer/suggest any fix in DB.
PFA - log file (zip) for sample inventory with above case, .ndi file for one of the inventory with above case.
Looking forward for a solution on this import issue.
Thanks,
Awadh
‎Jun 25, 2023 02:35 PM
The inventory seems to be fine. Have you checked your FNMS license?
‎Jun 26, 2023 08:48 AM
Delete entry from imported computer & reupload NDI. Then again check in IM DB & Imported computer.
Also let me know if this is happening with Azure devices.
‎Jun 26, 2023 09:11 AM - edited ‎Jun 26, 2023 09:11 AM
Hi @durgeshsingh Yes there are azure devices as well in ImportedComputer table with this issue.
@mfranz we checked the license and it looks fine.
‎Jun 26, 2023 01:21 PM
Same happened to my environment as well for azure. We have deleted record from DB & reuploaded NDi file in beacon.
‎Jun 26, 2023 11:50 PM
Hi @durgeshsingh Do we need to perform cleanup only in computer table (Inventory database) or from imported computer table (compliance db) as well ?
Thanks,
Awadh
‎Jun 27, 2023 12:50 AM
You won't find entry in compliance. So you can do cleanup from imported & IM.
‎Jun 27, 2023 12:51 AM
As a test, I have cleanup few inventories (with NULL ComplianceComputerID) from Imported and IM. I will comeup with the results after reuploading .ndi.
‎Jun 27, 2023 01:17 AM
Hello @avi0408,
Can you please check within the compliance database the following: dbo.ImportedMissingComputer and join it with the ImportedComputer table via external ID and see if the IsTerminated column is equal to 1 for the following devices.
Thank you.
‎Jun 29, 2023 03:12 PM
Hello @kbryla
I got a result for below query -
SELECT ic.*
FROM dbo.ImportedMissingComputer_MT imc
JOIN ImportedComputer_MT ic ON ic.ExternalID = imc.ExternalID
WHERE imc.IsTerminated = 1
but from this result 128 inventories are present in FNMS.
Hi @durgeshsingh , as discussed we got some azure inventories reporting in FNMS last week after cleanup, but now again they are not visible in FNMS.
Please help me if there is any other solution to fix this.
Thanks,
Awadh
‎Jul 03, 2023 04:58 AM
We are also planning to raise support case with flexera. It seems to bug in product.
‎Jul 03, 2023 07:30 AM
@durgeshsingh any updates/root cause on community that this issue has been addressed in 2023R1 ?
‎Jul 03, 2023 08:07 AM
When a Azure Virtual Machine is reported as Terminated or no longer present in the output of the Microsoft Azure connector, they'll be reported as Terminated in ImportedMissingComputer.
This would lead to the Inventory record being removed from ComplianceComputer - they are no longer an active Virtual Machine, and the Agent would not continue to report fresh Inventory.
Could you clarify whether these devices are reported as Terminated in that table?
‎Jul 06, 2023 09:06 AM
It seems to be a bug in product as device which are going in this table are not reverting back when same device is coming back in running state in Azure.
‎Jul 07, 2023 12:55 AM
Delete entry from imported computer & reupload NDI. Then again check in IM DB & Imported computer.
‎Jul 11, 2023 09:54 AM
Hello @fraukzsent we performed these steps and got some azure inventories in FNMS but they are removed again after further reconciliations.
‎Jul 11, 2023 10:34 AM
Hello @avi0408 ,
It should be safe to remove the devices from ImportedMissingComputer as they would be recreated in the next import. After that, you should be able to see them in the UI because they are no longer set as Terminated.
‎Jul 11, 2023 03:14 PM
Hello @kbryla , we got the inventories back in FNMS after removing from importedmissingcomputer table. However, we still see the same issue of some inventories getting vanished from FNMS 'All inventory' after couple of reconciliations.
‎Jul 26, 2023 09:07 AM
For some cases, we observed the devices ended in importedmissingComputer table with IsTerminated 0 value. We had deleted the entries for compliancrconnectionID = 7 with IsTerminated 1 and now amongst them some of the devices showed in importedmissingComputer table with IsTerminated 0. Could you please tell us what is the significance of that?
‎Jan 15, 2024 09:06 PM
User | Count |
---|---|
8 | |
7 | |
3 | |
3 |