cancel
Showing results for 
Search instead for 
Did you mean: 

RFC_ERROR_LOGON_FAILURE

Former Member
0 Kudos

Hi Experts,

I have a BPM scenario IDoc(ORDCHG.ORDERS05) to cXML, the message caught the below error

com.sap.aii.af.ra.ms.api.DeliveryException: error while processing message to remote 
system:com.sap.aii.af.rfc.core.client.RfcClientException: could not get a client from JCO.Pool: 
com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Name or password is incorrect. Please re-enter

the scenario was running OK before and also the RFC receiver comm channel is having green status now.

Please suggest how to resolve and resend the message.

Thanks,

MK

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member189354
Contributor
0 Kudos

Hi,

Usually you will get this error when end business system is down as XI rfc adapter based on connection polling it will try for 3 attempts, If end business system is not able with in this 3 attempts communication channel go down. Try to do the following..

Keep Communication channel inactive -> save -> activate -> keep CC Active -> save -> Active.

Try to check integration directory cache also.

Regards,

Rao.Mallikarjuna

Former Member
0 Kudos

Hi,

1) Check the status the user credentials and the RFC destination for its correctness

Regards,

Srikanth CS

former_member537867
Active Contributor
0 Kudos

Hi Mk,

Basically this is a connectivity issue as Java and ABAP stacks communicate with JRFC & For this several gatway connections (JCO)must be defined.

During communication if connection is already occupied then it gives this error.

In your case max size is 1.and while communication that connection had occupied by another resource thats why you are getting this error

Solution: ask your admin (basis ) guy to make this max no of connection 300 which is a no recommended by sap itself.

And also J2EE application which uses either Java Remote Function Call (JRFC) or Java Resource Adapter (JRA) to connect to an SAP system has caught JCo exception com.sap.mw.jco.JCO$Exception

http://help.sap.com/saphelp_nw04s/helpdata/en/f6/daea401675752ae10000000a155106/content.htm

JCO_ERROR_RESOURCE

Indicates that JCO has run out of resources such as connections in a connection pool

Action & Read the exception text and check the JAVA application.

Plz do refer the following links:

/thread/2978 [original link is broken]

Regards,

Vinod.

Former Member
0 Kudos

Hi,

Refer similar discussion

/message/2770215#2770215 [original link is broken]

/thread/454450 [original link is broken]

Thanks

Swarup

Former Member
0 Kudos

Hi,

This error it seems the RFC Logon Failure. Check ur Server Name , User Name & PWD.

Regards,

Sateesh

Former Member
0 Kudos

Hi,

1) Check that the RFC Destination that you have created

2) Do Connection Test & Remote LOgon also

3) Re-Enter the User & Pwd Once again

Regards

Seshagiri