Hi Experts,
I have created a custom tasklist template for taskspace in forms builder.I have validated and installed this form.But when users log in to task space and try to open this task list form it gives an error.
Here is the erro details.
... 112 more
Caused by: java.security.PrivilegedActionException: DfException:: THREAD: http-8080-6; MSG: [DM_SESSION_E_SETUP_ROLES_FOR_RPC]error: "Error initializing dynamic roles for RPC EXEC (0000000000000000)."; ERRORCODE: 100; NEXT: DfException:: THREAD: http-8080-6; MSG: [DM_GROUP_E_PROTECTED_ROLE_PRIV]error: "The requesting application is not privileged to use role (dm_superusers_dynamic)."; ERRORCODE: 100; NEXT: DfException:: THREAD: http-8080-6; MSG: [DM_DCNFG_E_RIGHTS_NOT_AUTHORIZED]error: "Client 'dfc_7qFho3FTRYqNVp7bpuaDRq1JoX4a' is not authorized to use role 'dm_superusers_dynamic'."; ERRORCODE: 100; NEXT: null
at java.security.AccessController.doPrivileged(Native Method)
at com.documentum.bpm.tasklist.impl.TaskListCachedCollection.executeQueryPrivilegedMode(TaskListCachedCollection.java:967)
... 122 more
Caused by: DfException:: THREAD: http-8080-6; MSG: [DM_SESSION_E_SETUP_ROLES_FOR_RPC]error: "Error initializing dynamic roles for RPC EXEC (0000000000000000)."; ERRORCODE: 100; NEXT: DfException:: THREAD: http-8080-6; MSG: [DM_GROUP_E_PROTECTED_ROLE_PRIV]error: "The requesting application is not privileged to use role (dm_superusers_dynamic)."; ERRORCODE: 100; NEXT: DfException:: THREAD: http-8080-6; MSG: [DM_DCNFG_E_RIGHTS_NOT_AUTHORIZED]error: "Client 'dfc_7qFho3FTRYqNVp7bpuaDRq1JoX4a' is not authorized to use role 'dm_superusers_dynamic'."; ERRORCODE: 100; NEXT: null
at com.documentum.fc.client.impl.docbase.DocbaseExceptionMapper.newException(DocbaseExceptionMapper.java:57)
I have found a similar discussion on thet error https://community.emc.com/message/14540#14540 .But I am not able to add this client as privilaged client.Since the client name 'dfc_7qFho3FTRYqNVp7bpuaDRq1JoX4a' given in the error message is not available in DA .
Has anyone faced this issue?Please help me to solve the problem.Thanks in advance.