Skip to Content
0
Former Member
Mar 20, 2009 at 03:58 PM

Bypass error SQL

28 Views

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