Search found 42189 matches

by chulett
Thu Jul 30, 2009 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

Nice... double posts 36 minutes apart. Make sure you back up and see what you've missed.
by chulett
Thu Jul 30, 2009 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage termination error
Replies: 5
Views: 1605

Any idea what "getting stuck" actually means? An issue on the database side I would assume. Has your DBA monitored the job to see what happens when it runs?
by chulett
Thu Jul 30, 2009 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

Won't quite help as we need to modify the returned value to get rid of the field marks that are in it. If it doesn't like that array notation (depends on your exact version) then try this instead: Convert(@FM,"",Excmd_file.$CommandOutput) And see if it likes that expression (not 'express')...
by chulett
Thu Jul 30, 2009 7:30 am
Forum: General
Topic: how to setup Oracle Enterprise Stage
Replies: 10
Views: 2106

It's sourced whenever a job starts, so I've found it unncessary for 99% of the changes that I've ever had to make. For whatever that is worth.
by chulett
Thu Jul 30, 2009 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version conflict on roll back from 7.5.3 to 7.5.1.2
Replies: 5
Views: 1240

I'd also be curious if the existing "folder structure" was deleted first or you restored one on top of the other?
by chulett
Thu Jul 30, 2009 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

Ack... no-one ever mentioned using the concatenation operator and it never occurred to me you'd include the quotes after the full syntax had already been spelled out for you earlier. Oh well.

ps. Don't use the quotes that Arnd included, either. :wink:
by chulett
Thu Jul 30, 2009 7:22 am
Forum: General
Topic: how to setup Oracle Enterprise Stage
Replies: 10
Views: 2106

Sainath.Srinivasan wrote:Also did you bounce your datastage instance after changes to dsenv ?
FYI - unnecessary.
by chulett
Thu Jul 30, 2009 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version conflict on roll back from 7.5.3 to 7.5.1.2
Replies: 5
Views: 1240

How exactly did you "roll back"?
by chulett
Thu Jul 30, 2009 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 6160

Explain what "not using key columns" means, are you saying there are no "where" clauses in your lookups? :?

Also, do any of them return more than a single record? If so, that would throw a kink into replacing them with hashed files.
by chulett
Thu Jul 30, 2009 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 6160

Oh goodness, no wonder. Hashed files are the heart and soul of Server jobs, especially as reference lookups and you really need to learn how to leverage those. Direct database lookups are the slowest 'solution' you can use here. Do you have anyone there working with you who can help set you on the r...
by chulett
Thu Jul 30, 2009 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which is the better File Format
Replies: 8
Views: 2706

Google Toolbar spell checker, that's what me use online. Too bad not grammar checker two. :wink:
by chulett
Thu Jul 30, 2009 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

Sai posted almost exactly the same steps that I did, which I find a little odd as it won't help at all at this point. Kamal - you need to answer Arnd's rather simple question: this "k_ftch" parameter you have in your job, what type is it? String, Pathname, what? And please confirm for me t...
by chulett
Thu Jul 30, 2009 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage termination error
Replies: 5
Views: 1605

What other errors are logged? I'm assuming that's your "From previous run..." message after you reset it, yes?
by chulett
Thu Jul 30, 2009 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 6160

Yikes! All of that for CDD? You need to investigate the use of a NullToValue() transform and the CRC32 function. But again you need to make sure you identify the true bottleneck in your processing - is it one particular lookup? The stage variables? The database itself? You really need to break thing...
by chulett
Thu Jul 30, 2009 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Db2 stage supports the 9.5 version of db2 data
Replies: 4
Views: 1372

Still have no clue and generally when one asks a question they use one of these - "?". Give it a try sometime! :wink:

If no-one here can answer the question, then I'd still suggest asking it of your official support provider.