Search found 53125 matches
- Sun Dec 23, 2007 10:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting a "No space left on device" error
- Replies: 15
- Views: 6179
- Sun Dec 23, 2007 2:23 pm
- Forum: IBM QualityStage
- Topic: investigate stage
- Replies: 23
- Views: 10775
- Sun Dec 23, 2007 2:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ulimit -a shows different with the same id
- Replies: 17
- Views: 8698
- Sun Dec 23, 2007 12:22 am
- Forum: IBM QualityStage
- Topic: investigate stage
- Replies: 23
- Views: 10775
I'm sorry, you seem to have misunderstood what I sought. I want to see that the file containing the data is formatted as per the dictionary. This would use one pair of Code tags. For example tom MI 48864 ashley IL 60601 And did you verify the permissions on every folder in the path C:\Projects\TEST\...
- Sun Dec 23, 2007 12:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Concatenation in Transformer
- Replies: 1
- Views: 921
What kind of join? Instead of using a Surrogate Key Generator stage use a Column Generator stage, and generate the same constant on each of the inputs to the Join stage. Then perform a left outer join (1st source file is the left input) with the generated constant as the join key. Therefore you need...
- Sun Dec 23, 2007 12:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Internal Error: (nullFieldEntry) in Transformer
- Replies: 5
- Views: 3694
Because the input column might be null and the TimestampToString() function does not like null.
Try something like
Try something like
Code: Select all
If IsNotNull(InLink.ColumnName) Then TimestampToString(InLink.ColumnName) Else ""- Sat Dec 22, 2007 6:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting a "No space left on device" error
- Replies: 15
- Views: 6179
- Sat Dec 22, 2007 6:51 pm
- Forum: IBM QualityStage
- Topic: investigate stage
- Replies: 23
- Views: 10775
Please wrap the EINFO file records in Code tags so that I can verify that the field widths are correct. I also asked you to verify that you are still getting the same error (unable to open file). If so, can you please check what the permissions on that file are (and advise the result of your check)?...
- Sat Dec 22, 2007 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting a "No space left on device" error
- Replies: 15
- Views: 6179
- Sat Dec 22, 2007 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Unprintable characters
- Replies: 11
- Views: 8575
- Sat Dec 22, 2007 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ulimit -a shows different with the same id
- Replies: 17
- Views: 8698
- Sat Dec 22, 2007 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequencer
- Replies: 1
- Views: 1044
Yes, a Sequencer is what you need in your job sequence. Were you to have wrapped your design in Code tags it would have been easier to understand. Please do that. JobA -----> JobB ------------------------> JobC ----> JobD | | | | | | | | V V V V JobA1 ----> Sequencer ----> JobB1 -------> JobC1 ---->...
- Sat Dec 22, 2007 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared container
- Replies: 7
- Views: 2716
- Sat Dec 22, 2007 3:25 pm
- Forum: IBM QualityStage
- Topic: investigate stage
- Replies: 23
- Views: 10775
- Sat Dec 22, 2007 1:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Unprintable characters
- Replies: 11
- Views: 8575