Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You receive an error message when you refresh caches on Commerce Server 2002 Business Desk


View products that this article applies to.

Symptoms

When you refresh any caches from the Microsoft Commerce Server 2002 Business Desk, you receive the following error message:

Error Type: msxml3.dll (0x80004005)
Unspecified error
/msib21bizdesk/resolution_target_posting/refresh.asp,line 91

↑ Back to the top


Cause

This error occurs because error handling is incorrect in the Refresh.asp file.

↑ Back to the top


Resolution

To resolve this problem, you must edit the following files:
  • %systemroot%\Inetpub\wwwroot\msib21bizdesk\Profiles\RefreshProfileSvcAll.asp
  • %systemroot%\Inetpub\wwwroot\msib21bizdesk\resolution_target_posting\Refresh.asp
  • %systemroot%\Inetpub\wwwroot\msib21bizdesk\productionrefresh\Refresh.asp
In these files, every time the following code appears:
Server.CreateObject("MSXML2.ServerXMLHTTP")
change the code to the following code:
Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")

↑ Back to the top


Status

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section of this article.

↑ Back to the top


More information

For more information about the Commerce Server 2002 Business Desk, visit the following Microsoft Developer Network (MSDN) Web site:
For more information about Personalized Content Objects, visit the MSIB Documentation at the following MSDN Web site:

↑ Back to the top


Keywords: KB834162, kbprb

↑ Back to the top

Article Info
Article ID : 834162
Revision : 3
Created on : 3/19/2007
Published on : 3/19/2007
Exists online : False
Views : 319