Search found 53125 matches

by ray.wurlod
Wed Nov 21, 2007 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split a string
Replies: 11
Views: 5926

Using the appropriate functions in a Modify stage or a Transformer stage.
by ray.wurlod
Wed Nov 21, 2007 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance difference of same job on 2 environments
Replies: 5
Views: 1675

What is different between the two servers? "Nothing" is not the correct answer.
by ray.wurlod
Wed Nov 21, 2007 5:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determining which cpu performs which process in a Job
Replies: 6
Views: 1683

It's not possible. DataStage does not control what process is executed by which CPU - it just starts processes. You can see how much CPU was eaten by each process in the Director (Monitor), but not on which CPU.
by ray.wurlod
Wed Nov 21, 2007 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating and selecting data from a Sybase table
Replies: 3
Views: 952

Welcome aboard.

The simple answer is yes: run it in a separate job, the two jobs controlled by a job sequence.
by ray.wurlod
Wed Nov 21, 2007 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: time out
Replies: 8
Views: 2482

There ought to be no need to.

That way lies madness.

You'll want to increase it towards infinity, then you'll complain that your jobs don't reach a running state.

Reduce the load on your machine(s) so that jobs can start within 60 seconds.
by ray.wurlod
Wed Nov 21, 2007 5:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: array size and transaction size
Replies: 3
Views: 1343

I did, years ago. Search the forum.
by ray.wurlod
Wed Nov 21, 2007 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with PX installation
Replies: 6
Views: 1584

Yes. All you need is the additional authorization code.
by ray.wurlod
Wed Nov 21, 2007 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View Data is not happening for a sequential file
Replies: 9
Views: 3086

Your configuration file is still not right. Did you change every fastname to the node name Sumesh? And it that in fact the name by which the machine is known on the network? It might help if you were to post your configuration file default.apt
by ray.wurlod
Wed Nov 21, 2007 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATA TYPE COMPATABILITY
Replies: 3
Views: 1448

Your source is Oracle. Oracle plays by its own rules. Search the forum - you are not the first to have encountered this.
by ray.wurlod
Wed Nov 21, 2007 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Definition Locked by User
Replies: 3
Views: 926

dsdlockd probably cleaned up for you.
by ray.wurlod
Wed Nov 21, 2007 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error While Creating Sequencer
Replies: 4
Views: 1513

Are you running on Windows XP sp2 and, if so, do you have the xpsp2 patch for DataStage client installed?
by ray.wurlod
Tue Nov 20, 2007 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Templates
Replies: 5
Views: 1442

To where? They are already XML-format exports. You can emplace them in the Templates folder on any client.
by ray.wurlod
Tue Nov 20, 2007 11:10 pm
Forum: General
Topic: problem remove job activity from sequence
Replies: 1
Views: 920

Are you sure that the recompile was successful?

Save the changed sequence as a different name, and tell us whether that tries to execute the removed activity.
by ray.wurlod
Tue Nov 20, 2007 11:09 pm
Forum: General
Topic: Issue in reading Hash file data
Replies: 3
Views: 1660

Import the hashed file's table definition and inspect that. Scroll to the right in the Columns grid and find three extra columns, one of which is location. Any field whose location is 0 is a key column, any field whose location is non-zero is not a key. Navigation within a hashed file record is base...
by ray.wurlod
Tue Nov 20, 2007 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log warnings
Replies: 2
Views: 1863

Did you bother to Search the forum?