Emergency Access
From CacheWiki
In article <h5um0a$3dq$1@news.intersystems.com>, t...@nhs.net says...
For anyone interested in gaining access to CACHE with lost password, I managed to do it the following way.
as root start cache instance with the following command:
csession start <instancename> EmergencyID=<anyusername>,<anypassword>
For Windows: As a user with administrative permissions run.
ccontrol start <instancename> /EmergencyID=<anyusername>,<anypassword>
don't include the <> charachters and if it's windows prefix the EmergencyID with a /
Then login to cache using the username and password you specified above, this will log you in with single user access with %All permissions.
Then move into %SYS namespace and D ^SECURITY for a menu driven security management front end to reset accounts.