Search found 42189 matches

by chulett
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

In other words, exactly what has already been posted. :wink:
by chulett
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...
by chulett
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

Perhaps there's a way to do this in 8.x but earlier versions did not support those "includes" and I had to combine the xsd files manually to get one it liked with everything in it.
by chulett
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...
by chulett
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...
by chulett
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

When you start your own post. Not here.
by chulett
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...
by chulett
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

You need to start your own post rather than hi-jacking one that's over two years old.
by chulett
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

Ah... now you're in the right place. :wink:

He means an uncommited data change made outside of DataStage was affecting the Data Viewer.
by chulett
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...
by chulett
Thu Feb 18, 2010 6:45 am
Forum: General
Topic: Difference between Datastage v8 Unix and Windows
Replies: 11
Views: 3378

Sreeni, who the heck are you talking to? Did you mean to quote me? :?
by chulett
Thu Feb 18, 2010 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder stage problem
Replies: 4
Views: 1843

Advice that you answer the question. That and double-check file level permissions in general.
by chulett
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:

Code: Select all

AND month || year IN ('112008', '122009')
Something like that would be safe.
by chulett
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

Yes, a stop / regen / restart but like I said, I don't recall all of the ramifications of making that change so you might want to hold off until more smarter people wander into the thread. :wink: