Search found 4605 matches

by kduke
Sat Mar 18, 2006 11:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to call a shellscript in middle of the job run
Replies: 4
Views: 1221

DSExecute or ExecSH are the 2 most popular.
by kduke
Sat Mar 18, 2006 6:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatically recover jobs after crash
Replies: 16
Views: 5052

Ken

We agree with you.
by kduke
Sat Mar 18, 2006 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatically recover jobs after crash
Replies: 16
Views: 5052

My script posted does a reset if needed before running a job. The problem here is the jobs still say they are running because the DataStage server crashed hard. You have to clean up resources or compile all your jobs. I am not sure there is a way around it.
by kduke
Fri Mar 17, 2006 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Documenting a job by hand
Replies: 16
Views: 3122

I have never tried DwNav with version 4. I am not sure it will work. The problem maybe when you register DwNav it cannot read the registry because it is not the same. There is a way around this. There should be a procedure in DwNav.mdb to manually update the links. I link to DSProjects and other tab...
by kduke
Fri Mar 17, 2006 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Documenting a job by hand
Replies: 16
Views: 3122

I have never tried DwNav with version 4. I am not sure it will work. The problem maybe when you register DwNav it cannot read the registry because it is not the same. There is a way around this. There should be a procedure in DwNav.mdb to manually update the links. I link to DSProjects and other tab...
by kduke
Thu Mar 16, 2006 7:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatically recover jobs after crash
Replies: 16
Views: 5052

That is not exactly what I thought they asked for. I think they wanted to reset all jobs. My shell script does reset a job if it needs it before running it. Sequences do a similar thing.
by kduke
Thu Mar 16, 2006 6:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatically recover jobs after crash
Replies: 16
Views: 5052

You can recompile all your jobs fairly quickly. I am not sure I posted a routine but it would not be hard to write. Resetting jobs is not hard but sometimes slower than compiling.
by kduke
Thu Mar 16, 2006 6:37 pm
Forum: Site/Forum
Topic: Customer Feedback
Replies: 10
Views: 5649

Well said. Ignore him Ray. We think you are awesome. Thanks Ken and many others as well. I need a break too Ken.
by kduke
Thu Mar 16, 2006 6:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Documenting a job by hand
Replies: 16
Views: 3122

If Doc Tool exists then we could post the SQL to run in the dooc_tool.mdb Access table. DwNav might work against the doc_tool.mdb. You can download it from my web site. It can document the whole project in seconds. It creates html documents one per job. It creates a crossref sorted by table name dis...
by kduke
Wed Mar 15, 2006 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Total No of rows
Replies: 5
Views: 1279

Here it is http://www.duke-consulting.com/Download ... incent.zip

Not sure if you ever got this.
by kduke
Wed Mar 15, 2006 10:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch files
Replies: 6
Views: 1228

Ray made a joke. Craig pay attention.
:)
by kduke
Wed Mar 15, 2006 7:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fundamentals of Basics Routines
Replies: 21
Views: 5659

Download EtlStats from my tips page. It has lots of examples. Most of the jobs have nothing but job control so the syntax is the same as in a routine. The SDK that comes with DataStage has lots of examples. Ask when you see something you do not understand.
by kduke
Tue Mar 14, 2006 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling FTP script within DataStage
Replies: 6
Views: 2764

scriptfile mkdir.sh ftp servername $ ftpmkdir $1 Does not look right. What is the $ on line 2. In your first post you said this was the command: echo "\$ ftpmkdir" | ftp servername If you can pipe into ftp then do the whole thing that way. ftp $1 <<! user password mkdir $2 bye !
by kduke
Mon Mar 13, 2006 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling FTP script within DataStage
Replies: 6
Views: 2764

.netrc and macros can be disabled on the target server. If any shell script works at the command line and not within DataStage DSExecute or ExecSH is either a permissions problem or a environment variable issue. All DataStage jobs run as phantoms and do not execute the .profile so your UNIX environm...
by kduke
Mon Mar 13, 2006 11:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: REG : Writing Logs From Director to Sequential File
Replies: 11
Views: 4634

If people want to send me a DSX file where they have dumped the log to a table then please email it to me. I will add it to my links page.