cancel
Showing results for 
Search instead for 
Did you mean: 

no access to sap* and ddic passwords

Former Member
0 Kudos

hi guys,

i want to reconfigure my TMS on DEV but we cant remember the passwords of sap* and ddic.

wat do u suggest i do?

Regards Walata

Accepted Solutions (0)

Answers (1)

Answers (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

You can reset password of SAP* as follows:

To reset SAP* password, please follow this step:

1. Set the profile parameter login/no_automatic_user_sapstar to 0 from RZ10 (If you canu2019t logon, you can edit your Instance Profile directly from the OS level, folder /usr/sap/<SID>/SYS/profile, )

2. Restart Application Server.

3. Logon to your SQL command (eq: SQL PLUS for Oracle) and connect as SYSDBA.

4. Run: SELECT * FROM [DBSID].USR02 WHERE BNAME=u2019SAP*u2019 AND MANDT=u2019<client>u2019

Example: SELECT * FROM PRD.USR02 WHERE BNAME=u2019SAP*u2019 AND MANDT=u2019000'

5. If exist, then run:

DELETE FROM PRD.USR02 WHERE BNAME=u2019SAP*u2019 AND MANDT=u2019000'

Make sure the user deleted by re-run step 4.

6. Logon to Client with user SAP* and password: pass

Thanks

Sunny

Former Member
0 Kudos
4. Run: SELECT * FROM DBSID.USR02 WHERE BNAME=u2019SAP*u2019 AND MANDT=u2019<client>u2019

You have to use schema id instead of DBSID. e.g. SAPSR3

@Sunny, hope this is ok.

sunny_pahuja2
Active Contributor
0 Kudos

Hi Manoj,

that's fine..thanks for correcting me...

Thanks

Sunny