Hope someone can help me with this.
I am running a very simple map on the MVS(CICS) environment and this map is being called by another.
the map simply selects records from the DB2 database and inserts them on another.
however, If Mercator encounters an SQL error (i.e duplicate insert or whatever) it reports the issue to the CICS log BUT continues to try and process.
It reads ALL the incoming transactions again and again and again.
Is there anyway I can tell the map that if it receives this kind of error... STOP???
thanks in advance
I am running a very simple map on the MVS(CICS) environment and this map is being called by another.
the map simply selects records from the DB2 database and inserts them on another.
however, If Mercator encounters an SQL error (i.e duplicate insert or whatever) it reports the issue to the CICS log BUT continues to try and process.
It reads ALL the incoming transactions again and again and again.
Is there anyway I can tell the map that if it receives this kind of error... STOP???
thanks in advance