cancel
Showing results for 
Search instead for 
Did you mean: 

Client Copy

Former Member
0 Kudos

Hi All,

I have installed 2004s sp6 (ABAP Stack)...i can able to login using ddic as username with master password for the client 000. i have created client 100 here..my problem is when i try to login using client number 100, with master pwd, it did't allow me...

Could any body provide me the solution...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Then try user sap*/pass for authorization-uncopied profile.

Answers (8)

Answers (8)

Former Member
0 Kudos

Hi,

maybe you can send in detail the steps you are following to create the new client and to login so we can help you more.

Thanks.

Former Member
0 Kudos

Hi,

Niranjan Reddy

u have created a New Client with 100

and this is fine

but u have to know some thing like

for the Newelly created Client bacically there will be no User Master Data

wright.

so when ever u create a New Client, u will get User ID is SAP* and Password is PASS.

if u want to the Login with DDIC User ID and Password as Master Password

u have to do Client Copy

if u find any of my Answers solve your problem

please drop points

bye

Former Member
0 Kudos

I found there is lot of confussion occured in the replyes.

Here you go in simple way.

login to 000

Create client :SCC4

login to new client with USERNAME : sap* and PASSWORD :pass

Client copy : sccl

give source client and profile (SAP_ALL).

its all over...

Chandra.

Former Member
0 Kudos

Hi

i am not able to login into new client using sap* with pwd: pass

that is my problem

Former Member
0 Kudos

Niranjan,

While creating the new client try using SAP_UCSV profile instead of SAP_ALL

Thanks

Kalyan

Former Member
0 Kudos

Hi Niranjan,

Logon to your OS as <SID>adm, then go into your database and log on as system admin. In oracle you can execute

- sqlplus /nolog

- connect /as sysdba

Then delete the sap* user from client 100, execute below command

- delete from sapr3.usr02 where bname = 'SAP*' and mandt = '100'

- commit

Now you can logon to client 100 by using sap* with password <b>pass</b>

Regards,

Anggana

Former Member
0 Kudos

Niranjan,

Log in to 000 --- create client in SCC4 as client 100

Log in to 100 --- go to SCCL then do client copy

SAP* password will be pass.

If you change any passwords for DDIC or any user dont forget to rest the buffers in AL12....it will clear the buffers then you are new password will take effect.

Thanks

Kalyan.

Former Member
0 Kudos

If you copied client 000 to 100 using client-copy profile SAP_ALL or another profile with attribute "Authorization Profiles and Roles", then client 100 is the same as client 000, so you can login to client 100 with any user that you know in client 000.

Otherwise, if you lose password for SAP* try do as following:

- Delete the record for SAP* in table USR02 as follows:

delete USR02 where BNAME=”SAP*” and MANDT=’XXX’

(Replace ‘XXX’ for a valid client number.).

Regards,

Former Member
0 Kudos

Hi Toan,

my problem is i am able to create client 100 using SCC4 in client 000, but am not able to login into client 100 using Master password.

Once i can login into client 100 only i could do client copy . This is my problem

for this do i need to set any profile parameters????

Former Member
0 Kudos

you are using PASS as master password ?

Former Member
0 Kudos

TCode: SCC4 for displaying, changing, and creating clients.

TCode: SCCL for local client-copy. That's to copy to client 100 (remember to logon to client 100 to make a local client-copy to client 100).

To simply set the profile parameter login/no_automatic_user_sapstar to 0, add a line in file
usr\sap\<SID>\SYS\profile\<instance profile file> then restart SAP server to apply.

Give me point if you think my answer helpful

Regards,

Former Member
0 Kudos

Hi Toan,

I have tried as you told, but still i am not able to login with using client 100 ,even i have creatd this client in c;lient 000 ...please see below i am pasting profile file.....the last line login/no_automatic_user_sapstar = 0 i only added

SAPDBHOST = devdbi

j2ee/dbtype = ora

j2ee/dbname = DBI

j2ee/dbhost = devdbi

SAPSYSTEMNAME = DBI

SAPGLOBALHOST = devdbi

#----


  1. SAP Central Service Instance for J2EE

#----


j2ee/scs/host = devdbi

j2ee/scs/system = 00

j2ee/ms/port = 3900

rdisp/bufrefmode = sendoff,exeauto

#----


  1. SAP Messaging Service for ABAP

#----


rdisp/mshost = devdbi

rdisp/msserv = sapmsDBI

rdisp/msserv_internal = 3901

login/system_client = 001

login/no_automatic_user_sapstar = 0

Former Member
0 Kudos

1st, make sure that you created client 100 and made a client-copy for client 100 (ex. from client 000).

Then, depending on the client-copy profile that you chose before, you can use DDIC user with master password or use the default one (19920706). If still unable, try user SAP* with default password 06071992. If unfortunately, you cannot with SAP*, then you have to set profile <b>login/no_automatic_user_sapstar</b> to <b>0</b>.

Former Member
0 Kudos

Hi Toan,

Thanks for the reply, i created client 100.Could you pelase give me the <b>Tcode</b> to client copy....I am new to installation, Could you please tell me in detail how to set profile <b>login/no_automatic_user_sapstar to 0</b>.

Former Member
0 Kudos

Hi,

Did you create client 100 only with SCC4 or did you make a client copy from 000 to 100 ?

Regards,

Olivier