Search found 4605 matches

by kduke
Wed Nov 15, 2006 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multi Client Manager
Replies: 3
Views: 964

I disagree. I think MCM is very buggy.
by kduke
Wed Nov 15, 2006 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

Will it run one job? Make CategoryToDoc the job you want to test and run it with the routine uncommented out.
by kduke
Tue Nov 14, 2006 9:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage server directory running out of space
Replies: 17
Views: 5263

Code: Select all

#!/bin/ksh
# 2GB
find . -size +2000000000c -exec ls -l {} \;


Adjust the size down for smaller than 2GB files.
by kduke
Tue Nov 14, 2006 9:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

Do you have this line in your job? Deffun JobReport(JobName,OutputDirectory,LogoPath,Style,Language) calling "DSU.JobReport" Secondly do these exist? FilePath = /interface/xx/vv/uu/reports/ LogoPath = /interface/mm/yy/rr/yy/reports/logo.jpg CategoryToDoc = MySequence CategoryToDoc ...
by kduke
Tue Nov 14, 2006 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

GenHtmlFromSql can take any SQL statement and turn it into html. If any column ends in ".htm" or ".html" then it becomes a link. The DSN for Universe is uvlocal. Now create a SELECT which reports CATEGORY from DS_JOBS. Post it here. Next add ".htm" to the column. As far as the getting the list of jo...
by kduke
Mon Nov 13, 2006 8:35 pm
Forum: DSXchange Testimonials
Topic: Thanks for Server to EE transition Class
Replies: 2
Views: 11020

Ray is a truly awesome instructor. I took one of his classes too. Thanks again Ray for all your efforts.
by kduke
Mon Nov 13, 2006 8:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJobReport routine in Duke Website
Replies: 2
Views: 1646

Refer to http://www.dsxchange.com/viewtopic.php?t=93446&start=15 Sorry if I sound upset. I am not. I am just tired.
by kduke
Mon Nov 13, 2006 8:28 pm
Forum: General
Topic: Datastage will not start for certain values of PS1
Replies: 3
Views: 2514

I have seen the @ symbol mess up other commands. I think it is the shell. What is your hardware and OS release number?
by kduke
Mon Nov 13, 2006 8:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

Secondly, please run job KgdGenHtmlJobDocs and where it asks for a CategoryToDoc put in the job category name instead of all.
by kduke
Mon Nov 13, 2006 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

If you are using EtlStats then it is a little different. You can give the job GenHtmlFromSql a SQL statement and it will turn it into an html document. SELECT CATEGORY || '.html' AS CATEGORY FROM DS_JOBS; Any column which ends in htm or html will create a link to another html web page. So just save ...
by kduke
Mon Nov 13, 2006 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

JobReport was not written by me. It was written by an IBM employee. They protected it by exporting without source. There one other routine in EtlStats which is protected. There is enough code to do what you want. If you are using GenHtml then you can feed it one category at a time. Instead of using ...
by kduke
Sat Nov 11, 2006 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: protecting the selected category of jobs inside the project
Replies: 8
Views: 2475

These will not help you. These scripts allow you to create 2 projects where the 2 groups cannot see the other's project. If you want one project protected from specific users then that is a lot easier. You just add the users to /etc/groups into the new group. Next you restrict this project to that g...
by kduke
Fri Nov 10, 2006 6:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to mail out the job that fails
Replies: 6
Views: 1237

There is a job called EtlChkSeqJobsNotRun included in EtlStats. It will email you the log of the jobs that fail or finish with warnings within a sequence. You need to get all the jobs working.
by kduke
Thu Nov 09, 2006 6:38 pm
Forum: General
Topic: Capturing comments added in Version Control.
Replies: 5
Views: 4015

I thought the tables were:

APM_BATCH
APM_BATCH_MEMBERS
APM_VERSION
APM_VERSION_XREF