Search found 4605 matches
- 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...
- Mon Jun 12, 2006 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export of jobs
- Replies: 5
- Views: 1492
- Mon Jun 12, 2006 7:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: snapshot
- Replies: 3
- Views: 1166
- 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...
- 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...
- 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
- Wed Jun 07, 2006 6:03 pm
- Forum: Site/Forum
- Topic: Video Tech Tip Series - FEEDBACK
- Replies: 49
- Views: 73519
- 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.
- Wed Jun 07, 2006 6:04 am
- Forum: Site/Forum
- Topic: Video Tech Tip Series - FEEDBACK
- Replies: 49
- Views: 73519
- Wed Jun 07, 2006 6:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Audit Control
- Replies: 2
- Views: 763
- 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
- 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
- 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
- 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...
- 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...