Error in aggrgating a fiel due to Data type

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
RohanSharma
Participant
Posts: 20
Joined: Sun Jan 28, 2007 10:06 pm
Location: Gurgaon

Error in aggrgating a fiel due to Data type

Post by RohanSharma »

Hello there,

I have used an Aggregator Stage by the name Agg_Check in my job .
Since the field "FIELD1" is a Bigint (int 64). So the Aggregator complains the following error message:

Can you please let me know the reason for such a response from Datastage?

Agg_Check: Error when checking operator: It is not legal to set a reducer (FIELD1) to be the same as a key field,
When the type of that field (int64) is not a double.


PS:

When I change the field type to double it works fine.


Rohan ;)
Post Reply