cancel
Showing results for 
Search instead for 
Did you mean: 

Active File Adapter Listener

Former Member
0 Kudos

Does SAP PI have another way of actively listening to files instead of setting the poll set to 1 second?


I checked the external control, but we're trying to limit any additional development for multiple file adapters to be externally controlled.


Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

JaySchwendemann
Active Contributor
0 Kudos

Probably setting Poll Interval (secs) to 0 and leaving Poll Intervall (msecs) empty is the nearest you will get to real time behavior

Configuring the Sender File Adapter - Advanced Adapter Engine - SAP Library

However, this will definitely have a performance impact both on PI and the source system and will not scale well becaue only one server node does the polling

http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/04/04/handling-pi-performance-by-adapte...

Cheers

Jens

Harish
Active Contributor
0 Kudos

Hi Albert,

AFAIK - File adapter polls the server and do not have listner like JMS. So you need to set the polling time to minimum value for real time file transfer.

regards,

Harish