Hi All,
I wanted to know is there any easy way to capture various errors which might occur during moving data from one place to another.
Even capturing this in form of error logs and later parsing in a readable format should be ok.
The requirement is to capture basic data movement technical errors (and not functional errors). Some of the examples might be -
1) Data Truncation Errors.
2) Precision Related Errors etc.
These errors can occur in any of the transformations, starting from input till output and in between transformations.
Is there also a way to increase the logging level to capture details at record level, error type level.
Any help in this regard is highly appreciated.
Thanks,
Rohit