cancel
Showing results for 
Search instead for 
Did you mean: 

SAP IDES 4.7 default Passwords

Manohar2u
Active Contributor
0 Kudos

I forget my password in ides system and I did'nt remember DDIC/SAP* password for client 000/800.

Is there anyway i can create new user, or do we have an alternate way to re-set the password

..I need to login to system

Thanks for your replies.

Cheers

Manohar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Follow these steps

1) Logon to OS as <SID>adm

2)Log on to oracle database using sqlplus.

sqlplus / nolog

SQL>connect /as sysdba

SQL>update SAP<SID>.USR01 set bname='SAP1' where bname='SAP' and MANDT=000;

SQL>commit;

SQL>exit

4) Logon to SAP systesm with user id SAP* & password 'pass'

5) repeat steps for 800 client if you want

Regards,

Phani

Manohar2u
Active Contributor
0 Kudos

Thanks Phani.

In step 2, how do I login at SQL. at run command I have given sqlplus / nolog.

Then it did something with command window ...

But next where do i give connect / as sysdba...as still sql prompt window as;nt came yet?

Former Member
0 Kudos

Hi,

Open Command prompt and type

sqlplus /no log

then your will get prompt

SQL>

then type

connect /as sysdba

Then follow the other steps given above

Regards,

Phani

Manohar2u
Active Contributor
0 Kudos

Great...I could able to update, but still it says invalid password.

SAP* and for DDIC users i did updated...tried with PASS password..but still it says invalid..

Do i need to re-start SAP?

Former Member
0 Kudos

Hi,

use the userid SAP* and password 06071992.

If it is not working use the below delete command instead of update command

Delete sap<SID>.usr02 where bname='sap*' and mandt='800'

Regards,

Phani

Manohar2u
Active Contributor
0 Kudos

Your new password worked...Many thanks Phani.

Answers (0)