Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Informatica error =[ERROR('transformation error')]

I am getting the following Informatica error:

Note: Output column [AGENT_DISPOSTION_CODE] has no default value. Row will be skipped if transformation errors are encountered MAPPING> DBG_21056 column=[PHONE_NUMBER], defaultvalue=[ERROR('transformation error')]

How can I fix it?

like image 258
user1173496 Avatar asked Dec 03 '25 02:12

user1173496


1 Answers

It's not an error, it's only an information that you have a port with a default value set to ERROR('transformation error'), so Integration Service will skip the NULL values with an ERROR function.

The Designer inserts this expression automatically, when you add a new output port; you can change it. Edit the expression, find the port on the Ports tab and check the Default value field at the bottom:

output only port

The ERROR function causes the Integration Service to skip a row and issue an error message, which you define.

like image 120
Marek Grzenkowicz Avatar answered Dec 06 '25 09:12

Marek Grzenkowicz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!