cancel
Showing results for 
Search instead for 
Did you mean: 

NWDI Post Installation error

former_member319296
Participant
0 Kudos

While running the wizard we are getting following error

" Error: Name or password is incorrect (repeat logon)

Step: Create Group NWDI.Administrators "

\

The users NWDI_ADM, NWDI_DEV and NWDI_CMSADM are already created in backend abap system and we are providing the correct password , these users have full access in abap for troubleshooting purpose.

,. furthermore the log shows

"com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Name or password is incorrect (repeat logon) at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:516) at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1086) at com.sap.mw.jco.JCO$Client.connect(JCO.java:3256) at com.sap.ctc.util.core.services.ume.UserAbapService.hasRole(UserAbapService.java:1652) ... 16 more "

If JCO destination is root cause then which JCO destination we need to choose to check in webdyno.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In visual admin check the JCO provider, what is the users used to connect the Java stack and your Abap stak, there might be some probolem with the authorisation or user passwords..

Regards,

Vamshi.

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Singh,

please go to the WD content admin (http://<host>:<port>/webdynpro/dispatcher/sap.com/tcwdtools/Explorer) --> "Maintain JCO connections" and press the "Test" link for the available jco connections. Where you can see the very same "name or password is incorrect" error message, that connection needs to be most likely doublechecked and corrected.

I hope this helps.

Best Regards,

Ervin

former_member319296
Participant
0 Kudos

The issue got resolved , the DDIC user was locked in the abap backend client. In starting of the wizard it asked for DDIC password and the user found to be locked in the system . I checked the list of locked user using EWZ5 and found it locked.

Thanks for the response.

Regards