Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Initial user to login to client 100

Former Member
0 Kudos

I have installed a demo version of SAP NW.

I have created client 100 in client 000.

My question is how do i login to client 100??

I tried SAP* with PASS but coudld not get into..

Any ideas??

1 ACCEPTED SOLUTION

former_member190272
Active Contributor
0 Kudos

Hi

Check your profile parameter is login/no_automatic_user_sapstar =0 If not you change it via T code RZ10.And if this alreday chang you go sql plus and delete sap* in table USR02.

when you restart system you login your system sap* password pass.

Thanks

Pankaj Kumar

8 REPLIES 8

Former Member
0 Kudos

1 more question..What would be the developer key for demo version??

Former Member
0 Kudos

Hi,

Set the profile parameter “login/no_automatic_user_sapstar =0”in rz10 TC and also refer the Note 937323

Please reward the points if useful

Regards,

Rakesh

former_member190272
Active Contributor
0 Kudos

Hi

Check your profile parameter is login/no_automatic_user_sapstar =0 If not you change it via T code RZ10.And if this alreday chang you go sql plus and delete sap* in table USR02.

when you restart system you login your system sap* password pass.

Thanks

Pankaj Kumar

Former Member
0 Kudos

Hi ,

If all the users are locked, they can be unlocked by

a)Try this command at ur sql plus query level

Go to cmd prompt.

Sqlplus /nolog

conn /as sysdba

this will take you to the sqlprompt.

Just execute the earlier commands there.

sqlplus><b>UPDATE SAP<schema>.usr02 set uflag=0 where mandt=<CLNT NO> and uflag=64;</b>

this statement actually unlocks the users of that particular client. So, try for every client in that sap system.

b) You can delete sap* user

Go to cmd prompt.

Sqlplus /nolog

conn /as sysdba

sqlplus><b>DELETE SAP<SID>.usr02 where mandt='CLIENT.NO' and bname=SAP*;</b>

<b>Note:-

After doing this restart the system. So, that a new user with the name "sap" gets generated with password "pass". Provided the parameter is set login/no_automatic_user_sapstar= 0 (Automatic user SAP is permitted).</b>

regards,

kanthi

0 Kudos

thanks for the response..points awarded.

0 Kudos

Have you able to login to the system now with SAP* id ?

Once I faced the simliar kind of issue due to license problem.

Former Member
0 Kudos

Hi,

Do you have database level access?

If yes you can delete SAP* user. It will automatically get created. Follow these steps.

Logon to your database with orasid as user id and execute this sql

delete from sapSID.usr02 where bname='SAP*' and mandt='XXX';

commit;

(bname is user name & mandt is the client)

Now you can login to the client 100 using sap* and password pass

Thanks & Regards,

Sameer

Former Member
0 Kudos

Hi,

Have you done the client copy after creating the client 100? If not, do the following:

1) Log on to the new client with user: SAP* with the password: PASS.

2) Start transaction SCCL and copy the client 000 using the recommended profile SAP_ALL, SAP_USERS,SAP_CUST. This takes approximate. 45 minutes to complete.

Than in client 100 you can create your own UserID and start working on it.

Hope it helps.

Please award points if it is useful.

Thanks & Regards,

Santosh