Search found 42189 matches
- Thu Feb 18, 2010 11:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: **VIEWDATA ROW LIMITER HIT**
- Replies: 17
- Views: 17009
- Thu Feb 18, 2010 11:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Encrypt DB Password using Oracle Wallet
- Replies: 5
- Views: 2354
Welcome aboard. I don't believe that functionality is supported and I don't recall ever seeing any previous posts on the subject. Unless someone here has some direct experience with this, it would probably be best if you took this up with your official support provider and then post back here what y...
- Thu Feb 18, 2010 10:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem importing XML Table defs...
- Replies: 12
- Views: 4685
- Thu Feb 18, 2010 10:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: **VIEWDATA ROW LIMITER HIT**
- Replies: 17
- Views: 17009
It's an unspoken rule and common courtesy to start your own post when you have an issue. That way we know your version of the product, your operating system, you can mark it Resolved when your questions have been answered and you can post the gory details of your problem rather coming into a similar...
- Thu Feb 18, 2010 10:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: **VIEWDATA ROW LIMITER HIT**
- Replies: 17
- Views: 17009
It's an unspoken rule and common courtesy to start your own post when you have an issue. That way we know your version of the product, your operating system, you can mark it Resolved when your questions have been answered and you can post the gory details of your problem rather coming into a similar...
- Thu Feb 18, 2010 8:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: **VIEWDATA ROW LIMITER HIT**
- Replies: 17
- Views: 17009
- Thu Feb 18, 2010 8:52 am
- Forum: General
- Topic: Difference between Datastage v8 Unix and Windows
- Replies: 11
- Views: 3378
...or properly quoting what / whom you are responding to. :wink: I'm not really sure what there is not to get. When you have a 'Windows only' database like SQL Server then (to me, anyway) I take that for granted that's one of the inherent differences in the platforms. You have an Enterprise stage th...
- Thu Feb 18, 2010 8:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: **VIEWDATA ROW LIMITER HIT**
- Replies: 17
- Views: 17009
- Thu Feb 18, 2010 6:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: **VIEWDATA ROW LIMITER HIT**
- Replies: 17
- Views: 17009
- Thu Feb 18, 2010 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ...
- Replies: 6
- Views: 1405
Re: Constraint Error
When I am specifying is not null... the error is too many arguments to function isnotnull That function takes one argument, the 'expression' to evaluate for null-ness. It would help stop all the guessing if you posted your actual constraint code as requested, that or just let us know you got it all...
- Thu Feb 18, 2010 6:45 am
- Forum: General
- Topic: Difference between Datastage v8 Unix and Windows
- Replies: 11
- Views: 3378
- Thu Feb 18, 2010 6:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Clarification for using "Abort After Rows" in Tran
- Replies: 7
- Views: 3305
- Thu Feb 18, 2010 6:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder stage problem
- Replies: 4
- Views: 1843
- Wed Feb 17, 2010 3:29 pm
- Forum: General
- Topic: BeforeSQL Statement Using Dataset Data
- Replies: 8
- Views: 2706
Yah... as long as you always process a single year you can get away with that sql. Better though to code it so it always works regardless of the span of years... perhaps with an IN list using the concatenated values:
Something like that would be safe.
Code: Select all
AND month || year IN ('112008', '122009')- Wed Feb 17, 2010 11:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any limitation on size when using Iconv and Oconv with "
- Replies: 29
- Views: 7641