Hello,
I have an Oracle 10g table with about 50 thousand records in it.
I want to poll 5 records per minute to BizTalk Server 2006, to process them.
I have made a Receive Port and Receive Location to do this.
The Connection Properties for this Receive Location are:
Delete after poll: True (tested with False)
Event Max Row Count: 5
Maximum number of sessions: 40
Poll SQL Statement: empty
Polling interval: 60
Post Poll SQL Statement: empty
When I activate this Receive Location, it is polling contineous, instead of 1 time per 60 seconds, giving me messages with 5 records each.
Anybody got a clue?
Robbish.