cancel
Showing results for 
Search instead for 
Did you mean: 

(103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tic

0 Kudos

Developed a scenaio at PI using WebServices(synchronous) using AAE.

SOAP --> PI --> RFC

The request comes through SOAP adapter and get the data from ECC using RFC.

I'm using a receiver RFC adapter with login credentials at the ID but the ECC is trying on SSO.

The following is the error at PI adapter engine.

Returning to application. Exception: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: could not get a client from JCO.Pool: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: This system rejects all logons using SSO tickets.

Please let me know on the solution.

Thanks,

Subba

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check if the instance profile parameters login/accept_sso2_ticket=1 and login/create_sso2_ticket=2 is maintained using RZ10 tcode.

Also, If an ABAP RFC is defined in sm59 and the same destination with the same program ID is not maintained in Jco RFC Provider of the Visual Admin on the Java side, JCO errors come up.

Rgds,

Soujanya

Former Member
0 Kudos

Ho Subba Rao,

Check the below links:

http://wiki.sdn.sap.com/wiki/display/EP/TroubleshootingSAPJavaConnector%28JCo%29

http://help.sap.com/saphelp_nw04/helpdata/en/f6/e002416225f023e10000000a155106/content.htm

Also, check the SAP Note: 701205

Thanks,

0 Kudos

Hi,

The info you provided is how to solve issue using SSO.

In my case I want to skip SSO and use the logon credentials avialable at the receiver adapter.

Thanks,

Subba