Search found 53125 matches

by ray.wurlod
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...
by ray.wurlod
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

What proof can you provide that "re-indexing has not worked"?
by ray.wurlod
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...
by ray.wurlod
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

Privileges issue in the XMETA database, perchance? I would not think so, because this is only accessed through the services, but it's worth checking.
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
Fri Jul 25, 2008 4:28 am
Forum: General
Topic: Comparision of Stage Variable & Transformer
Replies: 6
Views: 1335

What else are the Transformer stages doing? Do you have inter-process row buffering enabled? When you watch this job in the Monitor, how much CPU is each Transformer stage using? Are they operating in one process or in separate processes?
by ray.wurlod
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

Welcome aboard. You appear to have answered your own question.

Whether that answer generalizes to all things that you might wish to do with TX is another question entirely.
by ray.wurlod
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 (...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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

Windows XP (Professional or otherwise) is not a supported platform for DataStage server.
by ray.wurlod
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

It is not possible in a Modify stage. You need to use a Transformer stage or a Build stage.
by ray.wurlod
Fri Jul 25, 2008 12:27 am
Forum: General
Topic: Comparision of Stage Variable & Transformer
Replies: 6
Views: 1335

You only have one "alternative" stated. Therefore it will perform best.
by ray.wurlod
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

I don't know. You don't need admin rights specifically, but you do need write permission (obviously) to all objects in the Repository. So I would suspect you're OK - just be very sure you have exclusive access (no non-Administrator clients open, not even yours).