Search found 3329 matches

by Sainath.Srinivasan
Fri Feb 20, 2009 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use comman table expression(Inline view) in ODBC Stag
Replies: 23
Views: 7110

You appear to be using a temporary table (#temp). But DS might interpret that as a parameter with missing #.

Reading the SQL, I do not think it is a temp table but an inline view. So it must just be temp.columnname
by Sainath.Srinivasan
Fri Feb 20, 2009 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB STOPPING WITHOUT EXPLANATION
Replies: 32
Views: 6079

Are you having any counter?

You can try skipping (constraint) first 8m rows and try loading the rest.
by Sainath.Srinivasan
Fri Feb 20, 2009 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you pass a job parameter to a buildop
Replies: 14
Views: 3392

Check the "Properties" tab and define a new parameter.

First, I will suggest getting the buildop working.
by Sainath.Srinivasan
Fri Feb 20, 2009 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you pass a job parameter to a buildop
Replies: 14
Views: 3392

It is possible. Period.

Define a property variable and pass to it.
by Sainath.Srinivasan
Fri Feb 20, 2009 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you pass a job parameter to a buildop
Replies: 14
Views: 3392

It is possible. Period.

Define a property variable and pass to it.
by Sainath.Srinivasan
Fri Feb 20, 2009 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertial & horizontal pivoting with variable number of co
Replies: 6
Views: 1663

Need more information.

Why is the input to appearing in the fashion? That too when it is almost ready to be loaded into fact table !!
by Sainath.Srinivasan
Fri Feb 20, 2009 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you pass a job parameter to a buildop
Replies: 14
Views: 3392

You can pass it as its property variables.
by Sainath.Srinivasan
Fri Feb 20, 2009 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How do you pass a job parameter to a buildop
Replies: 14
Views: 3392

You can pass it as its property variables.
by Sainath.Srinivasan
Fri Feb 20, 2009 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updates happening very slow
Replies: 14
Views: 3332

Do you have a test area?

I assume the job did finish successfully !!!!????
by Sainath.Srinivasan
Thu Feb 19, 2009 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updates happening very slow
Replies: 14
Views: 3332

What about the volume? row size? transaction size?

Monitor the session and SQL from Oracle side.
by Sainath.Srinivasan
Thu Feb 19, 2009 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not compiling in production, but they do in test
Replies: 20
Views: 4122

1.) What if you try to run now with old format of invocation id?
2.) Was the invocation Id prepared from some given set of values?
3.) Was the job/routine preparing invocation id disturbed / corrupted?
by Sainath.Srinivasan
Thu Feb 19, 2009 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not compiling in production, but they do in test
Replies: 20
Views: 4122

Did not read all the mails, so do not know if this has been covered... 1.) How were the jobs scheduled? i.e. via DataStage or external scheduler? 2.) What is the invocation id (prior to failure)? i.e. what format? 3.) What was the invocation id (during failure)? 4.) Were there any invocation sequenc...
by Sainath.Srinivasan
Thu Feb 19, 2009 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 3413

Try

Code: Select all

Len(IPADD) - (Craig's function)
without -1
by Sainath.Srinivasan
Thu Feb 19, 2009 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 3413

This clearly proves that "thinking alike" is not restricted to wise people.
by Sainath.Srinivasan
Thu Feb 19, 2009 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a file through a routine
Replies: 6
Views: 2266

Why and What do you want to achieve ?