Search found 42189 matches
- Tue Jun 05, 2007 2:05 pm
- Forum: General
- Topic: How to Remove Duplicates?
- Replies: 14
- Views: 5319
- 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...
- 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
- 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...
- 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 ...
- 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
- 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
- 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...
- 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
- Tue Jun 05, 2007 4:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: About Oconv & Iconv
- Replies: 9
- Views: 2665
- 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
- 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
- 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...
- 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
- 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...