Search found 15603 matches
- Mon Jul 23, 2012 8:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort Aggregate method and user-supplied sorts
- Replies: 2
- Views: 2287
- Mon Jul 23, 2012 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncation of data for varchar field while using ODBC stage.
- Replies: 22
- Views: 5869
- Mon Jul 23, 2012 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.5.3 and Oracle 11g client in same server
- Replies: 5
- Views: 2891
- Mon Jul 23, 2012 6:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.5.3 and Oracle 11g client in same server
- Replies: 5
- Views: 2891
- Mon Jul 23, 2012 5:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.5.3 and Oracle 11g client in same server
- Replies: 5
- Views: 2891
- Mon Jul 23, 2012 5:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncation of data for varchar field while using ODBC stage.
- Replies: 22
- Views: 5869
- Mon Jul 23, 2012 4:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncation of data for varchar field while using ODBC stage.
- Replies: 22
- Views: 5869
When i do a select in mysql it displays correctly if at all i pass a string and load into db then it shows small boxs I didn't quite understand that last part, if you load it into the db how? Also, if you load integer or date or decimal values using the ODBC driver do they show up correctly? Do you...
- Mon Jul 23, 2012 4:51 am
- Forum: General
- Topic: controlling jobs
- Replies: 9
- Views: 2520
- Mon Jul 23, 2012 3:48 am
- Forum: General
- Topic: Schedule job in yearly basis
- Replies: 2
- Views: 1053
- Mon Jul 23, 2012 3:45 am
- Forum: General
- Topic: controlling jobs
- Replies: 9
- Views: 2520
Note that if all goes well the dummy lookup will get no rows - it is just there to perform timing synchronization so that the second database stage doesn't get any data until the first (truncate) stage completes execution. This isn't a particularly clean method and I would recommend solving it with ...
- Mon Jul 23, 2012 3:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncation of data for varchar field while using ODBC stage.
- Replies: 22
- Views: 5869
- Mon Jul 23, 2012 3:36 am
- Forum: General
- Topic: controlling jobs
- Replies: 9
- Views: 2520
- Mon Jul 23, 2012 3:22 am
- Forum: General
- Topic: controlling jobs
- Replies: 9
- Views: 2520
Since the stages in your job all get started in parallel the design will not work as you described in one job. While you could write a complicated job to emulate this functionality (have a transform stage split the source stream, one output link would only take the first row (from the first processi...
- Mon Jul 23, 2012 3:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncation of data for varchar field while using ODBC stage.
- Replies: 22
- Views: 5869
- Mon Jul 23, 2012 1:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncation of data for varchar field while using ODBC stage.
- Replies: 22
- Views: 5869
Re: Reply:Truncation of data for varchar field while using O
3.View data in the job works fine with full lengh. Make a copy of the job with just the ODBC read and write to a sequential file. Are the strings truncated? 5.No,If we write to a mysql database using the same ODBC settings, no strings are inserted(the value is '') What if you do a dummy job where y...
