Search found 53125 matches

by ray.wurlod
Fri Nov 13, 2009 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write to dataset failed
Replies: 13
Views: 5386

Which part of No space left on device was unclear?

You have not indicated the location of resource disk and scratch - if they are on the same file system it could be Scratch that filled.
by ray.wurlod
Fri Nov 13, 2009 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading the Dataset
Replies: 5
Views: 2531

Have you tried it? It should be automatic, provided that the four node configuration includes the original two nodes.

There are other tricks available, especially in grid environments and in version 8.1, but they are not pertinent to your question.
by ray.wurlod
Fri Nov 13, 2009 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null values to Dataset and Sequential File
Replies: 1
Views: 1537

Data Sets, yes to NULL values and yes to empty value only if the data type is VarChar.

For sequential files and File Sets you need to specify how NULL is to be represented, typically through the Null Field Value property. Empty value can only be written to VarChar field.
by ray.wurlod
Fri Nov 13, 2009 12:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Time Data Type
Replies: 2
Views: 1825

Moderator: please move to Parallel forum

HH:MM:SS.ssssss
by ray.wurlod
Thu Nov 12, 2009 9:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: segmentation fault
Replies: 1
Views: 1099

Search.
An exact search on "segmentation fault" yields 72 hits. Does none of them address your situation?
by ray.wurlod
Thu Nov 12, 2009 9:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job behaving very strange!
Replies: 7
Views: 1410

JobMonApp is a separate Java application.
by ray.wurlod
Thu Nov 12, 2009 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job behaving very strange!
Replies: 7
Views: 1410

Does either the job log or the job monitor (in Director) show row counts? If not, JobMonApp may not be running.
by ray.wurlod
Thu Nov 12, 2009 7:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of DSGetLinkInfo() to catch SQL errors?
Replies: 6
Views: 2968

DSJ.ME only works for stage name IF you are calling from within a stage (typically a Transformer stage, or a routine invoked from one). Otherwise you need the explicit stage name (which may have been obtained from DSGetJobInfo(hJob, DSJ.STAGELIST)). Similarly, explicit link names are required rather...
by ray.wurlod
Thu Nov 12, 2009 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job behaving very strange!
Replies: 7
Views: 1410

What is your "Lookup Failed" rule?
by ray.wurlod
Thu Nov 12, 2009 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of DSGetLinkInfo() to catch SQL errors?
Replies: 6
Views: 2968

Have you tried specifying the name of the active stage on the other end of the link as the stage name argument in DSGetLinkInfo()?
by ray.wurlod
Thu Nov 12, 2009 5:10 pm
Forum: General
Topic: VC++ 2005 Express -- How to acquire now?
Replies: 6
Views: 2385

My client also found, and used, the SoftPedia site.
by ray.wurlod
Thu Nov 12, 2009 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum number of job instances that can be running simultan
Replies: 2
Views: 1103

Everyone knows that a DataStage server can run an infinite number of jobs. Unless it runs out of resource first, which (curiously) it always manages to do. Are you running parallel jobs using a multi-node configuration to process just a single row? This is highly inefficient. Either use a single-nod...
by ray.wurlod
Thu Nov 12, 2009 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joining to DB2 on Mainframes
Replies: 1
Views: 832

If "they" have given you no means to select a subset, then you are limited to processing all eight billion rows. That's just how it is. Read (select) only the columns that you actually need in the job design.
by ray.wurlod
Thu Nov 12, 2009 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Admin Error: OPENSEQ failed on Project
Replies: 6
Views: 4181

That's one of the reasons to install with umask 022.
by ray.wurlod
Thu Nov 12, 2009 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 22101 Segmentation Fault - core dumped & Parallel job re
Replies: 11
Views: 4497

Re: 22101 Segmentation Fault - core dumped & Parallel jo

hema177 wrote:I am facing the same issue ...
No you're not. Please start a new thread.