Search found 15603 matches
- Thu Sep 13, 2012 5:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IN , CASE Clause in FILTER stage
- Replies: 11
- Views: 7811
Jerome, it wouldn't make sense for the filter to be quicker with smaller volumes; I'll take the Redbook entry at face value and admit that the transform stage will be faster than the filter stage. Since transforms are compiled into c++ routines they will be relatively quick at runtime, but the datat...
- Thu Sep 13, 2012 4:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: In prodcution build how to failover datastage for testing
- Replies: 1
- Views: 824
- Thu Sep 13, 2012 4:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IN , CASE Clause in FILTER stage
- Replies: 11
- Views: 7811
- Wed Sep 12, 2012 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pin 1 not initialized
- Replies: 7
- Views: 2037
- Wed Sep 12, 2012 8:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: row counts
- Replies: 4
- Views: 1624
There are DataStage Server routines to let you get the number of rows passing through specific links, they require a bit of programming. You could also use scripts to search through the job log and parse out the appropriate values, that might be simpler. Which method you use depends upon what you wa...
- Wed Sep 12, 2012 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pin 1 not initialized
- Replies: 7
- Views: 2037
- Wed Sep 12, 2012 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal value is out of range
- Replies: 9
- Views: 5327
- Wed Sep 12, 2012 6:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pin 1 not initialized
- Replies: 7
- Views: 2037
- Wed Sep 12, 2012 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Excel read returns NULL for dates
- Replies: 7
- Views: 3374
- Wed Sep 12, 2012 5:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal value is out of range
- Replies: 9
- Views: 5327
- Wed Sep 12, 2012 2:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Excel read returns NULL for dates
- Replies: 7
- Views: 3374
ODBC and Excel connections are problematical, at best. ODBC will determine the clumn datatypes dynamically, using the first couple of rows (this number can be adjusted in the ODBC settings). Thus a column that you think holds a date might be delivered to DataStage as a string or a number - and the n...
- Wed Sep 12, 2012 2:40 am
- Forum: General
- Topic: BeforeJob does not appear in job log
- Replies: 9
- Views: 2598
- Wed Sep 12, 2012 2:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Decimal value is out of range
- Replies: 9
- Views: 5327
If you look at the error message it states that the problem is occuring while converting from APT_Decimal to IntegerU64. This is an unsigned big integer and I suspect you are forcing this conversion somewhere. - Check the datatypes to ensure that you aren't forcing this conversion - Turn off operato...
- Tue Sep 11, 2012 9:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Stage variable into Oracle using Oracle date formats
- Replies: 3
- Views: 2746
- Tue Sep 11, 2012 7:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error Profiling in Japanese Character
- Replies: 2
- Views: 1117