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
can anybody tell me about complicated object you have created
What is difference between custom hierarchy and report based hierarchy?
Explain in detail about type 1?
hi all of u, i want to learn the course in SAP(BI).because of there is no calls for BO. And the another region is it will be converted into SAP module. is it OK for me? is there any feauture in coming days? could any one plz send me the message
What is top business?
Can I create a master report in webi having 15 dimensions and 150 kpi's with 100GB of data and store it in cache ,So that I can use Cache for building new reports with less dimensions and Kpi's without hitting database againg just using cache??Please suggest...
how to create metric universe ?
What if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
How to sort the dynamic objects alphabetically on the Universe based on and SQL Server
what will be the contents for a functional requirements specifications
What is package in BO
Explain when to use local filter and when to use global filter?
What is aggregate table and aggregate fact table ... Any examples of both?
Is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
Migration of Reports from business objects 5.1.5 to samee version in different hardware?