cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Error RFC connection with ddic user

Former Member
0 Kudos

Hi

when i am installating IDES ECC6.0 iam unable to continue the installation

due to ddic password. i have tried with master and standard password but no use.

i have tired to logon to the system using sap* user . But it also failed to logon .

could any body help me this issue.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumar,

When you delete the user SAP*, please make sure you also add the parameter

login/no_automatic_user_sapstar = 0 to instance profile (your need to restart the SAP instance)

As NW2004S, that parameter prevent SAP* login using PASS password.

But before you do this, please just try to delete the SAP* user first and login using PASS password, if that not work than you should add the parameter and restart the SAP.

Hope this help.

FS

Answers (1)

Answers (1)

Former Member
0 Kudos

in netweaver the passwords are case sencetive. or you can delete the sap* and at sql level and then default password will be "pass"

Former Member
0 Kudos

HI

Thanks for reply , could u please give the procedure how to delete sap* in SQL

eswar.

Former Member
0 Kudos

Hi kumar,

You need to use SQL query analyzer

Run this command :

delete from <SID>.USR02 where BNAME='SAP*' and MANDT='<client>'.

Ensure all the charecters in USR are capital and <SID>= SID of your system

After doing this you can login to corresponding client with user sap* and default password "pass"

Award points accordingly,

Regards,

Raju.