cancel
Showing results for 
Search instead for 
Did you mean: 

client creation

Former Member
0 Kudos

hi,

pl explain me the steps to create a new client in detail.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Proceed with below steps

Login as OS user <SID>adm

goto command prompt type sqlplus "/as sysdba" and execute this command

SQL>delete from SAP<SID>.USR02 WHERE BNAME='SAP*' AND MANDT=<xxx>;

at the end commit the statement

SQL>commit;

Note:

SAP<SID> is your database schema id

BNAME should be SAP*

MANDT is the client number which you want to login

Bounce the sytem for the changes to take effect.

parameter login/no_automatic_user_sapstar should be 0 by default it will be 1

Regards

Uday

Former Member
0 Kudos

Dear ,

Kindly check below link,

Chandresh

Former Member
0 Kudos

hi,

i created client 900 entry in SCC4 IN CLIENT 000

BUT WHEN I''M TRYING TO LOGON TO 900 USING SAP* & PASS system is saying password incorrect

even i tried ddic also.

PL suggest

Former Member
0 Kudos

Have you checked the given thread link. on that thread there is post

parameter login/no_automatic_user_sapstar should be 0 for login into new client by SAP* and PASS and always remember you cannot login into any other user id to a new client except SAP*.

Regards

Subhash