Consultor Eletrônico



Kbase 16071: Schema update failed now workspace is locked
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/12/1999
Schema update failed now workspace is locked

In Roundtable, a schema update failed and now the Workspace is locked.

Run the following code from the Procedure Editor:

FOR EACH rtb_schupd WHERE rtb_schupd.wspace-id = "DEVEL":
DELETE rtb_schupd.
END.

FOR EACH rtb_schctrl WHERE rtb_schctrl.wspace-id = "DEVEL":
DELETE rtb_schctrl.
END.

FOR EACH rtb_wspace WHERE rtb_wspace.wspace-id = "DEVEL":
locked-by = "".
END.

Replace 'DEVEL' with the appropriate workspace id that is deadlocked.

Progress Software Technical Support Note # 16071