Kbase 16343: Roundtable schema update fails. Build list can't be deleted
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Roundtable schema update fails. Build list can't be deleted
If the Schema Update process fails for any reason the Build List is
not deleted. The Schema Update process cannot be run until the
Build List is deleted. The problem is that the Build List cannot be
deleted because the Delete button is grayed out.
Run the following code in the procedure editor to alleviate the
problem:
find rtb_schctrl where rtb_schctrl.wspace-id = "<your ws ID>" and
rtb_schctrl.site-code = "".
delete rtb_schctrl.
Please replace <your ws ID> with the name of the workspace where the
problem occured.
Note: this situation has been fixed in Roundtable version 8.1.
(96-09-17-052)
Progress Software Technical Support Note # 16343