Request to create indexes pending

Hi used Tamino Schema editor to create indexes for a particular node for my collection. When I tried to update my schema, it gave an error saying enough memory could not be allocated.

I expanded my index spaces and then started and stopped the database. I got an alert while starting saying that “Request to create indexes for doctype uniprtot in collection uniprot” (INOXRW8801) is pending.

After that, I have not been able to update the schema, becuase everytime I try to update, it says that the collection is in use.

How do I invoke the creation of indexes in this situation!!!

Thanks

Hi

you have to use the command _admin=ino:RepairIndex(“myCollection”,“myDoctype”, “myOption”)
with myOption being either “drop” or “continue” in order to get to a clean state.

Best regards
Uli