Search found 246 matches

by hamzaqk
Mon Nov 10, 2008 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can u implement the SCD's in Parallel jobs in datastage?
Replies: 8
Views: 6673

there is a SCD stage in the version 8 which supports type 1 and type 2 SCD :roll:
by hamzaqk
Fri Nov 07, 2008 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to request the job (parallel, sequence) version?
Replies: 11
Views: 4203

where did u execute this query ? this needs to be done in the DS shell :roll:
by hamzaqk
Fri Nov 07, 2008 5:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage/Oracle configuration
Replies: 7
Views: 5967

did u setup the home and lib path correctly?
by hamzaqk
Fri Nov 07, 2008 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to request the job (parallel, sequence) version?
Replies: 11
Views: 4203

Code: Select all

SELECT NAME, EVAL "@RECORD<8>" AS VERSION FROM DS_JOBOBJECTS WHERE OBJTYPE = 'J' AND OBJNAME = 'ROOT' AND OBJIDNO = (SELECT JOBNO FROM DS_JOBS WHERE NAME = '<<Job Name>>') COL.SUP COUNT.SUP;
thanks to ray for this :)
by hamzaqk
Tue Nov 04, 2008 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating Routine in IIS 8.0.1
Replies: 9
Views: 6558

its seems like the nutcracker is going nuts :D.. not installed properly ?
by hamzaqk
Tue Nov 04, 2008 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating Routine in IIS 8.0.1
Replies: 9
Views: 6558

its seems like the nutcracker is going nuts :D.. not installed properly ?
by hamzaqk
Tue Nov 04, 2008 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sum of each column to be printed in last row
Replies: 6
Views: 2365

Why dont you split the records and feed each column into a aggregator and then get row count for each. and then merge them at the end with the row count??
by hamzaqk
Tue Nov 04, 2008 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Import - Doesnt like NULL Integer and Dates
Replies: 5
Views: 5092

i just imported the metadata of the file and viewed it. its working ok :roll:. you can try this and see what metadata type is assgined when you do it. If you have integer values you need to handle the nulls yourself and use the field max width property for such columns
by hamzaqk
Mon Nov 03, 2008 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Import - Doesnt like NULL Integer and Dates
Replies: 5
Views: 5092

do the null handling for these fields in the column metadata
by hamzaqk
Mon Nov 03, 2008 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer Stage
Replies: 11
Views: 6957

view->> customise pallet-> stage types-> parallel -> processing-> basic transformer. :roll:
by hamzaqk
Mon Nov 03, 2008 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata connection delete issue
Replies: 3
Views: 3037

there is a schema reconciliation option in the connector stage. try setting it to ignore......
by hamzaqk
Mon Nov 03, 2008 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Notification
Replies: 2
Views: 1169

this is more or less the same

viewtopic.php?p=305786#305786
by hamzaqk
Sun Nov 02, 2008 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange error with TD Connector in DS v8
Replies: 3
Views: 5918

Error when checking operator: Key field "cust_acct_id" was not found in the view-adapted input schema [keygroup/keygroup.C:985]

can't say much without knowing what the next stage in the job design is?
by hamzaqk
Wed Oct 29, 2008 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Read/Write issue
Replies: 7
Views: 8694

i guess you can split the job into two one for insert and one for export and then handle this in the sequence? or write a trigger ?? :roll: