Search found 265 matches

by sshettar
Tue Sep 15, 2009 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborting due to APT_CombinedOperatorCOntroller Error
Replies: 6
Views: 5129

Sorry i thought i had posted the error as well.. well i have set the APT_DUMP_SCORE to TRUE and this is what i am getting main_program: This step has 1 dataset: ds0: {/DataStage/data/DEV/SCD/ISS_INSERTS.ds [pp] eSame->eCollectAny op0[1p] (parallel APT_CombinedOperatorController:Data_Set_0)} It has 1...
by sshettar
Tue Sep 15, 2009 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborting due to APT_CombinedOperatorCOntroller Error
Replies: 6
Views: 5129

Job Aborting due to APT_CombinedOperatorCOntroller Error

Hi All, i have this simple job where i'm just trying to insert or update a DB2 table from the Dataset using DB2 API stage. Also i have set the Run Time Column propogation ON I have defined only key columns in the COlumns tab of the Dataset and checked the run time column propogation i have set the U...
by sshettar
Fri Sep 11, 2009 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem wit Decimal Field
Replies: 4
Views: 2622

Hi Craig, I tried giving display to 12 as well . but no luck . still the same error. but the strange thing here is i can view the data from the DB2API stage without any problems with just giving length =12 and datatype decimal, its only when i run the job i'm facing this problem. Any help is appreci...
by sshettar
Fri Sep 11, 2009 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem wit Decimal Field
Replies: 4
Views: 2622

I'm sorry for the confusion , i have set the length to 12 and ther scale to 0 in the DB2API stage.

What is it that i must correct now?

any help is highly appreciated
by sshettar
Fri Sep 11, 2009 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem wit Decimal Field
Replies: 4
Views: 2622

Problem wit Decimal Field

Hi All, I have this simple job where in i am extracting data from a db2 table. I am using the DB2API stage. i have defined the custom sql and also mentioned the columns with their datatypes and lengths. there is one field of type decimal and lenth being just 12 . no precision mentioned even in the d...
by sshettar
Fri Sep 11, 2009 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets
Replies: 3
Views: 965

Thanks for information.That was really helpful!!!!
by sshettar
Fri Sep 11, 2009 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets
Replies: 3
Views: 965

Datasets

Hi All, I think i have asked this question before , but i still have certain doubts while using a dataset. If we have created one dataset using 4 nodes and the other using 1 nodes can i do a lookup of dataset1 with that of dataset2 using 2 nodes in another job , will my job run successfully ? cause ...
by sshettar
Thu Sep 10, 2009 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running for ever
Replies: 10
Views: 7813

Do you think i rather do the sorting and partitioing in the join stage rather than using 2 sort stages?

do you think that would make my job run much faster?

Thanks i advance
by sshettar
Thu Sep 10, 2009 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running for ever
Replies: 10
Views: 7813

Note that not only does your join data need to be sorted, but DataStage needs to know that it is sorted (through inserting a sort operator, but with "don't sort" on the key). How can i accomplish this??What env Apt file am i suppose to intrduce in my parameter list? Let me put my design mo...
by sshettar
Wed Sep 09, 2009 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running for ever
Replies: 10
Views: 7813

My Query returns rows in less than a minute.
Where could i be going wrong?

Any help is highly appreciated

Thanks in advance
by sshettar
Wed Sep 09, 2009 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running for ever
Replies: 10
Views: 7813

Hi Arwd, I changed my design right now , i have removed the sort stage and removed the order by clause in the sql (in both db2 stages) as well. i instead am sorting and partitoing the data in the join stage for both the links . despite this the job is taking for ever to run. Any light on this would ...
by sshettar
Wed Sep 09, 2009 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running for ever
Replies: 10
Views: 7813

Job running for ever

Hi All, I have this job which is running for ever and i had to stop the job . the warnings that i see in the director is as follows Sort_15: When checking operator: When binding output schema variable "sortRec": When binding output interface field "CHK_NUM" to field "CHK_NUM...
by sshettar
Thu Sep 03, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LAST_DAY function in db2
Replies: 8
Views: 3682

Thanks Grace and laknar!!!!

the command worked for me .

Thanks you once again. i'm marking this topic as resolved
by sshettar
Wed Sep 02, 2009 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LAST_DAY function in db2
Replies: 8
Views: 3682

I did check with the DBA and he said that the version of DB2 we are using doesnt support the function LAST_DAY.
is there any other way to get the month end date of a given date ?

any helo is highly appreciated

Thanks in advance
by sshettar
Wed Sep 02, 2009 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LAST_DAY function in db2
Replies: 8
Views: 3682

LAST_DAY function in db2

Hi All, I have this field which needs to get the month end date of a given date field . i am populating a db2 table. I know db2 does have a function LAST_DAY which would give this result, i tried using this function on Advanced Query Tool , but i'm getting the following error 42884(-440)[IBM][CLI Dr...