Converting Nullable source to Non-Nullable

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
nagarjuna900
Participant
Posts: 35
Joined: Mon Dec 29, 2008 2:22 am
Location: chennai

Converting Nullable source to Non-Nullable

Post by nagarjuna900 »

Hi,

Lookup_7,0: When binding input interface field "Column1" to field "Column1": Converting a nullable source to a non-nullable result;
a fatal runtime error could occur;
use a modify operator to specify the value to which the null should be converted.

How to solve the above issue.

Thanks,
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

you need to perform nul lhandling .This is very common warning message .

Nullability is getting changed in the lookup .
Nag
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... if "use a modify operator" isn't the way you want to go, do an exact search on your message starting with "Converting" and see if that helps.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply