Troubleshooting FIM: Reporting Installation Using SCCM 2012 SP1

What does it apply to

FIM2010 R2 SP1 Reporting installation using System Center Service Manager 2012 SP1.

Behavior

You are installing FIM 2010 R2 SP1 Reporting Services with System Center Service Manager and Data Warehouse 2012 SP1 (SCSM2012 SP1) and you get an error that states System Center manager update KB2561430 is not installed on this computer. You further investigate and realize that the KB2561430 is for SM2010 SP1.

Issue

The installer does not detect the System Center version correctly.

Solution

This issue is fixed since FIM 2010 R2 SP1 version 4.1.3451.0. Upgrading to at least this version (KB2849119) will solve the issue.

Workaround

If upgrading or patching is not possible, a command-line installation bypasses the version check. Below is an example of this workaround:

msiexec.exe /i "drive_path\Service and Portal.msi" /quiet ACCEPT_EULA=1 ADDLOCAL=CommonServices,WebPortals,FIMReporting SQMOPTINSETTING=0 SQLSERVER_SERVER=sql_server_name SQLSERVER_DATABASE=FIMService EXISTINGDATABASE=1 MAIL_SERVER=exchange.yourdomain.com MAIL_SERVER_USE_SSL=1 MAIL_SERVER_IS_EXCHANGE=1 POLL_EXCHANGE_ENABLED=1 CERTIFICATE_NAME=ForefrontIdentityManager SERVICE_ACCOUNT_NAME=FIM_Service_Account SERVICE_ACCOUNT_PASSWORD=******* SERVICE_ACCOUNT_DOMAIN=yourdomain SERVICE_ACCOUNT_EMAIL=svc-fimservice@yourdoman.com SERVICE_MANAGER_SERVER=your_Service_Manager_Server SYNCHRONIZATION_SERVER=your_FIMSYNC_Server SYNCHRONIZATION_SERVER_ACCOUNT=Domain\fimma SERVICEADDRESS=your_FIMService.yourdomain.com REGISTRATION_PORTAL_URL=https://passwordregistration.yourdomain.com FIREWALL_CONF=1 SHAREPOINTUSERS_CONF=1 REQUIRE_REGISTRATION_INFO=1 REGISTRATION_ACCOUNT_NAME=fim_SSPR_service_account REGISTRATION_ACCOUNT_DOMAIN=your_domain REQUIRE_RESET_INFO=1 RESET_ACCOUNT_NAME=your_fimSSPR_account RESET_ACCOUNT_DOMAIN=your_domain /L*v "drive_path\fimservicelog.txt"