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 is Custom Sorting? In development environment we had applied custom Order on Month which is having the following list of values September,October,March,August and December only.But in Production environment Month is having all LiSt of Values like 12 MOnths(Jan to Dec).So ,How it will effect the Sorting in production environmentof universe and as well as in reporting????? Thanks in advance.

3 Answers   Collabera,


Explain when to use local filter and when to use global filter?

0 Answers  


5.what is LOV? where it is store?

3 Answers   TCS,


what is a filter?

4 Answers  


What is drill across ? can anybody explain me in detail?

1 Answers  






When is the Repository created?

1 Answers  


without creating the business view is there possible to create & generate the Crystal reports?

3 Answers   TCS,


Then how to select the source by using webi or deski reports into crystal reports? i think main source is Businessview. where u import the datasource ?

0 Answers   TCS,


Explain what three things do you consider to be the most important factors for a manager?

0 Answers  


What is the use of linling the universes?Thanks in advance

2 Answers  


What is the architecture of ur project? can u explain it? PLz

1 Answers   Patni,


Hi, difference between loop and trap in business objects ? Thanks in Advance nvsraghu

2 Answers   Infosys,


Categories