Installing FIM SSPR Portals & Error: "Unable to connect to the Internet Information Server (Error: -2147221164)"
This evening, I was installing the FIM 2010 R2 Self-Server Password Register and Reset portals on a server when I received the following error (sorry I didn't take a screen-shot):
"Unable to connect to the Internet Information Server (Error: -2147221164)"
A quick Bing search of the error code resulted in nothing -- I didn't bother with Google -- and being that the error description is not bad but not too helpful either, I thought I'd whip together a quick blog entry on what the issue was in case I (or whomever reading this) run into it again. Turns out, the guys who built the server deployed the wrong IIS server role services. If you receive this error, enumerate the following IIS 7.5 web server and management tool role services to make sure they are deployed:
Required IIS 7.5 Web Server Role Services
Role service | Required features |
---|---|
Common HTTP Features |
|
Application Development |
|
Health and Diagnostics |
|
Security |
|
Performance |
|
Required IIS 7.5 Management Tools Role Services
Role service | Required features |
---|---|
IIS Management Console |
|
IIS 6 Management Compatibility |
|
Comments
Anonymous
November 18, 2012
I had encountered the same problem. Your suggestion worked. Thanks!Anonymous
October 28, 2014
Great add, these are not required for the Portal so I did not catch them.