Search found 39 matches

by c341
Mon May 03, 2004 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer, Warnings
Replies: 1
Views: 812

Job Sequencer, Warnings

Hi When i run the job sequencer.. if the job has more than 50 warnings ..then the job aborts....while i run the job separately it works fine with more than 50 warnings...and i have set no limits for rows and same for the warnings... I found in the log after the abort sequencer job ...it says mode 0/...
by c341
Sat May 01, 2004 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer
Replies: 0
Views: 550

Job Sequencer

Hi I have 9 job activity in a job sequencer and i have 4 routine activity for 4 jobs. I 'm using this routine and if this routine executed then i have to trigger the job corresponding to the routine. The routine have a return value. In routine activity options i choosed OK-Executed Successfully Opti...
by c341
Fri Mar 26, 2004 6:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate Key
Replies: 6
Views: 1844

Hi
It worked....
Thank you All
by c341
Thu Mar 25, 2004 7:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance
Replies: 2
Views: 1265

Performance

Hi My source is siebel business component and i'm transfering the records into the oracle table. one of the source has around 200,000 records. It takes more than 3 hrs to run this job. I've given my transaction size as 5000 and the array size as 1000 in the OCI plug in. Suggest me how to increase th...
by c341
Wed Mar 24, 2004 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate Key
Replies: 6
Views: 1844

Surrogate Key

Hi
I'm using @OUTROWNUM variable to generate surrogate keys...and I entered my records in the Oracle table. When i try to insert a new record i've to find the max surrogate key generated and include this in the derivation with an increment.
How can I do this!
Thank You
by c341
Fri Feb 20, 2004 8:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameter
Replies: 1
Views: 988

parameter

Hi I'm creating tables in Oracle....and the metadata is imported to datastage.. In Oraoci stage i'm using fully generated query.... The query shows the table as 'owner.tablename' now i want use the paratmeter as the owner name... Eg: Table defintion-----abcdef ( properties shows the table name and D...
by c341
Wed Feb 18, 2004 6:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Sequence
Replies: 2
Views: 1243

Generate Sequence

Hi I'm using @INROWNUM and @OUTROWNUM ...for generating surrogate keys.... When i see the data for the first time the sequence starts from 1 and increments by 1..... when i run the job again by clearing the existing records...the sequence strats from where it ends..... Now i need this sequence to st...
by c341
Wed Feb 18, 2004 6:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowly Changin Dimension
Replies: 8
Views: 4251

Hi
I got a better idea now...let me implement this.....
Thank You very much
c41
by c341
Mon Feb 16, 2004 8:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slowly Changin Dimension
Replies: 8
Views: 4251

Slowly Changin Dimension

Hi this is about Type 2 SCD... i want to check the incoming records...whether it is already exist or not...if the record is a new one then insert into the database table...if the record already exit the update record should be inserted with new values and simultaneously it should update the previous...