Search found 2 matches

by arahman78
Wed Sep 23, 2009 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No enough space can't map table
Replies: 0
Views: 464

No enough space can't map table

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 s...
by arahman78
Wed Sep 23, 2009 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS stage 7.x Project is locked or time out error -14
Replies: 0
Views: 734

DS stage 7.x Project is locked or time out error -14

this problem is due failuer of ds engine in managing locks entry in memory so there is descripancy between lock table in DS meta data and locks in memory . this result in alot of locks entry in memory for allready terminated process .so after while the max lock parameter is reatched and the eror app...