Documentum: Turn Off Full Text Indexing Queue Items
Created: 5 March 2008 Modified:Symptoms
How do I disable the creation of dmi_queue_items that relate to full text indexing? If you do not intend to use full text indexing in 5.3 or above, you will need to disable the creation of the queue items that are created automatically. If you do not do this, your dmi_queue_item can grow quite large and this can cause performance issues.
Resolution
To resolve this, you need to remove the registered events related to full text indexing from the docbase. Run the following DQL to find the events:
DQL
Then you can use the unregister API to remove these events. The syntax is
API
Using one of the results above, the API would look like this:
API
Repeat this for the remaining events.
NOTE: You will need to manually delete the existing dmi_queue_items that have already been created.
tags: Documentum - full text indexing - queue items