Error: "Server.CreateObject Failed" While Browsing Store

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

SYMPTOMS

You may receive the following error while browsing the store if the Application objects in Global.asa are not created.

   Server.CreateObject Failed

WORKAROUND

To avoid this error, perform the following steps:

  1. Comment out the line that is failing and see if the error propagates to the next Server.CreateObject() call.

  2. Make sure the object in question has permissions to be created (for example, a file object with read/write access).

  3. Try creating these objects in a VBScript outside Commerce Server and see if that works. If the same problem exists, try removing and reinstalling Active Server Pages.


Additional query words: kbfaq uninstalling uninstall deinstall deinstalling
visual basic vb vb5
Keywords : CommMisc CommStore kberrmsg buglist1.10 kbfaq
Version : 2.0
Platform : IDEAS WINDOWS
Issue type : kbprb
Resolution Type : kbworkaround


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.