cancel
Showing results for 
Search instead for 
Did you mean: 

ConfigException in PI 7.10

iprieto
Contributor
0 Kudos

Hi,

We have a business scenario IDOC -> PI -> FTP. When I process one IDOC from SAP R3 the following error appears:

<SAP:AdditionalText>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: FP=;TP=;FS=BS_SAPSERVER;TS=BS_FTP_XXX;AN=SI_IA_FILE_ORDERS;ANS=urn:xxxxx.com:orders:xxxxx:xxxxx;</SAP:AdditionalText>

<SAP:Stack />

We have done the following actions:

- Refresh CPA Cache

- Refresh SXI_CACHE

- Delete configuration objects and re-import it.

The object's activation works correctly and all components in Integration Builder works.

Does anyone have any idea about the error?

Best regards

Ivá

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

DId you tested your configuration of ID objects using Test Tool...

Also the excepted receiver determination is avalialbe in PI ?

if possible check /run other scenarios and check to find out is it problem with all interfaces or only specific one

HTH

Rajesh

iprieto
Contributor
0 Kudos

Thank you for your response,

The error only occurs in this scenario on test enviroment. In Dev and PRD works.

I can see the receiver determination on SXI_CACHE.

It's a strange problems, in addiction I will open a OSS with SAP.

Regards

Ivá

RKothari
Contributor
0 Kudos

Hello,

Please check the SP level of the Basis SWCV in test and dev environment.

I hope they are at the same level.

Also, check the Note 1258546.

-Rahul

Answers (1)

Answers (1)

iprieto
Contributor
0 Kudos

Finally the problem was that two services were mysterously stopped.

- XPI Adapter: File

- XPI Adapter: JDBC

The solution was resolved starting the Services and refresh the CPA Cache.

Thank you for your responses.