Creation of MSSearch Query Object Returns Error 80020009 (191410)



The information in this article applies to:

  • Microsoft Site Server 3.0

This article was previously published under Q191410

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.

Modification Type:MajorLast Reviewed:7/17/1999
Keywords:kbprb KB191410