Page 1 of 1

error

Posted: Wed Dec 14, 2005 12:53 pm
by knowledge
Thanks kenneth ,

as this is happing quite often , evey 5 min , I am saving the job with anothe name and compiling , as i have to load the data by aftenoon

I am looking against table , which has null , though I used option in modify stage

colunm name = Handle_Null(colmn name , "Null") its giving me error :

Lookup_32,0: When binding input interface field "REVW_MTHD_CD" to field "REVW_MTHD_CD": 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.


and

Lookup_32,0: sendWriteSignal() failed on node edwdev ds = 19 conspart = 1 Broken pipe

so many error ,

pl suggest

thansk

Posted: Wed Dec 14, 2005 1:37 pm
by kcbland
I'm sorry, I'm not tracking where this post originated. Is your original problem about saving a job? These error messages are explanatory, the first warns that the second could occur (and it did), what more do you need supplied?

null

Posted: Thu Dec 15, 2005 2:28 am
by kerensho
Hello,

Are you sure you remembered to set this column as not nullable on the Modify's output?

Keren