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


Please Help Members By Posting Answers For Below Questions

webI report not showing Barcode in PDF format, i have used BC39 font,but barcode is shown in HTML but not in PDF, please any solutions??

3928


Explain how can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?

545


WHAT ARE THE META DATA TYPES?WHICH META USING IN BO'S

1691


What would you consider as your biggest achievement and why?

619


What's the Functional & Architectural Differences between Business Objects & Web Intelligence Reports?

1624






Explain in detail about type 2(scd),

599


what will be the contents for a functional requirements specifications

1793


BO Security (creating the restriction sets in Universe and applying on selected groups or users) or Database security (Creating the tables in database insrting the user details in that tables and giving conditions in self restricting joins in Universe )Which Security will improve the performance of the reports and for best practices ? I am thinking BO Security will give the better performance, could you please share your thoughts on this please... Thanks...

1726


Explain what sort of existing documents should business analysts refer to when starting on a new project?

608


What are the general problems that are faced while importing the .biar files and what is the solution to overcome it in business objects?

2405


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 ?

1573


Can anybody tell me what are the tuning problems?

1592


is it possible to export the webi reports to crystal reports?with out using businessview?

1824


Explain how many universes can be created in a project?

620


What is the difference between the public object&schema object?

580