Identify Delegates in Workflow DB
search cancel

Identify Delegates in Workflow DB

book

Article ID: 216116

calendar_today

Updated On:

Products

CA Identity Suite CA Identity Manager

Issue/Introduction

Error seen when adding, viewing, changing approver delegates in Identity Manager User Console.

When a task approver delegates access approvals in Identity Manager, where are those delegations stored in the DB? 

Environment

All versions of Identity Suite (Identity Manager)

Cause

The delegator information is located under user store. Since the imDelegators is a multi-valued attribute it must not store multiple delimited DN values but instead store each DN value in a separate instance of the imDelegators attribute otherwise there will be processing problems which will cause an error in adding, changing, viewing the delegators in the IM User Console. 

 

Description
Delegators
Physical Name
imDelegators
Object Class
 
Well-Known Name
%DELEGATORS%
Required
false
Read Only
false
Hidden
true
Multi-Valued
true
System
true
Data Type
String
Maximum Length
0
Validation Rule Set
 
Data Classification Tags
ignore_on_copy

Resolution

Edit the data in the UserStore so that only a single DN is stored in the imDelegators attribute. Use additional imDelegators attributes to store additional DN values as needed.

Additional Information