Search found 3329 matches

by Sainath.Srinivasan
Sat Aug 08, 2009 5:44 am
Forum: IBM QualityStage
Topic: Po Box and House number Pattern
Replies: 8
Views: 3448

Can't you use your [3] and [4] for box number and house number respectively ?
by Sainath.Srinivasan
Sat Aug 08, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL to turn multivalue fields into multiple rows
Replies: 4
Views: 1195

If the number of occurance is small, you can write in seperate output links or split into columns and pivot them.
by Sainath.Srinivasan
Fri Aug 07, 2009 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UPSERT , Records silently rejected
Replies: 8
Views: 3503

Set a database level trace to see what is happening.

From that you can trace everything including the offending object, data and its code.

What happens if you run with a single node config file ?
by Sainath.Srinivasan
Fri Aug 07, 2009 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting number of columns used in a job
Replies: 7
Views: 2445

Define "number of columns".

What about stage variables, source, target, columns not taken to target etc etc. ?
by Sainath.Srinivasan
Fri Aug 07, 2009 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ora 00911
Replies: 25
Views: 13128

Remove all your columns returned from Select and do a

Select 1 x
FROM ........

and see what happens.

Build the columns from there. Or do a viceversa.
by Sainath.Srinivasan
Fri Aug 07, 2009 4:37 am
Forum: General
Topic: remove duplicate
Replies: 5
Views: 1267

Appears like interview questions. Are they ?
by Sainath.Srinivasan
Fri Aug 07, 2009 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ora 00911
Replies: 25
Views: 13128

Did you search?

Are you using a LongVarchar or LOB ?

Are there any special characgers in the data?
by Sainath.Srinivasan
Fri Aug 07, 2009 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Building job took longer than normal
Replies: 18
Views: 20683

Oh !! Noticed just now.

But the o/p was saying about static ones !!??
by Sainath.Srinivasan
Fri Aug 07, 2009 1:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Building job took longer than normal
Replies: 18
Views: 20683

Do you recalculate the static hashed file structure based on daily append or it is static all the time.

Check whether the increase halts after some time and you appear to have crossed 2GB size.

Is your DataStage and Hashed file set on 64 bit architecture ?
by Sainath.Srinivasan
Fri Aug 07, 2009 1:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Building job took longer than normal
Replies: 18
Views: 20683

Do you recalculate the static hashed file structure based on daily append or it is static all the time.

Check whether the increase halts after some time and you appear to have crossed 2GB size.

Is your DataStage and Hashed file set on 64 bit architecture ?
by Sainath.Srinivasan
Thu Aug 06, 2009 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null handling
Replies: 7
Views: 1858

It is due to difference in metadata as the job aborts while compiling. Not sure how.
by Sainath.Srinivasan
Thu Aug 06, 2009 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 12
Views: 3070

Why is your lead not accepting?

Did you measure the time if you start with a blank db2 table against it being fully loaded ?
by Sainath.Srinivasan
Thu Aug 06, 2009 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ora 00911
Replies: 25
Views: 13128

chulett wrote:What, you don't like the "guess what I am thinking" game? So many opportunities to play it here. :wink:
Craig,

You are either very happy today or in verge of a total breakdown.

:lol:
by Sainath.Srinivasan
Thu Aug 06, 2009 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle access failure
Replies: 9
Views: 4036

Was it working before ?

Is it new ?

Does it always happen?

Can you import any metadata ?
by Sainath.Srinivasan
Thu Aug 06, 2009 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ora 00911
Replies: 25
Views: 13128

And where is the to_date ? ... Hi Sainath and DS, This is my mistake.Anyhow I got a new error again... "Oracle Error - OCI_INVALID_HANDLE" How may i handle this. Without you posting the full SQL it will not be possible for anyone to assist you efficiently. All will be guessing. It is more...