I found problem after refresh identity cache.
K2 cannot resolve some user in identity cache table. Column ContaineResolved still equal 0.
When user try to getting worklist (K2 workspace, Worklist Control in smartform).
K2 system does not any response util timeout. But another form user can visited normally.
I found message below in error logs.
I try to enable "Ignore Foreign Principals". K2 cannot resolve user yet.
If I try to manual update column ContainerResolved = 1, user can get worklist normally. K2 system does not struck.
And I found error message below in ADUM error also.
"Error", "GetDirectoryEntry", "Unknown error (0x80005000)", " at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.RefreshCache()
at ADUM.K2UserManager2.GetDirectoryEntry(String path)", "Additional Information: ", "GetDirectoryEntry(LDAP://)"
Please suggest how to solve this problem.
Thank you in advance.