Linking IM Users with LDAP accounts using reconciliation Not working..Pls
Hi,
I am using IM 6.0
I have some set of users in IM with waveset.accountId set as with some logic. I extended the user attributes in IM & stored employee roll number as UOS-Rollnumber in IM. In Sun One LDAP i have some set of accounts . for each account we have the Rollnumber value stored as employeenumber.
I have written a correlation rule as below to link all the accounts in LDAP with IM users.
<!-- MemberObjectGroups="#ID#Top" id="#ID#D793EFAC0DDA2D31:-710068D4:10E1306A6D9:-7FF7" lastMod="57" lastModifier="Configurator" name="Kiran-LinkAssociatedNDSRule" subtype="SUBTYPE_ACCOUNT_CORRELATION_RULE"-->
<Rule subtype='SUBTYPE_ACCOUNT_CORRELATION_RULE' id='#ID#D793EFAC0DDA2D31:-710068D4:10E1306A6D9:-7FF7' name='Kiran-LinkAssociatedNDSRule' creator='Configurator' createDate='1159972221015' lastModifier='Configurator' lastModDate='1160047809015' lastMod='57'>
<cond>
<ref>account.employeenumber</ref>
<list>
<new class='com.waveset.object.AttributeCondition'>
<s>UOS-Rollnumber</s>
<s>equals</s>
<ref>account.employeenumber</ref>
</new>
</list>
</cond>
<MemberObjectGroups>
<ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
</MemberObjectGroups>
<Properties>
<Property name='editorOriginalName' value='Kiran-LinkAssociatedNDSRule'/>
</Properties>
</Rule>
& set the situation for found & unassiged as "Link Resource account to user "
I have a user & account with matching UOS-Rollnumber & employeenumber value.
When i do a reconcilliation iam getting that account in UNMATCHED...
& the account not linked with the user.
I guess this account should come in FOUND OR UNASSIGNED..
Can anyone please help me how to resolve this...
Thanks in advance
Thanks
Kiran

