Search found 53125 matches
- Wed Sep 17, 2008 12:30 am
- Forum: General
- Topic: How to Attach a Log File in Email-Notification activity
- Replies: 12
- Views: 10207
- Tue Sep 16, 2008 11:57 pm
- Forum: General
- Topic: How to Attach a Log File in Email-Notification activity
- Replies: 12
- Views: 10207
- Tue Sep 16, 2008 11:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: copy hashed file
- Replies: 8
- Views: 1976
You don't have to copy .Type30 - it's empty. But it does need to be there. It signals to DataStage that this directory is a hashed file. Without it DataStage treats it as an ordinary directory, and DATA.30 and OVER.30 as ordinary files, with the results you obtained. Hopefully you have not attempted...
- Tue Sep 16, 2008 10:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: copy hashed file
- Replies: 8
- Views: 1976
Yes, provided that the hardware is compatible (primarily byte order). For example, copying from a non-Intel chip to an Intel chip would cause difficulties, because every pair of bytes in the hashed file would be in the wrong order. This can be remedied with the format.conv utility (also known as fnu...
- Tue Sep 16, 2008 10:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get sysdate from basic programming in datastage
- Replies: 1
- Views: 4447
- Tue Sep 16, 2008 8:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem in keeping the order of rows same using aggrega
- Replies: 6
- Views: 1684
Repeated advice
You are grouping data (in the Aggregator) so the rows can only come out of that group by group.
- Tue Sep 16, 2008 8:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema File: First Line is Column Names:FALSE/TRUE
- Replies: 2
- Views: 2113
- Tue Sep 16, 2008 8:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Rejects
- Replies: 6
- Views: 4313
There's only one reason for rejecting when exporting, and that is that the data do not match the metadata. Add a Reject output link from HDR_TARGET to capture the rejected rows, write them to a text file (as a single string) to see what is happening. Actually, all rows can also be rejected if you do...
- Tue Sep 16, 2008 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing zeros for decimal values
- Replies: 7
- Views: 3165
- Tue Sep 16, 2008 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: partition despite preserve-partitioning flag
- Replies: 6
- Views: 37253
Inputs (input ports) are numbered from 0. So if you have a stage with three inputs, they are #0, #1 and #2. Outputs are also numbered from 0. The alert is generated whenever the downstream operator can not use the same partitioning as the upstream operator. This may be, for example, because the down...
- Tue Sep 16, 2008 3:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage
- Replies: 6
- Views: 3196
- Tue Sep 16, 2008 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Monitor and Oracle Enterprise stage
- Replies: 8
- Views: 2343
- Tue Sep 16, 2008 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem in keeping the order of rows same using aggrega
- Replies: 6
- Views: 1684
- Tue Sep 16, 2008 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Working with excel
- Replies: 11
- Views: 3423
Re: Working with excel
This is not true if you have an ODBC driver for Excel.ppavani_km wrote:First you need to change the Excel file as .CSV file.
- Tue Sep 16, 2008 3:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: extract data from Emails, PDF files ?
- Replies: 7
- Views: 2672