Creation of MSSearch Query Object Returns Error 80020009

ID: Q191410


The information in this article applies to:


SYMPTOMS

Accessing a page that instantiates the Query object (MSSearch.Query) may return the following error message:

Server object error 'ASP 0193 : 80020009'


CAUSE

The Query object requires that Session State be enabled for the application under which the object is being created. If session state is not enabled, the call to Server.CreateObject() will fail.


RESOLUTION

Enable Session State for the application under which the object is being created.

To enable Session State for your application, do the following:

  1. Open the Microsoft Management Console (MMC) Internet Service Manager.


  2. Bring up the properties of your Web application.


  3. From the Home Directory tab, select Configuration.


  4. In the Properties Sheet that appears, choose the App Options tab.


  5. Select the Enable Session State check box.



STATUS

This behavior is by design.

Additional query words: kbDSupport


Keywords          : prodsitesrv3 
Version           : WINNT:3.0
Platform          : winnt 
Issue type        : kbprb 

Last Reviewed: July 15, 1999