Does anyone know if it is possible to recover (or re-establish) the password for a general supervisor account?
(I realize that there is (or should be) normally 2 accounts for back-up)
… 
tomattm
(BOB member since 2003-07-31)
Does anyone know if it is possible to recover (or re-establish) the password for a general supervisor account?
(I realize that there is (or should be) normally 2 accounts for back-up)
… 
tomattm
(BOB member since 2003-07-31)
you cannot recover until remember the password 
but you can reset by following update statement
login into repository schema
update obj_m_actor set m_actor_c_password=’’
where m_actor_c_name=‘General Supervior name’
Then login into BO and change the password
Shahubar Sadiq
(BOB member since 2003-02-28)
and don’t forget that you’ll need to unlock it if it has been locked out.
Also, remember to check the FAQ’s. We’ve answered this one pretty thoroughly here. 
Cindy Clayton
(BOB member since 2002-06-11)
Thanks ALL! 8)
tomattm
(BOB member since 2003-07-31)