Search found 4605 matches

by kduke
Wed Jun 27, 2007 7:34 pm
Forum: General
Topic: DataStage Estimation Criteria
Replies: 5
Views: 2955

All this changes based on what you are populating. Is it a datamart, data warehouse, ODS or whatever? How complex is it? What are the sources? How much profiling have you done? How clean is the source data?
by kduke
Tue Jun 26, 2007 8:39 pm
Forum: General
Topic: General audit process question.
Replies: 1
Views: 1005

The dsjob command can output these in XML format. Do a search for dsjob.
by kduke
Tue Jun 26, 2007 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: execute command stage
Replies: 10
Views: 2665

There is a known bug in older versions of DataStage where this does not work. Let us know your version.
by kduke
Tue Jun 26, 2007 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartability through DS Job Control
Replies: 10
Views: 2801

I think the starting point would be to know or track the success or failure of every job. Next you need to check this success or failure and not rerun something that has already run successfully.
by kduke
Fri Jun 22, 2007 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Someone should create a uv/dssh primer or How-To manual
Replies: 9
Views: 1888

I posted a training flash video which shows how to install EtlStats. That might help you some. My tips page also has a few SQL statements which might help.
by kduke
Wed Jun 20, 2007 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email notification
Replies: 12
Views: 2771

I think several of us have posted routines which use blat.exe. Might save you some time to search for those posts.
by kduke
Tue Jun 19, 2007 6:32 am
Forum: General
Topic: Getting rid of invocated job runs in the Director
Replies: 3
Views: 1127

It deletes them all. You need to write something more complicated to do that. That is why I did not recommend it. It points out what to delete. You need to add more logic to figure out if a instance id is still running. I would say you want to delete old ones. Turn the Delete statements into Selects...
by kduke
Mon Jun 18, 2007 7:06 pm
Forum: General
Topic: Getting rid of invocated job runs in the Director
Replies: 3
Views: 1127

I gave you the code. Run it.
by kduke
Mon Jun 18, 2007 6:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get categoryname,jobname,job dependency.
Replies: 8
Views: 2284

There are several jobs in EtlStats which can extract this information and report on it or load it into a table.
by kduke
Wed Jun 13, 2007 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exporting jobs using command line
Replies: 6
Views: 1740

Ray knows that writing that routine is not simple especially when you need the information on the client. I have given away a part of DwNav called Dwn_ExecTCL.exe. This could easily get a list jobs in a category. It writes results into a log file. You would still need to clean up the results.
by kduke
Tue Jun 12, 2007 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exporting jobs using command line
Replies: 6
Views: 1740

There is no command line tool for getting jobs in a category. I have scripted exporting all job, one at a time to its own dsx file. You need a combination.
by kduke
Tue Jun 12, 2007 5:12 pm
Forum:
Topic: How do you define "data lineage"
Replies: 12
Views: 6459

Is any of this in our future? Can we get input into some of these products?
by kduke
Mon Jun 11, 2007 8:29 pm
Forum:
Topic: How do you define "data lineage"
Replies: 12
Views: 6459

data lineage ought to show (IMHO) everything that "really" is happening within the infrastructure....incuding that Pivot you needed in order to get access to the Revenue figures, and the trims or substrings you needed to derive codes that controlled certain if/then/else logic. Ernie I disagree. I t...
by kduke
Thu Jun 07, 2007 7:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL for datastage
Replies: 7
Views: 1502

You can extract it using the Reporting Assistant. It would take me a while to hack a solution otherwise. How bad you need it?
by kduke
Wed Jun 06, 2007 7:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do i find a Job by target?
Replies: 9
Views: 2864

Wow, I get credit even without answering. Thanks.