Access denied error - More than one boolean attribute in the same page

We have a tab in FIM that has 3 boolean attributes. 2 set of users have got different level of access to those attributes. When one of the boolean is checked, FIM is trying to set the value to false for other 2 attributes and they are getting access denied error. In RCDC, I changed the default value to false for all those 3 attributes but still getting the same error. Is there any other solution?

  <my:Property my:Name="Text" my:Value="Termination" />
  <my:Property my:Name="Checked" my:Value="{Binding Source=object, Path=ForceDeprovision, Mode=TwoWay}" />
  <my:Property my:Name="DefaultValue" my:Value="false" />




  • Edited by fim_sc Monday, May 11, 2015 3:02 PM
May 11th, 2015 3:01pm

You could populate the values on the next full sync you have scheduled.

Alternatively, you could write a PowerShell script to update them. I've done this and split users out by first letter of last name, but in the case of 100,000 users you might be better off with splitting them into CSV files of 1,000 or so. You can run multiple versions of the script at the same time, but it can have a performance hit on the FIM Service.

  • Proposed as answer by UNIFYBobMVP Saturday, May 30, 2015 5:09 PM
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2015 4:59pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics