I am using pi jdbc sender adapter.
i have wrote query which is picking data.
-------------------
<row>
<WSEQNR>9975084</WSEQNR>
<WDATE>2013-11-21 00:00:00.0</WDATE>
<WTIME>1900-01-01 13:13:43.0</WTIME>
<WSTAT>1</WSTAT>
<WMESSND>732033718364 3 </WMESSND>
</row>
i have wroten one join query which is picking a lot of records
and after picking it is updating WSTAT field 2
so every time
pi is picking new record which have value 1
now issue is that
once PI is picking bulk data
for example 100 records at one time
if there is any one record fails in mapping all data is stucked in PI
so i need to process 1 record at a time.
How to achieve it.
Regards
Mohit