Search found 4605 matches

by kduke
Thu Oct 26, 2006 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification
Replies: 2
Views: 1196

You need to talk to your UNIX admin. /usr/lib/sendmail does not exist. Your email programs are not installed or setup in a non-standard place.
by kduke
Mon Oct 23, 2006 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting jobnmaes
Replies: 9
Views: 1928

You can extract what I call ETL metadata from a UV Stage. Your source SQL would be the depend jobs in a sequence. Do a search for DEPEND_JOBS. I have posted this SQL before. The output would be a XML output stage. If you had EtlStats installed then you could get the order based on run time. I includ...
by kduke
Fri Oct 20, 2006 2:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS not showing job statistics after job runned successsfully
Replies: 13
Views: 3984

It does not show right after a compile.
by kduke
Fri Oct 20, 2006 1:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS not showing job statistics after job runned successsfully
Replies: 13
Views: 3984

Right click on the palette and show performance statistics.
by kduke
Thu Oct 19, 2006 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading hash file from job control
Replies: 6
Views: 1557

OpenSeq is for sequential files. Open or OpenPath is for hashed files. Open "SDKSequences" to SDK else stop HashedKey = "Whatever" read HashedRec from SDK, HashedKey then * comment do something here end else * do something else here end Field1 = HashedRec<1> * change HashedRec wr...
by kduke
Thu Oct 19, 2006 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need for loop in basic code
Replies: 14
Views: 5526

EtlStats uses dsjob and works for parallel jobs. Vincent has modified the main job in EtlStats to aggregate all the row counts in one PX job run to get a true rows per second. I think I included this job. If not then I still have it so I can add it.
by kduke
Wed Oct 18, 2006 12:55 pm
Forum: General
Topic: automatic send alert email when job hung
Replies: 9
Views: 8579

I have not used this job in a while but if I remember correctly this job needs to start at almost the same time as the job you want to monitor. You give it the job name to monitor. It will loop until the job finishes. It was designed to run EtlChkSeqJobsNotRun and send you the log file of any job th...
by kduke
Wed Oct 18, 2006 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need for loop in basic code
Replies: 14
Views: 5526

Why not download EtlStats which does all this for you? EtlStats is a group of jobs which extracts row counts for any or all jobs in a project. It can also get all row counts and start and end times for every job in a sequence. There are lots of jobs and routines to show you how to do wat you are ask...
by kduke
Wed Oct 18, 2006 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get Deleted Job ?
Replies: 5
Views: 1111

We usually schedule these backups for 2am. You need to monitor the disk space. You can fill up a disk drive pretty fast with 100mb files.
by kduke
Wed Oct 18, 2006 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get Deleted Job ?
Replies: 5
Views: 1111

You need to download DataStageBackup.bat from my links below my signature. Most people using this batch file backup development every weekday and production once a week. I usually do this from a client at work which is not portable. Needs to be at work every night. It also needs the DataStage client...
by kduke
Wed Oct 18, 2006 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting jobnmaes
Replies: 9
Views: 1928

The only way to get the order is through run times. The order in job properties is the order input. The same would be true if you listed the repository. Run times are not consistent either. If you have more than one branch the order may change because the number of rows may make a job finish earlier...
by kduke
Tue Oct 17, 2006 9:19 am
Forum: Site/Forum
Topic: Vincent Hits 2000
Replies: 9
Views: 3985

Vincent, great job. I think the blogs are great too.
by kduke
Mon Oct 16, 2006 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data stage dropped from project, used java instead
Replies: 10
Views: 2806

This document is version 10. The Universe that the DataStage engine is based on is version 9. I doubt if any of these extensions work with the DataStage engine.
by kduke
Sat Oct 14, 2006 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Verifying if database indices were dropped
Replies: 8
Views: 1696

Well the generic you is not happy. :lol:
by kduke
Fri Oct 13, 2006 11:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Verifying if database indices were dropped
Replies: 8
Views: 1696

It does not matter what I am on. I do not have the problem. It was just an example.