PRB: You Cannot Add a Web Server to a Commerce Server 2000 Site After You Upgrade to SP2 (313965)
The information in this article applies to:
- Microsoft Commerce Server 2000 SP2
This article was previously published under Q313965 SYMPTOMS
Under the following conditions
- You are upgrading to Commerce Server 2000 Service Pack 2 (SP2).
-and- - You have existing sites that require additional Web servers.
you may receive the following error message (or it may be logged in the Pup.log file):
The IIS configuration on this computer does not match the settings on the Commerce Server application, %WEB SERVER SITE%, to which you are adding a web server.
The Commerce Server application uses Web site instance number 01, which does not exist on this computer. You must create an IIS Web site with this instance number to add this computer as a web server in this Commerce Server application.
WORKAROUND
To work around this behavior, use the following SQL script and run it inside the Microsoft SQL Server Query Analyzer:
UPDATE ResourceProps<BR/>
SET s_Value = SUBSTRING(s_Value, 2, 3)
WHERE (s_Value LIKE '0[0-9]#^') AND (s_PropertyName IN ('s_WebServerInstance', 's_LogType', 's_LogFilePeriod'))
STATUSThis behavior is by design.
Modification Type: | Major | Last Reviewed: | 10/18/2002 |
---|
Keywords: | kbArtTypeINF kbbug KB313965 |
---|
|