TCRBatchmove - Stop after Exception
Posted: Thu 09 Mar 2017 15:14
Hi I'm using TCRBatchmove to move data from Source to destination.
In one table I've got the following exception:
I've set
AbortOnKeyViolation=False
AbortOnProblem=False
Additional I've set in TIBCQueryDest
OnPostE>rror
Action:=daFail.
I've excepted that the process didn't stop and resume after exception.
How can I get Information about hidden row and without stopping the whole Process?
In one table I've got the following exception:
Code: Select all
IBCError
Dynamic error Code = -104
Token unknown Line 2, Col73
START' aufgetreten
AbortOnKeyViolation=False
AbortOnProblem=False
Additional I've set in TIBCQueryDest
OnPostE>rror
Action:=daFail.
I've excepted that the process didn't stop and resume after exception.
How can I get Information about hidden row and without stopping the whole Process?