No enough space can't map table

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
arahman78
Participant
Posts: 2
Joined: Wed Sep 23, 2009 7:58 am
Location: cairo

No enough space can't map table

Post by arahman78 »

this error result from high memory lockup stages used , to solve it you need to reduce the size of the data used in memory by any of the methods below
1- use don't compine option in lockup stage
2- use don't propagate colums if not needed
3- use join stage if possible
3-reduce the size of the file set used in lockup
Post Reply