Program "DSD.UVClose"

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sumitgulati
Participant
Posts: 197
Joined: Mon Feb 17, 2003 11:20 pm
Location: India

Program "DSD.UVClose"

Post by sumitgulati »

Hi All,

One of my DataStage Jobs is giving the following warning message:

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

I am not able to figure out what exactly it means.

Kindly let me know the solution.

Thanks
Sumit
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

You have an output link trying to write a row into a hash file where the value of the primary key is NULL.

You need to investigate why, and at a minimum put a constraint on that output link to disallow NULL primary key rows. These messages will slow down your job, as well as fill up the job log.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
sumitgulati
Participant
Posts: 197
Joined: Mon Feb 17, 2003 11:20 pm
Location: India

Post by sumitgulati »

Hi kcbland,

Thanks for the reply. I have a hash file in the Job used as a lookup. Nowhere in the Job we are populating any hash file. Do you see any other reason for such a warning message.

Thanks,
Sumit
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Zoink, I wasn't paying enough attention. :oops: There's something internally that tried to write a NULL row somewhere. Odds are it is an internal job file (either the CONFIG, STATUS, or LOG files). There's probably nothing to do about it.

Is it happening every single run, or sporadically, and on other jobs too? If it's repeatable, you may want to contact tech support. You're on 7, and most people aren't, so you're blazing the trail for bugs. 8)

This one is a common message, I've seen it for years on multiple platforms and releases.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
sumitgulati
Participant
Posts: 197
Joined: Mon Feb 17, 2003 11:20 pm
Location: India

Post by sumitgulati »

Hi kcbland,

Thanks a lot. It was actually NULL value population in Hash file error only. Initially I did not notice the Hash File Load happening in the job.

Thanks a lot. Its resolved now.

Regards,
Sumit
Post Reply