Getting error in a job using Aggregator

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
shaonli
Participant
Posts: 80
Joined: Tue Nov 28, 2006 6:52 am

Getting error in a job using Aggregator

Post by shaonli »

Hi,

I am running a job in DS 7.5 with an aggregator.The volume of data is almost 14056919.The job is getting aborted when it is trying to aggregate the data after selecting from the source.

The error is "job1 Aggregator_9: |-100|"

The buffer memeory is 1024 kb.

Please suggest.

Thanks
Shaonli
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You need to presort your data to support your grouping keys and assert the sorted order in the Aggregator stage.
-craig

"You can never have too many knives" -- Logan Nine Fingers
soumik
Participant
Posts: 33
Joined: Fri Nov 17, 2006 12:20 am

Post by soumik »

I feel you also need to change the INTER PROCESS BUFFER size for this job in order to make aggregation possible for huge data.
shaonli
Participant
Posts: 80
Joined: Tue Nov 28, 2006 6:52 am

Post by shaonli »

Soumik,

Can you tell me the size of the Inter Process Buffer Memory?

Thanks
Shaonli
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

With presorted data you won't need big buffers.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
shaonli
Participant
Posts: 80
Joined: Tue Nov 28, 2006 6:52 am

Post by shaonli »

Hi,

Using sorter also the job is getting aborted with this error "Error in merging files
At row 1, link "INST_Cds1"
Call to output link returned numeric error code: -100"

Please suggest.
nick.bond
Charter Member
Charter Member
Posts: 230
Joined: Thu Jan 15, 2004 12:00 pm
Location: London

Post by nick.bond »

Can you provide your job design? What are all the stages you have?
Regards,

Nick.
shaonli
Participant
Posts: 80
Joined: Tue Nov 28, 2006 6:52 am

Post by shaonli »

source->transformer->sorter->aggregrator->target.

it is getting aborted after transformer.
nick.bond
Charter Member
Charter Member
Posts: 230
Joined: Thu Jan 15, 2004 12:00 pm
Location: London

Post by nick.bond »

Make a few copies of your job and break it up to determine what is causing the error. have a version with just the tfm, one with tfm and sort.
Regards,

Nick.
Post Reply