in BO module, you forgot all password even all user in
business object, designer, supervisor, gen.supervisor
everythicg, how to you recover your datas?



in BO module, you forgot all password even all user in business object, designer, supervisor, gen.s..

Answer / ravikumar sajja

You can change supervisor passoward first using below steps
and then change all the users passwords using supervisor.

Warning: Direct manipulation of the repository tables can
cause damage to your repository and will void your support
contract. Do so at your own risk.

If you don't have a second general supervisor, you could
try the following SQL run against the security domain
database:
Code:
Update OBJ_M_ACTOR
Set M_ACTOR_C_PASSWORD = NULL
Where M_ACTOR_C_NAME = <username of general supervisor>;


This will set the password for the general supervisor to
null, and therefore the next time you login, you will not
need to enter a password. It is recommended that a password
is given asap via the supervisor module.

You will also have to set the status of the user login,
otherwise even with a null password BusObj will not let you
log in.

The status column is in OBJ_M_ACTOR and is called
M_ACTOR_N_STATUS. If you set this flag to 1 along with
setting the password to null then you should be okay. If
this still doesn't work, make sure you have commited the
database update

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Business Objects Interview Questions

. In production reports, some dimensions are missing. how do you load these dimensions in production

2 Answers   TCS,


What is DSS?? (Defination of DSS)

2 Answers  


CAN ANY BODY PROVIDE DESCRIPTION OF ONE COMPLEX UNIVERSE AND ONE COMPLEX REPORT IN BOS 6.5 TO SRINIVASBO@YAHOO.CO.IN

0 Answers   ASD Lab, Wipro,


Shall we connect to the oltp systems directly .,

2 Answers   iNautix,


What are @FUNCTION?

4 Answers  






How to do impact analysis for a change in Database field size which is assigned to a Dimension object and used in 10 universes

0 Answers   Infosys,


when we go for snow flake schema rather than star schema ?

5 Answers   TCS,


How can you check the universe?

3 Answers  


Can we do the slice and dice in webintellegence?

5 Answers   IBM,


how to restrict up to three levels in hierarchy when u do drill mode?

3 Answers   iGate,


please explain me with the real time tables on how aggregate tables are created and how aggregate awareness is addressed to it.

0 Answers   CTC,


How to sort the dynamic objects alphabetically on the Universe based on and SQL Server

0 Answers   Polaris,


Categories