Search found 53125 matches

by ray.wurlod
Fri Sep 26, 2008 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage in File Format
Replies: 3
Views: 1211

Passive stages that have input and output link (apart from reject handling) are specifically prohibited in parallel jobs.
by ray.wurlod
Fri Sep 26, 2008 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One Unique surrogate key for all input records.
Replies: 7
Views: 1526

rumu wrote:....may be for the reason that I am not a premiere member....

That, at least, is easily fixed.
by ray.wurlod
Fri Sep 26, 2008 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there a HostView in v8 Designer?
Replies: 4
Views: 1092

You can still switch between them using Director.
by ray.wurlod
Fri Sep 26, 2008 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can Zeke detect a job aborted within a sequence?
Replies: 7
Views: 6321

11 isn't aborted - it is "validation succeeded". Similarly 12 should go to Warnings.
by ray.wurlod
Fri Sep 26, 2008 3:34 pm
Forum: General
Topic: Need help regarding study materials(.pdf,.ppt,documents)
Replies: 4
Views: 3347

Welcome aboard. Same answer as above.

You can also take training classes, from IBM or elsewhere.
by ray.wurlod
Fri Sep 26, 2008 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One Unique surrogate key for all input records.
Replies: 7
Views: 1526

Why don't YOU think it through? You have a good idea what you need to do, I've suggested something to try (which it seems that you haven't), and you ask for other ideas?
by ray.wurlod
Fri Sep 26, 2008 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: mgration from 5.22 to 7.5.2
Replies: 19
Views: 8247

You're wrong.

Everything that is supported in version 5.2 is supported in version 7.5.2, and more.

You may be confused by the fact that Hashed File stage does not exist in parallel jobs. But server jobs continue to be supported in 7.5.2, 8.0 and beyond.
by ray.wurlod
Fri Sep 26, 2008 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EXP FUNCTON COMPILE ERROR
Replies: 1
Views: 1045

Server job (as posted) or parallel job (as marked)?

WHAT compilation errors is it giving? Or do you expect us to guess?
by ray.wurlod
Fri Sep 26, 2008 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query regarding access of internal DataStage repository
Replies: 4
Views: 2521

Click the Search link in my previous post.
by ray.wurlod
Fri Sep 26, 2008 4:48 am
Forum: General
Topic: Parallel Job is not working in the DATASTAGE 7.5.
Replies: 1
Views: 2075

My car is not working. Can you help me out? This kind of question is impossible to answer. We have no idea at all of the data you are processing, the expected output, the actual output, what your job design is set up to do, the precise version of DataStage, nor what error or warning messages are app...
by ray.wurlod
Fri Sep 26, 2008 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: mgration from 5.22 to 7.5.2
Replies: 19
Views: 8247

Install 7.5.2.

Export projects from 5.2. Verify (import into 5.2 without actually importing anything).

Create corresponding projects in 7.5.2.

Import into 7.5.2 projects.

Re-compile jobs and routines on 7.5.2 just in case (use Multi-Job Compile tool).

Done.
by ray.wurlod
Fri Sep 26, 2008 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Priv were lost momentarily which works again after sometime
Replies: 2
Views: 871

Only your Oracle DBA can sort it out (which is what I suppose you meant). Nothing, not even DataStage (which is just another client application as far as Oracle is concerned) can bypass database privileges. You can Search DSXchange to find out why SELECT privilege is required to certain Oracle syste...
by ray.wurlod
Fri Sep 26, 2008 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Testing for a numbers stored Char(18) field
Replies: 6
Views: 1604

Compare the trimmed strings. If that alone doesn't work is the Compare() function available? (I'm not on site right now.)