Search found 4605 matches
- Thu Nov 30, 2006 7:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import Jobs from Command line
- Replies: 14
- Views: 7359
I am sorry. I forgot to copy these scripts to my thumb drive. Will do it tomorrow. You need to start with DataStageBackup.bat. Next you need to modify to dsimport.exe on the DataStageImporter.bat and dsexport.exe. (I think) You need to cd into the correct directory. Next you a list of jobs or DSX fi...
- Thu Nov 30, 2006 7:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
- Thu Nov 30, 2006 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generating jobs reports
- Replies: 60
- Views: 24753
- Wed Nov 29, 2006 8:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import Jobs from Command line
- Replies: 14
- Views: 7359
I will post a couple of scripts soon which are based on the backup batch file DataStageBackup.bat. My current customer does not use Version Control. So I modified that script to load all DSX files in a directory. The Directory is the project name. It uses my current directory structure so you need t...
- Wed Nov 29, 2006 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Search best practices in order to manage job
- Replies: 1
- Views: 570
- Tue Nov 28, 2006 11:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9424
- Tue Nov 28, 2006 11:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9424
I think it is really difficult to report on these while they are not in tables. I like to extract this ETL metadata into tables so I can write nice reports against this kind of metadata. Reporting either from DS_JOBOBJECTS or doc_tool.mdb and Reporting Assistant is not easy. DwNav was designed to na...
- Tue Nov 28, 2006 10:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9424
- Tue Nov 28, 2006 10:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9424
- Tue Nov 28, 2006 10:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9424
The jobs in EtlStats are: LoadEtlMdProperty LoadEtlMdProperty2 LoadEtlMdTable SELECT DS_JOBOBJECTS.NAME as LinkName, DS_JOBS.NAME as JobName, DS_JOBOBJECTS.OdbcTableNames, DS_JOBOBJECTS.OdbcAction FROM DS_JOBOBJECTS, DS_JOBS WHERE OBJIDNO = JOBNO and DS_JOBS.CATEGORY LIKE 'Production%' and DS_JOBOBJ...
- Tue Nov 28, 2006 10:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9424
- Tue Nov 28, 2006 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to track which ETL job is loading 1 particular DB table
- Replies: 24
- Views: 9424
There are several SQL statements which I have posted which should give you this. They are all based on stage types. Most of the plugins use custom stage types. The metadata is consistent across these. I have several jobs included in EtlStats which can extract this information and load it into tables...
- Sat Nov 25, 2006 5:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What can the Help desk do for us
- Replies: 4
- Views: 1026
You need to include them on the emails. They should open tickets and make sure each failure is addressed and being worked. They should alos make sure these tickets get closed at some point. Why should they trust you that all issues are being handled? You do not trust or need them. Your attitiude nee...
- Sat Nov 25, 2006 5:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: delete files using ftp
- Replies: 3
- Views: 1009
- Sat Nov 25, 2006 5:33 pm
- Forum: General
- Topic: Universe Stage
- Replies: 11
- Views: 5868