cancel
Showing results for 
Search instead for 
Did you mean: 

error at change default passwords phase during sap ecc6 installation

Former Member
0 Kudos

hi sap gurus

i am installing sap ecc6 on windows/oracle

i got error at error at change default passwords phase saying " change DDIC000Password was executed with status error"

can anyone help me out in resolving this issue

thanks & regards

sathish

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186775
Contributor
0 Kudos

Hi Satish,

This is the post processing step, So dont worry much.

Just delete sap* from 000 client at database level.

select bname from SAPR3.USR02 where bname = 'sap*' and MANDT='000';

delete from SAPR3.USR02 where bname = 'sap*' and MANDT='000';

commit;

start your database& sap then login with sap* in client with new password pass

then change the password of DDIC in same client.

Hope this helps,

Regards,

Manjula .U

Former Member
0 Kudos

thanks for ur response manjula

i changed the password of both sap* and ddic to the master password as it is taking only default password

but still this is not working

can we solve this in any other way??????????

thanks & regards

sathish

ImtiazKaredia
Active Contributor
0 Kudos

Hi,

I remember it as the error in kernel. Please upgrade your kernel and restart the phase it will work fine.

Thanks

Imtiaz

peter_dzurov
Contributor
0 Kudos

As you have deleted SAP* user are you able to log in to system with SAP* and "PASS"? Please do not forget to put parameter login/no_automatic_user_sapstar =1 into instance profile and restart instance in order to be able to log in to system with SAP*