Search found 53125 matches

by ray.wurlod
Fri Jun 26, 2009 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Send Mail for warning Rows
Replies: 25
Views: 6025

The code in BASIC is already in your Repository; there are two "test" routines for sending mail. You can adapt one of those.
by ray.wurlod
Fri Jun 26, 2009 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need information on Grid Environment in version 8
Replies: 3
Views: 1908

No particular precautions, though you do have to grid-enable your jobs (more environment variables) and include an extra Execute Command activity in job sequences.
by ray.wurlod
Fri Jun 26, 2009 5:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job validates but not runs
Replies: 13
Views: 3106

senthilmp wrote:Yes, am sure that i re compiled the sequence..
Even if you set the Job activities to "Validate" as the run mode the sequence will compile. Please answer Arnd's actual question.
by ray.wurlod
Fri Jun 26, 2009 5:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restrict User Access
Replies: 3
Views: 1346

Unfortunately the Operator role can only run released jobs. This is an old technique which few, if any, sites use any more. When you get to version 8 there is a new role (Super Operator) that can run all jobs.
by ray.wurlod
Fri Jun 26, 2009 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert row data into column based on key
Replies: 1
Views: 913

This is a vertical pivot. Search for "vertical pivot" - it has been discussed many times.
by ray.wurlod
Fri Jun 26, 2009 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Rows to Columns
Replies: 6
Views: 2897

It's a vertical pivot. Since you have no other way of doing it, there's no danger of degrading performance because you don't have any "performance".

Search for "vertical pivot".
by ray.wurlod
Fri Jun 26, 2009 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic needed for this scenario
Replies: 2
Views: 1405

I am certain that this exact question has been answered recently. How about you Search for it?
by ray.wurlod
Thu Jun 25, 2009 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: State Files in surrogate key generator
Replies: 1
Views: 780

1) No. Surrogate keys are solely about uniqueness. There is no need for them to form a sequence. In a parallel environment keys will be being generated on all nodes. 2) You'd create jobs to create and initialize the state file, the latter obtaining the initializing value from a query against the tar...
by ray.wurlod
Thu Jun 25, 2009 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Failed to open project Status code = 80011
Replies: 13
Views: 23209

The domain name is the same as the domain name you give when connecting DataStage clients (the topmost field), but you don't need the 9080 port number when using dsjob command.
by ray.wurlod
Thu Jun 25, 2009 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PROJDEF
Replies: 4
Views: 9815

It's a bug in View Data and I don't believe there's a patch for it. It is fixed in versions 8.0.1 and 8.1. And probably in 7.5.3 as well.
by ray.wurlod
Thu Jun 25, 2009 9:22 pm
Forum: IBM QualityStage
Topic: IP overrides not working
Replies: 12
Views: 3605

Why have you suddenly introduced unhandled pattern overrides into the story? When do you want the overrides to occur - as input records are being processed or after standardization has occurred? I would guess that T+ is not unhandled in your case.
by ray.wurlod
Thu Jun 25, 2009 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiled job don’t take the new parameters set
Replies: 3
Views: 1767

Is this version 8.0.1 ? I believe that's a known issue in 8.0.1.
by ray.wurlod
Thu Jun 25, 2009 4:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on parallel routines
Replies: 7
Views: 2015

Do your #include declarations include full pathnames? If not, are the include files findable?
by ray.wurlod
Thu Jun 25, 2009 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS8.1 --> Linux 64 Bit - Performance issues
Replies: 12
Views: 4563

Don't ever change uvconfig without understanding why. You can break DataStage if you're not careful.

Involve your support provider to supply explanations.