Fatal Error: Index too large

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
venki
Participant
Posts: 35
Joined: Wed Feb 28, 2007 5:09 am
Location: mumbai,

Fatal Error: Index too large

Post by venki »

Hi,

I am getting following FATAL Error while running my jobs.

APT_CombinedOperatorController(2),1: Fatal Error: Index too large


Previously these jobs are running fine.

Can any one give some input..

Thans in advance
Venkat.
venki
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

No.

While operator combination is enabled there is no sensible way to determine which operator is generating the error. Disable operator combination.

Describe your job design, so we at least have a clue which index it is that might be too large. Also, if you are using any routines, mention those also.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
venki
Participant
Posts: 35
Joined: Wed Feb 28, 2007 5:09 am
Location: mumbai,

Post by venki »

ray.wurlod wrote:No.

While operator combination is enabled there is no sensible way to determine which operator is generating the error. Disable operator combination.

Describe your job design, so we at least ha ...
Hi Ray,

This is giving the SCD stage operator .But why I cont find.Can please explain me more details.

Thanks,
Venkat
venki
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Set APT_DISABLE_COMBINATION to true to identify the stage causing the error.
venki
Participant
Posts: 35
Joined: Wed Feb 28, 2007 5:09 am
Location: mumbai,

Post by venki »

balajisr wrote:Set APT_DISABLE_COMBINATION to true to identify the stage causing the error.

Hi,

It gives problem at SCD stage.
venki
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What values do you have for the Admin Action and the Block Size properties of the SCD 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.
platonfi
Premium Member
Premium Member
Posts: 27
Joined: Mon May 26, 2008 1:39 am

Post by platonfi »

Please take a look at another thread for the this issue. viewtopic.php?t=122186
Post Reply