cancel
Showing results for 
Search instead for 
Did you mean: 

Error at CallAdapter step

Former Member
0 Kudos

Hello Experts,

I am getting following exception in call adapter step for every interface.

com.sap.engine.interfaces.messaging.api.exception.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve outbound binding for the given P/S/A values:

Also I am unable to see my commincaiton channels (active in ID) in Communication channels monitroing. We did following to resolve this.

1] Did SLD cache refresh from ID and from SXI_CACHE

2] Restarted the server

3] Referred to note 1117249. This is not applicable in our case since we could see the adapter components in SLD.

4] Checked RFC Destination INTEGRATION_DIRECTORY_HMI which is giving 500 Internal server error (working ok).

We are using centralized adapter engine.

Thanks in advance.

Regards

Rajeev

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This was resolved by doing a full cache refresh itself

prateek
Active Contributor
0 Kudos

First delete and recreate the receiver agreement. Then perform a full CPACache refresh using PIDIRUSER.

Regards,

Prateek

Former Member
0 Kudos

hi prateek,

actually we had alreadty tried re-creating Receiver Agreement after which we did server re-start which i suppose should reset the cache. but still the same issue.

Anyways how to clear CPACache using PIDIRUSER? I guess it uses PIISUSER.

regards

rajeev

prateek
Active Contributor
0 Kudos

Anyways how to clear CPACache using PIDIRUSER?

Using the following URL

http://<host>:<J2EE-Port>/CPACache/refresh?mode=full

I guess it uses PIISUSER.

Wrong guess

Regards,

Prateek