Search found 53125 matches

by ray.wurlod
Thu Apr 10, 2008 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is scratch stage in datastage
Replies: 7
Views: 2260

Interview questions are sometimes designed to determine how thorough your knowledge is. For example "name the eight days in the week".
by ray.wurlod
Thu Apr 10, 2008 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to convert this string 'm/d/yyyy h:mi' to date?
Replies: 7
Views: 4887

You can do it in stage variables if you don't need to do a routine.

The Oconv on the time may require "MTS" as its second argument (rather than "MT") if the database requires seconds in its timestamp format.
by ray.wurlod
Thu Apr 10, 2008 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Process in UNIX BOX
Replies: 1
Views: 1332

There should never be any reason to kill DataStage processes. Do you even understand what these particular processes are? To avoid killing these, make sure that the DataStage deadlock daemon is running, and educate users to close DataStage clients correctly. How do you think society would work if yo...
by ray.wurlod
Thu Apr 10, 2008 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Delimiters and Pivot
Replies: 4
Views: 1599

That's because you are re-opening the file (and thus positioning to beginning of file) within the loop. Open the file before you start the loop and don't forget to close the file (which releases the lock that OpenSeq sets) after the loop and before returning. You could use a Pivot stage (with some u...
by ray.wurlod
Thu Apr 10, 2008 3:14 pm
Forum: General
Topic: Changing values of '.apt' in Configuration file
Replies: 6
Views: 1704

Do the same thing with scratch disk that you have done with disk.

Using only one directory for scratch space across all four nodes introduces a bottleneck. Use four (or more) and the same "round robin" mechanism for allocating them. Make sure you have plenty of free space for scratch.
by ray.wurlod
Thu Apr 10, 2008 3:12 pm
Forum: General
Topic: Hash partion is not working
Replies: 2
Views: 1283

It is possible (with small probability and depending on your data) that any partitioning algorithm except round robin will have a sufficiently skewed distribution of rows over nodes that a node gets no rows. Also check that the stage in question is not constrained to executed in a node pool (a subse...
by ray.wurlod
Thu Apr 10, 2008 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformation Logic
Replies: 6
Views: 1351

Show us some values, including one for R.

Also please advise what data types are involved.
by ray.wurlod
Thu Apr 10, 2008 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborted
Replies: 6
Views: 2463

Wrong. The job executables are suitable only to run on AIX.
by ray.wurlod
Thu Apr 10, 2008 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning messages
Replies: 5
Views: 1478

Take a look in the log. Is there actually an entry in there stating what you claim, that the job aborted because of exceeding a warnings limit? If so, can you please post the text of that log entry? Can you also try running the job from Director, rather than from Designer? Also look in the Director ...
by ray.wurlod
Thu Apr 10, 2008 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Aborted
Replies: 6
Views: 2463

Best resolution is to re-compile everything on the UAT system, the operating system of which is apparently not in the IBMrios class.
by ray.wurlod
Thu Apr 10, 2008 1:04 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: What are new features in wtx 8.1 than in mercator 6.7
Replies: 3
Views: 3495

Have you searched through this forum? It HAS been discussed.
by ray.wurlod
Thu Apr 10, 2008 12:19 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Error in WISD input stage
Replies: 2
Views: 2781

What has changed between yesterday and today?

Clearly something has.

Take some time to cogitate about what kinds of things can cause "cannot find file" errors.
by ray.wurlod
Thu Apr 10, 2008 12:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database connections for around 200 Jobs
Replies: 8
Views: 2767

This is an Oracle configuration. You need to sweet-talk your DBA into increasing the number of connections, and you'd better have some pretty convincing reasons.
by ray.wurlod
Thu Apr 10, 2008 12:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear log
Replies: 7
Views: 1401

... once you've determined what it is that you DO want (see my earlier post).