Search found 42189 matches

by chulett
Thu Jun 04, 2009 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read-only objects
Replies: 9
Views: 4487

Set that option as a default in the GUI before you run it from the command line - that changes a registry value the command reads. If you're feeling adventurous you can set it dynamically in a script via regedit.
by chulett
Thu Jun 04, 2009 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: use of breakpoints
Replies: 5
Views: 1845

Are we talking about the 'Watch' window?
by chulett
Thu Jun 04, 2009 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed in utilizing TRANS() function
Replies: 10
Views: 4733

By "Sequences" he is referring to the KeyMgmt routines in the sdk branch of the repository.
by chulett
Thu Jun 04, 2009 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage
Replies: 1
Views: 1134

Not without more information as to exactly what you are doing in the stage and how you have it configured.
by chulett
Thu Jun 04, 2009 10:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To giv particular range of values in column using schemafile
Replies: 8
Views: 1434

If you would answer the last question, we should be able to give you some advice about how best to accomplish that.
by chulett
Thu Jun 04, 2009 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Apparently missing DSD.RUN files
Replies: 8
Views: 3316

That's ok, I think I have a couple of molars left if you look all the way in the back... [choke,gack] Sorry. :wink: If the job crashed or hung and was killed, I can see both logs being incomplete and complicating this. So... these four iterations - are they complete iterations from Starting to Finis...
by chulett
Thu Jun 04, 2009 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Apparently missing DSD.RUN files
Replies: 8
Views: 3316

Not quite sure what you are asking. If your job was run under the control of another job, then you should be able to right-click in the log view and select 'Related log' to see the log for the controller. And from there open the job design.
by chulett
Thu Jun 04, 2009 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To giv particular range of values in column using schemafile
Replies: 8
Views: 1434

Well... sometimes we all have to do things we don't really want to do and this looks to be one of those times. So, what should happen to values outside that range?
by chulett
Thu Jun 04, 2009 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobDesign Question
Replies: 30
Views: 7740

OK, fair enough. May I ask what's wrong or inappropriate about it? Even if you don't need the looping construct, every other core element seems to be addressed there - sequential source, multiple values, parsing them into individual parameters, etc etc. :? With some idea as to what's wrong with all ...
by chulett
Thu Jun 04, 2009 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To giv particular range of values in column using schemafile
Replies: 8
Views: 1434

You mean as a validation, an automated way to check to ensure the values are within a valid range? No, as far as I know you'll need to specifically check in a Transformer and then decide what to do when values fall outside of that range.
by chulett
Thu Jun 04, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SalesForce Varchar extracts
Replies: 2
Views: 844

Wouldn't that just be a matter of "converting" the Varchar to a Char? And I would think that, even in PX, that doesn't take a function but just a move from one type to the other. :? Are you doing this 'on the fly' to the individual fields or planning on landing the data to a fixed-width fi...
by chulett
Thu Jun 04, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fresh Install...Compile problem with transformer
Replies: 16
Views: 11692

Not necessarily, we've seen other examples here where newer versions do not work and you need to use the version indicated in the docs. Someone on an AIX box (or from IBM) would need to answer that question for us.
by chulett
Thu Jun 04, 2009 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to restart the job which is in STOPPED state
Replies: 10
Views: 2239

Not sure what you're saying here. Perhaps it's fixed in the 8.x release but for anything earlier it is certainly true that a job in a "Stopped/Restartable" status is in fact NOT restartable.
by chulett
Thu Jun 04, 2009 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JobDesign Question
Replies: 30
Views: 7740

You mean other than the way I already posted? :?
by chulett
Thu Jun 04, 2009 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mixed Architecture Server and Parallel Comments please
Replies: 1
Views: 786

Nothing wrong with that at all, after all Sequence jobs are essentially Server jobs as well. And don't assume PX always equals "maximise performance", especially for small volumes. There are plenty of circumstances where a Server job can be more appropriate for the task than a PX job. :wink: