cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSR3DB Password changed in ABAP but need to all the concern area of ABAP and JAVA

0 Kudos

Dear Concern,

I have have changed the Database password of ID SAPSR3DB in ABAP+JAVA stack (SAP PI-> NW 7.11) system by brconnect and successfully changed. After that I kept it in secure store of config tool password filed (jdbc/pool/PIP/Password) and successfully accepted by system.

Problem is in DB level the id is becoming locked in spite of unlock it by alter user command in oracle level. Oracle profile param set as FAILED_LOGIN_ATTEMPTS = 5.

Can you please help me to resolve the problem?

Regards

Wahid

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Have you restarted the system after changing the password? If not, please stop the system then

change the database password in Java secure storage, the Java application server must be stopped.

Thanks,

Sunny

Answers (3)

Answers (3)

Arif1
Active Participant
0 Kudos

Hi,  System restart is required as you have changed the password.  Thanks,  Arif

0 Kudos

Hi Everybody,

The problem has been resolve after system restart.

Thank you all for your prompt support.

Regards

Wahid

Reagan
Advisor
Advisor
0 Kudos

You can set the Oracle profile limit for FAILED_LOGIN_ATTEMPTS to unlimited.

ALTER PROFILE DEFAULT LIMIT FAILED_LOGIN_ATTEMPTS UNLIMITED;

Restart the Java stack and check whether it is working fine.

Check whether there is a system which is configured with the SAPSR3DB password to connect to the system.

I suspect this should be from Solution Manager system for monitoring purposes.

Regards

RB

Former Member
0 Kudos

Hi,

Please check this thread...

http://scn.sap.com/thread/1963954

Thanks,

Sreeni.