Cliff Hobbs is a UK-based systems management consultant who specialises in the various systems management tools covered by his website FAQShop.com such as Microsoft System Center Configuration Manager (ConfigMgr) and Systems Management Server (SMS).Having worked with SMS since 1998 Cliff has gained extensive experience of designing, deploying, and supporting large enterprise-wide systems management solutions on behalf of companies such as EDS, 1E and Getronics.In recognition of his contribution to the Systems Management community Microsoft awarded Cliff the Most Valuable Professional (MVP) award for SMS in January 2004 which has been re-awarded in all subsequent years.Having grown up with the PC from the days of the IBM AT and PC-DOS 3.3, he has an extensive knowledge of several operating systems and applications gained through his present and past employment with companies such as EDS, Du Pont, Abbey National and Getronics, amongst others.The prime goal of FAQShop.com is to help people use Systems Management technology to make their lives easier - not for technology to control their lives which is reflected in this site's mission statement:
'Ensuring you get the best of IT'.
Problem:
I’ve tried doing an In-Place upgrade of SMS 2003 to ConfigMgr but it gets part way through the process then displays a “Fatal Error” dialog box stating “Configuration Manager Setup cannot continue because of the following error: Setup cannot upgrade the ConfigMgr database. Contact your SQL administrator.”
If I look in the “ConfigMgrSetup.log” it states:
***SqlError: [42000][2812][Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure ‘master..xp_SMS_notification’. : SMSDBMON_SiteControl_ins
Cannot insert the default site control image to the database.
***SqlError: [42000][2812][Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure ‘master..xp_SMS_notification’. : SMSDBMON_Sites_ins
Cannot initialize the sites table in the database.
Setup has encountered fatal errors while installing SMS services.
Resolution:
This is a known issue as detailed in Microsoft Knowledge Base Article 556084 “xp_SMS_notification not found when Upgrade from SMS 2003 to SCCM 2007”
http://support.microsoft.com/kb/556084/en-us
UPDATED 4th August
After manually creating the Stored Procedure and re-attmepting the upgrade it failed at the same point. To get around this:
Bit bizarre why the upgrade process deletes a SP that it later relies on.