Search found 4605 matches

by kduke
Thu Oct 05, 2006 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs compare
Replies: 13
Views: 3692

It is my understanding that MetaStage has a compare tool or report. You could also do it in Reporting Assistant. HAWK has an awesome tools for comparing anything.
by kduke
Thu Oct 05, 2006 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Stop and start a job within a batch ?
Replies: 1
Views: 667

Do an exact search for MonitorSeq or monitor job. There are several posts on this topic already.
by kduke
Thu Oct 05, 2006 1:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: jobs compare
Replies: 13
Views: 3692

Export the job and compare the 2 DSX files.
by kduke
Tue Oct 03, 2006 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Splitting Huge targetfile into small file
Replies: 5
Views: 1820

The split command has a funny syntax. It can split files by blocks, char or lines if I remember correctly. It names the files funny as well. The file names by default end up like fileaa, fileab, fileac. You can control the names a little bit but once again it is difficult to understand the syntax. O...
by kduke
Mon Oct 02, 2006 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the DataStage jobs back-up be automated?
Replies: 16
Views: 10514

By the way I would backup develment every night. I would backup production once a week.

We usually backup at about 2 in the morning.
by kduke
Mon Oct 02, 2006 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the DataStage jobs back-up be automated?
Replies: 16
Views: 10514

Do a search for DataStageBackup.bat. This has been covered a lot. This is a script I downloaded from ADN which is no longer available. I have modifed it slightly. It is available on my tips page.
by kduke
Thu Sep 28, 2006 1:53 pm
Forum: General
Topic: automatic send alert email when job hung
Replies: 9
Views: 8579

I just clicked on EtlStats.zip and it asks open or save to download the file. Maybe your site has this blocked. Your link does not work because there is a comma on the end of the URL.
by kduke
Thu Sep 28, 2006 12:06 pm
Forum: General
Topic: automatic send alert email when job hung
Replies: 9
Views: 8579

There is a job called MonitorSeq in EtlStats which you could modify to to send you an email if a job runs long. Rght now it gets row counts and emails the log of all jobs that fail in a sequence. Instead of a wrapper this would need to start at the same time or right after you start the job you want...
by kduke
Wed Sep 27, 2006 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix user group setup for Datastage implementation
Replies: 13
Views: 7076

Start with one group like dstage. Put all developers including dsadm in this one group.
by kduke
Tue Sep 26, 2006 8:20 pm
Forum: Site/Forum
Topic: Posts per day
Replies: 13
Views: 7109

Wow it only took 4 months to respond to this post.
by kduke
Tue Sep 26, 2006 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create a dummy hashed file
Replies: 7
Views: 1474

Why not use create table?
by kduke
Tue Sep 26, 2006 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Link Direction within Job via Routine
Replies: 8
Views: 1651

By the way the stage types are not very useful either. Does CODBCInput actually help you. The Input means it is output to an ODBC table.
by kduke
Tue Sep 26, 2006 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get Link Direction within Job via Routine
Replies: 8
Views: 1651

Good luck because I don't think it has been posted. It is very complex to tie the ends together especially if there is no transform in between. You need to know a lot about the repository tables. I don't think there is any API call to get this.
by kduke
Tue Sep 26, 2006 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Development Environment Setup Consideration
Replies: 6
Views: 2665

I agree with Ray volume testing is important. Somethings break when you put more pressure on them. I always try to run the ETL from end to end, meaining every job. A full run or simulation of a production run is very important to successful implementation.
by kduke
Tue Sep 26, 2006 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datawarehouse's Data Merging Considerations
Replies: 7
Views: 2002

I would look at the 2 designs and see what is in common. If you truly need to merge dimensions then you may need to use QualityStage with some address matching. You need the cleanse and standardize first.

I would pick a subject area where both are strong.