Hello,
if we get user properties by following way, we receive timeout exception very frequently (4 out of 5 attempts). Timeout limit is set to 1 min.
Code in child class of MultiAction:
OpenText.Ecm.Tcp.Service.UserServiceProxy proxy = new OpenText.Ecm.Tcp.Service.UserServiceProxy();
UserProperties props = proxy.GetAttributes(this.AccessContext, this.Session.LogonUser.Id); // Timeout
GetAttributes method returns all user properties but we need only one specific property.
Is possible set up only one returned property or increase performance by another way?
Thanks,
Martin