Search found 53125 matches

by ray.wurlod
Thu Jan 22, 2009 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle view data error
Replies: 3
Views: 1262

Your user-defined SQL is generating a large number of messages.

Try it independently of DataStage, for example using sqlplus. What happens then?
by ray.wurlod
Thu Jan 22, 2009 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job scheduling error
Replies: 1
Views: 919

RT_CONFIG62 is a hashed file containing configuration data about the job. You could try re-compiling the job. First, however, check that RT_CONFIG62 is not corrupted, using the UVFIXFILE RT_CONFIG62 command from the Administrator client Command window.
by ray.wurlod
Thu Jan 22, 2009 2:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Index rebuild In OCI Stage
Replies: 1
Views: 1388

Don't attempt to do what Oracle forbids.
by ray.wurlod
Thu Jan 22, 2009 2:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to make work(run) parallel jobs in windows 2003 server
Replies: 6
Views: 1947

Is this the case for ALL parallel jobs, or just this one? What's the design of this one?
by ray.wurlod
Thu Jan 22, 2009 2:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRP recomandation for 7.5.2 server edition
Replies: 5
Views: 1689

Talk to your vendor. They can typically do a reasonable price for the licensing on the stand-by machine. IBM can also provide (chargeable) advice in implementing a high-availability solution. However, if disaster recovery in your scenario simply means the ability to run on server B if server A fails...
by ray.wurlod
Thu Jan 22, 2009 2:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Error connection
Replies: 8
Views: 4065

Thank you for following through and letting us know. Turns out it was security rather than firewall.
by ray.wurlod
Thu Jan 22, 2009 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mappings disappear from transformer
Replies: 4
Views: 1171

Query the DS_AUDIT table to determine when the job design was most recently changed, and by whom. Do you have an export of the job?
by ray.wurlod
Thu Jan 22, 2009 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to make work(run) parallel jobs in windows 2003 server
Replies: 6
Views: 1947

You're confused and you're making us confused. What precisely do you mean by "not able to run parallel jobs"? Can you compile parallel jobs? What happens when you try to run a parallel job? Is anything logged? Does any message appear anywhere else, such as in the &PH& directory?
by ray.wurlod
Thu Jan 22, 2009 1:13 am
Forum: General
Topic: Teradata V2R6 to MySql 5.0.26
Replies: 7
Views: 1615

Take a look at hamzaqk's signature block: probably regards MySQL as a toy.
by ray.wurlod
Thu Jan 22, 2009 1:11 am
Forum: Site/Forum
Topic: Reinstatement of Premier Membership?
Replies: 3
Views: 3552

Gotcha there! The membership directory is also called Ray.
by ray.wurlod
Wed Jan 21, 2009 9:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing Reject records
Replies: 15
Views: 4039

GET RID of the sqlcode column from the sequential file and transformer stages.
by ray.wurlod
Wed Jan 21, 2009 6:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Manager issue
Replies: 5
Views: 1451

Welcome aboard.

This is not behaviour I have seen in more than 12 years working with DataStage. Can you give a specific example?
by ray.wurlod
Wed Jan 21, 2009 6:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nested Condition
Replies: 6
Views: 1531

And it might be set to "" or even unset in the project's own environment (via the Administrator client perhaps).
by ray.wurlod
Wed Jan 21, 2009 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove deplicate using Transformer stage
Replies: 1
Views: 959

Use an upstream Sort stage that generates a Key Change column, and use the key change column in the Transformer stage's constraint expression.

But why not use Remove Duplicates stage?
by ray.wurlod
Wed Jan 21, 2009 6:16 pm
Forum: Enhancement Wish List
Topic: Auto Arrange of the stages.
Replies: 2
Views: 2995

I manage it (without needing to be crazy), primarily with a bit of forethought. Yes, quite complex job designs. Though I also prefer to opt for modularity rather than complexity.