cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts for files

Former Member
0 Kudos

Hi Experts,

We have a scenario wherein PI picks the file(XML files) from a FTP server and sends/write the same file another FTP Server. For this scenario we aren't using mappings. Now my question is can we stop sending a file based on a condition. Suppose if the file doesn't contain <ADDRESS> (element in source file) then it shouldn't send to Receiver FTP Server. How to achieve it and where the check the condition?

Regards

Faisal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Abdul,

Is it a pass through scenario? .. To use xpath expression you need to create data type in ESR.

Regards,

Amol

Former Member
0 Kudos

IF you are using PI version 7.1 or above, check receiver rule and context object. and also, xpath of local rule from XI 3.0 in receiver determination can do the same thing.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can use xpath expression in receiver determination

like this :

http://forums.devx.com/showthread.php?t=155299

to check if node is missing

Regards,

Michal Krawczyk