cancel
Showing results for 
Search instead for 
Did you mean: 

SUM - Error password for SYSTEM does not work

former_member189462
Participant
0 Kudos
1,056

Hello experts,

We are getting the following error in SUM while checking SYSTEM password in phase PREP_EXTRACT/SUMASK:


The password for the SYSTEM user has been validated at DB level and access through SQLplus using SYSTEM credentials is correct. The error at SUM side remains however.


Error in CHKSYSPWD.LOG is as follows:

EXECUTING /usr/sap/<SID>/SYS/exe/uc/linuxx86_64/brconnect -u -c -f dbstate -RDB

BR0801I BRCONNECT 7.40 (36)

BR0280I BRCONNECT time stamp: 2023-03-09 12:39:18

BR0262I Enter database user name[/password]:

BR0280I BRCONNECT time stamp: 2023-03-09 12:39:20

BR0301E SQL error -1017 at location db_connect-3, SQL statement:

'CONNECT SYSTEM/**********@<SID>'

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance <SID> failed


Could you please suggest what to check or where the password should be updated in order for the SUM to pick the right one?

Regards

View Entire Topic
S_Sriram
Active Contributor
0 Kudos

Hi DQ

Check this SAP Note 2485565

Regards

SS

gonzaloe1
Newcomer
0 Kudos
Guys here is the solution: you must to change the system password , but you must dont use a special character into the pass. example: ALTER USER SYSTEM IDENTIFIED BY ADM123gst23;