BusinessObjects Board

Bo Passwords

Hi

is there any posibility to recover the all passwords of BO. if i forgot the all passwords including admin.

can any one tell me.

Adv Thanks


rpothineni :india: (BOB member since 2008-01-02)

Hi

You can do the Update on the Repository’s Security Domain, if you forget the password, I dont think its possible to Read the Passwords directly, since its in decrypted…

This is for the Classical Business Objects and XI have different architecture.

Update OBJ_M_ACTOR
Set M_ACTOR_C_PASSWORD = NULL
Where M_ACTOR_C_NAME = ’ ';

Regards

Siva.M


looksmee :uk: (BOB member since 2006-02-08)

Please let us know which BO release you are using.

BR
Sebastien

Not sure if this will help, but try this post:

https://bobj-board.org/t/86032


bension (BOB member since 2005-09-01)

Hi

i am using BOXIR2 in that. In this where u can find that tables. and u can directly write the query on database itself. is it write !

Thank u


rpothineni :india: (BOB member since 2008-01-02)

Hi

This query will work only with upto 6.5 version of Business Objects.

Regards

Siva.M


looksmee :uk: (BOB member since 2006-02-08)

please check with the table CI_systemobjects or else CI_infoobjects using query analyzer from there i think you need to update. first select and see.

Thanks,

Ranjan


ranjan.sahoo :india: (BOB member since 2007-06-11)

@rpothineni:
Please avoid Cross-posting
You have already opened multiple threads and that too using different accounts :mrgreen:
Here

.


haider :es: (BOB member since 2005-07-18)

Plus, might I suggest that you refrain from using text-message-like words, such as u - it’s you.


wahey :netherlands: (BOB member since 2007-05-31)

Hi

An Utility in BOB’s Downloads to Reset the Password in XIR2.It may help you.

Regards

Siva.M


looksmee :uk: (BOB member since 2006-02-08)

I forgot that password thats y i created new accout.


rpothineni :india: (BOB member since 2008-01-02)

You cannot view passwords in the repository. When a user sets their password a one-way hash is created and stored in the repository, the password is then thrown away. When a user attempts to logon the password is hashed and that value is compared to the stored hash value.


jwhite9 :us: (BOB member since 2006-07-28)