in BO module, you forgot all password even all user in
business object, designer, supervisor, gen.supervisor
everythicg, how to you recover your datas?
Answer Posted / 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 View All Answers
How would you format some text using css to be verdana and bold?
Explain what is the difference between business requirement document and use case document.
Can you please send me the migration related issues .
(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.
How much data hold in one universe 336 can any one explain about core dimension, balanced dimension, and dirty dimension?
Explain what three things do you consider to be the most important factors for a manager?
can anybody tell me about complicated object you have created
Explain is there any other repository domains rather than universe, security, document?
What is package in BO
Explain what would you consider as your biggest achievement and why?
What is a bo repository?
Hi, What is the best answer for tell me about yourself for 2 years experience in bo developing.
Explain is data mart?
how to create reports on screech?
What Is The Difference Between Oltp And Olap?