cancel
Showing results for 
Search instead for 
Did you mean: 

Delay in the delivery of File in PI 7.1

Former Member
0 Kudos

Hi Experts

I am working on a proxy to file scenario in PI 7.1 where I need to deliver the file to two receivers, When the file is delivered to the first location it needs to be delayed for some time 20 min and same file needs to be delivered to the second receiver,

How can I achive this, Do not see any delay option in file adapter, Do I need to use the enhanced receiver determination. please throw some ideas

Thanks

PR

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You could set this on the mapping (using a "sleep" method), but this would cause the thread to be blocked during this time, and this would affect the whole PI's performance.

Use the BPM to accomplish this using the "Wait" block. Also be aware that this is a heavy resource user, as per help page below:

http://help.sap.com/saphelp_nw04s/helpdata/en/43/d92e428819da2ce10000000a1550b0/frameset.htm

Former Member
0 Kudos

I found out that it can be acived by using the Command line on the Processing parameters, Unix delay