cancel
Showing results for 
Search instead for 
Did you mean: 

Login in problems after installation of ecc6.0

Former Member
0 Kudos

Hi,

I have successfully installed the SAP ECC 6.0 without any error .I have set my password for all user as admin123.Now I am not able to login to sap for first time with ddic or even sap* username.Please provide me hlep on this.I tried the default password for ddic as 19920706 and sap* as pass still it does not work.Please help me.

Regards,

Prasad Watve

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

If you you are not able to login to the system, you can delete the user sap* with the help of following command

Delete from [sapsr3]. [USR02] where BNAME = u2018sap*u2019 and MANDT = u2018000u2019;

Then activate the sap* user by adding the profile parameter "login/no_automatic_user_sapstar" from the operating system level.The value should be "0".Restart the instance then you can able to login to the system with the userid 'sap*' and password 'pass'

Thanks,

Satya

former_member190272
Active Contributor
0 Kudos

Hi,

Try user name Sap* and Password admin123 in clent 001 and 000.

If you install SAP IDES then client 800 usre name sap* password 06071992.

Regards,

Pankaj Kalsayan

TomCenens
Active Contributor
0 Kudos

Dear Prasad Watve

Please give more information, you have set the passwords during sapinst (as master password ?) or you changed it afterwards ?

What client are you trying to log on ?

What error do you get ?

Kind regards

Tom

Former Member
0 Kudos

Dear Tom,

I have install the SAp with Db as SQL.During installtion process I have set the password to admin123 for "Password for all user of sap system".Now while making the first logon to sap system through sap logon pad for 000 and 001 with user as ddic (default password for ddic)or even sap* (password as pass)it gives error "please check username or password and try again".

Regards,

Prasad

Former Member
0 Kudos

please cehck upper / lower case on yopur keyboard

if these users are locked, unlock users with this sql command:

update sapsr3.usr02 set uflag=0 where mandt = '000' and bname = 'DDIC';

commit;

regards,