Commerce Server 2000 Help errata (297140)



The information in this article applies to:

  • Microsoft Commerce Server 2000

This article was previously published under Q297140

SUMMARY

The following article includes a list of the corrections to Commerce Server 2000 Help.

MORE INFORMATION

Incorrect Keywords in "Extending the Data Warehouse" Topic

In the topic, "Extending Commerce Server/Working with the Data Warehouse/Extending the Data Warehouse," the following keywords are incorrect:

Correct KeywordIncorrect Keyword
ClassClsDef
MemberMemDef
KeyClsKeyDef
KeyMemberKeyMem
RelationRelDef
RelMemberRelMem

"Code to Invoke a Pipeline" Topic Contains Errors

  • In the topic, "Code to Invoke a Pipeline," the following line of code
    UtilRunPipe = iErrLevel
    						
    is incorrect and should read:
    ExecPipeUtil= iErrLevel
    					
  • The following line of code should appear as the first line in GetPipeContextUtil:
    Set dContext = Server.CreateObject("Commerce.Dictionary")
    					
  • The following line of code
    Set UtilGetPipeContext = dContext
    						
    is incorrect and should read:
    Set GetPipeContextUtil= dContext
    					

SaveReceipt Pipeline Component Does Not Work with Commerce Server

The "SaveReceipt" topic contains the following statement:

"Use this component to save an order in a database table."

However, the SaveReceipt pipeline component cannot be used in Commerce Server 2000. The SaveReceipt component is provided for backward compatibility with Microsoft Site Server 3.0 Commerce Edition only. When you add the SaveReceipt pipeline to a Commerce Server 2000 pipeline, the pipeline stops with the following error message:
commerce.mtxtxpipeline component execution failed prog id commerce.savereceipt.1 dictionary error value for key receipt storage in dictionary context missing expected a variant of type 9

Incorrect Order in Importing Data Diagram of "Workflow" Topic

In the topic, "Administering Commerce Server/Running the Data Warehouse/Workflow," the workflow for the Importing Data diagram is incorrect. The correct order should be:
  1. Configuration synchronization Campaign Data Import DTS TaskUser Profile Data Import DTS Task Transaction Data Import DTS Task Product Catalog Import DTS TaskWeb Server Log Import DTS TaskIP Resolution DTS Task Reports Preparation DTS Task
  2. Campaign Data Import DTS Task User Profile Data Import DTS Task Transaction Data Import DTS Task Product Catalog Import DTS TaskWeb Server Log Import DTS Task IP Resolution DTS Task Reports Preparation DTS Task
  3. User Profile Data Import DTS Task Transaction Data Import DTS Task Product Catalog Import DTS Task Web Server Log Import DTS Task IP Resolution DTS Task Reports Preparation DTS Task
  4. Transaction Data Import DTS Task Product Catalog Import DTS Task Web Server Log Import DTS Task IP Resolution DTS Task Reports Preparation DTS Task
  5. Product Catalog Import DTS Task Web Server Log Import DTS Task IP Resolution DTS Task Reports Preparation DTS Task
  6. Web Server Log Import DTS Task IP Resolution DTS Task Reports Preparation DTS Task
  7. IP Resolution DTS Task Reports Preparation DTS Task
  8. Reports Preparation DTS Task
NOTE For information about the Data Deletion DTS Task, see the topic, "Administering Commerce Server/Running the Data Warehouse/Deleting Data from the Data Warehouse."

Access Error When You Open Help from Property Definition Screen

When you click the question mark (?) on the toolbar or press the ALT+SHIFT+? key combination to open Business Desk Help from the Property Definition screen, a new screen appears with a Business Desk access error. This error will be fixed in a future release of Commerce Server. To access Help from another screen, you can either use the question mark on the toolbar or press the ALT+SHIFT+? key combination.

Missing steps in "Enabling AuthFilter for Supplier Solution Site" Topic

For additional information about this error in the Commerce Server 2000 online documentation, click the following article number to view the article in the Microsoft Knowledge Base:

298549 Enabling AuthFilter for the Supplier Solution Site is missing additional steps


Modification Type:MajorLast Reviewed:1/13/2005
Keywords:kbCommServ2000PreSP1fix kbCommServ2000SP1fix kbinfo kbpending KB297140