Search found 9 matches

by vjeran
Thu Sep 21, 2006 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator transformation
Replies: 19
Views: 7558

OK. What you need is to make sort on F1 and F2 before aggregation, which will give you correct value if function on F3 is LAST.
Depending on input, you can sort with SQL in input stage or make sort as a separate stage before aggregation.

BR Vjeran
by vjeran
Thu Sep 21, 2006 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator transformation
Replies: 19
Views: 7558

Hi,
so it should be:

Code: Select all

select F1, max (F2), last (F3) fom Table group by F1
by vjeran
Thu Sep 21, 2006 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator transformation
Replies: 19
Views: 7558

Hi,

it looks like you need max agregation on F3 column, or I am missing something?

BR Vjeran
by vjeran
Thu Sep 21, 2006 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator transformation
Replies: 19
Views: 7558

Hi, if you don't put agregation or grouping on column F3 which value you want to transfer to next step ? eg: F1 F2 F3 --------------- 1 2 3 1 4 5 6 7 8 6 9 10 select F1, max (F2) from Table group by F1 F1 max (F2) F3 --------------------------- 1 4 3 or 5 6 9 8 or 10 ...or do you want to transfer so...
by vjeran
Mon Sep 04, 2006 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS Mapping Error
Replies: 4
Views: 2956

HI,

look at this topic. There is solution for NLS problem you have.
viewtopic.php?t=100188

BR Vjeran
by vjeran
Thu Aug 24, 2006 2:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing to Oracle Table is slow
Replies: 8
Views: 3210

Re: Writing to Oracle Table is slow

Hi,

there is cute explanation about bulk load and inser/update problem. Probably you get good idea what to do.

viewtopic.php?t=95526&highlight=bulk+lo ... oracle+oci

BR Vjeran
by vjeran
Mon Aug 14, 2006 2:35 am
Forum:
Topic: Oracle 10g
Replies: 3
Views: 1475

Re: Oracle 10g

Hi Ray,

it was completly "clean" installation on:
- Windows Server 2003 Standard Edition with Service Pack 1
- Oracle 10.1.0.2
- MetaStage 7.5.1 r2

BR Vjeran
by vjeran
Wed May 17, 2006 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS setting for Hashed file??
Replies: 2
Views: 2777

Re: NLS setting for Hashed file??

Hi Jan, I have almost same problem with HASH file and QS plug in. What I have found out is following: * HASH file use code page what is in Windows server - go to DS Administrator : click on NLS... : Current ANSI code page is what DS see and use on your server - if this is not correct (eg. 1252 inste...
by vjeran
Thu May 11, 2006 1:22 am
Forum: IBM QualityStage
Topic: Probelm While Runing the QS Job
Replies: 17
Views: 11511

Hi divine, following things you must check for runing QS as DS plug-in - did you pay for RTI functionalty and did you enter license while installing DS server - did you create mngr.cfg configuration file in correct directory - when starting services first start qsserv then qsrtmngr - after that you ...