SAP JAVA SCHEMA PASSWORD CHANGE
For audit purpose,From security team,always there is requrement to change SAP Schema password every year.
In this tutorial ,i explain how we can change SAP JAVA Schema Password,Here i took example of Unix OS.
For SAP JAVA Schema user:
Please check first your JAVA schema user name ,In my case it is SAPSR3DB,you can check Java schema user name from Configtool–>Secstore.
Step 1 :
Change it from OS level: Execute below BRCONNECT command directly from OS level:
brconnect -u / -f chpass -o SAPSR3DB -p <NEWPASSWORD> [execute command where SAPSR3DB is JAVA schema user ]
Please refer below screenshot:
Step 2:
After changing password from DB level we need to maintain the password in secstore also else Java will not come up..
Open configtool>> change password of jdbc/pool/<SID>/Password to new password >> ADD>>Save
Please refer below screenshot:
Please read : how to change SAP ABAP Schema password change:
Pingback: SAP SCHEMA PASSWORD CHANGE - SAP BASIS-1 SOLUTION