Knowledge Base

BUG: Index Tag Not Found with SET COMPATIBLE ON and DELETE TAG ALL

Article ID: 114257

Article Last Modified on 5/6/2003


APPLIES TO


This article was previously published under Q114257

SYMPTOMS

When SET COMPATIBLE is ON and the command DELETE TAG ALL is issued, the error message "Index tag not found" is returned even though DISPLAY STATUS reveals that an index is open.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce Problem

  1. In the Command window, issue the following command:

    USE <table_name>

  2. If this table does not have an index, create one by issuing the following command in the Command window:

    INDEX ON <field_name> TAG <tag_name>

  3. In the Command window, issue the following commands:

    SET COMPATIBLE ON
    DELETE TAG ALL

The error "Index tag not found" is returned.

Additional query words: errmsg err msg

Keywords: kberrmsg kbbug kbpending KB114257