I’ve been confusing myself no end with temporal set rules and I’ve finally figured out it’s because I thought “today” meant what it sounds like – whereas in fact it means “now”.
Category: FIM 2010
Add a filter to all Group criteria
Some FIM really REALLY annoys me, mostly when I come up against odd and unexpected limitations, but then I write a quick little PowerShell script to fix something or other and remember that this is really one of the best differentiators of the product. This quick fix came about because I realised that the group…
Attribute not appearing in Set or Advanced search filter
I noticed that I couldn’t use a particular attribute in search or set filters. While this can be caused by filter validation I always disable those MPRs (“General workflow: Filter attribute validation for administrator” and “General workflow: Filter attribute validation for non-administrators”) so that never causes me a problem. In this case it turned out…
FIM Service Event Log Messages
I’ve just been documenting various FIM Event Log messages for a client as part of the solution Operations Guide, and figured I may as well post them here too, where I can add events as I see new ones. All of these errors and warnings are posted to the Forefront Identity Manager event log and…
Scripts and code from my Custom Workflow session at TechEd Australia
A few people asked for the code in the session today. It’s all pretty simple but I’ll included it here with a summary of the demos. You can watch the session here: http://channel9.msdn.com/Events/TechEd/Australia/2013/ATC421
A WorkflowServiceHost instance for WorkflowDefinitionVersionKey ‘‘ has faulted.
Obscure error message of the day: A few workflows were failing in the Test environment and this event appeared in the FIM log. There may be many reasons for this error, it’s a pretty general one, but in my case it’s because I generated these workflow from template XOML copied from another workflow – but…
Comparing two FIM Sync Services
I’ve been working a lot on config migrations lately – specifically migrating FIM configuration from dev to test to prod. I wanted to be able to easily compare two Sync Service configurations: before a migration to see what the differences are; after a migration to confirm that the servers are now the same; as a…
Navigation Bar Resources not appearing
An odd one today. Several Navigation Bar Resources just would not appear for the Set members that should have been able to see them. Here’s what I observed: The Administrators could see and use the NBRs, The NBRs were listed when I viewed members of the Set of NBRs with the particular Usage Keyword, The…
I’m starting a FIM User Group – and you’re all invited!
I’m really excited to be posting this today: With the enthusiastic support of my employer Unify Solutions, myself and some of my FIM Team colleagues are starting an online FIM User Group, and you’re all invited to join! The User Group will take the form of a once monthly web conference, hosted on Lync Online, and I’m expecting…
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Putting this here to give me a chance of remembering next time I do this – because I will. I was trying to recompile my custom workflow library and I got the error “Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.” Eventually I remembered that I’d…