Kbase 15897: No one can remember the sysop password for RoundTable
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
No one can remember the sysop password for RoundTable
What to do if no one can remember the sysop password in RoundTable.
- start up a PROGRESS client
- connect to the RTB repository db
- dump the PROGRESS _user records to a ".d" file
- delete the PROGRESS _user records
- restart RTB and login and redefine the sysop user
- edit the ".d" file to remove the old sysop _user record
- and use the PROGRESS client to reload the _user ".d" file back into RTB
i.e. (not all the necessary code)
for each _user where _user._userid = "sysop":
display
_userid
_user-name.
/*
delete
_user.
*/
end.
Progress Software Technical Support Note # 15897