Search found 4605 matches
- Wed Nov 15, 2006 6:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multi Client Manager
- Replies: 3
- Views: 964
- Wed Nov 15, 2006 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
- 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.
- Tue Nov 14, 2006 9:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
- 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...
- Mon Nov 13, 2006 8:35 pm
- Forum: DSXchange Testimonials
- Topic: Thanks for Server to EE transition Class
- Replies: 2
- Views: 11020
- 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.
- Mon Nov 13, 2006 8:28 pm
- Forum: General
- Topic: Datastage will not start for certain values of PS1
- Replies: 3
- Views: 2514
- Mon Nov 13, 2006 8:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
- 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 ...
- 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 ...
- 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...
- Sat Nov 11, 2006 8:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: protecting the selected category of jobs inside the project
- Replies: 8
- Views: 2475
- 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
- Thu Nov 09, 2006 6:38 pm
- Forum: General
- Topic: Capturing comments added in Version Control.
- Replies: 5
- Views: 4015