Hi,
I am working on File to RFC scenario using BPM in which a file will be splitted into chunks of 999 and sent to RFC.I have used block in my design around Sync Send step and added a control step in Deadline branch'THROW EXCEPTION"to catch the exception raised by sync. In exception handler branch i have kept sync step again. Now, Problem comes, If an exception is raised by SYNc STEP [ for example: ECC not reachable], then BPM throws an exception and stops. when i try to restart the workflow after error, I see only first chunk splitted by mapping gets reprocessed, rest are not seen.
Any idea as to how I can reprocess all other chunks as well?
Appreciate your help. Thanks.