merge stage failure

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
rishabh
Participant
Posts: 24
Joined: Mon Apr 10, 2006 11:40 pm

merge stage failure

Post by rishabh »

hi,

I am using DataStage version 7.5.1 on Unix server.

We are merging two files, 6MB each. However after loading some 300 records the merge stage fails and the job aborts with the information :

1. Invalid row termination character configuration.
2. Function 'input_str_to_row' failed.
3. Function 'hashToRow' failed.
4. Function 'get_next_output_row' failed - Fatal error

Can someone please suggest, what do these error messages mean and how do we see to it that the merge stage works properly?

Thanks in advance.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Re: merge stage failure

Post by ArndW »

rishabh wrote:...1. Invalid row termination character configuration...
have you checked your source data for an invalid/inappropriate termination character?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Does either of your sources contain newline characters in the data? If so, have you adjusted the table definition to indicate that this is the case?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
changming
Participant
Posts: 68
Joined: Wed Oct 13, 2004 3:35 am

check your file

Post by changming »

it is usually because your sequtial file format is not right. I have met this error several times. suggest you to view the data to make sure either of file format is correct.
Post Reply