cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Determination error in Xpath

Former Member
0 Kudos

In receiver determination step, I am specifying two condition check.

The problem is that XI server is checking the second condition ahead of the first condition.

Eg:

I have a structure like Record in the input file:

Record:

Field1

Field2

Field3

In specifying condition, I have a condition like this:

If field1 = XY AND field2 = AB

Then (do..)

But the XI server is reading field2 first and not field1 . Why is this so?

Thanks a lot.

Shaily

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the "AND" condition properly make sure it is not a "OR" condition in xPath.

Refresh the cache by tcode sxi_cache and try again.