Search found 53125 matches

by ray.wurlod
Wed Dec 16, 2009 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator issue while converting the server to paralle job
Replies: 4
Views: 4019

Disable operator combination so you can learn exactly which operator (stage) is throwing the error. This may shed some light on what is (or is not) happening.
by ray.wurlod
Wed Dec 16, 2009 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need info
Replies: 4
Views: 1458

... unless you set ORLogging. However, I am assuming that the original question related to doing design work on the UNIX machine.
by ray.wurlod
Wed Dec 16, 2009 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: numeric overflow error
Replies: 6
Views: 3403

If you have Oracle, your organization already has the requisite Oracle client software. Get your DBA to install it on the DataStage server (and any other machines executing nodes).
by ray.wurlod
Wed Dec 16, 2009 2:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: My DataStage Job could not be stopped
Replies: 10
Views: 9891

cnjelita wrote:The Cleanup resources link is grayed out or not active from my director client.
It needs to be enabled on the General tab of project properties in the Administrator client.
by ray.wurlod
Wed Dec 16, 2009 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF master record
Replies: 7
Views: 3394

OK that was a guess. But it still works - the level 01 item "contains" (in some sense) all the higher-numbered-level items. I'd be happy to learn, if anyone knows the real answer, especially if they can back it up with a reference.
by ray.wurlod
Wed Dec 16, 2009 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running stored procedure in After tab of DRS Stage
Replies: 4
Views: 2855

Maybe you don't have SELECT privilege on the required system tables?
by ray.wurlod
Wed Dec 16, 2009 1:56 pm
Forum: IBM QualityStage
Topic: Unduplicate question
Replies: 6
Views: 2422

Not until you advise the blocking and matching columns you used in each pass. As an interim thought, phonetic columns (like NYSIIS of primary name) are better blocking fields then original columns.
by ray.wurlod
Wed Dec 16, 2009 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MODIFY STAGE
Replies: 1
Views: 1242

handle_null(inputcolumn, replacementvalue)

The Parallel Job Developer's Guide is wrong to specify NullToValue(), which is for the Transformer stage.
by ray.wurlod
Wed Dec 16, 2009 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: installation
Replies: 7
Views: 2716

If your company is using UNIX-based servers, then the authentication information will not be correct for your Windows-based server installation.
by ray.wurlod
Tue Dec 15, 2009 7:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error with node
Replies: 17
Views: 5270

For urgent support sign up for priority service with your support provider. We don't do "asap", particularly not with "!!!!!!". DSXchange is an all-volunteer site whose members post as, when and if they can. "I'd love to help you out - which way did you come in?" (Grouc...
by ray.wurlod
Tue Dec 15, 2009 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance tunning of datastage on windows machine
Replies: 2
Views: 987

For urgent support sign up for priority service with your support provider. We don't do "urgent". DSXchange is an all-volunteer site whose members post as, when and if they can. One solution would be to throw more resources at the problematic job (maybe more nodes, maybe faster CPUs, maybe...
by ray.wurlod
Tue Dec 15, 2009 7:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error compiling Job Control Subroutine <JobName>
Replies: 7
Views: 10316

These are stage variables in a Transformer stage that presumably have not been declared to have an initial value. Then the job design makes reference to them.

Perhaps the importer has missed importing the initial value. Check on both projects. See if there are any differences.
by ray.wurlod
Tue Dec 15, 2009 7:42 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Deploying a webservice for a sequence of jobs
Replies: 5
Views: 2634

And, indeed, please comment on why this question is posted as an Information Analyzer question. Information Analyzer typically does not run sequences of jobs at all.
by ray.wurlod
Tue Dec 15, 2009 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Fileset
Replies: 1
Views: 1324

It's possible but definitely not easy. Your script needs to get and read the xyz.fs descriptor file for the File Set, to get the individual data files (which may all be on separate machines). Then these have to be individually FTPd to appropriate locations. Finally you have to figure out how to edit...
by ray.wurlod
Tue Dec 15, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Path for dsdesign on client machine
Replies: 10
Views: 2933

Again, it shouldn't. It doesn't for me (8.0.1 on Windows).