cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding ---Sap* and DDIC users....

former_member186775
Contributor
0 Kudos

Hi Team

I installed IDES ECC6 ... and the Installtion is

Successful ,after that I tried to open MMC console

and I used to get message called Snap creation failed.

When I logged through Sidadm this was cleared ..that is ok

but Now a new problem I am observing was I am not able to

login with any users (ie)Sap* and Ddic.I want to change the

passwords of these both users ..As I am not able to login

into SAP ..I want to change the Passwords of these from the

OS level(windows 2003)...How can I do this..plz Suggest.....

Regards,

manjula.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For ABAP System,

-


Login with your master "password"(which is given at installation level

If not reset your sap* password from Os and database level

What database are you running

If it is oracle then you can perform below command

Sqlplus "/as sysdba"

delete from sapr3.usr02 where bname='SAP*' and mandt='000';

commit;

exit

Then login with SAP* (with password pass) in client 000 . You can then

reset password for others systems users (ddic, ...)"

For JAVA:

-


there is urgent admin user id SAP* which can be used to unlock administrato

r id. To access this id do the following setting:

start the configTool.

goto configuration editor mode,2.goto cluster_data-server-cfg-services-

propertysheet com.sap.security.core.ume.service. set the paremeter: ume.s

uperadmin.password.activated to ture(default is false)

and set then set p

arameter: ume.superadmin.password to your password. After this restart the

java cluster.logon with sap* and password which u just set and unlock the j2ee_admin

and do not forget to lock sap* again once your work is over

regards,

Ramesh Bupur

Former Member
0 Kudos

For ABAP system, first you have to enable profile parameter login/no_automatic_user_sapstar from standard value 1 to 0, at OS level.

Regards

Rahul

Answers (4)

Answers (4)

former_member186775
Contributor
0 Kudos

answered.

Former Member
0 Kudos

Manjula,

After seeing u r previous mail I am understands u r facing problem in ABAP system in ecc6 will get java stack along with ABAP please go through the Net weaver documents available sap service market place here its not possible give full details

About u r problem:

Please fallow the abap system procedure and u need login in OS level as ORA(SID)ADM and pass after login to u r database as given in the before mail

Executed that command from SQL prompt

Regards,

Ramesh Bupur

former_member186775
Contributor
0 Kudos

Hii

Hay.what do you mean by login to

abap stack and j2ee stack.how to login ..I dont know how to...login

-


Ramesh

you specified For an ABAP system,For Java ..I didnt understand what do you mean by Basis system,Abap system...plz guide .

Former Member
0 Kudos

Hi

ABAP system is the legacy SAP system, where in logon through SAP GUI whereas Java is the new technology introduced by SAP few years back, making SAP applications (Like portal, XI) web enabled, wherein you logon through Web browser (Not to be mistaken with ITS). And the SAP system is known as Web Application Server (WAS) (divided as WAS ABAP and WAS Java).

For further insight refer link:

http://help.sap.com/saphelp_nw04/helpdata/en/81/b82640632cea01e10000000a155106/content.htm

Rahul

Former Member
0 Kudos

During the installation you were asked for a master password. This password is used for all the user created during the installation.

So logon to the abap stack with user: sap* and password: <your master password>

To logon to the j2ee stack use the user: j2ee_admin and password: <your master password>

goodluck,

Hay