Search found 349 matches

by vinaymanchinila
Thu Sep 29, 2005 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use KeyMgtGetNextValue routine
Replies: 7
Views: 1753

there is alreadya routine present !
by vinaymanchinila
Thu Sep 29, 2005 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use KeyMgtGetNextValue routine
Replies: 7
Views: 1753

I need to start the key generation at a particular number, in this case is changing (Copy) the routine the best way to do this, I did read it before but I am not sure where !
Thanks,
by vinaymanchinila
Mon Sep 26, 2005 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to extend index CUSTOMER_NN01 by 128 in tablespace
Replies: 5
Views: 2571

Thanks Ray,
Got the above issue resolved after talking to our DBA who assigned more tablespace.
by vinaymanchinila
Fri Sep 23, 2005 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to extend index CUSTOMER_NN01 by 128 in tablespace
Replies: 5
Views: 2571

Hey Andrw,
Just curious, how do we disable indexes and rebuild them in context with a EE job?
Is it described int he documentation any where?
Thanks,
by vinaymanchinila
Fri Sep 23, 2005 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to extend index CUSTOMER_NN01 by 128 in tablespace
Replies: 5
Views: 2571

unable to extend index CUSTOMER_NN01 by 128 in tablespace

Hi Trying to load 10 million rows, using a simple EE job which reads from production and writes to development table. I am getting the following error and the job aborts, is there that I can do something, or do we have a parameter which alows us to drop the indexes and build them after the load! sql...
by vinaymanchinila
Fri Sep 09, 2005 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4960

But I dont understand why the following statement doesnt work:

if IsNull(Src.Col1) then ' ' else Src.Col1

' '=Blank


Thanks,
by vinaymanchinila
Fri Sep 09, 2005 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4960

It i sChar(4), so how do we handle this if it is varchar ?
by vinaymanchinila
Fri Sep 09, 2005 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4960

Searched for it and I used the APT_ORACLE_PRESERVE_BLANKS, and set it to true.

The job finishes now!

Thanks a bunch guys.
by vinaymanchinila
Fri Sep 09, 2005 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4960

Hi Arnd,

It is "NOT NULL CHAR(4)".

I tried to use

if IsNull(Src.Col2) then ' ' else Src.Col2

and it still aborts
Record 805: Rejected - Error on table SAP_ZAVL_PROJ, column ZAVL_PROJ_DESIGN_ID. ORA-01400: cannot insert NULL into (ZAVL_PROJ_DESIGN_ID)

is your name Arnold ?
by vinaymanchinila
Fri Sep 09, 2005 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4960

Hi ,
The job works in 2 scenarios,

1)When I took the source column out and had a constant.

2) When I changed the constant to ' ' it works but I do not understand why it doesnt recognize the ' ' comming in !

Thanks
by vinaymanchinila
Fri Sep 09, 2005 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4960

Hi Arnd,

It is complaining about inserting a blank into a field , but it is really not null .

Record 805: Rejected - Error on table SAP_ZAVL_PROJ, column ZAVL_PROJ_DESIGN_ID.ORA-01400: cannot insert NULL into (ZAVL_PROJ_DESIGN_ID)
by vinaymanchinila
Fri Sep 09, 2005 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!
Replies: 11
Views: 4960

Oracle Enterprise stage, UPSERT works, TRUNCATE aborts!

Hi, I have a file which I load into a table. If I use UPSERT option in the Oracle enterprise stage, the job finishes fine, but If I use WRITE METHOD=LOAD & WRITE MODE= TRUNCATE, the job aborts with the following error! The system(sqlldr bdr@cooradevl31 CONTROL=ora.3331.899749.0.ctl LOG=ora.3331....
by vinaymanchinila
Wed Sep 07, 2005 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe Tables
Replies: 2
Views: 1314

Thanks Ray!
by vinaymanchinila
Tue Sep 06, 2005 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use "LIKE" functionality in transformer
Replies: 4
Views: 2094

Hi,

I donot have the table, bascially what is being done (Case statement ) has to be implemented over a file.
Thanks,