Search found 53125 matches

by ray.wurlod
Tue May 05, 2009 4:19 pm
Forum: General
Topic: How do I get dsjob -logdetail to list the log from the last
Replies: 12
Views: 22277

So?

The -lognewest allows you to find the most recent "started" event, and you can use that information to filter what you get back from -logdetail.

It's probably easier to do this with a DataStage BASIC routine than with dsjob commands.
by ray.wurlod
Tue May 05, 2009 4:15 pm
Forum: General
Topic: string extract
Replies: 3
Views: 1230

... which compiles to precisely the same code as the equivalent Field() function.
by ray.wurlod
Tue May 05, 2009 4:14 pm
Forum: IBM QualityStage
Topic: Fatal Error: An operator with concurrent inputs
Replies: 3
Views: 1989

Find the stage in which an explicit collection algorithm has been specified and change it to (Auto).
by ray.wurlod
Tue May 05, 2009 4:13 pm
Forum: IBM QualityStage
Topic: Match Stage error
Replies: 5
Views: 2802

Please begin a new thread. This error is about parallel execution and specifying an explicit collection algorithm, not about the Match stage per se.
by ray.wurlod
Tue May 05, 2009 4:11 pm
Forum: IBM QualityStage
Topic: QualityStage Match Process Error
Replies: 7
Views: 5429

Have you done investigation and standardization on these data?
by ray.wurlod
Tue May 05, 2009 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connectivity with oracle10gr2
Replies: 12
Views: 3555

My error.

Describe fully the Oracle-related environment variables that you have set up in your Windows server. Prove (for example via a DataStage log entry) that these are being picked up correctly by DataStage processes.
by ray.wurlod
Tue May 05, 2009 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: if else logic
Replies: 6
Views: 1923

John's response was a COMPLETE ANSWER to your question, which only sought a three-character string. if 1st character of okcucl = 5 then 020 else two first character of okcucl = 65 then 030 else 001 You have now changed the question. We at DSXchange are not in the business of supplying a complete sol...
by ray.wurlod
Tue May 05, 2009 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage same partition
Replies: 4
Views: 1376

As I noted in my earlier post, "main" is not relevant in this case.
by ray.wurlod
Tue May 05, 2009 1:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Device licensing
Replies: 3
Views: 1102

That, at least, is easily remedied. Get yourself a premium membership.
Premium membership is one of the ways that the hosting and bandwidth costs of DSXchange are defrayed. So, by getting one, you're helping to keep DSXchange alive.
by ray.wurlod
Tue May 05, 2009 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage same partition
Replies: 4
Views: 1376

Partitioning is only ever set on input links. Data on output links will always be the same as specified on the main input link. In your case, the Join stage has its inputs partitioned identically, so "main" does not come into consideration.
by ray.wurlod
Tue May 05, 2009 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't able to start the server
Replies: 13
Views: 17972

Please explain in detail the steps you are taking to start:
  • IBM Information Server

    WebSphere Application Server (ASB node)

    ASB agent (if required)

    DataStage server
by ray.wurlod
Tue May 05, 2009 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Device licensing
Replies: 3
Views: 1102

Why?

You had a response to this very same question recently. And you have not provided the elaboration I requested there.
by ray.wurlod
Tue May 05, 2009 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning: score file deletion
Replies: 4
Views: 2009

The score files *should* be automatically deleted - there is nothing to enable. They are cleaned up when the conductor process is closing down after all section leaders report that they have finished. If the automatic process can not delete them, then check with your Windows O/S administrator that t...
by ray.wurlod
Mon May 04, 2009 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to complie Parellel jobs with Transformer
Replies: 1
Views: 2012

All four environment variable values are incorrectly set.

Search the forum for more information.