Search found 529 matches

by nagarjuna
Tue Dec 13, 2011 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Error
Replies: 3
Views: 4450

What type of load you are using ?? Load , update , stream ??
by nagarjuna
Tue Dec 13, 2011 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Error
Replies: 3
Views: 4450

What type of load you are using ? Is it a fastload or multiload ? If it is a fast load you can't load duplicates even it is a multiset table .

Do you have any unique primary or unique secondary indices ?
by nagarjuna
Tue Dec 13, 2011 5:29 pm
Forum: General
Topic: Parameter set files
Replies: 5
Views: 1701

Yes you can do that before running the job ...

Something like this ...

dsjob -run -parametersetname = valufile -paramsetname.parameter = newvalue

Just curious

Why do you want to change the value files ?
by nagarjuna
Fri Sep 24, 2010 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run the job mutliple times untill the condition is met
Replies: 3
Views: 3574

If I understand it correctly , you can do by writing a unix script to check the value of that column and if its equal to A proceed to dsjob -run or else wait for sometime ..You need to write while loop i guess
by nagarjuna
Wed Jul 07, 2010 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01400: cannot insert NULL
Replies: 17
Views: 20908

I believe that you are using oracle enterprise stage .If you are facing this issue with a column datatype number then there is known bug . Check the same forum you will get to know more details .
by nagarjuna
Wed Jul 07, 2010 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01400: cannot insert NULL
Replies: 17
Views: 20908

Hi Anusha ,

Do you have spaces in that column ? May be someone might have changed APT_ORACLE_PRESERVE_BLANKS variable value .
by nagarjuna
Fri Jun 18, 2010 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File - Multiple Record Types (Records ID)
Replies: 7
Views: 5960

you can use a sequential file stage and read it as a varchar . After that in transformer stage you can separate the header , data , trailer information . I believe you are going to take the data in header & trailer for reconcilaition .
by nagarjuna
Fri Jun 18, 2010 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File - Multiple Record Types (Records ID)
Replies: 7
Views: 5960

why you want to use CFF stage ? Is it multi record format ?
You can strip header and trailer from the file by a transformer
by nagarjuna
Fri Jun 18, 2010 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 64 bit File Size Limit
Replies: 5
Views: 2410

Also Check ulimit command to see the limit on the file size .
by nagarjuna
Fri Jun 18, 2010 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting record from Oracle table
Replies: 5
Views: 3136

These type of errors you will face incase you are trying to update a nonexistant record
by nagarjuna
Thu Jun 17, 2010 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error while creating a copy of a job
Replies: 6
Views: 4904

Unfortunately I didnt remember how it got resolved . I think we have restarted our server .
by nagarjuna
Wed Jun 16, 2010 11:49 am
Forum: General
Topic: Transformer Compilation Error
Replies: 4
Views: 2996

Is it the first time you are compiling a job with transformer in the project ?
by nagarjuna
Tue Jun 15, 2010 4:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job run is happening continuously
Replies: 8
Views: 4094

Are you using waitforfile activity stage ? what is the design of the jobs and design of the sequence ?
by nagarjuna
Mon Jun 14, 2010 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Performance Issue
Replies: 4
Views: 2745

Number of rows you are processing depends on the type of query you are using , number of columns you are accessing , number of tables that are present in the query ...whether you are using partition option ..and many more factors ...
by nagarjuna
Mon Jun 14, 2010 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle duplicate records in sequential file
Replies: 7
Views: 4168

duplicates stage , sort stage , transformer stage ......