Skip to main content

Posts

Showing posts from September, 2015

SCCM Console on Server 2012 R2 cannot initialize mmc

Installing SCCM 2007 SP2 on Server 2012 R2 Terminal Server Since we are installing the console on the Terminal Server we need to Change user mode Change user /install Run Splash.hta Choose to Install console And Next For SQL reporting Services reports to show on the console , we will need to Install R2 bits on the Terminal Server where Console is added Also install R3 bits on the server If you get the error , cannot initialize mmc You would first need to install .net 3.5/2.0 Also you may need to register these dll using the following commands C:\windows\Microsoft.Net\Framework\v2.0.50727\installutil.exe "C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\bin\AdminUI.ResourceExplorerConsole.dll" /logfile=C:\inst.log  /showcallstack C:\windows\Microsoft.Net\Framework\v2.0.50727\installutil.exe "C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\bin\AdminUI.WqlQueryEngine.dll" /logfile=C:\inst.log  /showca