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 / 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 |
how to coneect to a server in a business objects
can anybody tell me how many classes where there and objects in each class
TILL WHAT LEVEL OF SECURITY BO SUPPORTS?
Migration of Reports from business objects 5.1.5 to samee version in different hardware?
Can Bo generates the reports from cubical data ? Explain?
Explain what are the steps to do to use alerts in bo?
HI EVERYONE I HAVE A QUESTION I FACED A QUESTITON FROM INTERVIEWER IN WEBI REPORT CREATING CROSS TAB REPORT FOR EX: YEAR IS COLUMN WISE AND MONTH IS ROW WISE AND INTERSECTIO IS REVENUES . HE WANTS BREAKS AT FIRST 3 MONTHS IN ROW LEVEL .. COULD U PLEASE TELL ME IF ANYONE KNOWS..
In a column if the value is >10000, it has to show downwards Arrow in green color, If the value is <10000, it has to show upwards arrow in red Color.... How to achieve this?
How you get the requirement from client?
I am getting an pop"there is no data to retrieve" when ever there is no data in the DB,what should be done not to get this pop up even if there is no data
What is the Difference b/w Server based Ranking and normal Ranking?
What type of schemas did you use in your project?Andwhy did you use that schema