Search found 42189 matches

by chulett
Tue Aug 15, 2006 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator query
Replies: 18
Views: 4507

I'm completely lost on what you are trying to accomplish. You need to 'group' your data in order to get max values for anything other than the entire load. And if you need this max value on every record for the 'next stage', that sounds to me like two pass processing. First run through the data to g...
by chulett
Tue Aug 15, 2006 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator query
Replies: 18
Views: 4507

Krazykoolrohit wrote:see i need to calculate max of a column from a group of 20.

that means i need to pass rest 19 without any grouping.

That's different. So, you need a single value, the maximum value from this one field from all records processed? Then you need to just send that one field to the Aggregator.
by chulett
Tue Aug 15, 2006 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator query
Replies: 18
Views: 4507

Then assign it a value. You've got to tell it what column to do the First aggregation on, I'm assuming you've missed that step in the stage for all these columns.
by chulett
Tue Aug 15, 2006 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCONV Failed Error
Replies: 9
Views: 4021

Any chance you've used OCONV inside your target SQL? :?
by chulett
Tue Aug 15, 2006 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator query
Replies: 18
Views: 4507

Just exactly what it sounds like - take either the First or Last value for that field from any particular 'group'. You can get away with it if the value would be a constant across each group. Heck, you could even pull the MAX of that field as well, all would give the same result in that case.
by chulett
Tue Aug 15, 2006 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator query
Replies: 18
Views: 4507

Of course. You will need to group on the columns needed to support your MAX aggreegation. For the others, you either need to not pass them to the Aggregator or sometimes you can get away with setting them to 'Last' or 'First'.
by chulett
Tue Aug 15, 2006 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file is not getting Created.
Replies: 3
Views: 831

Then you're probably not looking in the correct relevant folder. :wink:

Are you sure you haven't left it set to Account, for instance, and are looking for it in an external path? Or vice versa? I'm sure it's getting created, the question is where.
by chulett
Tue Aug 15, 2006 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Universe command line -case change..
Replies: 7
Views: 1760

I wasn't implying I didn't understand what you meant. Just rolling my eyes at the early morning groaner. :wink:
by chulett
Tue Aug 15, 2006 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SybaseOC stage not opening
Replies: 8
Views: 1848

Technically, part of what I meant when I said to 'completely uninstall' the client - sorry, should have specifically mentioned that.
by chulett
Tue Aug 15, 2006 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: binary datatype
Replies: 4
Views: 1095

That being said, what you posted was an Oracle error. So, in addition to what you've posted, please add in how you are handling the Oracle side of this - what kind of field you are targeting, stage used, if you are using custom sql, etc etc etc - fun stuff like that.
by chulett
Tue Aug 15, 2006 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: binary datatype
Replies: 4
Views: 1095

Next time, when you recognize the mistake before someone comes along and replies to it - delete the extra posts. They are your posts so you are allowed to edit and even delete them, but the delete can't happen once it has been replied to.
by chulett
Tue Aug 15, 2006 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Lookup
Replies: 10
Views: 2948

As noted, Something Else is going on as there are no prohibitions against hypens in any kind of string hashed file field.

Perhaps a constraint is not allowing those rows to be written? :?
by chulett
Tue Aug 15, 2006 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Connection
Replies: 8
Views: 1958

As have we.
by chulett
Tue Aug 15, 2006 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tnsnames.ora file
Replies: 6
Views: 2343

Not when it's overriden by TNS_ADMIN. It allows you to have one central place to store your tnsnames.ora and associated files, while maintaining multiple ORACLE_HOME values.