Hi all,
I just hit the wall with this error:
===============
Fault Reason: The request message contains errors that prevent processing the request.\r\n\r\nFault Details: <RepresentationFailures xmlns="http://schemas.microsoft.com/2006/11/ResourceManagement" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><AttributeRepresentationFailure><AttributeType>AccountName</AttributeType><AttributeValue></AttributeValue><FailureMessage>Exception: ValueViolatesUniqueness Target(s): TESTP
The specified attribute value must be unique for this Resource
===============
Seems that exporting from MV to FIM Service for objects that have the same AccountName is not allowed.
I have 4 AD MAs to 4 different forests and simple Sync Setup is projection from 3 source forests and join from the 4th target forest.
Join rule is not based on AccountName and also in multiforest sync it is normal to have sometimes duplicates on AccountName for objects in different domains.
In MV everything is OK , i have different objects there regardless they have the same AccountName
When I run Export on FIM MA the first one is successfuly created in the portal but the rest complains with the error above.
Quick Googling shows that there is a mechanism in FIM service to not allow duplicates on AccountName with combination with "Domain" attribute.
Just a remark about the sources ADMAs - I don't flow "Domain" attribute.
My question is: Is it possible to modify somehow this behaviour to allow duplicates on AccountName or any other approaches.
I want to achieve the same result in FIM Portal as it is in MV - different objects with the same AccountName.