Search found 53125 matches
- Fri Jul 25, 2008 7:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help on cartesian product in DataStage server job
- Replies: 17
- Views: 12581
Welcome aboard. DataStage acts as a client to the database server. Therefore, if the database server permits Cartesian products, then DataStage can request them. Let's see, 10 million x 23 million; that's 230 million million rows in the cross join. OF COURSE it's going to take a long time! You'll pr...
- Fri Jul 25, 2008 7:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Renaming the CATEGORY in the Repository
- Replies: 10
- Views: 3205
- Fri Jul 25, 2008 6:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warnings for Update empty table (db2)
- Replies: 3
- Views: 2414
<rant>That is really poor advice, particularly from someone from IBM. The poster seeks technical knowledge as to a cause; you are advocating suppressing a symptom. </rant> Have you (dohertys) tested the same conditions with user-defined SQL that is identical to the generated SQL? Clearly the interac...
- Fri Jul 25, 2008 6:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error when compiling or saving jobs
- Replies: 5
- Views: 2143
- Fri Jul 25, 2008 4:35 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: User profile not calling setup or envsetup
- Replies: 3
- Views: 2703
Yes, and you have a value for PATH. That and LD_LIBRARY_PATH are fundamental to most applications, not just TX. There will be default values for both MERC_HOME_DIR and MERC_TEMP_DIR if they are not set; you can doubtless find out what they are from the manuals (I am in an airport lounge without acce...
- Fri Jul 25, 2008 4:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Orchestrate was unable to write to any of the files:
- Replies: 6
- Views: 1777
If it's truly urgent sign up with your support provider for premium service, and learn how much "urgent" really costs. DSXchange is an all-volunteer site, people post as and when they can, and get really offended when you do things like demand a response twice within 30 minutes after you post. What...
- Fri Jul 25, 2008 4:28 am
- Forum: General
- Topic: Comparision of Stage Variable & Transformer
- Replies: 6
- Views: 1335
- Fri Jul 25, 2008 4:27 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: User profile not calling setup or envsetup
- Replies: 3
- Views: 2703
- Fri Jul 25, 2008 1:28 am
- Forum: General
- Topic: Child Sequencer restartability
- Replies: 3
- Views: 1331
Include "automatically handle activities that fail" in the child job sequences so that they can achieve an Aborted state. If you have explicit failure handling, either through Failure triggers or through an Exception Handler, make sure that each of these also causes the child job sequence to abort (...
- Fri Jul 25, 2008 1:26 am
- Forum: General
- Topic: OUTROWNUM function
- Replies: 1
- Views: 1469
Welcome aboard. Construct an expression that takes the partition number and number of partitions into account, for example initialize a counter (stage variable) to the partition number and increment it by the number of partitions. All counters begin at zero; you may wish to add one to your initializ...
- Fri Jul 25, 2008 12:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Multiple Files
- Replies: 1
- Views: 825
Create your job as multi-instance (it's a single check box). Then you can run multiple clones at the same time, giving each a unique invocation ID. You can control for the entire 40,000 files using a loop in a job sequence. This shows three at a time but, if you have the processing power, you can sc...
- Fri Jul 25, 2008 12:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error getting when i compiled job in Transformer.
- Replies: 1
- Views: 698
- Fri Jul 25, 2008 12:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: use of parameters in modify stage
- Replies: 1
- Views: 798
- Fri Jul 25, 2008 12:27 am
- Forum: General
- Topic: Comparision of Stage Variable & Transformer
- Replies: 6
- Views: 1335
- Thu Jul 24, 2008 8:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Renaming the CATEGORY in the Repository
- Replies: 10
- Views: 3205