Consultor Eletrônico



Kbase P70483: RoundTable. New WorkSpace remains locked
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/04/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.1D
All Supported Operating Systems

SYMPTOM(s):

RoundTable. New WorkSpace remains locked

Unlock a Workspace Locked by Schema Update

FIX:

In Windows RTB, you can unlock a workspace locked by a failed schema update by loggin in as "sysop" and unchecking "locked" on the Workspace Maintenance window.

In UNIX RTB, you must run the following code to unlock the workspace:

FIND rtb_wspace WHERE wspace-id = "".
ASSIGN locked-by = "".

This will allow you to re-start the update. It will not allow you to delete the list until you complete the schema update (it is an all or nothing kind of thing).