Prpblem with range partition

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
vinodn
Charter Member
Charter Member
Posts: 93
Joined: Tue Dec 13, 2005 11:00 am

Prpblem with range partition

Post by vinodn »

Hi,

I done a job as using range partiotion at the compile time its ok,but at the time of running it gives the following error:

Sequential_File_1.DSLink4_Part: Error when checking operator: Opening rangemap [sorter\rangepart.C:361]
main_program: Could not check all operators because of previous error(s) [api\step_rep.C:1128]
main_program: Creation of step finished with status = FAILED [osh.C:1105]

I think the problem is in the range map there i gave the source data file is it correct way or not.
Give me reply for this query.

Regards,
Vinodn
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Did you create your range map with the write-range-map stage?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Indeed you must create your range map with this stage type, in a separate job prior to running the job that will use range partitioning.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vinodn
Charter Member
Charter Member
Posts: 93
Joined: Tue Dec 13, 2005 11:00 am

Post by vinodn »

HI ray,


I will try for this accoring to given.



Thanx
vinodn
Charter Member
Charter Member
Posts: 93
Joined: Tue Dec 13, 2005 11:00 am

Post by vinodn »

HI ray,


I will try for this accoring to given.



Thanx
Post Reply