cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR_LOGON_FAILURE: Name or password is incorrect

Former Member
0 Kudos

hello

I am trying to run an interface that been working for a long time, and today I am starting to get in the XI SXMB_MONI this message. can some one please help be find out if the problem is in the XI (and where) and if not where and what is the exact problem?

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: RfcAdapter: receiver channel has static errors: can not instantiate RfcPool caused by: com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Name or password is incorrect (repeat logon)</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The user name or pwd entered in RFC channel to connect to SAP system is wrong. Pls cross check by logging into SAP system directly and configure correct parameters in RFC channel.

Regards,

Sreedhar

Answers (4)

Answers (4)

Former Member
0 Kudos

Please check the username and password in the RFC CC.This is for sure problem with user credentials.

aashish_sinha
Active Contributor
0 Kudos

Hi,

Check these two steps

1. make the ABAP server and the RFC library compatible for password logon (see OSS note: 792850, 862989)

2. use "upper-case" alphabets in passwords.

Also look at thise discussion

/thread/260542 [original link is broken]

Regards

Aashish Sinha

PS : reward points if helpful

former_member192892
Active Contributor
0 Kudos

the username and password provided at RFC communication channel is either wrong or the user has expired

Former Member
0 Kudos

Hi,

Check the RFC connection which is used in this interface (SM59). Is it working?

Check, if the user is not locked in the target system.

Olian