The issue specifically affects NotesViewEntryCollection when a column in the view is configured to show multiple values as separate entries while the field itself allows multiple values.
Agents might hang, skip documents, or process the same document multiple times, causing infinite loops.
View Modification: Disable "Show multiple values as separate entries" in the view design if not absolutely necessary. Code Change: Iterate through the view directly using GetFirstEntry and GetNextEntry instead of relying solely on GetAllEntriesByKey. Patching:Upgrade your HCL Domino server to a version where this defect is resolved (typically 12.0.2 or later). Other Potential Causes: Ensure the code is not accessing a uidoc that has not been saved to the backend yet, which can cause hanging or empty document errors.