Exception Handling Logic
Summary
Exception Handling LogicContent
Hi,
We need to process the multiple files through the single instance of ICS and we are doing the same. But the issue is when there is problem in one file , the entire process terminates and ends with error as per Global fault handling.
As per requirement , the ICS should continue processing the other files even if there is one file with issue. Once the processing is complete for all files the program should finish with error as one of the files were erred out during the process.
Please let me know how to achieve it.
1