Search found 53125 matches

by ray.wurlod
Wed Feb 01, 2006 5:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we eliminate the duplicate values ?
Replies: 4
Views: 1527

Remove Duplicates stage sound like a possibility? :roll:
by ray.wurlod
Wed Feb 01, 2006 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Job aborted Notification
Replies: 8
Views: 3758

Yes, basically. Or you can explicitly code a Routine activity triggered from each Job activity (a Failure trigger) then direct all these via an "Any" Sequencer into a Terminator activity (7.5 and later only) to issue stop requests to all running child jobs. The Terminator activity can, of course, al...
by ray.wurlod
Tue Jan 31, 2006 7:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routine activity problem
Replies: 3
Views: 1502

Change to a Custom trigger on the Routine activity. The default trigger assumes that a return value of 0 is success, and that anything else is failure. Your custom triggers can be based on the return value, rather than simply on "OK".
by ray.wurlod
Tue Jan 31, 2006 7:18 pm
Forum: Site/Forum
Topic: How should we show recognition for time spent posting?
Replies: 10
Views: 5913

Quotes definitely do contribute; they restrict you to earning 3 points until and unless your reply gets quite long, when you can earn as many as - oooh - five points!!

I think there's a small increment for including code.

Thinks: must ask Walter.
by ray.wurlod
Tue Jan 31, 2006 3:14 pm
Forum: Site/Forum
Topic: Compensation for Inner Circle?
Replies: 2
Views: 1776

Revenue (OK, profit) from the classes also goes towards funding this site. Admittedly the classes are just ramping up - we still have to figure out a model for taking PX "on the road" - but more people attending classes might enable a lower rate for premium membership. This is not my call, just an i...
by ray.wurlod
Tue Jan 31, 2006 3:11 pm
Forum: Site/Forum
Topic: How should we show recognition for time spent posting?
Replies: 10
Views: 5913

Presumably the points mechanism records time spent constructing a reply. This should be factored in. It would be great if it included some mechanism to differentiate busy time from idle time, but I guess that's hoping for too much!
by ray.wurlod
Tue Jan 31, 2006 3:08 pm
Forum: Site/Forum
Topic: The Macromedia Flash "Server to Parallel Transition Lab
Replies: 5
Views: 2656

Most annoying is that it obscures the link I use most - "view next topic" at the bottom of the screen. I have mentioned it in a private email to Walter, who looks after the site.
by ray.wurlod
Tue Jan 31, 2006 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: throwing error while running the server job
Replies: 9
Views: 3440

No. Not finding a library can also be driven by losing that library's directory from the shared library search path (LD_LIBRARY_PATH, LIBPATH or SHLIB_PATH, depending on your UNIX). Check whether someone has changed this. If not, remember the dictum that, if it was working yesterday and is not worki...
by ray.wurlod
Tue Jan 31, 2006 2:58 pm
Forum: Site/Forum
Topic: new FREE DataStage forum
Replies: 24
Views: 13432

Just think - if you had the phone with you, you could add sound effects to your answers. "I have your letter in front of me. Now it is behind me. (sound of flushing)"
by ray.wurlod
Tue Jan 31, 2006 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Converting text case
Replies: 3
Views: 991

A more efficient solution would have been possible in a routine, making use of the fact that a substring may appear on the left hand side of an assignment statement. In the routine search for each "-" then Upcase the next letter. For example: FUNCTION FixHyphenatedName(TheName) Ans = TheName...
by ray.wurlod
Tue Jan 31, 2006 2:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Pseries supported for any linux?
Replies: 3
Views: 1219

DataStage TX 8.0 ("Hawk") was released in 2005.

The other components are currently in beta testing, with an expected release in the second quarter of 2006. They were shown in the event in Las Vegas last November. Some posts about the beta version have already appeared on this forum.
by ray.wurlod
Tue Jan 31, 2006 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IQ12 bulk load on Linux
Replies: 19
Views: 5604

Sounds like a problem with the stage then. I don't want to insult your intelligence but I have to ask this - can you please verify that you're checking the same data file to which the stage is writing?
by ray.wurlod
Tue Jan 31, 2006 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot get access to log file for job
Replies: 9
Views: 2532

Got a screen shot? (Off line, perhaps)
by ray.wurlod
Tue Jan 31, 2006 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sparse lookup is aborting the job?
Replies: 1
Views: 795

Read the entire message carefully and discern what it is informing you about the number of partitions. You have not told us the purpose of lkpLeadMaster and lkpCampMaster or even what kind of object each is. Of course we could guess. But there should be enough information there for you to work out w...
by ray.wurlod
Mon Jan 30, 2006 11:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot get access to log file for job
Replies: 9
Views: 2532

Did you - or someone else - have this log open in Director in another session? DataStage (now) takes a lock on the log while it's being viewed. It may be that. Execute $DSHOME/bin/list_readu | grep RT_LOG on the server next time you're viewing a log in Director. Refreshing the Cleanup Resources scre...