Hello!
We need to remove all quotes (") in text strings which varies and comes from Oracle MA inbound sync rules before write the new values in FIM.
Is it possible with function String ReplaceString(string, OldValue, NewValue)?
If not how to accomplish this?
Additional info:
- Oracle data source for Company attribute contains quotation marks
- The DN path is based on this Company attribute but it can't contain the quotation marks
- We have Outbound sync rules with function 'EscapeDNComponent' but the outbound synchronization to AD works only when actual OU name contains quotation marks. When I rename the OU, synchronization ends with error that "Object DN=... does not have a parent object in management agent .."
Thanks!