Search found 53125 matches

by ray.wurlod
Wed Dec 05, 2012 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows to single row
Replies: 9
Views: 3851

One task, one stage.

You do the pivoting in the Pivot stage, you do the transformations in a Transformer stage.
by ray.wurlod
Wed Dec 05, 2012 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Px Job Link naming issue
Replies: 3
Views: 870

You almost certainly DID have unsatisfied constraints, which have disappeared when you created replacement links so you can prove this either way.
by ray.wurlod
Wed Dec 05, 2012 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Character Removal
Replies: 3
Views: 1670

Do you have your client's authority to remove them? After all, they ARE a part of their data.
by ray.wurlod
Tue Dec 04, 2012 11:39 pm
Forum:
Topic: MetaAsset manager failed to point to bridges
Replies: 2
Views: 3575

Connection refused on port number 19443 suggests that the port is not open (for example through a firewall), or possibly that the metadata interchange agent is not running. You need to check both of these things. Do you get a list of bridges when you use Import Export Manager (a rather more primitiv...
by ray.wurlod
Tue Dec 04, 2012 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PIVOT STAGE
Replies: 9
Views: 3957

Since you need transformation to extract the alias names, this task might more readily be performed using the group processing capabilities of the Transformer stage. Are you running version 8.7 or higher?
by ray.wurlod
Tue Dec 04, 2012 11:30 pm
Forum: General
Topic: parameter set mapping in job sequence
Replies: 3
Views: 1554

You can lodge enhancement requests through DSXchance (there's a separate forum for these) or directly with IBM or through your offical support provider. (They do listen to them.)
by ray.wurlod
Tue Dec 04, 2012 7:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load data into Netezza using NZ Enterprise
Replies: 1
Views: 908

Clearly - from the error message - not all columns are nullable in Netezza.
by ray.wurlod
Tue Dec 04, 2012 7:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to select records from SQL Server
Replies: 1
Views: 1949

Are you saying that you've changed the Array Size to 1, recompiled the job, and it's still throwing "array size must be 1" error?
by ray.wurlod
Tue Dec 04, 2012 7:26 pm
Forum: General
Topic: Compilation not reflecting
Replies: 5
Views: 1247

Use the Sync Project capability of ISA Lite to get your repositories back synchronized, for that is your immediate problem.
by ray.wurlod
Tue Dec 04, 2012 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid character(s) found converting Unicode string to code
Replies: 6
Views: 11705

In the Sequential File stage there is a property that allows you to drop the Byte Order Mark (BOM). Set that to True and the 0xFFFD should disappear.
by ray.wurlod
Tue Dec 04, 2012 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter in WHERE clause
Replies: 23
Views: 7268

Hmm, I believe I suggested this approach near the start of this thread.
by ray.wurlod
Tue Dec 04, 2012 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent of Translate fn which can be used on Modify Stage
Replies: 4
Views: 1839

The equivalent Transformer function is Ereplace() (for version 9.1) or pxEreplace (earlier versions). This functionality is not available in Modify stage.
by ray.wurlod
Tue Dec 04, 2012 1:22 pm
Forum: General
Topic: parameter set mapping in job sequence
Replies: 3
Views: 1554

This is currently a restriction in sequences. I don't know any workaround for it, except to use a Routine activity and call a routine to invoke the job, which kind of defeats the purpose. Another way, that I have used, is to write a new values file from the sequence (using Execute Command) and invok...
by ray.wurlod
Tue Dec 04, 2012 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Equivalent of Translate fn which can be used on Modify Stage
Replies: 4
Views: 1839

What does the Translate() function do? It's not a function that's built into DataStage.
by ray.wurlod
Tue Dec 04, 2012 2:52 am
Forum: General
Topic: How to run job use the dsjob command
Replies: 5
Views: 4420

You have a ulimit command in dsenv. Lose it, or make sure it conforms with the limits set for your system. Other than that, after sourcing dsenv you should be able to run dsjob commands.