Issue:
Integrated ODSEE (LDAP) with OIM 11g R2 PS1 using OID-11.1.1.5.0 connector. Wanted to test the reconciliation with one user so I gave the filter as equalTo('uid','RAJIVDEWAN') and ran the reconciliation; No reconciliation event generated.
Workaround:
Changed the filter from:
equalTo('uid','RAJIVDEWAN')
to
equalTo('uid','rajivdewan')
And I was able to see the reconciliation event.
I don't know whether it's a connector issue or it's an ICF issue.
Integrated ODSEE (LDAP) with OIM 11g R2 PS1 using OID-11.1.1.5.0 connector. Wanted to test the reconciliation with one user so I gave the filter as equalTo('uid','RAJIVDEWAN') and ran the reconciliation; No reconciliation event generated.
Workaround:
Changed the filter from:
equalTo('uid','RAJIVDEWAN')
to
equalTo('uid','rajivdewan')
And I was able to see the reconciliation event.
I don't know whether it's a connector issue or it's an ICF issue.