Search found 42189 matches

by chulett
Fri Jul 10, 2009 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting count from seq file
Replies: 26
Views: 7024

Sorry, but nobody mentioned stage variables. Read Jackie's post again.
by chulett
Fri Jul 10, 2009 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to access table with MS OLE DB
Replies: 5
Views: 1583

Me, no idea. No Windows server = no MS OLEDB stage to even look at.
by chulett
Fri Jul 10, 2009 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to access table with MS OLE DB
Replies: 5
Views: 1583

Permissions issue, it seems. Google for that message.
by chulett
Fri Jul 10, 2009 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reseting and Running a Job from Routine
Replies: 3
Views: 2378

Ah... was wondering about the job handle. Still better to leverage DSPrepareJob IMHO.

(hey, it was 6AM and the coffee hadn't kicked in yet) :wink:
by chulett
Fri Jul 10, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Huge XML file
Replies: 4
Views: 1338

That's not huge. You need to determine your bottleneck, have you broken your job into logical pieces to see where the actual problem is? For example, replace Oracle with a flat file and check the speed.
by chulett
Fri Jul 10, 2009 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reseting and Running a Job from Routine
Replies: 3
Views: 2378

Don't see anything obviously wrong. :?

Look into using DSPrepareJob instead of all that IF-THEN checking though, one stop shopping.
by chulett
Thu Jul 09, 2009 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing the fatal errors from Director
Replies: 1
Views: 1173

Sure and it has been discussed here a zillion times. Kim Duke has a complete set of utilities for doing this (and much more) freely available from his website - search there and here for discussions of ETLStats. Might be a little overwhelming, though. For just the requirements as you've stated, you'...
by chulett
Thu Jul 09, 2009 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hi Performance job design
Replies: 5
Views: 2084

I guess so, because if you speed the job up you can say "Hello performance!". :wink:
by chulett
Thu Jul 09, 2009 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Specify File Pattern for Sequential files
Replies: 9
Views: 4579

I'd noticed the same thing - this somehow seems to be a Windows issue. :?
by chulett
Thu Jul 09, 2009 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Expession for custom condition in Nested Condition Activity
Replies: 5
Views: 5742

Simply build the expression using the "..." ellipsis, it will walk you thru it. Basically it would be: Activity Variable = Job Parameter.
by chulett
Thu Jul 09, 2009 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in server job
Replies: 6
Views: 1754

Okay... has anyone looked into doing all that in a single query? Should be perfectly feasible.
by chulett
Thu Jul 09, 2009 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Expession for custom condition in Nested Condition Activity
Replies: 5
Views: 5742

Your "COUNTER" can simply be the $Counter variable from the Start Loop stage. How is "INDEX" defined - job parameter, hard-coded, user variable, ???
by chulett
Thu Jul 09, 2009 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in server job
Replies: 6
Views: 1754

The 'static files' comment would be a Server merge operation.
by chulett
Thu Jul 09, 2009 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ability to view logs in Director but not start/stop jobs?
Replies: 10
Views: 5212

Seeing as how there are two separate options for logging, I would think they are not mutually exclusive - it's just that they are typically used in that manner. So I would therefor think you could have both if you really wanted and could take the 'performance hit' that I assume that would bring. You...
by chulett
Thu Jul 09, 2009 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in server job
Replies: 6
Views: 1754

If these "five large tables" are all in the same database then your join is a sql join in the source db stage. Otherwise, yes a hashed file can be used to effect a join. That 2GB limit is only for 32bit (default) hashed files, they can be created as 64bit so there is no such limit. Would n...