Error on Lookup Stage : dataset has preserve-partitioning

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
senga
Participant
Posts: 6
Joined: Mon Apr 20, 2009 8:27 am

Error on Lookup Stage : dataset has preserve-partitioning

Post by senga »

Hi,

I do not quite mastering lookup stages and the art of partitioning :( but I have to correct an issue on a job...

Anyway, I've got a Transformer Stage and a Lookup File Set connected to a Lookup Stage.

When I try to run my job, I got the following error:

Code: Select all

LK_refMSC: Input dataset 0 has preserve-partitioning flag set; disabling memory sharing.
as well as

Code: Select all

LK_refMSC,1: Failed to match node node2 (fastname garde) for LUT Fileset /catalog/trap/data006_referentiels/PDR/lkfs_REF_MSC.fs, assuming the fileset is built using entire partitioning
a few lines later

I really didn't find any post dealing with the first error (sorry if I missed them when searching). So I would be very thankful if anyone get a clue on this!

Thanks.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

For the first error, do an exact search for "disabling memory sharing". Not sure, but I assume the second is some kind of config file issue? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
senga
Participant
Posts: 6
Joined: Mon Apr 20, 2009 8:27 am

Post by senga »

Thanks for the tip, I'll have a look... as soon as I could...

They found another issue, now in production environment, and of course, I've to look at it, even if I know almost nothing about DS administration and even on development tbh -_-"

That was the complaint of the day, I'll keep in touch for this issue, thanks again!
Post Reply