Search found 112 matches

by Vinodanand
Tue Feb 24, 2009 7:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Roll up monthly data to SCD
Replies: 7
Views: 5394

If there are no gaps, then my MIN and MAX solution is good. And faster. Especially if these columns are indexed with B-tree indexes. Thanks Ray. I used the lag and lead Oracle analytic functions to derive the desired results . I need to test it for huge volume and am happy to share if any one needs...
by Vinodanand
Tue Feb 24, 2009 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Roll up monthly data to SCD
Replies: 7
Views: 5394

Funnel stage will bring them back together. But I think LAG is the optimum solution - what if there is more than one gap in the dates? Hi, Ray, I dont think there will be gaps in the dates as the data has already been processed as monthly and we have all the months . I think it's a trade off betwee...
by Vinodanand
Mon Feb 23, 2009 10:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Roll up monthly data to SCD
Replies: 7
Views: 5394

Hi Ray, I missed the last set of records in the above example i.e. ------------------- Current data : ------------------- Name : xyz State : new york Start Date :01-JAN-2009 End Date :31-JAN-2009 Name : xyz State : new york Start Date :01-FEB2009 End Date :28-FEB-2009 Name : xyz State : Mass Start D...
by Vinodanand
Mon Feb 23, 2009 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Roll up monthly data to SCD
Replies: 7
Views: 5394

Roll up monthly data to SCD

Hi, I have a requirement where in the monthly data needs to be rolled up based on a set of key columns into an SCD format . Per the below example : Database : Oracle Key column : Name,State Current data : ------------------- Name : xyz State : new york Start Date :01-JAN-2009 End Date :31-JAN-2009 N...
by Vinodanand
Tue Feb 03, 2009 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file to trigger a sequence
Replies: 3
Views: 2216

Re: Wait for file to trigger a sequence

Hi, I need to trigger a sequence automatically if any file arrives in a particluar directory.Whil running the file will be deleted by sequence. Once the sequence gets completed again it has to wait for files in th same directory. How can I achieve this ? Hi, You can have a master sequence and use t...
by Vinodanand
Tue Feb 03, 2009 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record Count of Hashed File
Replies: 12
Views: 6454

Just as Chulett said you need to create a VOC entry using the SETFILE command

SETFILE <pathname> <VOC Name> and
then do a COUNT <VOC Name>
by Vinodanand
Tue Feb 03, 2009 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WriteHash() - Write failed for record id
Replies: 6
Views: 11394

A search on Write failed for record id would have provided you with the solution . Here is my bit in helping you out ..

http://dsxchange.com/viewtopic.php?t=11 ... ce9937713d
by Vinodanand
Thu Dec 04, 2008 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issuewith OracleEnterpriseStage-fast Oracleloader technology
Replies: 7
Views: 3007

Hi, Looks like its an Oracle error, and the following is the explanation for the same ora 32512 : // *Cause: trying to dump an invalid type name // *Action: specify a known type Can you try to load the text file directly using sqlloader without datastage to see if the issue persists. Regards, Vinod
by Vinodanand
Mon Nov 10, 2008 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job not getting compiled
Replies: 9
Views: 6428

Can you try to delete and reimport the job . Also, just to be sure per the aforesaid notes does the job compile if you change the name of the same .
by Vinodanand
Mon Nov 10, 2008 2:34 pm
Forum: General
Topic: How to Attach a Log File in Email-Notification activity
Replies: 12
Views: 12537

Alternately after your job failure/completion run the command or create a shell script where in the job name,project name is passed dynamically with the following command in the shell script ... dsjob -logsum <project name> <job name> Have a Notification activity stage which attaches this log file. ...
by Vinodanand
Mon Nov 10, 2008 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can u implement the SCD's in Parallel jobs in datastage?
Replies: 8
Views: 6658

SCD is a regular stage type, it sits right there in the processing stream. ... Is SCD available in V7.2 ? or just from V8.0 onwards ? Nope.SCD is available from V8.0 only . In case you need to implement SCD in the previous versions u can do so with the help of change capture and transformer stages ...
by Vinodanand
Mon Nov 10, 2008 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job not getting compiled
Replies: 9
Views: 6428

Hi,
It could also be that the job has an internal lock. Try to re-compile after clearing the status file and do post the error you get .
by Vinodanand
Mon Nov 10, 2008 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate new column at runtime
Replies: 4
Views: 2845

Hi,

Please check the below link,its not the exact requirement but can help you to think more on the same line,hope it helps !.
http://dsxchange.com/viewtopic.php?t=96 ... c63ff43e05
by Vinodanand
Mon Nov 10, 2008 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with JOIN stage
Replies: 9
Views: 5318

Hi,
Can you check the dataypes that was specified, just to make sure. I tried to mimic the same scenario and worked for me without any issues.
Regards,
Vinod
by Vinodanand
Thu Nov 06, 2008 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage Type 2
Replies: 2
Views: 1795

Hi,
Can you provide more information about your job design .
Regards,
Vinod