Search found 10 matches

by Suttond
Fri May 26, 2006 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Physical size of dynamic hash file
Replies: 4
Views: 1905

the minimum modulus was left at default of 1.
by Suttond
Fri May 26, 2006 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Physical size of dynamic hash file
Replies: 4
Views: 1905

Physical size of dynamic hash file

Having written 655,000 rows of a single vchar field of 10bytes to hash file, I believe that the max size would be (10+2)*655,000 = 1.31Mb. The total size of the hash file (data+over) is 21.6MB. Can anyone explain this.
by Suttond
Mon Mar 28, 2005 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create FB file using FTP Stage
Replies: 3
Views: 1629

Hi, Can you give a bit more specific info? (are you getting errors?, can you write a simple ascii file there?,...) There are no errors. The file allocates as a Variable Blocked (VB) file successfully, but all fields are fixed width and customer wants to read a Fixed Block (FB) file. Ascential says ...
by Suttond
Thu Mar 24, 2005 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create FB file using FTP Stage
Replies: 3
Views: 1629

How to create FB file using FTP Stage

We are using FTP stage to write a file to IBM enterprise server, with fixed width fields, nothing between the fields and cannot create anything but VB files. How do we cause the file to be FB?
by Suttond
Wed Jan 21, 2004 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No data from Link Collector to Oracle Stage
Replies: 14
Views: 4988

Thanks everyone. Putting the transform stage in works fine and I see the reason to have it - for capturing rejects.
by Suttond
Tue Jan 20, 2004 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No data from Link Collector to Oracle Stage
Replies: 14
Views: 4988

Here is a gross pictorial view.
TransformLink1-700rows->Link Collector-->Oracle Stage
TransformLink2- 2rows-->

To be more specific, why does every field in every row contain zeros after passing through the collector?
by Suttond
Tue Jan 20, 2004 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No data from Link Collector to Oracle Stage
Replies: 14
Views: 4988

Sorry, I was in the log, but I only provided you with one warning message from the log. Here are two warning messages, that will more completely show where my confusion comes from. How does the Link_Collector stage know about an Oracle error message? PlanSignoffMerge..Link_Collector_14: ORA-01840: i...
by Suttond
Tue Jan 20, 2004 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No data from Link Collector to Oracle Stage
Replies: 14
Views: 4988

No data from Link Collector to Oracle Stage

Output to Link Collector is two links from the same Transformer stage. Link Collector has one link to Oracle8i stage. From transformer, first link passed 700 rows and second link passed two rows. Received many warning messages from Oracle due to a date field being too small. In fact, all fields cont...
by Suttond
Tue Jan 20, 2004 11:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Confusing Error Message on use of Link Collector
Replies: 2
Views: 1123

Thanks Shawn. I went into job properties and changed the flags to enable inter-process row buffering and it compiled. Dan..
by Suttond
Tue Jan 20, 2004 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Confusing Error Message on use of Link Collector
Replies: 2
Views: 1123

Confusing Error Message on use of Link Collector

When compiling a server job, the error message is "Link Collector stage does not support in-process active-to-active inputs or outputs". The Link Collecter has two output links from the same transformer and an input link to one Oracle stage. I don't have a clue what this error message is t...