hello everyone,
I have such a scenario: two datasource, one is AD and the other is SAP, to make one record in MV and the final destination DB. these two datasource use the join rule with each other's attribute, so that they can be matched whether who do the sync job first in FIM.
So the problem is:
AD use the attribute from SAP which is an anchor attribute, but not does the SAP use the attribute from AD. SAP just use an common attribute like 'login_name' of AD which is not an anchor.(Don't know if the AD anchor could be changed?), so when AD change the attribute of 'login_name', it just do the update operation in sync job in FIM, but it will add an new one record in SAP by we business logic. so when SAP do the sync job in FIM, it will add a new record in MV only having SAP attributes but leave the AD filed NULL.
I know this is just the FIM mechanism, but how can I do something to solve this problem? I try to set the 'login_name' as anchor in AD but not be allowed(actually I didn't find a place to change the AD anchor). I just want to know if there is a method to break the old relationship for AD CS and MV then to add a new one,just like change the anchor attribute of AD? or there is something better to do?
Hope you could reply, many thanks!