RCDC Replacement
Is this video posted anywhere? I would love to see… itswithinmyreach - Jun 2, 2012Is this video posted anywhere? I would love to see what the cons are. Currently we have a consultant very eager to re-do our UI.
Is this video posted anywhere? I would love to see… itswithinmyreach - Jun 2, 2012Is this video posted anywhere? I would love to see what the cons are. Currently we have a consultant very eager to re-do our UI.
FIM User Interface Implementation: Replace the rigid RCDC with a customizable UI Speaker: Eihab Isaac Eihab delivered a very well-reasoned presentation on the pros and cons of replacing some of the forms, especially the create person (user) form. Excellent demo showing creating multiple requests for creating the user as well as requests for additional attributes, and application access. Great session. http://feeds.feedburner.com/IdentityLifecycleManagerilmBestPractices
Thanks for attending the session, glad you liked i… Craig Martin - May 2, 2012Thanks for attending the session, glad you liked it! I had fun talking and running with Scissors.
Craig’s session is on how to get data out from the FIM Service and FIM Sync with PowerShell and displaying it with SSRS, which he has dubbed Scissors! Ok Craig we get it! You have even persuaded me that PowerShell is important! I have started writing scripts. SQL Server of course is still important. Key is to hook up a pipeline from PowerShell to pass into his custom SSRS PowerShell Data Processing Extension (DPE).
Carol Wapshere delivered an excellent session yesterday at TEC 2012 on the thought process for migrating from MIIS/ILM to FIM. I loved the incisive logic to focus on the main issue being solved: getting the customer onto supported software (getting the MIIS database off SQL 2000, getting off MIIS/ILM). Avoid the temptation to try and fix everything else at the same time. She had a great list of gotchas. Even more impressive were her discovery scripts designed to analyze the existing implementations and her rubric for estimating the work.
Neat indeed. They are at the forefront of FIM aut… Craig Martin - May 1, 2012Neat indeed. They are at the forefront of FIM automation, since they use the FIM Service component to automate the FIM Sync service. AFAIK they are the reason this automation functionality exists in the FIM Service at all.
The SharePoint 2010 User Profile Synchronization Service is really FIM 2010 pre-packaged in a very special way. Need evidence? Look at the tables in User Profile Service Application_SyncDB See how it has mms_connectorspace, mms_cs_link etc. Those are table commonly found in the FIM sync database. See the attributeInternal, the BindingInternal, all of the Membership* tables those are all part of the FIM Service database. So interestingly enough they have both FIM Service and FIM sync merged into a single DB.
Can you use both declarative and non-declarative a… yekolo - Aug 4, 2013Can you use both declarative and non-declarative at the same time? Declarative for some attribute mappings and non declarative for others?
Well I delivered my session FIM 2010 R2 Showdown: Classic vs. Declarative. During lunch they changed the location. But the room was packed by 5 min after I began (guessing about 45-50 people). Many familiar faces. We had a rollicking good time. I presented how things worked with Classic and Declarative presented some findings and asked for other opinions. Boy did I receive them. My basic conclusion is that Declarative can reduce the code used and in turn improve the maintainability of the FIM implementation.
When using the uocListView control in the FIM RCDC you can have it return a list of objects. However when you open them, they also open for viewing, not editing. The key to this is to add a button control inside the uocListView control. You then specify the redirectURL property for the button. Additionally ShowActionBar must be true, ItemClickBehavior must be ModelessDialog (which is the default). Enable Selection must also be true.