Hi All,
I have been experiencing a problem with slow updating of collection memberships.
The problem is that when adding a device to a Device Collection using direct membership, and then performing an Update Collection Membership, it takes approximately 5 minutes before the collection is updated, which was not a problem I experienced in Config Manger 2007.
I have looked at the views in SQL for the collections, and this is what I found.
The view called v_CM_RES_COLL_C000000C (where C000000C is the collection ID), is the actual collection membership.
The view called v_CollectionRuleDirect is where Config Manager stores it's direct membership collection rules.
Upon adding a device to the collection as a direct member, Config Manager immediately updates the view v_CollectionRuleDirect with the direct membership for the collection. Meanwhile the view v_CM_RES_COLL_C000000C does not reflect this added direct membership.
Performing a Update Collection Membership then in theory should force Config Manager to review v_CollectionDirectRule and update the actual members in v_CM_RES_COLL_C000000C, but this does not happen for about 5 mins for some reason, no matter how many times you update the collection membership.
Once v_CM_RES_COLL_C000000C is updated, then the console is updated also, as for OSD and Package deployment it is considered a member of the collection.
Any idea's on how we can speed up this process?
Regards,
Sally