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

What are different types of saving options in web intelligence?

7 Answers  


WHAT IS THE DIFFERENCE BETWEEN OLAP AND DATAWAREHOUSE? WHAT IS MICROCUBE EXACTLY?

1 Answers  


when to go for alias and when to go for contexts

4 Answers  


draw the architecture of bo

0 Answers   IBM,


What are the difference between merge,auto merge and extended merge ?

1 Answers   Cap Gemini,






What is the difference between absolute and relative div positioning?

0 Answers  


(1) Is it possible to create measures using objects from different context. (2) If cross context measures are not possible then what about @aggregate_aware() function ,here we use objects from different contexts. (3)Two measures from two different context ,can they be summed at report level.

0 Answers  


What task is 98% of the required work of a business analyst?

0 Answers  


when I am trying to schedule the report its running faster then I tried to run it manually?? why is it so that there is difference of time between scheduling and manual run for report

2 Answers  


HOW DO YOU SCHEDULE THE REPORTS?

5 Answers  


What is difference between merged dimension and forced dimension??

1 Answers  


Is there any other repository domains rather than universe, security, document?

0 Answers  


Categories