Hi All,
I've been a reader for a while, but this is my first post!
I'm working on standing up SCCM 2012 R2 and during the installation I get a failure on "Installing SMS provider" stage of the install and I've been poking away at it 2 days now without much success.
My ConfigMgrSetup.log is mostly boring except for the last few lines, where it fails on CompileMOFFile
Reads like so (including the above code, incase it is a WMI issue):
INFO: Checking Windows Cluster. Configuration Manager Setup 8/12/2014 2:31:09 PM 1568 (0x0620)
CWmi::Connect(): ConnectServer(Namespace) failed. - 0x80010002 Configuration Manager Setup 8/12/2014 2:32:09 PM 1568 (0x0620)
INFO: Cannot to connect to WMI namespace root\MSCluster on SCCM2012R2.mydomain, HR = 80010002. Configuration Manager Setup 8/12/2014 2:32:09 PM 1568 (0x0620)
CWmi::Connect(): ConnectServer(Namespace) failed. - 0x80010002 Configuration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
ERROR: Failed to connect to WMI namespace root\cimv2 on SCCM2012R2.mydomainConfiguration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
INFO: 'Windows Deployment Tools' component of ADK is installed. Configuration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
INFO: 'Windows PE' component of ADK is installed. Configuration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
INFO: nlsdl.dll already exists. Configuration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
INFO: Created the provider registry settings. Configuration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
INFO: Registered OCX: C:\Program Files\Microsoft Configuration Manager\bin\x64\smsprov.dll with regsvr32.exe Configuration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
INFO: Registered OCX: C:\Program Files\Microsoft Configuration Manager\bin\x64\extnprov.dll with regsvr32.exe Configuration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
INFO: Registered OCX: C:\Program Files\Microsoft Configuration Manager\bin\x64\TaskSequenceProvider.dll with regsvr32.exe Configuration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
INFO: CompileMOFFile: Starting to compile MOF C:\Program Files\Microsoft Configuration Manager\bin\x64\TaskSequenceProvider.mof Configuration Manager Setup 8/12/2014 2:33:09 PM 1568 (0x0620)
ERROR: CompileMOFFile: Failed to compile MOF C:\Program Files\Microsoft Configuration Manager\bin\x64\TaskSequenceProvider.mof, error -1 Configuration Manager Setup 8/12/2014 3:10:45 PM 1568 (0x0620)
I'm not sure how to proceed on diagnosing this issue, I originally though it might be an SPN issue with the service account I was using to do the installation of SCCM 2012 R2 with, and added that in adsi edit. I can happily provide more logs / details, but I'm at a complete loss. This is my first production SCCM setup and I'm stuck
Thanks & take care