NetXMS Support Forum

English Support => General Support => Topic started by: batnator on March 06, 2026, 07:04:13 AM

Title: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: batnator on March 06, 2026, 07:04:13 AM
Since version 6.0.0 of the Windows Agent, the software inventory is updated every time a user logs on to the client and then again when they log off.

The only difference in the list of installed software is that when a user is logged on, the user's name is displayed in the "User" column for many entries; when no user is logged on, this column is empty.

This behavior results in a large number of "SYS_PACKAGE_REMOVED" and "SYS_PACKAGE_INSTALLED" events.

Is this intended behavior?
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: Filipp Sudanov on March 09, 2026, 04:59:09 PM
Replicates for me, created ticket: https://github.com/netxms/netxms/issues/3137
You may keep 5.x agent on your systems for now, agent can be older then the server.
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: sqk on March 10, 2026, 11:40:25 AM
Downgrade from 6.0.4 to 5.2.8 x64 agent (using deploy package) results in "Problem with agent local database: could not open database" major event for me...
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: Filipp Sudanov on March 10, 2026, 04:18:15 PM
yes, because newer agent updated schema of agent database and we don't have automation for agent downgrade with that. Just delete nxagentd.db file, it will be recreated on agent start.
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: sqk on March 10, 2026, 06:26:05 PM
Found db file in %WINDIR%\System32\config\systemprofile\AppData\Local\nxagentd folder, but need enter maintenance, connect to system, stop agent, delete db file, install 5.2.8, start agent and leave maintenance for every win system... will wait for fix! :-)

Thanks anyway, I like netxms since version 0.2.27...
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: sqk on March 17, 2026, 11:36:09 AM
Agent version 6.0.5 does not fix...
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: johnnyva on April 07, 2026, 05:48:45 AM
Is there a fix for this?  I think this is happening to me on Windows Agent v6.0.5.
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: Filipp Sudanov on April 07, 2026, 02:32:19 PM
Fix should be in 6.1, it's expected in the coming days.
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: batnator on April 14, 2026, 06:04:38 AM
Thanks for the update, the bug is now fixed in version 6.1.0.
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: Alwin on May 20, 2026, 10:35:46 AM
Hi Filipp,

unfortunately, we cannot confirm that this fix works.
We have been experiencing this behavior since updating the NetXMS Agent from 5.0.8 to 6.1.1. Is there a setting to disable these messages during user logins?

We have also noticed that the system is now detecting more non-essential installed software, which is flooding our alarm browser.  For example:

CapturePicker 10.0.17763.1 was installed
Hello-Setup 10.0.19585.1001 was installed
File Explorer 10.0.17763.1 was installed

Is there perhaps also a way to hide specific notifications?

Thanks for your help  :)
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: Alex Kirhenshtein on May 21, 2026, 12:51:05 PM
You can silence these alarms by disabling rules for events SYS_PACKAGE_INSTALLED and SYS_PACKAGE_REMOVED.

I've reopened issue, so devs will look into it.
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: Alwin on May 21, 2026, 05:24:54 PM
Hi Alex,

this would disable all package changes - including the system alerts that we need to monitor. We are waiting for the development team and hope for a solution. Thank you for reopen the case!
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: Alwin on June 15, 2026, 02:29:44 PM
Hi Alex,

have the developers been able to find anything in the meantime?
We're unfortunately losing track quite quickly due to the high volume of messages, as many of the monitored servers are terminal servers with a large number of users.

Best regards,
Alwin
Title: Re: Repeated updates of the software inventory since version 6.0.0 of Win Agent
Post by: Filipp Sudanov on June 25, 2026, 01:27:49 PM
Reading of installed software on Windows was fixed, please wait for release v.6.2 to come out.
The only note - for all this to work correctly you'd also need to upgrade server to v.6.2, because now agent reports packages with information about user name for each package and server prior to v.6.2. is not able to read this field.