cancel
Showing results for 
Search instead for 
Did you mean: 

unable to login ecc6.0

Former Member
0 Kudos

hi guys,

i installed oracle 10g , ecc6.0 in my pc with 4gb ram, 300gb hdd...

after installation,i try to enter the ecc6.0 through saplogon.......

but i'm unable to logon into it.....it says password is wrong, enter valid password......

detals of logon....

client : 001

username: sap*

password:********

can anybody plz tell me the reason..........

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> detals of logon....

>

> client : 001

> username: sap*

> password:********

>

> can anybody plz tell me the reason..........

SAP* doesn't exist in client 001 - use client 000

Markus

former_member1166031
Participant
0 Kudos

HI, yes please try to login with 000 cliet and check and if you get any error message still try to these steps....

logon with the sidadm user in to the server and not with the administrator user.

then

Start--> run --> cmd enter

c:\windows\sysid >sqlplus "/as sysdba" <then hit enter>

then write the select and update queries.

sapsr3 :- is the SAP<schema-id>

SQL > select bname, uflag, mandt from sapsr3.user02 where mandt = 800 and bname = 'SAPUSER';

AFTER SELECTING THE QUERY THE UFLAG SHOULD BE '0' THEN WRITE THE UPDATE QUERY..

sql > update sapsr3.usr02 set uflag=0 where mand = 800 and bname = 'SAP'; ( INCAPS - SAP)

sql > update sapsr3.usr02 set uflag=0 where mand = 800 and bname = 'SAPUSER';

sql > COMMIT ;

close sql prompt...

logon with the 000 user and user as sap* and password india123..

go to the al12 trasaction code..

transaction code :- /nal12

then go to edit reset buffer --> single key buffer --> under single table enter usr02 and click on invalidate..

know logon with client( 800) and and user( sapuser / sap* ) both will work..

PLEASE AVOID POINTS IF YOU LIKE THIS SOLUTION..

THANKS

SHAKEEL

Answers (0)