Search found 42189 matches

by chulett
Tue Jun 05, 2007 2:05 pm
Forum: General
Topic: How to Remove Duplicates?
Replies: 14
Views: 5319

Surely you don't mean the Remove Duplicates stage?
by chulett
Tue Jun 05, 2007 2:04 pm
Forum: General
Topic: Oracle and Datastage compilation error
Replies: 4
Views: 1461

Your previous incarnation of the job you 'stopped' was still running. Or at least the Oracle process associated with it still was. That was what kept the table 'busy'. I've seen that happen - job stops or aborts but the Oracle process lives on. Then you either need to wait for it to finish or have y...
by chulett
Tue Jun 05, 2007 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing paramters from a sequential file to a select query
Replies: 2
Views: 790

Welcome! :D

Yes, as long as they are declared as Job Parameters, they can be used in your Oracle query. Just enclose the parameter name in hash/pound signs when you use it.
by chulett
Tue Jun 05, 2007 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Only executable files in server?
Replies: 4
Views: 1052

Or you can look into 'Releasing' jobs and using the Package Installer to migrate executables. However, I believe you are doing yourself a great disservice by not including the 'source'. Are you sure that 'not allow access to source code of jobs' doesn't just mean you use a Protected Project or trans...
by chulett
Tue Jun 05, 2007 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running PX on separate CPU's.
Replies: 13
Views: 3408

Hmm, great. Hey Craig, I did'nt know you were a windoze guy too Well, I do run a dual-core AMD box for gaming, and some less-than-well-written ones don't like multiple cores. So you make them work by binding them to a specific processor. You can do it either post-launch as above or using a utility ...
by chulett
Tue Jun 05, 2007 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running PX on separate CPU's.
Replies: 13
Views: 3408

Not even just a UNIX thing, you can do it on yer Winders box. :shock:

Three-finger-salute, Processes tab and right-click on any process...

Edited to add: assuming some sort of 'multi-core' setup, you won't see the 'Set affinity...' option with a single core.
by chulett
Tue Jun 05, 2007 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Sets - Recompile Question
Replies: 5
Views: 1332

Sounds like it could be a bug to me. From what I recall, $PROJDEF worked much the same way in the initial release of that functionality, something they subsequently 'fixed' so a recompile wasn't necessary to pick up changed values.

Perhaps a Support call is in order?
by chulett
Tue Jun 05, 2007 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read XML file in PX
Replies: 14
Views: 5196

Really? It certainly can be done in a Server job, don't see why that aspect of this would be different in PX. [shrug] It's the exact same 'XML Input' stage in both products, yes? Not a PX specific flavor that I am aware of, so sure seems like you should be able to make that work the same way. Make s...
by chulett
Tue Jun 05, 2007 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: using a group by in Oracle stage
Replies: 11
Views: 3983

Right... we all saw your fake sql in the first post. :wink:

As noted, any valid SQL will work in DataStage. What precisely is the problem you have when you try to use this in a job?
by chulett
Tue Jun 05, 2007 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: About Oconv & Iconv
Replies: 9
Views: 2665

ray.wurlod wrote:You have omitted "A" for the month.

Dang, missed that. :oops:
by chulett
Tue Jun 05, 2007 4:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Additional text in the output of Execute Commant Stage
Replies: 11
Views: 2549

:? Looks like output that would normally be in your &PH& directory. Best to call your Support provider and ask them, I would think.
by chulett
Tue Jun 05, 2007 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing formula as a parameter
Replies: 7
Views: 1674

Of course, and something I'd already posted earlier. :wink:
by chulett
Tue Jun 05, 2007 4:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about passing parameters dynamically
Replies: 10
Views: 2473

You don't "need" a batch job, though one certainly could be used. You could read the file in a Server job, build your table name from the date and then run your other job once per record. Look at the UtilityRunJob routine in the 'sdk\Utility' category, it is what you would use in the transformer. Do...
by chulett
Mon Jun 04, 2007 10:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing formula as a parameter
Replies: 7
Views: 1674

I don't think so either. Passing them in from outside means they are just strings inside the job, it won't recognize them as valid link and column names.

Be glad to be proven wrong, however. :wink:
by chulett
Mon Jun 04, 2007 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read XML file in PX
Replies: 14
Views: 5196

Re: Read XML file in PX

I have tried passing the stage a file name as specified in the XML source tag but this doesn't work either (job succesful, but empty output). I'll wager you read the XML file just fine with that setup. Stuff in with no stuff out is generally a sign of improper XPath expressions in the XML Input sta...