Search found 10 matches

by williamswe
Mon Sep 18, 2006 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loop using Job Control
Replies: 4
Views: 2838

Hi Ray, I've tried to log the Link row count and it is zero after the first pass. So the loop got a normal exit. I think the two environments are almost the same except that I can see "Generated OSH" tab in Development Machine but not in Production. It seems like the DSGetLinkInfo is not b...
by williamswe
Sun Sep 17, 2006 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loop using Job Control
Replies: 4
Views: 2838

Loop using Job Control

Hello, I have a Parallel job which Loops through 2 other jobs. The following is the exit condition of the loop. LinkRow = DSGetLinkInfo (hJob1, "Transformer_86", "DSLink87", DSJ.LINKROWCOUNT) If (LinkRow > 0) then Goto THE_BEGINNING I have found that the loop is working fine in o...
by williamswe
Mon Aug 21, 2006 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parameter : Environment variable as Password
Replies: 7
Views: 4345

Thx a lot for the info.

And any idea on how much downtime do we need to apply the patch?
by williamswe
Wed Aug 16, 2006 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Parameter : Environment variable as Password
Replies: 7
Views: 4345

Job Parameter : Environment variable as Password

Hi All, I am using an environment variable (Oracle login password) as a job parameter. I can run the job successfully using it, but when i tri to do "view data" i can't and get this error... Error executing View Data command: Bad dboption list. Failed on Expected value for property "p...
by williamswe
Thu Aug 10, 2006 12:27 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Register Job Sequence in RTI
Replies: 1
Views: 2551

Register Job Sequence in RTI

Hello,

Is it possible to register Job Sequence in RTI?
Our currently design is... to create an empty job which invokes the job seq through "Job Control" and then register that empty job in RTI as web service.

Thanks & Regards,
william
by williamswe
Thu Jul 20, 2006 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execution Order
Replies: 2
Views: 1923

Thanks for amost instant replies :o

After monitoring the job run for a few rounds....i found that the order is almost random.

thx for explanation.
by williamswe
Fri Jun 23, 2006 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extraction Job which one is faster?
Replies: 3
Views: 1888

Extraction Job which one is faster?

Hi all, I am extracting aggregated data from the warehouse using oracle sql ( invovled joining dimension and fact tables , summing up some measures, some translation of data column and sorting ) Now i need to build the DS job for it. -should i get better performance if I break the logic down into a ...
by williamswe
Fri Apr 07, 2006 7:51 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI Server invokes the same job in both server
Replies: 4
Views: 4090

Case Closed!! It turned out that we didn't pay attention to details. RTI/Tx was working fine...data duplication was caused by some mistakes in the job design. RTI local acess log shows time in 24 hr format : one service call was on 28/Mar/2006:00:54:26 +0800 another at 28/Mar/2006:12:52:49 +0800 but...
by williamswe
Thu Apr 06, 2006 8:12 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI Server invokes the same job in both server
Replies: 4
Views: 4090

Thx Roy, We have already contacted the support team and the case is being investigated now. The initial findings are: 1) we are quite sure that only one of the RTI/TX servers was running(active) at that time. 2) RTI Localhost_Access_log shows "there was only one service call to that particular ...
by williamswe
Tue Mar 28, 2006 3:11 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI Server invokes the same job in both server
Replies: 4
Views: 4090

RTI Server invokes the same job in both server

Hi All, We have 2 DataStage servers with identical jobs/configuration for High Availability. The RTI server should read parameters & time-to-run from the schedule table and run the job on one of servers ( Job Status will be updated once the job is done) . Today, our RTI Server( 7.5.0.1 ) invokes...