lunes, 7 de abril de 2014

Hyperion: How to change Admin password In Case if you forgot the Admin password in Hyperion 11.1.2.1

Login to your database with the user/password that is the owner of the shared services repository.
Run the following SQL command in Oracle SQL Developer or equivalent tool user by your Relational Database System.

update CSS_USERS
set PASSWORD='{SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g='
where name='admin';
commit;


This will set it to default password which is password 

No hay comentarios:

Publicar un comentario