Search found 53125 matches

by ray.wurlod
Fri Oct 26, 2007 2:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: Tfm8: ds_intput() - row too big for inter stage rowbu
Replies: 3
Views: 2440

Increase the size of your inter-process row buffers.
by ray.wurlod
Fri Oct 26, 2007 2:22 am
Forum: General
Topic: Using Regular Expression in Transformer Stage Constraint
Replies: 8
Views: 10686

What you need is the IsValid() function. This is a general purpose validation function for any data type (you provide the data type and, possibly, format picture to the function).
by ray.wurlod
Fri Oct 26, 2007 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference Stage inserted rows not displaying result
Replies: 3
Views: 3628

Be consistent throughout with the Unicode extended property.
by ray.wurlod
Fri Oct 26, 2007 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Isvalid function for Date
Replies: 8
Views: 6575

Does your source string date contain any delimiters? Your use of VarChar(10) as a data type suggests that it does. If so, your date format picture must allow for these.
by ray.wurlod
Fri Oct 26, 2007 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence generation
Replies: 9
Views: 2882

Irrelevant question. User-defined SQL is passed through to the database server. No, the problem is a metadata mismatch. Please post the record schema for this particular link. You can get it from the generated OSH.
by ray.wurlod
Fri Oct 26, 2007 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Conversions.
Replies: 4
Views: 1329

Please post the record schema from the input link and from the output link. You can most easily get these from the generated OSH.
by ray.wurlod
Fri Oct 26, 2007 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Stage - Partition Reads Error
Replies: 6
Views: 6954

... which is what I suggested you do. I suggest further that PostGres (or at least the ODBC driver for PostGres) does not support partitioned reads.
by ray.wurlod
Fri Oct 26, 2007 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic hashfile
Replies: 3
Views: 926

Writes to hashed files are destructive overwrites. That is, if the same key occurs more than once, the last one in wins.
by ray.wurlod
Fri Oct 26, 2007 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: list all the jobs which are in aborted status
Replies: 10
Views: 5720

Every job's status is stored in a separate table. How do you feel about a UNION containing 1000 separate SELECT statements?
by ray.wurlod
Fri Oct 26, 2007 1:17 am
Forum: General
Topic: How to store Hash file in my server
Replies: 6
Views: 1712

24 hour penalty for shouting.

(This is a personal statement, not DSXchange official policy.)
by ray.wurlod
Thu Oct 25, 2007 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence generation
Replies: 9
Views: 2882

The number and type of columns (fields) in your table definition (record schema) must precisely match the number and type of columns in the columns list in the INSERT statement.
by ray.wurlod
Thu Oct 25, 2007 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can any one look into this????
Replies: 13
Views: 3388

No. You have to make the structures the same. Column Generator stages are good for this.
by ray.wurlod
Thu Oct 25, 2007 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding Text field
Replies: 2
Views: 1360

Think through what you've designed. You've probably created a design that doesn't emit the last row. Test your algorithms on paper. Possibly the easiest approach is to add a dummy last row to your source data.
by ray.wurlod
Thu Oct 25, 2007 11:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Overriding warning limit options at Job level from Sequencer
Replies: 7
Views: 2132

Not in a job sequence. But you can do it in Job Control routine. You might even use a job sequence to prototype the routine, then copy/paste into the Job Control tab of a server job and add calls to DSSetJobLimit() function.
by ray.wurlod
Thu Oct 25, 2007 11:29 pm
Forum: General
Topic: How to store Hash file in my server
Replies: 6
Views: 1712

Just dont tell the cops! :lol:

If you mean "hashed" file, the storage object available in DataStage server jobs, you have options in the Hashed File stage about where to store. The choices are "in a project (account)" or "in a directory (which must exist)".