Search found 4605 matches

by kduke
Fri Sep 14, 2007 7:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting all jobnames under a particular category
Replies: 3
Views: 1339

JobName = ID

Is also important.
by kduke
Fri Sep 14, 2007 7:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installing GenHTML -- trouble with JobReport routine
Replies: 8
Views: 3444

Tony never posted source. It is in a separate dsx file DSJobReport.dsx. You need to import it.
by kduke
Thu Sep 13, 2007 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to findout
Replies: 3
Views: 1450

If you get the jobs working in EtlStats like the examples then it will email you the log files of all the jobs that fail. What more do you need?
by kduke
Wed Sep 12, 2007 7:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Monitor status
Replies: 7
Views: 1263

dsjob -report Project Job

Does not work on a running job.
by kduke
Wed Sep 12, 2007 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Monitor status
Replies: 7
Views: 1263

dsjob -report Project Job XML

should work at UNIX. Might be hard to parse but it should give you current row counts just like director and the current status.
by kduke
Wed Sep 12, 2007 6:23 am
Forum: General
Topic: IBM U2 University
Replies: 15
Views: 5316

Not sure who the new webmaster is but I doubt if you can bribe Walter.
by kduke
Tue Sep 11, 2007 7:06 pm
Forum: General
Topic: IBM U2 University
Replies: 15
Views: 5316

Just exactly how far behind am I now?
by kduke
Tue Sep 11, 2007 6:59 am
Forum: General
Topic: IBM U2 University
Replies: 15
Views: 5316

Do they have a football team? No matter good luck, Ray.
by kduke
Thu Sep 06, 2007 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Job Information
Replies: 4
Views: 1143

You need DwNav. Some of this is in EtlStats but it is too hard to exaplin. DwNav uses Reporting Assistant for Server jobs. It can easily report on these relationship. You could do it yourself using Access and Reporting Assistant tables.
by kduke
Tue Sep 04, 2007 8:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJob command to a variable
Replies: 4
Views: 3643

Why would you want to do this? This may not work in the next release.
by kduke
Tue Sep 04, 2007 7:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tidying up old version of jobs in Version Control
Replies: 2
Views: 649

I agree with Craig. It is easier to start a new project.
by kduke
Tue Sep 04, 2007 7:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing DS metadata
Replies: 4
Views: 828

You need to download EtlStats from my tips page. Follow the link on my signature.
by kduke
Tue Sep 04, 2007 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing DS metadata
Replies: 4
Views: 828

Need more information. What do want to extract?
by kduke
Tue Sep 04, 2007 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job status
Replies: 2
Views: 772

There is no way to trigger an event to know when a job has finished. You have to write something in the sequence or a separate job to get row counts and load them into a table. I give away a set of jobs called EtlStats which load row counts and job stats into a table. My examples load them at the en...
by kduke
Tue Sep 04, 2007 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job status display
Replies: 3
Views: 779

You cannot change how Director reports this. You have to write your own tool to change this result.