How to capture Data Truncation as an Error in informatica -


i want make session fail when ever encountered data truncation.

current scenario in session using teradata tpt script load data source target.

sometime due datalength mismatch data truncate getting load target without throwing error.

ex : souce varchar(15) , target varchar(10) in scenario session throwing warning , internally trim , truncate rest 5 character. , first 10 char load in target.i want make session fail if truncation occur.

as of through googling tried 2 otpion

1) reject truncated/overflowed rows checked in target proerty

2) stop on errors did set 1

but still doesn't solve probllem.please suggest other way make achieve.

in post session check number of rows in reject when select reject truncated rows , mark fail parent.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -