A site upgrade from SMS 2.0 to SMS 2003 may not succeed if SQL replication is configured on the site database in Systems Management Server 2003 (886629)
The information in this article applies to:
- Microsoft Systems Management Server 2003
SYMPTOMSWhen you try to upgrade a site from Microsoft Systems Management Server (SMS) 2.0 to SMS 2003, you may experience the following symptoms, and the upgrade may not succeed: - Entries that are similar to the following are logged in the Drive:\Sms\Logs\Hman.Log file on the site's parent site server: Processing site control file: Site SiteCode File Drive:\SMS\inboxes\hman.box\FileName.CT2
SMS_HIERARCHY_MANAGER DateTime ProcessID Update the Sites table: Site=SiteCode Parent=ParentSiteCode SMS_HIERARCHY_MANAGER DateTime ProcessID *** insert SiteControl (SiteCode, TypeFlag, SerialNumber, BinaryData) values
("SiteCode", 1, 876, 0x0)
SMS_HIERARCHY_MANAGER DateTime ProcessID *** [42000][7139][Microsoft][ODBC SQL Server Driver][SQL Server] Length of text, ntext, or image data (ByteSizeOfCt2File) to be replicated exceeds configured maximum MaximumValue.
SMS_HIERARCHY_MANAGER DateTime ProcessID *** insert SiteControl (SiteCode, TypeFlag, SerialNumber, BinaryData) values
("SiteCode", 1, 876, 0x0)
SMS_HIERARCHY_MANAGER DateTime ProcessID *** [01000][3621][Microsoft][ODBC SQL Server Driver][SQL Server]The statement has been terminated. SMS_HIERARCHY_MANAGER DateTime ProcessID - You can start the Site Component Manager service on the SMS site. However, the service stops soon after you start it, and the service does not restart.
- When you examine the version of SMS that is installed on the site, the version is reported as SMS 2.0. However, the version should be SMS 2003.
- The Publish identity data to Active Directory box is no longer selected. If you select the box again, the Set Security Mode dialog box appears and prompts you to set the security mode to Advanced.
CAUSEThis issue may occur if all the following conditions are true: - You have completed the SMS 2003 upgrade of a central site server.
- Replication is enabled on the SMS 2003 central site database after you complete the upgrade of the central site server.
- After you enable replication on the SMS 2003 central site database, you apply the SMS 2003 upgrade to an SMS 2.0 primary site or to an SMS 2.0 child site, and the site reports to the SMS 2003 central site.
- The Microsoft SQL Server MAX TEXT REPL SIZE option of the central site database is set to a value that is too low to process the FileName.ct2 site control file of the site where you apply the SMS 2003 upgrade.
Note The site control (.ct2) file is sent to the central site from the site where you apply the SMS 2003 upgrade.
WORKAROUNDTo work around this issue, follow these steps: - Increase the value of the MAX TEXT REPL SIZE option, and remove from the site control table the records that were created by the SMS upgrade that did not succeed. To do this, follow these steps:
- Click Start, point to Programs, point to Microsoft SQL Server, click Query Analyzer, and then log on to the to the computer that is running Microsoft SQL Server that hosts the SMS 2.0 site database.
- Type the following query:
sp_configure 'max text repl size'
, value GO reconfigure with override GO delete from sitecontrol where typeflag = 2 GO Note value is the MAX TEXT REPL SIZE that you want to set. - Click Query, and then click Execute.
- Exit SQL Query Analyzer.
- Restore the SiteCtrl.ct0 file from the most recent backup that was performed before the upgrade to SMS 2003. The SiteCtrl.ct0 file is located in the Drive:\Sms\Inboxes\Sitectrl.box folder on the site server.
- Apply the SMS 2003 site upgrade to the SMS 2.0 site again.
REFERENCESFor more information about the MAX TEXT REPL SIZE option, visit the following Microsoft Developer Network (MSDN) Web site: For more information about the sp_configure stored procedure of Microsoft SQL Server, visit the following MSDN Web site:
Modification Type: | Minor | Last Reviewed: | 6/13/2005 |
---|
Keywords: | kbSMSDeploy kbSMSUpdates kbnofix kbtshoot kbwinservperf kbMgmtServices kbprb KB886629 kbAudITPRO |
---|
|