Search found 4605 matches

by kduke
Mon Jun 12, 2006 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Standards and conventions
Replies: 4
Views: 7699

avi21st I really disagree with some of these. Why have all links start with lnk? Why have all projects have Load in the name? If all of them have it then how informational is it? What good does it make to have job type in the link name? I do like jp and sv so these variables show where they come fro...
by kduke
Mon Jun 12, 2006 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export of jobs
Replies: 5
Views: 1492

Do not try this on import. It will fail.
by kduke
Mon Jun 12, 2006 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: snapshot
Replies: 3
Views: 1166

Hey Ray, where is that ReadMyMindStage?
by kduke
Sun Jun 11, 2006 7:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: snapshot
Replies: 3
Views: 1166

Not exactly sure what you mean. Do you mean sceenshot? Do you mean some kind of documentation including a screenshot. If you want to document a job then you can do it several ways. In the Designer it will generate a html with the screenshot as a bmp file. You can do the same from the command line. T...
by kduke
Fri Jun 09, 2006 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Collecting Metrics for DS Jobs,run times and record counts
Replies: 10
Views: 3042

DSJobReport was an example of how to use a job filter. It was the basis for my job DSJobReportDb. DSJobReport had lots of issues. It failed all the time. I think DSJobReportDb is a lot more stable. DSJobReportDb is the basis for EtlStats. DSJobReportDbDriver is the job that executes DSJobReportDb in...
by kduke
Thu Jun 08, 2006 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Collecting Metrics for DS Jobs,run times and record counts
Replies: 10
Views: 3042

It is not an after stage or after job routine. It is a routine to use to get the results of a different job and not the current running job.
by kduke
Wed Jun 07, 2006 6:03 pm
Forum: Site/Forum
Topic: Video Tech Tip Series - FEEDBACK
Replies: 49
Views: 73519

Tell them Ray man.
:lol:
by kduke
Wed Jun 07, 2006 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract Requirements of Data
Replies: 4
Views: 1203

You can find links to sites with these documents on www.olap.it I think Ganett had my favorite source to target documents. Not sure if they are on this site or where the exact link is for these documents.
by kduke
Wed Jun 07, 2006 6:04 am
Forum: Site/Forum
Topic: Video Tech Tip Series - FEEDBACK
Replies: 49
Views: 73519

Do you mean to translate Texan to English?



Ray, you keep coming to Texas then they might need this for you. That Texan thang seems to rub off on visitors.
by kduke
Wed Jun 07, 2006 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Audit Control
Replies: 2
Views: 763

The first 4 are easy with EtlStats. 5 is very difficult if you have user defined SQL. I have posted SQL for ODBC stage types for 6. For other stage types it will be more work. You could use a combination of GetEtlQaSqlStat job and routine KgdCreateDdlMetadata to get 7 through 10.
by kduke
Tue Jun 06, 2006 8:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between DSLogfatal and DSStopJob
Replies: 14
Views: 5503

Craig

Sometimes I think we are the only ones on here with a sense of humor. Just checking to see if you are reading all these posts.
by kduke
Tue Jun 06, 2006 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting count of records passed through a link
Replies: 17
Views: 7392

I would modify UtilityRunJob() to run my jobs and have it get row counts after the job finishes.
by kduke
Tue Jun 06, 2006 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to get the metadata details
Replies: 6
Views: 1315

Why do you want to call DSGetLinkMetaData()? What information are you wanting to get at?
by kduke
Tue Jun 06, 2006 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between DSLogfatal and DSStopJob
Replies: 14
Views: 5503

I think I explained myself. What did you not understand? Ray does not like to see aborted jobs in the Director. He wants to control the ETL without aborting jobs. This seems pretty smart to me. There is a check box in a sequence to automatically handling aborted jobs. This requires using an exceptio...
by kduke
Mon Jun 05, 2006 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification of Error Log
Replies: 3
Views: 822

EtlStats has a job included called EtlChkSeqJobsNotRun. This loops through all jobs to see if any had errors or warnings. All it needs is the sequence name. It sends a html web page as an attachment with the log file of the job which has warnings or errors. The job called GenHtmlJobLog will loop thr...