Does Commerce Depend on Any Specific Application-Level Objects?

Last reviewed: July 16, 1997
Article ID: Q160720
The information in this article applies to:
  • Microsoft Commerce Server, version 2.0

Q. Does the Commerce Server system depend on any specific application-level

   objects?

A. Review Clockped's Global.asa file for a list of Application property
   names that should start with "MSCS". You can change the name of
   the object returned by CreateObject() to whatever you like, but the
   Application property has to be named as expected by the system. For
   example:

      Set  FooOrderPipeline = Server.CreateObject("Commerce.OrderPipeline")
      REM The Application property must be named as it is
      Set Application("MSCSOrderPipeline")    = FooOrderPipeline

   Note that this applies only to Commerce Server components (objects)
   created in Global.asa.


Additional query words: kbfaq
Keywords : CommAdmin kbusage kbfaq
Version : 2.0
Platform : WINDOWS
Issue type : kbinfo
Resolution Type : Info_Provided


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.