Monday, November 02, 2009

FIM 2010 RC1 – Resolving the Duplicate SynchronizationRule RCDC

In the FIM release notes it advises you to adjust the "Applies to Create" setting for one of two Resource Control Display Configuration (aka OVC) objects that share the same Display Name; however, it doesn't tell you how to determine which one to change. You need to do this IF you are exporting and importing your configuration between systems (the source of yet another topic).

RC1 looks like this by default:

clip_image001

We need it to look like this:

clip_image002

…but how do you know which one to change? Both are set to apply to Create, Edit and View, but only one should be Create while the other should be only Edit and View.

  1. Click the first entry hyperlink and then Export Configuration, when prompted, just click Open, we're not going to change anything
  2. On the definition for the Panel/Grouping control you will see one of two entries:

<my:Control my:Name="caption" my:TypeName="UocCaptionControl" my:ExpandArea="true" my:Caption="{Binding Source=schema, Path=DisplayName}" my:Description="{Binding Source=object, Path=DisplayName}">

For this object, uncheck Applies to Create.

Or…

<my:Control my:Name="caption" my:TypeName="UocCaptionControl" my:ExpandArea="true" my:Caption="%SYMBOL_CreateSyncRuleCaption_END%">

For this object, uncheck Applies to Edit and Applies to View.

That's it!

0 comments:

Post a Comment