cancel
Showing results for 
Search instead for 
Did you mean: 

client creation

Former Member
0 Kudos

Hi all

I am creating new client on my IDES server, but when first time we log on by user name Sap* and password pass on new client, it says username or password wrong.

can anybody tell what is exact problem.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bhupinder,

Pl try 06071992 for sap* and

19920706 for DDIC.

If it does not work check the instance profile for an entry "login/no_automatic_user_sapstar", and set the value to 0. Save and activate the profile, restart your system, and now you'll be able to login with SAP* and pass.

If you change the profile from os level be sure thth the sap system as well as the db is shut.

The third option is delete SAP* from backend (SQL) and SAP* will be created automatically

Now u can loging through 000 with password PASS

sqlplus /nolog

conn /as sysdba;

DELETE from SAP<SID>.USR02 where mandt='000'

and bname = 'SAP*';

commit;

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check the parameter login/no_automatic_user_sapstar = 0

by thefault it is 1 so just make the changes by 0 then you will be able to loin in to your new client with SAP*

Regards

Subhash

Former Member
0 Kudos

i did this but when i restart and see it again shows

login/no_automatic_user_sapstar = 1

it is not saving this parameter, i tried from Sap*

Former Member
0 Kudos

Did u save and activate the profile before restarting SAP? If you did then did u see the new version of the profile?