When I execute the UMUser SmartObject (via Service Tester) and using the Get Users method with the Label Name = K2, it took over 2 minutes to return results (200+ seconds). A simple search for a Surname (e.g. DisplayName = *Jones*) also takes 2 mintues. However when I do a search BeginWith (e.g. DisplayName = Jones*), it is less than 2 seconds.
This is affecting not only my Forms but User managment in K2 Management is awefully slow. Can it be that the initial seeding of the K2 Label included the complete Active Directory and not a specific OU? How can I rectify this?
When I test the equivalent ADUser2 SmartObject, I don't get these delays.