Search found 4605 matches

by kduke
Tue Aug 30, 2005 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Emailing the results
Replies: 14
Views: 3332

I am on 7.5.1A
by kduke
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

I agree with Craig it should work. I think in ExecDOS and ExecSH they strip out quotes or do something to them. I think if you change it to execute 'DOS C:\"Program Files"\...dsjob' then it would work. The statement above is an example and not complete but completed it should work.
by kduke
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...
by kduke
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...
by kduke
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

This is sort of correct. In your job you have a primary input. You need a UV Stage as a lookup to point to this hash file. When you load the metadata then it will make the 3 fields in your key = :1 and = :2 ans so on. To change this from equal signs to >= you need to switch it to User Defined SQL.
by kduke
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

The first thing you need to do is run SeqPrepareEtlStats. If this runs then you can start using all of EtStats.
by kduke
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

Sorry, but I just haven't had time to clean this up and make this easy. Hope you get it working. I start a new job on Wednesday. It is on a Windoze box. I should have it cleaned up soon. Let you know.
by kduke
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

It is finding the dsjob command but it does not like the rest of the line. You may have a special character in your password like <,> or ". These will mess up the rest of the line. I think I would quote the job name also if it starts with a zero. The same for the project name. c:\"program files...
by kduke
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...
by kduke
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

I only use UtilityAbortToLog in sequences. Sequences are server jobs but can run Px jobs. I never use UtilityAbortToLog to stop a job other than a sequence or a batch job.
by kduke
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

Good to know.
by kduke
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

Where is the "mate"?
by kduke
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

Geez, Craig you are starting to talk like your from down under. You forgot the "mate" part.
by kduke
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

Because you do not need quotes around a number. Why did you waste our time making this a lot more complicated than it should be.
by kduke
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.