Search found 42189 matches

by chulett
Tue Jul 24, 2012 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Reqd.
Replies: 15
Views: 3939

Their membership expired. The forum software shows someone as "Premium" if they've ever been one, not if they currently are one, so it can be a little... confusing.
by chulett
Tue Jul 24, 2012 9:02 am
Forum: General
Topic: sequence level log
Replies: 1
Views: 806

You would do it the same way as a Sequence job is just another job.
by chulett
Tue Jul 24, 2012 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error on Oracle connector stage
Replies: 20
Views: 10722

You increased it to what? Technically, a NUMBER in Oracle is stored as a Float and can be up to a DECIMAL(38). I've had to specify it as DECIMAL(40) in the past to stop the "truncation".
by chulett
Tue Jul 24, 2012 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Reqd.
Replies: 15
Views: 3939

So what's your "workaround"?
by chulett
Tue Jul 24, 2012 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in Schema file
Replies: 7
Views: 3429

So this is actually a question about Parallel jobs? You marked the Job Type as Server, hence the question.
by chulett
Tue Jul 24, 2012 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error on Oracle connector stage
Replies: 20
Views: 10722

Then increase the size, see if that causes the error to stop.
by chulett
Tue Jul 24, 2012 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error on Oracle connector stage
Replies: 20
Views: 10722

How did you define the column in DataStage?
by chulett
Tue Jul 24, 2012 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error on Oracle connector stage
Replies: 20
Views: 10722

2 what? 88 what? :? You need to be more precise in your questions and replies so people can help you. Does your source table have an unbound number in it? Meaning one like NUMBER rather than NUMBER(15) or any other precision. Does it have a LOB column, like a CLOB or BLOB? Is your database set up wi...
by chulett
Mon Jul 23, 2012 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Heap Allocation failed
Replies: 6
Views: 2987

thanks ray, actually yes it is memory issue and repeatable , but there is no process either than this load is running on the server while this server is dedicated for data stage engine .. Just because it's dedicated doesn't mean it isn't overloaded, for all we know it was under-configured. Can you ...
by chulett
Mon Jul 23, 2012 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 7.5.3 and Oracle 11g client in same server
Replies: 5
Views: 2891

The 7.x version does not include an XMETA repository, this is just about connecting to an Oracle source/target via OCI. Officially, neither 10g nor 11g are officially supported by your version. If you are having no issues with the 10g client, I don't see any need to change it as you can use it to co...
by chulett
Mon Jul 23, 2012 7:27 am
Forum: General
Topic: Schedule job in yearly basis
Replies: 2
Views: 1053

Of course it can be done via Director, it's just that you would need to manually 'Add to schedule' an entry for each year as far out as you'd need. One at a time. :wink:
by chulett
Sun Jul 22, 2012 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help
Replies: 9
Views: 3141

Don't think there's a need to another variable, as I noted a simple change to the logic you posted should accomplish the goal. Seems to me: If In.Key=svLastKey THEN svGroupNo ELSE svGroupNo+1 becomes If in.Key = "d" and svLastKey = "c" THEN svGroupNo+1 ELSE svGroupNo "Key&qu...
by chulett
Sun Jul 22, 2012 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scenerio with datastage limitations
Replies: 9
Views: 7430

devesh_ssingh wrote:@jwiles--i have tried with folder stage but output is only picking the last corresponds records only.
You said as much in someone else's Folder stage post and some suggestions were made there as to how to solve that. Did you try to follow up on them?
by chulett
Sat Jul 21, 2012 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help
Replies: 9
Views: 3141

Sorry, thought I did. Which part was unclear?