I,
My scenorio is FILE--> JDBC,
If I have 4 messages from my File, and my 2nd messages fall in error, I would like my last message reach the database.
I have used the multi mapping process to isolate all my messages, but when one of my message failed the status is WAITING and my other messages are HOLDING.
Here is the parameters of my JDBC :
Processing
Maximum Concurrency : 5
Persistence : Local
Concfilt Resolution : Redo
Advanced
Number of Retried of Database Transcation on SQL Error : 2
Transaction Isolation Level : : read_commited
Disconnect from Database After Processing Each Message : TRUE
Do I missed something ?
Regards