sap* password reset

Moderator: Rashed

Post Reply
vamshipudatth
Posts: 1

sap* password reset

Post by vamshipudatth »

Hi

Unable to login using Sap* and ddic with default passwords.

Plz find the attachment and suggest me how to resolve this issue.

Regards
Vamshi
Attachments
ERROR.JPG
ERROR.JPG (12.9 KiB) Viewed 4444 times
Rameshnair
Posts: 6

Re: sap* password reset

Post by Rameshnair »

Hi Vamshi,

run this Query.

DELETE FROM smp.USR02 WHERE BNAME='SAP*' AND MANDT='000';

where smp is your database schema name (must be lowercase) and 000 is your client.

and also check the parameter

login no_automatic_user_sapstar=0

after that

login to 000 client with

user=sap*
and
password=pass

Hope this will work

Thanks
Ramesh Nair
nasohailmohd
Posts: 2

Re: sap* password reset

Post by nasohailmohd »

hi

type sap* in caplocks

or

login to ddic user and reset pasword
Post Reply