Page 1 of 1

Running a simple ds job error i am getting

Posted: Tue May 24, 2005 1:29 pm
by parsi_cnu
HI everybody,
when i am running a simple datastage job i am getting this error
DataStage Job 59 Phantom 22061
Program "DSD.StageRun": Line 544, Attempted WRITE with NULL record ID
DataStage Phantom Finished.

since it is running in sequencer when this job success only it has to go to other job. so the job is failed.
can anybody help me.
Target condition is update or insert

Thanks
sri

Posted: Tue May 24, 2005 2:44 pm
by Amos.Rosmarin
Hash file can not accept null into a key column
use a transformer to cleanse the data before writing


HTH,
Amos

Posted: Tue May 24, 2005 4:12 pm
by ranga1970
Why are you bringing in the null records in key coulms, just filter them in transformer or at your source level?
whats your source?