-
Recent Posts
- Initialising arrays in PowerShell
- AD FS 2.0 Issuance Authorization Rules
- Update Rollup 2 for Active Directory Federation Services (AD FS) 2.0
- Failure when making a web service call when running Start-FIMReportingInitialSync.ps1
- Make the installation and FIM MA accounts filtered disconnectors and save yourself a headache (and possibly a rebuild).
Categories
Topics
.NET About Active Directory Active Directory Domain Services AD FS ADMA Declarative provisioning Exchange FIM FIM 2010 FIM 2010 R2 FIM MA IIS ILM News Off-topic Portal PowerShell Programming Provisioning Scripting Self Service Password Reset SharePoint SQL Server SQL Server Integration Services Synchronization Synchronization Rules Troubleshooting Updates and hotfixes WorkflowArchives
Monthly Archives: June 2011
Forefront Identity Manager 2010 Self Service Password Reset Error: System.Workflow.ComponentModel.WorkflowTerminatedException
Scenario A user attempts to reset their password using Forefront Identity Manager 2010 self-service password reset (SSPR). The user successfully authenticates via the question and answer (Q&A) gate, provides the new password and receives the error: An error occurred when … Continue reading
The Forefront Identity Manager service has not started yet. Please wait one minute and try again
Scenario You browse to the FIM Portal and click the link to Register for password reset. The password reset registration wizard opens and immediately the error “The Forefront Identity Manager service has not started yet. Please wait one minute and … Continue reading
Posted in FIM, FIM 2010, Self Service Password Reset, Troubleshooting
Tagged Enhanced Security Configuration, ESC, FIM, Forefront Identity Manager, Forefront Identity Manager 2010, Help, IE, IE ESC, Internet Explorer, Internet Explorer Enhanced Security Configuration, Layer-8, Protected Mode, Self Service Password Reset, SSPR, Troubleshooting
Leave a comment
Forefront Identity Manager 2010 Portal Error: System.Net.WebException: The remote name could not be resolved
Before I re-energised my blog I’d been thinking about what to post about. One of the things I’ve noticed is that prescriptive guidance for specific errors is sorely lacking presently. My plan was to blog about every error and solution … Continue reading
Converting System.Security.SecureString to String (in PowerShell)
I appreciate that most people won’t want to ever convert a secure string into a normal string however there’s a couple of reasons why you would even though there are security concerns. In my case I’m providing PowerShell scripts that … Continue reading
Forefront Identity Manager (FIM) 2010 R2 Community Evaluation Program (CEP)
I just fielded three very similar questions from three different customers that I’ve been involved with regarding the design and/or deployment of FIM 2010. The questions, paraphrased, were when will FIM 2010 R2 release and when will there be a … Continue reading
Posted in FIM, FIM 2010 R2, News
Tagged CEP, Community Evaluation Program, FIM, FIM 2010 R2, FIM R2, Forefront Identity Manager, Forefront Identity Manager 2010 R2, News, R2, Reporting, Web SSPR
Leave a comment
Installing FIM Portal and Service with a load balanced name
As a follow up to my previous post, How to setup a load balanced FIM Portal and service deployment, I wanted to walk through the configuration with an example. I’ll follow the steps of the previous post using the server … Continue reading
Dropping and recreating the destination table in an SSIS package
As a follow up to my previous post on how one goes about importing data from a flat file data source into a SQL table and being able to have some control over the name of target table it is … Continue reading