cancel
Showing results for 
Search instead for 
Did you mean: 

IF_DETERMINATION Error in Integration Engine

Former Member
0 Kudos

Hi Experts,

I am testing a mail to idoc scenario,where we have used conversion agent for converting the edi attachment to xml.

The message is getting failed in Sxmb_moni with the following error, even though the attachment is valid...

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

 Interface Determination 
-->

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

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="IF_DETERMINATION">CX_ID_PLSRV</SAP:Code>

<SAP:P1>Problem evaluating a condition: An exception has occurred.</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error when determining the inbound interface: Problem evaluating a condition: An exception has occurred. Problem evaluating a condition: An exception has occurred. An exception has occurred. An exception has occurred. An exception has occurred. An exception has occurred. An exception has occurred. An exception has occurred. Message does not contain any payload</SAP:Stack>

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

</SAP:Error>

Please advise.

Thanks,

Sushama

Accepted Solutions (0)

Answers (3)

Answers (3)

iaki_vila
Active Contributor
0 Kudos

Hi Sushama,

As Mark says the problem is in the payload, if you test the sxi_monitor payload in the Integration directory (Tools-Test Configuration) you will obtain a fail too. The payload can be empty, but may be the payload can be with data but don't follow your scheme. You should watch carefully with payload is coming to PI. If you could have empty idoc and you can't change this issue you should control this in the message mapping to generate the tag condition.

Regards.

Former Member
0 Kudos

Hi,

Thanks for the reply.

Though the payload isnt empty and we are using conversion agent for converting the file.

Even though the conversion agent is installed properly and we are able to test the agent via CM_console, the agent seems to be not working and failing to parse the file and hence an empty payload.

Any idea on conversion agent?

Thanks in advance.

Regards,

Sushama

rajasekhar_reddy14
Active Contributor
0 Kudos

can you check payload and compare condition written in ID,this issue comes when interefece determination condition not satisfied.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

The attachment maybe valid, but what about the main payload? Have you checked this one as well?

Hope this helps,

Mark