cancel
Showing results for 
Search instead for 
Did you mean: 

SAP*/DDIc password in client 000 got deactivated

Former Member
0 Kudos

hi,

The SAP*/DDIc password in client 000 got deactivated since did not login to the system for a long time

I dont have any other user name in Client 000

I have a user id in client 100 with SAP_ALL

Pls let me know how to activate it

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you have two methods

one update the you flage to 0 using back end

log in to sql

update USR02 set UFLAG = 0 where MANDT = 000 and BANME='SAP*' ;

if this doesnt work

delete SAP* user from back end using following steps

inserted the parameter in default.pfl file

login/no_automatic_user_sapstar = 0;

sql> delete from sap<sid>.usr02 where bname='sap*' and mandt='000';

Samrat

Answers (0)