Search found 42189 matches

by chulett
Mon May 18, 2009 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scheduled dsexport.exe will not end
Replies: 10
Views: 4183

Run it just like that from the cmd line.
by chulett
Mon May 18, 2009 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the Output Column name in a Transformer
Replies: 1
Views: 1115

No, nothing 'out of the box' except by hard-coding it into the derivation while you're in there.
by chulett
Mon May 18, 2009 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: range for KeyMgtGetNextValueConcurrent
Replies: 1
Views: 700

No, but you could copy it and create your own custom version that does that.
by chulett
Mon May 18, 2009 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does Datastage V8.1 supports SCD type 3?
Replies: 2
Views: 1577

Meaning the SCD stage supports them natively, but a Type 3 would be easy to implement.
by chulett
Mon May 18, 2009 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: redirecting the execute command output
Replies: 3
Views: 1084

No worries. :wink:

For the record, relative paths are relative to the 'current working directory' of the job that creates them, so that means the path starts from the job's Project directory.
by chulett
Mon May 18, 2009 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of special character to normal character
Replies: 9
Views: 2083

Sure, with Convert() for example... but why? They're not really equivalent and a better solution would be to load them as is. What issue are you having?
by chulett
Mon May 18, 2009 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import a 8.0 dsx into a 7.5 version
Replies: 6
Views: 1489

OK, I'll bite... failed how?
by chulett
Mon May 18, 2009 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI stage server 8.01 and ORacle 10G VPD
Replies: 3
Views: 1176

Any idea what they changed? Would be useful information to have.
by chulett
Mon May 18, 2009 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence does not compile
Replies: 9
Views: 3462

I remember what you are referring to, that was a different error however. Never seen yours mentioned here before.
by chulett
Mon May 18, 2009 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import a 8.0 dsx into a 7.5 version
Replies: 6
Views: 1489

Possible? Yes, I would imagine so after editing the version in the dsx. Recommended? I highly doubt it.
by chulett
Mon May 18, 2009 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading File pattern
Replies: 3
Views: 1131

Ack... mea culpa... was thinking 'wildcards' when you said 'regular expressions'. Does that work from your O/S? :?
by chulett
Mon May 18, 2009 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: redirecting the execute command output
Replies: 3
Views: 1084

Where are you looking for the file? :wink:
by chulett
Mon May 18, 2009 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer not working properly
Replies: 5
Views: 2275

As noted, you need to shine some light on the specifics of your error handling design, triggers etc, before we can help.
by chulett
Mon May 18, 2009 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading File pattern
Replies: 3
Views: 1131

Short answer is "yes" and quickest way to test would be to try it.
by chulett
Mon May 18, 2009 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Job run from Unix Command Line
Replies: 13
Views: 19377

Re: DataStage Job run from Unix Command Line

can we run the ds jobs on unix from any locations/path or do I need to run from the specific location That's just 'command line 101' stuff. If that directory is in your $PATH then you can 'run it from anywhere', else you either need to specify the full path or sit where it lives to run it and (poss...