Search found 5168 matches

by kumar_s
Thu Apr 20, 2006 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Administrator Timeout
Replies: 7
Views: 1125

Is it an upgradation from an existion installation.
Are you able to access from other clients like manager or director or designer.
Have you tried uninstalling and reintalling the client in the system.
Any other issue faced while working in the project in designer.
by kumar_s
Thu Apr 20, 2006 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot stage in parellel mode.
Replies: 5
Views: 1426

As long as the partition is based on the all the key mentioned in the PIVOT the functionality will not be affected in parallel operation.
by kumar_s
Thu Apr 20, 2006 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Sql Query
Replies: 10
Views: 2479

Let make ETL tool to work more.
by kumar_s
Thu Apr 20, 2006 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Administrator Timeout
Replies: 7
Views: 1125

Is it only to a particular project or to all existing project?
by kumar_s
Thu Apr 20, 2006 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Defined Env Variable in Derivation of Transformer
Replies: 8
Views: 3406

Iam wondering with the comment given in README.txt You can use the same code as above directly in a derivation if you wish, but your job will run slower due to the need to make the function call each time it is used in a row instead of once at the start of the stage.... .....if for some reason it ha...
by kumar_s
Thu Apr 20, 2006 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Sql Query
Replies: 10
Views: 2479

It can be realised using the transformer stage variables.
Sort based on TBNAME and COLNO. Check for the previous and current row uniqness on the column TBNAME. Based on the same group concatinate the Column name into a single field.
BTW that was actually a Vertical PIVOT.
by kumar_s
Thu Apr 20, 2006 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference
Replies: 3
Views: 897

That is... No of input rows need not to be same as no of output row for a link in transformer.
by kumar_s
Thu Apr 20, 2006 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture the rows rejected by DB2 API Stage.
Replies: 12
Views: 3126

Iam too not sure about the change in Array size option in DB2 stage and the reject in a transformer prior to that stage. Have you tried the reject link directly from the DB2 stage?
by kumar_s
Thu Apr 20, 2006 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need Sql Query
Replies: 10
Views: 2479

Are you speaking about PIVOT in DB?
by kumar_s
Thu Apr 20, 2006 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving Jobs Across Servers, need to export Table Defs?
Replies: 10
Views: 1716

To facilitate the porcess of collecting the table defenitions to a centelized repository, MetaBrokers can be used.
by kumar_s
Thu Apr 20, 2006 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error-irreconcilable constraints on the number of partitions
Replies: 4
Views: 1763

What if you try SAME partition on both copy and DB2 stage?
by kumar_s
Thu Apr 20, 2006 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Defined Env Variable in Derivation of Transformer
Replies: 8
Views: 3406

Assign the parameter name as COB_DT and Default value as $COB_DT so that the value is retrived dymaically. and Use the parameter as COB_DT in transformer.
by kumar_s
Thu Apr 20, 2006 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange Warning in DB2 EE Stage
Replies: 3
Views: 1560

What is the value of DB2INSTANCE in dsenv?
by kumar_s
Thu Apr 20, 2006 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Validating a Job
Replies: 3
Views: 852

Also the metadata reconcilation takes place.
by kumar_s
Thu Apr 20, 2006 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error-irreconcilable constraints on the number of partitions
Replies: 4
Views: 1763

Hi,
How many nodes availble in server?
How many are configured? Is it running in sequential mode?
What is the partition mentiond in copy and target db2.