Dynamic Collections Not Updating
Existing dynamic collections are not being updated. (Constant Membership Updating) Creating a new dynamic collection (as simple as clients that need reboot) will not work and will not populate; also stuck on Membership Updating. Noteworthy event before these issues started, was an unexpected power loss event which forced an unexpected shutdown. All was working fine before this happened. As far as troubleshooting, what are some things to try or look into to resolve this issue? Simple things like a soft reset, Inventory and Windows update check, database optimization, etc. have been carried out.
For reference, system is running on a VM with Server 2016 Standard. PDQ Inventory 16 (release 5) Enterprise Edition.
Comments
If you have correct backup then cmd > pdqinventory restoredatabase.
Or check database.. my notes from past:
Stop inventory service.
Open sqlite console from Preferences or cmd:
Verify the contents of the tables against the indexes:
if you have error rows like this...
Just reindex:
or whatever you find...
Check again:
"Defragment" database:
And cmd:
And no more errors. All this works for Deploy also.
Maybe it helps little...