DataStage Phantom Warnings

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
Mun
Charter Member
Charter Member
Posts: 33
Joined: Tue May 02, 2006 10:02 am

DataStage Phantom Warnings

Post by Mun »

Hi all, I am getting these warnings..Anyway to fix this? I've tried reset the job and rerun it.

DataStage Job 765 Phantom 6982
Program "DSD.UVClose": Line 56, Attempted WRITE with NULL record ID
DataStage Phantom Finished

DataStage Job 765 Phantom 6983
Program "DSD.StageRun": Line 571, Attempted WRITE with NULL record ID
Program "DSD.StageRun": Line 571, Attempted WRITE with NULL record ID
Program "DSD.StageRun": Line 571, Attempted WRITE with NULL record ID
Program "DSD.StageRun": Line 571, Attempted WRITE with NULL record ID
Program "DSD.StageRun": Line 571, Attempted WRITE with NULL record ID
Program "DSD.StageRun": Line 571, Attempted WRITE with NULL record ID
Program "DSD.StageRun": Line 571, Attempted WRITE with NULL record ID
Program "DSD.StageRun": Line 571, Attempted WRITE with NULL record ID
Program "DSD.StageRun": Line 571, Attempted WRITE with NULL record ID
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

The message indicates that you are attempting to populate NULL in the key field of a hashed file, which is not allowed and hence the warning.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Mun
Charter Member
Charter Member
Posts: 33
Joined: Tue May 02, 2006 10:02 am

Post by Mun »

Thanks. I've always thought it was the target table. Let me check the hash files and rerun it again...

DSguru2B wrote:The message indicates that you are attempting to populate NULL in the key field of a hashed file, which is not allowed and hence the warning.
Post Reply