Search found 126 matches

by vskr72
Sun Apr 17, 2011 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Installing Oracle Drivers
Replies: 4
Views: 3569

Both DS Server and Oracle Server are installed on the same machine. Do I still need to install the Oracle client again on the same machine. Can you pls clarify?

Thank you

Satish
by vskr72
Sat Apr 16, 2011 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Installing Oracle Drivers
Replies: 4
Views: 3569

Error Installing Oracle Drivers

I have a IS 8.5 installed on Win 2003 server and its a 64 bit. Even IS is 64 bit. When I tried to run an job with Ora Enterprise stage, it is failing in validation. This is the error I am getting: main_program: PATH search failure: main_program: Error loading "liborchoraclent": Could not l...
by vskr72
Mon Aug 23, 2010 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target Load Order
Replies: 5
Views: 3677

I am sorry for posting it in the wrong section. It is a parallel job.
by vskr72
Mon Aug 23, 2010 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target Load Order
Replies: 5
Views: 3677

Target Load Order

I have 4 pipelines in a job. Each having separate SRC and TGT. SRC1 --> DSStages--> TGT1 SRC2 --> DSStages--> TGT2 SRC3 --> DSStages--> TGT3 SRC4 --> DSStages--> TGT4 Is there a way where we can tell datastage to execute these pipelines in a particular seqeunce like 1,2,3 and 4. I know its possible ...
by vskr72
Fri Jul 30, 2010 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error reading Oracle table.
Replies: 2
Views: 1045

Oracle table is not partitioned. I realized that I added a property called 'partitioned table' in the Ora stage and that was causing the issue. Thanks.
by vskr72
Thu Jul 29, 2010 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error reading Oracle table.
Replies: 2
Views: 1045

Error reading Oracle table.

Getting this error when I am trying to read data from an Oracle table. >##E IIS-DSEE-TDOR-00299 11:38:17(001) <STG_ED_INDV> APT_OracleRowid8PartTable: failed to get the block count. >##E IIS-DSEE-TDOR-00195 11:38:17(002) <STG_ED_INDV> Errors were encountered partitioning table stg_ed_indv_eligibilit...
by vskr72
Tue Jul 06, 2010 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems using range lookup
Replies: 6
Views: 8252

I also had the same issue and I spent a great deal of time trying to get a solution. Finally I figured it out. This is what you need to do. 1. You should do all the lookups in the stream and so that will be a range 2. Build a reference in the following way: Key Field1: 7 Key Field2: 7 Start Date: 20...
by vskr72
Tue Jun 29, 2010 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup
Replies: 11
Views: 4858

Kunal - Can you pls clarify what you said? I did not understand u.
by vskr72
Tue Jun 29, 2010 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup
Replies: 11
Views: 4858

Yes Craig. Thats exactly what is hapenning.
by vskr72
Mon Jun 28, 2010 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup
Replies: 11
Views: 4858

I should have provided this earlier: Stream Input: A Case, Emp, Action_DT ------------------------- A100, 100, 1/1/2010 A100, 101, 2/1/2010 Reference Input: B SK, EMP, E_ST_DT, E_END_DT, O_ST_DT, O_END_DT ------------------------------------------------------------- 1, 100, 6/1/2009, 4/1/2010, 4/1/2...
by vskr72
Mon Jun 28, 2010 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup
Replies: 11
Views: 4858

Range lookup

I am trying to build a range lookup. This is done in the stream. I have 3 different range key expressions specified. 2 of them are based on dates and another is based on an integer number. Having a weird issues. When I try to perform the lookup with just few records (like less than 50), the lookup p...
by vskr72
Sat Jun 26, 2010 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Stage variables to compare 2 records
Replies: 7
Views: 2235

The reason, I do not want to handle the comparision using DB is the volume is huge. Day 0 load will be close to 80 mil and every 5 mil incrementally. But, I will sort it using DB. Will try using Stage variabls and see how it goes.
by vskr72
Sat Jun 26, 2010 10:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Stage variables to compare 2 records
Replies: 7
Views: 2235

Using Stage variables to compare 2 records

I have a data from src like this: ColA, ColB 100, ABC 100, ABC 100, DEF 100, DEF I want to tag a new column like below: ColA, ColB, ColC 100, ABC, 1 100, ABC, 0 100, DEF, 1 100, DEF, 0 I know that this can be acheived through Sort stage with the CreateKeyChange option. There are more then 50 Mil rec...
by vskr72
Thu Jun 24, 2010 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementing SCD2 functionality the old fashioned way!!
Replies: 7
Views: 3496

No - there will not be 2 rows which will update the same dimension row. Let me try that option and see if it works.
by vskr72
Wed Jun 23, 2010 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implementing SCD2 functionality the old fashioned way!!
Replies: 7
Views: 3496

FYI - I was working with 10 records.