Search found 7 matches

by aceflyer
Mon Aug 07, 2006 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Agg,1: Hash table has grown to 16384 entries.
Replies: 9
Views: 35532

Hi I was getting this warning when i did that Agg: When checking operator: User inserted sort "Agg.ToAgg_Sort" does not fulfill the sort requirements of the downstream operator "APT_SortedGroup2Operator in Agg" But when i unchecked the Perform Sort in the Aggregator it worked Tha...
by aceflyer
Mon Aug 07, 2006 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Agg,1: Hash table has grown to 16384 entries.
Replies: 9
Views: 35532

Agg,1: Hash table has grown to 16384 entries.

Hi I am using a Aggregator stage in a PX job , Doing hash partitioning on it and sorting the data as well I am getting these warnings Agg,1: Hash table has grown to 16384 entries. Agg,0: Hash table has grown to 16384 entries. ..... Can anyone please suggest how to get rid of these warnings Thanks
by aceflyer
Tue Aug 01, 2006 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Warnings after using entire partitioning
Replies: 2
Views: 2447

Getting Warnings after using entire partitioning

HI
When doing a look up i am using entire partitioning , The warning message which i am getting is
APT_ParallelSortMergeOperator(10),0: Unbalanced input from partition 0: 10000 records buffered

Please advice over this

Thanks
by aceflyer
Mon Jul 03, 2006 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values Getting rounded
Replies: 10
Views: 6408

record ( Part_ID: string[max=255]; Cust_ID: string[max=50]; Cust_ASM: string[max=50]; Cust_GSM: string[max=50]; UNIT: sfloat; REVENUE: sfloat; UNIT_EXP: sfloat; CREATE_DATE: timestamp; CURRENT_FLAG: string[max=1]; T_Date: timestamp; ) The source column Quantity is getting divided into 3 columns Unit...
by aceflyer
Mon Jul 03, 2006 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values Getting rounded
Replies: 10
Views: 6408

Hi Ray
Its not just the view data , but i am loading the data in the dataset into the target table , the target data for that clolumn in being rounded to 3 decimal places

Thanks
by aceflyer
Mon Jul 03, 2006 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values Getting rounded
Replies: 10
Views: 6408

Yes i have tried all the possible data types with precision , without precision
by aceflyer
Mon Jul 03, 2006 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values Getting rounded
Replies: 10
Views: 6408

Decimal values Getting rounded

Hi In my source table i have a column "quantity" which has data type "real" having length as 7 . say for example one value is 12.76378682376 , when i load it directly into the database table its getting loaded fine . but i have to follow a few steps before so i am loading it into...