Skip to Content
0
Former Member
Dec 02, 2009 at 11:51 AM

File Adapter ACKs in ccBPM

21 Views

Hi,

my scenario is very similar to [this one|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3875] [original link is broken] [original link is broken] [original link is broken]; by Michal.

I want to send a file by FTP and get an ack from the adapter. After getting the positive ack I'm sending some information back to the sender. In the BPM I wait some time for the positive ack (15 minutes, so all the retries are completed), and then if the target system can't be reached I send some information about the error back to the sender, and the BPM ends.

The problem is that if the target system is up again after 2 hours, the message that couldn't be delivered in the Adapter Engine can be reprocessed (manually or with some jobs) but then the sender IS NOT NOTIFIED (as the ccBPM ended sending an error ack to the sender).

I have some ideas about how to solve this problem but all involve creating some custom development (reading periodically the message tables in the adapter engine or the integration engine).

Any ideas on how to solve this problem?

Thanks

Edited by: Jorge Lopez on Dec 2, 2009 1:05 PM