SCCM 2012 SP1 – Reports on Remote Admin Console

Hey, here’s Martin again.

Recently i made a post about create custom reports, now I faced the Problem, that I could not open any of my reports through the System Center 2012 Configuration Manager Console installed on a remote Client. Right click on a Report and choose Run, nothing happend.
I then checked the SmsAdminUI.log (this log resides inside the Console Installation Folder under “AdminUILog”) and found the following entry:
[1, PID:8712][06/09/2013 21:27:25] :System.IO.FileNotFoundExceptionrnCould not load file or assembly ‘Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The system cannot find the file specified.rn at Microsoft.ConfigurationManagement.AdminConsole.SrsReporting.ReportViewerWindowsForms..ctor()

It seemed, that the Report Viewer is missing. So I checked ConfigMgrAdminUISetup.log and found:
CreateProcess failed (2). szCommandLine=”$SCCMConsoleInstallationDirectoryBinReportViewer.exe” /q, szDirectory=(null)

After installing the Report Viewer, you will find it under $SCCMConsoleInstallationDirectoryBinReportViewer.exe, and restarting the SCCM 2012 console, all reports will run.

One thought on “SCCM 2012 SP1 – Reports on Remote Admin Console

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.