Search found 4605 matches

by kduke
Wed Apr 11, 2007 6:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return statement Usage
Replies: 8
Views: 2811

Return is a valid statement. It will always give you a warning. It causes all kinds of problems. Try to avoid it. If you want to know how to use it then let us know.
by kduke
Wed Apr 11, 2007 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return statement Usage
Replies: 8
Views: 2811

Delete the line with "Return"
by kduke
Fri Apr 06, 2007 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Back up from command line excluding the job executable
Replies: 7
Views: 1662

You are a morning person, right?

You are correct I am a night owl.
by kduke
Thu Apr 05, 2007 9:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture Universe SQL executed on the client
Replies: 6
Views: 1649

I wrote some simple VB code to extract some sequence information like the job dependencies into Reporting Assistant tables. This is part of DwNav. I posted most of the code on this forum a long time ago. There are several jobs in EtlStats which I give away on my tips page which extract job metadata ...
by kduke
Thu Apr 05, 2007 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Possibility of running many Mutiple Instances concurrently
Replies: 13
Views: 4075

I have seen more than 10 but I put sleeps in between because you can overwhelm the CPU with all 20 starting one after another. 10 to 30 seconds on the sleeps. I would bet 20 jobs is easily possible.
by kduke
Thu Apr 05, 2007 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Back up from command line excluding the job executable
Replies: 7
Views: 1662

It runs Dwn_ExecTCL.exe which is a VB program I wrote. It will run any TCL command from the client. So it is programmed in my script to run UNLOCK ALL in the UV account. It writes to a log file. It has a debug mode which writes the output to a GUI screen like DataStage Administor.
by kduke
Thu Apr 05, 2007 9:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Back up from command line excluding the job executable
Replies: 7
Views: 1662

My script has a way to unlock all jobs too. Not wise in the daytime but at 2 in the morning it is safe.
by kduke
Tue Apr 03, 2007 9:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows vs Unix for DS Server
Replies: 5
Views: 1106

Scalability and stability. How many more do you need?
by kduke
Tue Apr 03, 2007 9:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job delete
Replies: 6
Views: 1479

You need to export your with the scripts on my tips page. Do it every night. I do PROD once a week.
by kduke
Tue Apr 03, 2007 9:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: verify/compare DEV version of the code against production
Replies: 2
Views: 843

If you use Reporting Assistant then you can write SQL to compare the 2 jobs.
by kduke
Tue Apr 03, 2007 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance statistics
Replies: 9
Views: 4649

Sounds like you still need EtlStats to load this into a table. Not good.
by kduke
Tue Mar 27, 2007 5:57 pm
Forum: General
Topic: Reducing duplicate streams and databases
Replies: 5
Views: 1666

This is not uncommon to create an ODS as a buffer between your source and your data warehouse. I am sure Ken can give the long answer why this is important.
by kduke
Tue Mar 27, 2007 5:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EXEPTION HANDLER and CHECKPOINTS on sequences
Replies: 5
Views: 979

It looks like it did what it was supposed to do. You told it not to worry about job3. So it will always rerun it.