Originally posted by: SystemAdmin
Consider a file that contains multiple records that need to be processed individually and transferred on success.
How are you handling an error on one of the transfers?
-If you fail the map and leave the input file, on restart of the system, the records that were successfully processed the first time will be duplicated and this is not acceptable.
You could pre-split the records into multiple files and process each file individually through a map with wildcards as source event.
-If you do not fail the map, you could somehow backup the failing record and continue with the other records. This would complicate the process though and imply manual intervention on error.
What do you think? How do you handle such error/failure situations?
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender