Search found 4605 matches
- Tue Aug 30, 2005 1:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Emailing the results
- Replies: 14
- Views: 3332
- Tue Aug 30, 2005 7:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS job report syntax error
- Replies: 20
- Views: 5561
- Tue Aug 30, 2005 7:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Emailing the results
- Replies: 14
- Views: 3332
Here is the last step. Colin Sounds good. You need to run DSJobReportDbDriver and give it the sequence name at the end of every sequence. SeqPrepareEtlStats just needs to be run once to load the job names and link names in a table to run reports against. The last thing you need is to switch my shell...
- Mon Aug 29, 2005 12:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS job report syntax error
- Replies: 20
- Views: 5561
I would change your path on the command to "..\..\Engine\bin\dsjob -report". This works for me. This is unless you move your projects from the default directory. Also I see you figured out that the before routine in job DSJobReportDb was ExecSH but should be changed to ExecDOS. Now I all need to cha...
- Mon Aug 29, 2005 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using table as a hash file due to range conditions
- Replies: 11
- Views: 3384
- Mon Aug 29, 2005 12:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS job report syntax error
- Replies: 20
- Views: 5561
- Mon Aug 29, 2005 11:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS job report syntax error
- Replies: 20
- Views: 5561
- Mon Aug 29, 2005 11:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS job report syntax error
- Replies: 20
- Views: 5561
- Mon Aug 29, 2005 11:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using table as a hash file due to range conditions
- Replies: 11
- Views: 3384
1) Not needed. You can do this in a hash file. You can use a compound key or a key with more than one column. You could even use a surrogate key. 2) You need to lookup or use the hash file as a referrence lookup. 3) I would use 2 columns as the key. One is the timestamp or break it into 2 fields dat...
- Sun Aug 28, 2005 1:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can UtilityabortToLog be used in PX?
- Replies: 4
- Views: 1550
- Sat Aug 27, 2005 10:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compiling in DS 7.5
- Replies: 11
- Views: 2962
- Sat Aug 27, 2005 6:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compiling in DS 7.5
- Replies: 11
- Views: 2962
- Sat Aug 27, 2005 10:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compiling in DS 7.5
- Replies: 11
- Views: 2962
- Sat Aug 27, 2005 10:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: one field from multirow lookup to multivalue field
- Replies: 30
- Views: 6194
- Fri Aug 26, 2005 11:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check a Hashed File being used by
- Replies: 10
- Views: 3495
DwNav is great. MetaStage should work. This link http://www.dsxchange.com/viewtopic.php?t=94738 will work.