Search found 53125 matches

by ray.wurlod
Mon May 06, 2013 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HTTP call out
Replies: 7
Views: 2776

Research and experiment with the Java Transformer stage, and read the Java Pack manual.
by ray.wurlod
Mon May 06, 2013 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue returning duplicate surrogate keys
Replies: 12
Views: 6071

It's not stored unless it's explicitly saved.
by ray.wurlod
Mon May 06, 2013 1:43 am
Forum: General
Topic: parameter set clarification
Replies: 4
Views: 1207

Use Values Files with your Parameter Sets, and protect the higher environment projects.
by ray.wurlod
Mon May 06, 2013 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer
Replies: 13
Views: 6350

Regular DataStage Connector stages (and, indeed, some older stage types) do read in batch ("arrays of rows" is the terminology) and, under the right circumstances (such as from a partitioned table), can do so in parallel processes, allowing for very large numbers of rows to be processed in...
by ray.wurlod
Sun May 05, 2013 8:29 pm
Forum: General
Topic: Client install both 8.7 and 9.2
Replies: 5
Views: 2987

You can specify different ports for every single service if you wish.

What happens if you shut down (rather than remove) the other version?
by ray.wurlod
Sun May 05, 2013 1:01 pm
Forum: General
Topic: Client install both 8.7 and 9.2
Replies: 5
Views: 2987

Why do you think you have to use the same port?

Incidentally, there is no version 9.2 (yet).
by ray.wurlod
Sun May 05, 2013 1:00 pm
Forum: General
Topic: Difference between IBM InfoSphere and IBM WebSphere
Replies: 5
Views: 3007

They are both brands in the IBM portfolio, useful and meaningful only for grouping "like" (as perceived by IBM marketing) products together.

WebSphere is supposed to contain all middleware products.

InfoSphere is supposed to contain all Information Management products except databases.
by ray.wurlod
Fri May 03, 2013 6:13 pm
Forum: General
Topic: datastage password expired
Replies: 3
Views: 2239

Not required if the password is the same as before.
by ray.wurlod
Fri May 03, 2013 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage Question
Replies: 4
Views: 1341

It really removes duplicates. However, it is sorting each node separately so, to get the results you require, your data need to be partitioned based on the first sort key (or more, if that has fewer values than your number of nodes).
by ray.wurlod
Fri May 03, 2013 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: alternative to Oconv
Replies: 5
Views: 1860

Double convert can only easily eliminate unwanted characters. The original requirement was to convert them to ".".
by ray.wurlod
Fri May 03, 2013 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Guidelines to finding bottlenecks in a job
Replies: 4
Views: 1741

There are three or four resources that can be bottlenecks: CPU, memory, disk I/O bandwidth and network bandwidth. Performance Analyzer won't help you with the fourth of these, other than by helping to eliminate the other three as candidates.
by ray.wurlod
Fri May 03, 2013 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue returning duplicate surrogate keys
Replies: 12
Views: 6071

I'd be guessing option (2). If SDKSequences were corrupt it wouldn't be returning anything at all.

As for tracing, search for any job that has an input link on which the hashed file name is SDKSequences.
by ray.wurlod
Fri May 03, 2013 2:29 pm
Forum: General
Topic: datastage password expired
Replies: 3
Views: 2239

You may need to run DirectoryAdmin and/or AppServerAdmin scripts to change the stored copies of the password.
by ray.wurlod
Fri May 03, 2013 2:27 pm
Forum: General
Topic: How to view the commands executed in administrator
Replies: 1
Views: 673

While the Command window is open the history is accessible and can be saved on the engine. Once the Command window is closed any unsaved history is discarded.
by ray.wurlod
Fri May 03, 2013 5:27 am
Forum: General
Topic: Error writing to RT_STATUS76
Replies: 13
Views: 3533

There is, and I outlined it in my answer.