Link to home
Start Free TrialLog in
Avatar of afternoonan
afternoonan

asked on

SMS Provider Error in Configuration Manager 2007 Setup

<07-07-2009 10:41:02> CompileMOFFile: Failed to compile MOF D:\Program Files (x86)\Microsoft
Hi Guys

I have a 64bit 2008 member server ,a remote Windows 2003 R2 server running SQL 2005 SP2 in a Windows 2008 AD. I am trying to install Configuration manager and keep getting the same error.

I have tried setting the SPN using SetSPN and Adsiedit but all to no avail.


ERROR::
Configuration Manager\bin\i386\smsRprt.mof, error -1
<07-07-2009 10:41:02> Setup cannot compile MOF file D:\Program Files (x86)\Microsoft Configuration Manager\bin\i386\smsRprt.mof.  Do you want to continue?
<07-07-2009 10:41:02> Setup failed to install SMS Provider.  For more information about this error, see Microsoft Knowledge Base at http://microsoft.com or contact Microsoft Technical Support for further assistance.

Any help would be much appreciated.

Afternoonan
Avatar of afternoonan
afternoonan

ASKER

All Services on the SQL box running under the Local Service Account except Integration Service running under NetworkServices

When I reset the SPN I am now getting an error saying the Site Machine Account is not a member of the SQL Machines Local Administrators Account when in fact it is?
Which server are you installing the ConfigMgr provider on to?

The server which you are installing the ConfigMgr provider on to must be in the local admins group of the SQL server, as well as a SysAdmin for the database

Also, check that you have Named Pipes enabled on the SQL server.
Create SPNs
http://support.microsoft.com/default.aspx?scid=kb;EN-US;829868

setspn A MSSQLSvc/[SERVER-NAME]:1433 svc_[server-name]_sqls
setspn A MSSQLSvc/[SERVER-NAME].domain.net:1433 svc_[server-name]_sqls

svc_[server-name]_sqls is SCCM SQL Service  account
[server-name] is the name of the primary site server where the relevant SQL server resides.




setspn -A MSSQLSvc/[SERVER-NAME]:1433 svc_[server-name]_sqls
setspn -A MSSQLSvc/[SERVER-NAME].domain.net:1433 svc_[server-name]_sqls

Replace !! with -
ASKER CERTIFIED SOLUTION
Avatar of JonLambert
JonLambert
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial