Consultor Eletrônico



Kbase 15471: 1001 error when deactivating an index
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
1001 error when deactivating an index

If you run the following code, it will work fine (V8 Sys Admin Guide
(p. 14-32):
FOR EACH _File WHERE _File._file-name = "customer",
EACH _Index OF _File WHERE _unique = no:
_Index._active = no.
END.

If you add a reference to the file customer e.g.

FOR EACH customer:
DISPLAY customer.

It will give you a 1001 message "Schema change complete, restarting
session."

You can't deactivate an index and reference a table in the same
program without re-starting the session.

Progress Software Technical Support Note # 15471