Search found 150 matches

by dsuser_cai
Tue Apr 14, 2009 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up Stage Warning message
Replies: 2
Views: 1277

Look up Stage Warning message

Hi Im using a look up stage to look up against an oracle table (oracle stage- 1 million rows) i get the following warning message for all the columns. Can anybody help me get rid if this warning message. Warning Message: Lookup_143: When checking operator: Dropping component "CUSTOMERREFERENCEI...
by dsuser_cai
Tue Apr 14, 2009 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Experiencing issue with ODBC - decimal truncated
Replies: 6
Views: 2851

Re: Experiencing issue with ODBC - decimal truncated

What is the data type you are using there, is it decimal or double.
by dsuser_cai
Tue Apr 14, 2009 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to dynamically change metadata without changing job
Replies: 9
Views: 3485

Somewhat. Any columns handled by RCP will be strictly "pass-through", i.e. with zero in the way of transformations. ... Thanks :) Hi i had worked in the same kind of situation. but mine was little different. we had a ods where all the transformations will be done and with this as a source...
by dsuser_cai
Tue Apr 14, 2009 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to dynamically change metadata without changing job
Replies: 9
Views: 3485

Somewhat. Any columns handled by RCP will be strictly "pass-through", i.e. with zero in the way of transformations. ... Thanks :) Hi i had worked in the same kind of situation. but mine was little different. we had a ods where all the transformations will be done and with this as a source...
by dsuser_cai
Fri Apr 03, 2009 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing Datastage in Unix
Replies: 1
Views: 1066

Installing Datastage in Unix

Hi

is there a seperate version of datastage that runs in unix, or the same software can run in both unix and windows?
by dsuser_cai
Tue Mar 31, 2009 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing a parameter from a unix command
Replies: 3
Views: 1120

Passing a parameter from a unix command

Hi I would like to pass a parameter to my job from a unix command. the unix command reads a file that has one value (1000) and shoudl pass that as a parameter to the job. in the job properties window im using the before job subroutine, i use the following command cat path/file_name.txt #DsParameter#...
by dsuser_cai
Tue Mar 31, 2009 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Password Encryption Issue
Replies: 1
Views: 1496

Password Encryption Issue

Hi DS: 7.5 DB: Oracle 10g Im running a sequence with three job activities, the 1st one is a job that creates a date (dd-mon-yyyy) and write it to a sequential file, the secont is a routine (2nd) that reads this date and passes this date to the next job (3rd) activity. the 3rd job reads data from a t...
by dsuser_cai
Mon Mar 30, 2009 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before/After Stage subroutines
Replies: 10
Views: 13228

as far as i know only the server job(transformer) has the before / after job subroutine, parallel job (transformer) dosent have it.... could u please tell me which stage are you looking at?
by dsuser_cai
Mon Mar 30, 2009 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before/After Stage subroutines
Replies: 10
Views: 13228

once u open the job press control+j and the job properties will pop up.. u have the before and after subroutine box there.. or check in the transformwe properties as said...
by dsuser_cai
Mon Mar 30, 2009 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer
Replies: 11
Views: 2681

Yest thats right you can use an aggregator stage to get the row count.

use the following options:

in the aggregator stage:
aggregation type: CountRows.

this should work.
by dsuser_cai
Mon Mar 30, 2009 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(7),0: -help needed urgently
Replies: 8
Views: 5758

Hi Thank you so much for the suggestion, i really appreciate that. im sorry i was in a hurry thats why, I still have the warning message. but when i tested the same job by running from the designer it ran, but when i run the sequence from the DS director it aborts, so i removed the limits for the wa...
by dsuser_cai
Mon Mar 30, 2009 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(7),0: -help needed urgently
Replies: 8
Views: 5758

APT_CombinedOperatorController(7),0: -help needed urgently

Hi DS 7.5.2 DB: oracle 10g I have a job that has a dataset as source, and several look ups and all of them are joined using a merge stage and then load it to a dataset. now if i run this job i get the following warning message and it says job aborted. warning message: APT_CombinedOperatorController(...
by dsuser_cai
Wed Mar 11, 2009 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Duplicate data - Un-usable index
Replies: 2
Views: 719

Duplicate data - Un-usable index

Hi I posted this question yesterday, and now i have some more questions about the same. Source : oracle Target : oracle I have primary key constraint and not null constraint in the target table. i have several hash lookups in the DS job. I already had some data in the target table, this data will be...
by dsuser_cai
Tue Mar 10, 2009 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Un-Usabale index while loading tables
Replies: 4
Views: 1714

Thank you chulett for the explanation, I remember now, I was testing the job and for the first time i loaded the data and while testing it again i didnt truncate the tables. (i was testing witht he same data). I believe thats why it might have loaded the duplicates, also when i checked for the numbe...
by dsuser_cai
Tue Mar 10, 2009 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Un-Usabale index while loading tables
Replies: 4
Views: 1714

Un-Usabale index while loading tables

Hi im loading into Oracle tables. Im using DS 7.5.2. The job design has a source text file, lookup hasfiles and a target odbc stage. While loading data into the table i got the following error: ORA-01502: index 'CAIODS.SYS_C0091669' or partition of such index is in unusable state so i checked with t...