Search found 53125 matches

by ray.wurlod
Fri Oct 27, 2006 1:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Metadata Mismatch-Hash File when Opened in UV stage
Replies: 1
Views: 583

Everything isn't fine. Check the hashed file stage again, but this time scroll right in the columns grid. You will see that the fields are referred to by position, not by name. Therefore, when you changed the order, it wasn't happy. Import and load the UniVerse table definition from the hashed file ...
by ray.wurlod
Fri Oct 27, 2006 1:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row out of sequence error
Replies: 12
Views: 2767

That may have been faster as

Code: Select all

 SELECT * FROM emp WHERE DEPT_NO IN (10,20) ORDER BY EMP_NO
by ray.wurlod
Fri Oct 27, 2006 1:27 pm
Forum: General
Topic: Very Very-urgent(Mload Error)
Replies: 7
Views: 8165

It seems to be the usual economic supply vs demand problem. If they won't increase the supply (utility limit, whatever that is), then you need to reduce your demand (fewer concurrent tasks) or justify an increase to the supply. Probably you need to find a more intelligent strategy for scheduling you...
by ray.wurlod
Fri Oct 27, 2006 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SAS stage
Replies: 4
Views: 978

SAS is a separate PACK, as far as I am aware.
by ray.wurlod
Fri Oct 27, 2006 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Not Opening Prpoerly
Replies: 9
Views: 2237

It's called something obvious, like ds_xpsp2, from memory.
by ray.wurlod
Fri Oct 27, 2006 11:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data issues
Replies: 6
Views: 1577

If you specify the quote character as a field level property, it will find the opening quote and scan characters into the field until the closing quote is found. Then it will resume its search for delimiter characters.
by ray.wurlod
Fri Oct 27, 2006 11:15 am
Forum: General
Topic: Very Very-urgent(Mload Error)
Replies: 7
Views: 8165

Go to your support provider and buy premium level support. We do not (can not) do "urgent" here, since we're an all-volunteer site and can not be sure when we'll be logged on, and we do not guarantee correct answers (though we try our best to provide same).
by ray.wurlod
Fri Oct 27, 2006 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: big dimension ...if comparing with stream data
Replies: 5
Views: 1632

OK, misunderstood your requirement. The big table is the reference data, is that correct? It contains columns A_ID, B_ID, C_ID. What happened to data set D? Does it have a key? Your requirement really isn't clear. Let me take a guess. Lookup a row from stream B against A. Lookup a row from stream C ...
by ray.wurlod
Fri Oct 27, 2006 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conductor node role questions
Replies: 3
Views: 2099

IBM (and other vendors ) do offer "startup" and "best practices" advice. From IBM you can get a consultant armed with Parallel Framework Best Practices which was produced by the IBM Information Integration Solutions Center of Excellence in 2Q2006. Presumably the other vendors provide advice along th...
by ray.wurlod
Fri Oct 27, 2006 10:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data issues
Replies: 6
Views: 1577

Are the text strings that contain delimiter and terminator characters quoted? If so, DataStage can manage them, if not it can not, so you will need "them" to create a file in a legal format, or pre-process it yourself.
by ray.wurlod
Fri Oct 27, 2006 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updated column name
Replies: 5
Views: 1516

IBM tends to support things for a lot longer than smaller vendors. You can still get support for FORTRAN IV and RPG!
by ray.wurlod
Fri Oct 27, 2006 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Not Opening Prpoerly
Replies: 9
Views: 2237

Is your client Windows XP sp2 and, if so, do you have the requisite patch for DataStage?
by ray.wurlod
Fri Oct 27, 2006 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Not Opening Prpoerly
Replies: 9
Views: 2237

What you're getting is not really a hang, it's impatience on your part. DataStage has to populate a drop-down list of all job names. At the same time it gathers information about the parameters of each, so as to be ready to load the grid when you select a job. Inefficient? Maybe, but that's how it w...
by ray.wurlod
Fri Oct 27, 2006 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update Actions - Clear table, then insert rows
Replies: 9
Views: 9944

Welcome aboard. :D
Thank you for useful information.
by ray.wurlod
Fri Oct 27, 2006 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conductor node role questions
Replies: 3
Views: 2099

1) Not necessarily, though it is the default behaviour. You can use node pools in the Sequential File stage to cause them to be created elsewhere. 2) You can use node pools in the Data Set stage too. If the node pool does not include the conductor node, then the control file should be created on the...