Job aborting due to row limit being reached on output link

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

Job aborting due to row limit being reached on output link

Post by vinodn »

Hi All,

When I am executing a job I am getting the following error, can anyone help me out.

APT_CombinedOperatorController,0: Job aborting due to row limit being reached on output link: Tgt_Write

Thanxs in Advance
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

can you please give a brief discription about your job?
And also check if you have given any constraints in the transformer for the number of rows to be processed.
Raghavendra
Dare to dream and care to achieve ...
vinodn
Charter Member
Charter Member
Posts: 93
Joined: Tue Dec 13, 2005 11:00 am

Post by vinodn »

Raghavendra wrote:can you please give a brief discription about your job?
And also check if you have given any constraints in the transformer for the number of rows to be processed.
Hi Raghavendra, I am not using any constraint in my job

I am having a Sequential File which in pipe delimited format and I am moving this data through Transformer where I am doing some null handling and passing to target. I am getting this problem in output link of the Transformer.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What stage type are you using for the target?
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 »

ray.wurlod wrote:What stage type are you using for the target?
I am using Sequential File Stage
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

How big is the file? Ask your UNIX Administrator whether large file support is enabled. Does your job design include a row limit in an output link of the Transformer stage?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply