Search found 42189 matches

by chulett
Thu Nov 09, 2006 8:04 am
Forum: General
Topic: automation of report generation using shell script
Replies: 4
Views: 2459

I would guess you could script something like that. :?

Why not just create another DataStage job to read the file and produce the 'report' you need?
by chulett
Thu Nov 09, 2006 8:01 am
Forum: General
Topic: DS Info - Problem with URL
Replies: 6
Views: 4933

ADN is dead and has been replaced by IBM's DeveloperWorks. Start here:

http://www-128.ibm.com/developerworks/

You'll need to register first, then you'll have access to what you are looking for.
by chulett
Thu Nov 09, 2006 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance question with ORAOCI8 stages
Replies: 15
Views: 4708

What is the fourth paragraph in the first post? :wink:

(Dang, Wolfgang snuck in before me... that was for Guru)
by chulett
Thu Nov 09, 2006 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI9 Stage
Replies: 4
Views: 2050

Yup. And I personally haven't seen any need to delete one or the other when switching. The only thing that it tends to confuse or cause strange behaviour in that I've noticed is the person looking at the job. :wink:
by chulett
Thu Nov 09, 2006 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance question with ORAOCI8 stages
Replies: 15
Views: 4708

It will still slow down... and it's all about Oracle. Are you doing pure inserts or one of those silly insert-else-update type actions? Have you had your DBAs monitor what is happening with regards to the target table while you are loading? Factors can be a number of things like the indexes on the t...
by chulett
Thu Nov 09, 2006 12:00 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: RTI console (Register an RTI server)
Replies: 4
Views: 3495

This is a volunteer site so there's nothing 'immediate' about what we do. People answer when they can... anything other than that needs to be redirected to your Support provider who are paid to provide that service and perhaps even supply immediate answers. That being said, I'm not sure what's so c...
by chulett
Wed Nov 08, 2006 11:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Copy tables from one Database to another Database
Replies: 8
Views: 4605

loveojha2 wrote:Runtime Column Propagation, meaning it happens at the runtime only or...

Hence the name.
by chulett
Wed Nov 08, 2006 11:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference lookup generated, Only the last row was used
Replies: 11
Views: 7829

Ok... what about everything else? As noted, it can only return a single row when used as a lookup so you'll need to correct your query in order to make the message that brought you here go away.
by chulett
Wed Nov 08, 2006 9:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification Stage Error
Replies: 11
Views: 2481

No, it just means that you have to handle them rather than relying something else deciding what should be done. That's why each stage (except that darn email one) supports multiple output links and there are multiple trigger types! :wink:
by chulett
Wed Nov 08, 2006 9:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting String
Replies: 28
Views: 6714

Damn my slow fingers. :lol:
by chulett
Wed Nov 08, 2006 8:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting String
Replies: 28
Views: 6714

I gave you the names of two functions that will work for you. How about you take a second and check the Help available for them and work it out? That's how one learns... much better than if someone just hands you a solution on a silver platter.

Give it a shot, if you still have problems come back.
by chulett
Wed Nov 08, 2006 8:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reference lookup generated, Only the last row was used
Replies: 11
Views: 7829

What stage are you using to do the reference lookup? As noted, when your query in the stage returns more than one record, only one will be returned. Some stages do this silently, some do it and log a warning as well. The solution is to rewrite the query so that it returns the singleton row you want ...
by chulett
Wed Nov 08, 2006 8:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting String
Replies: 28
Views: 6714

So... you want to remove an 'X' from the field in question? Anything more to it than that, like perhaps it needs to be the last character in the field?

If not, then a simple EReplace or Convert call to change it to an empty string (i.e. remove it) will do the trick.
by chulett
Wed Nov 08, 2006 8:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pcard
Replies: 4
Views: 1412

Rather than continue the jokes - like it comes right after the ocard - perhaps you could let us know in what context you found this term... and how it relates to PX jobs. I don't recall seeing it mentioned so far in our forums. :?
by chulett
Wed Nov 08, 2006 8:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification Stage Error
Replies: 11
Views: 2481

my job sequence is doing exactly that, ie, job sequence 1 ----> Email Notification and job sequence 1 ---> job sequence 2 But once the email service is down, my job sequence will be aborted. Again, the email service being unavailable causes the Notification Activity stage to fail - not the Sequence...