ltd9,
from the progess editor help:
Unable to locate index '<indexname>' on table '<tablename>' for procedure '<procedure>'. (7967)
When the named procedure was compiled, it referenced (either implicitly or explicitly) the named index for the named table. When any procedure is run, Progress verifies that all the referenced tables and indexes are present in the database schema. This verification failed because the named index was not present. You need to ensure that all the tables and indexes your procedure uses from your development database are present in your production database.
regards,
longhair