cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.1 Interface Determination FileName condition problem

Former Member
0 Kudos

Hi, all!

I need to separate message to 2 inbound interfaces by file extension.

So in my Interface Determination I created the condition:

Condition

FileName = *bal BankIB

FileName = *txt RateIB

I send 1.txt file.

But in sxmb_moni I've got:

Unable to find an inbound interface

Here is the trace:

<Trace level="3" type="T">...call rule engine for Condition%CL_SAI_SWF_RULE_ENGINE.MSG_GET_SYSTEM(MSG=&_MSG&;SYSFIELD="FileName";SYSNSP="http://sap.com/xi/XI/System/File")% = *txt</Trace>

<Trace level="2" type="T">......attachment XI_Context not found</Trace>

<Trace level="3" type="T">......extracting from attachment: FileName = 1.txt</Trace>

<Trace level="2" type="T">......extracting values found: 1</Trace>

<Trace level="2" type="T">...invalid InbIf: MeteorBankRateFileIB</Trace>

</Trace>

In old good XI it's working perfect, but not in PI 7.1

What's wrong?

Accepted Solutions (1)

Accepted Solutions (1)

srikanth_srinivasan3
Active Participant
0 Kudos

Check if you have selected '=' or '~' (approximately equals).

-

Srikanth Srinivasan

Former Member
0 Kudos

Solved problem, thank you!

Answers (0)