Merge Stage Error

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
narenderv
Participant
Posts: 2
Joined: Wed Nov 13, 2002 10:48 am

Merge Stage Error

Post by narenderv »

Hi,

I am getting an error in the merge stage and the job aborts. The job is simple and I have a merge stage,xfm Stage, and Seq File Stage. There s enough disk space on the unix specified directories. It works for few records and When I process the entire file, the job aborts. I also processed that one record where it aborts and then it works fine. The Error message are:
Merge:Seek failed
Merge:Function 'put_row_to_page' Failed
Merge:Function 'construct_hash_table' Failed

Thanks in Advance

Regards
Narender Vittal
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Narender

Some of these questions need to go to Ascential support. You still have limits on file sizes. ulimit on UNIX will tell you your max file size. I do not think a sequetial file can be as big as a whole fielsystem. How big are these files? What is your ulimit? What version of OS? What version of DataStage?

Kim.
ariear
Participant
Posts: 237
Joined: Thu Dec 26, 2002 2:19 pm

Post by ariear »

If the input files are not read in fixed format try that out - maybe it's a read error
Post Reply