EBS HRMS Connector: ERROR: Given User Employee Type in the Column: RA_ROLE is Invalid
Running 11gR2PS3 with the latest EBS HRMS 11.1.1.5.0 connector
We're testing 'Oracle EBS HRMS Trusted User Reconciliation' and cannot get an EBS employee to reconcile into OIM.
I have a filter added to limit to a single EBS employee: equalTo('EMPLOYEE_NUMBER', '2112')
With trace logs running, I see the employee data in the logs - I know it's getting the record data.
Looking in RECON_EVENTS table I see this: ERROR: Given User Employee Type in the Column: RA_ROLE is Invalid
'Lookup.Users.Role' has an entry for "Employee" with Code as "EMP"
So should the code be "Employee" as well or is there something else I'm missing?