cancel
Showing results for 
Search instead for 
Did you mean: 

commands to change passowrd with brtools

Former Member
0 Kudos

How to change the password of 'System', 'SYS' and 'SAPSR3' with brtools?

Following is the screenshot of brtools..

BRCONNECT options for changing password of database user

1 - BRCONNECT profile (profile) ............... [initBQN.sap]

2 - Database user/password (user) ............. [/]

3 ~ Database owner to change password (owner) . []

4 - Message language (language) ............... [E]

5 - BRCONNECT command line (command) .......... [-p initBQN.sap -l E -f chpass]

Standard keys: c - cont, b - back, s - stop, r - refr, h - help

-


BR0662I Enter your choice:

2

BR0280I BRTOOLS time stamp: 2008-10-20 15.39.56

BR0663I Your choice: '2'

BR0280I BRTOOLS time stamp: 2008-10-20 15.39.56

BR0681I Enter string value for "user" [/]:

system

BR0280I BRTOOLS time stamp: 2008-10-20 15.40.00

BR0683I New value for "user": 'system'

BR0263I Enter password for database user 'system' (maximum 8 characters):

BR0280I BRTOOLS time stamp: 2008-10-20 15.40.10

BR0657I Input menu 59 - please check/enter input values

-


BRCONNECT options for changing password of database user

1 - BRCONNECT profile (profile) ............... [initBQN.sap]

2 - Database user/password (user) ............. [system/********]

3 ~ Database owner to change password (owner) . []

4 - Message language (language) ............... [E]

5 - BRCONNECT command line (command) .......... [-p initBQN.sap -l E -f chpass]

Standard keys: c - cont, b - back, s - stop, r - refr, h - help

-


BR0662I Enter your choice:

c

BR0280I BRTOOLS time stamp: 2008-10-20 15.40.14

BR0663I Your choice: 'c'

BR0259I Program execution will be continued...

BR0291I BRCONNECT will be started with options '-p initBQN.sap -l E -f chpass'

BR0280I BRTOOLS time stamp: 2008-10-20 15.40.14

BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:

c

BR0280I BRTOOLS time stamp: 2008-10-20 15.40.16

BR0257I Your reply: 'c'

BR0259I Program execution will be continued...

###############################################################################

BR0801I BRCONNECT 7.00 (26)

BR0280I BRCONNECT time stamp: 2008-10-20 15.40.16

BR0263I Enter password for database user 'SAPSR3' (maximum 8 characters):

Here system asked for SAPSR3 password....Here, i have given the new password..

BR0280I BRCONNECT time stamp: 2008-10-20 15.41.12

BR0263I Reenter password for database user 'SAPSR3' (maximum 8 characters):

BR0280I BRCONNECT time stamp: 2008-10-20 15.41.18

BR0829I Password changed successfully in database for user SAPSR3

BR0830I Password changed successfully in table OPS$BPNADM.SAPUSER for user SAPSR3

BR0830I Password changed successfully in table OPS$BQNADM.SAPUSER for user SAPSR3

BR0280I BRCONNECT time stamp: 2008-10-20 15.41.18

BR0802I BRCONNECT completed successfully

###############################################################################

here it confuse me....let me know if you this is the right method to change the password or if there is any other better way..

Thanks

Amar

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member204746
Active Contributor
0 Kudos

easiest is with a command line:

brconnect -c -p initQBW.sap -l E -f chpass -o SAPSR3 -password wombojumbo

brconnect -c -p initQBW.sap -l E -f chpass -o SYSTEM -password wombojumbo

brconnect -c -p initQBW.sap -l E -f chpass -o SYS -password wombojumbo

lakshminarayanan_m
Contributor
0 Kudos

hi,

Yes this is one of the right method foe changing the oracle-user passwords.

regards

MLN

debasissahoo
Active Contributor
0 Kudos

Hello,

2 - Database user/password (user) ............. [/]
3 ~ Database owner to change password (owner) . []

You have to give the user name whose password you want to change in 3 not in 2. (leave the 2nd option.. it means which user will be used to change the password of user given in 3)

After giving the user id, press continue, it will ask for the new password.

http://help.sap.com/saphelp_nw70/helpdata/EN/8e/13e33a10d53e36e10000000a11402f/frameset.htm

also explains.. -o|-owner: Defines for which database owner (that is, user) the password is to be changed

Regards,

Debasis.