Search found 15603 matches
- Tue Sep 26, 2006 3:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unziping file from Windows environment
- Replies: 25
- Views: 9309
- Tue Sep 26, 2006 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert Integer to Varchar datatype
- Replies: 3
- Views: 4806
When you do an explicit conversion, i.e. "StringToDecimal" the implicit conversion warning will not appear. If you are 100% certain that your implicit conversion are correct you can always deprecate the warning message using the Director log entries and either turn them to informational (recommended...
- Tue Sep 26, 2006 2:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unziping file from Windows environment
- Replies: 25
- Views: 9309
- Tue Sep 26, 2006 2:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stages that automatically drop columns.
- Replies: 9
- Views: 2073
Columns not passed to the next stage are dropped. They are no longer present in the data stream and thus consume no memory resources or other overhead. They cannot be re-instated further downstream unless they are created as new columns and in that case they won't have any data in them. Dropped colu...
- Tue Sep 26, 2006 2:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading and updating Dataset in the same Job
- Replies: 1
- Views: 1144
- Tue Sep 26, 2006 2:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stages that automatically drop columns.
- Replies: 9
- Views: 2073
- Tue Sep 26, 2006 1:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle - Delete & Then Insert
- Replies: 7
- Views: 1632
- Tue Sep 26, 2006 1:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Possible to run Enterprise Edition on Windows XP Pro ?
- Replies: 2
- Views: 1185
- Tue Sep 26, 2006 1:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Get Link Direction within Job via Routine
- Replies: 8
- Views: 1651
- Tue Sep 26, 2006 1:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to create a dummy hashed file
- Replies: 7
- Views: 1474
- Tue Sep 26, 2006 12:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to create a dummy hashed file
- Replies: 7
- Views: 1474
- Mon Sep 25, 2006 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing/Reading Outlook .pst files in DataStage
- Replies: 4
- Views: 1575
You cannot use DataStage to read .pst files. The format is not only quite complex but oftentimes these files are encrypted as well. I did a quick google search and there are products out there that will convert .pst files to text ones; or you could even try an Outlook export. Once you have a text fi...
- Mon Sep 25, 2006 8:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic:
- Replies: 7
- Views: 2564
- Mon Sep 25, 2006 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data migration puzzle
- Replies: 3
- Views: 925
- Mon Sep 25, 2006 4:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Xml File reading job finished with phantom error.
- Replies: 4
- Views: 1034
You can try the following to see what might be happening in your environment: Enter the TCL environment in your project and execute the command "VLIST DSD_BP DSD_RUN.B". This command will show the pseudocode source for your job and the first column will be the line number. If you could post the outp...