On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

TCP 10.2.1 User properties

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