2 comments

RCDC Not recognized After FIM Configuration Migration

Published on Sunday, April 3, 2011 in

I’m not going to be explain something new today, but I’m just writing this article to explain how I established I was having this issue. Above that I want to make sure people find the explanation easier. This article references a PPT which has some great info on the issue.

It all started with a perfectly fine FIM deployment in a lab environment. One of the things we do from time to time is migrate the configuration to the Acceptance environment. To do this we use the FIM Configuration Migration scripts. After one of the migrations our User Edit RCDC in the Acceptance environment was broken. The RCDC defaulted to the Admin view and stated: There is an error in the synchronizationRule display configuration. Please contact your system administrator.

As I recently reviewed a RCDC troubleshooting article I knew what I had to do:

Make sure to change the level from “Error” to “Verbose”. This will give you the following entry in the event log:

image

In words:

The Resource Management Portal detected an error using the Resource Control Display Configuration (RCDC).  This prevented the portal from displaying the object as expected and the portal switched over to Admin View.

The failure is due to a incorrect configuration file.  The file does not validate against the configuration file schema.

Verify that the configuration file is valid XML and matches the configuration file schema. Either upload a new file or modify the existing file in the Resource Management Portal directory.  Afterward, reset IIS.

So now we get directed to an invalid RCDC XML. No worries: Craig Martin to the rescue: RCDC Troubleshooting He explains how you can use Visual Studio to validate the RCDC XML against the MS schema for RCDCs. The RCDC seemed fine. So eventually we logged a PSS case and got pointed to the following MS PPT:

The PPT is a must read. It clearly states how you end up in this situation and what to do to avoid it. For a fix, without having to wipe your database you’ll have to log a PSS case. The PSS people can give you a SQL procedure which can fix the guid of a given RCDC.

Related forums posts:

P.S. Taking a backup from your FIM Service database is a not a luxury when migration configurations. Make sure you have that safety net available!

Related Posts

2 Response to RCDC Not recognized After FIM Configuration Migration

24 June, 2015 22:14

Hi, any chance you still have that PPT file? The link to the PPT file seems to be broken. Any guidance on fixing this problem is very welcome.

Thanks in advance. Regards, William

25 June, 2015 22:33

Hey William, here you go: http://1drv.ms/1KdGN5m

Can you give me a heads up if you got the file? Then I'll remove it again.

Add Your Comment