Search found 79 matches

by luca
Thu Feb 20, 2003 2:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage documentation
Replies: 4
Views: 1889

I found in the DS Manager documentation the way to do it (same way that Wolfgang suggested). The problem I was facing is mostly due to a really not "intuitive" Reporting Assistant . I would have thought that the view or print would simply print what you can see at the screen, but in fact, ...
by luca
Thu Feb 20, 2003 2:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI8 stage
Replies: 8
Views: 1944

I forgot to precise that in this job, 90% of the records will have to be updated and 10% only inserted. In that case, using a hash file is probably less efficient than simply doing a "Update existing rows or insert new rows" in a OCI stage.
What do you think ?
Thanks
by luca
Wed Feb 19, 2003 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI8 stage
Replies: 8
Views: 1944

Hi Ray ! Yes I know that what you suggest is the most performing solution. But in this job, we are not loading a lot of records that's why we thought of simply using this update action (Update existing rows or insert new rows). My question was : is it possible to sequence the execution of this 2 lin...
by luca
Wed Feb 19, 2003 1:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI8 stage
Replies: 8
Views: 1944

ORAOCI8 stage

Hi ! I have one job with an ORAOCI8 stage with 2 input links, updating the same table (Update action : Update existing rows or insert new rows). I thought it could be fine to control the execution for this update action in order to sequence this 2 update actions (one after the other would provide be...
by luca
Tue Feb 18, 2003 2:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling a Sequencer Job
Replies: 3
Views: 1065

Hi !
You can do it like this :
3 job sequencers.
- one main job sequencer with 2 job activities.
first job activity for your first job sequencer,
second job activity for your second job sequencer.
by luca
Mon Feb 17, 2003 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage documentation
Replies: 4
Views: 1889

Thanks for your answer.
I managed to export my metadata for my project to the access DB. But then, when I ran the Reporting Tool, it was as if no standard reports were predefined.
Do you think something is missing from the DataStage installation ?
by luca
Mon Feb 17, 2003 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage documentation
Replies: 4
Views: 1889

Datastage documentation

Hi !
I'm looking for a way to generate documentation for my DataStage project.
I saw that we have a Reporting Assistant which we tried to use but unsuccessfully yet.
Can someone explain me what this Reporting Assistant can do and how it works, how to use it.
Thank you.
by luca
Sat Feb 15, 2003 12:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: send an email when a job abort
Replies: 2
Views: 854

Thanks for your reply, Ray. The point is I was doing this in a Job Sequencer, as you suggested but as I found it a little long to add a new notification activity after each Job activity, I had the idea of using an afterjob subroutine for doing this, but I was suspicious about the job being really fi...
by luca
Fri Feb 14, 2003 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: send an email when a job abort
Replies: 2
Views: 854

send an email when a job abort

Hi ! I would like all my jobs to send an email if the execution doesn't finish fine. I was thinking of doing it by creating a new after job subroutine, in which I would test the status of the job and then send an email if the status isn't "finished OK". Can you confirm me that when executi...
by luca
Thu Feb 13, 2003 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing record in a Hash File
Replies: 3
Views: 1145

writing record in a Hash File

Hi ! When a job writes record in a Hash File Stage. What appends when a record has the same key than a record already stored in the hash file : - is the old record replaced by the new one ? - or is the first record which was already in the hash fiel kept and the new one ignored ? Thanks for your rep...
by luca
Mon Feb 10, 2003 12:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequencer : calculated parameter (date)
Replies: 2
Views: 1594

Thanks for your suggestions. Before I get your answers, I found a way to do this with a sequential file (as Vincent suggested), after what I read this date from a Job Control (not from a routine) and then from the job control, I ran the Job sequencer with the date as param. I'll make changes to try ...
by luca
Sat Feb 08, 2003 1:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: number of rows processed by a link
Replies: 12
Views: 2764

Hard-coding the stage name and link name works (I got my number of rows doing it). Hard-coding only the link name and using DSJ.ME for the stage name doesn't work. So I tried passing both the stage name and the link name separated by a comma and I retrieve this 2 args in my subroutine using the Fiel...
by luca
Fri Feb 07, 2003 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: number of rows processed by a link
Replies: 12
Views: 2764

Yes, I checked everything (espacially before/after subroutine, which I use in the transform stage I want the number of rows in input). As you suggested, I tried hard-coding job name, stage name and link name, but this is worst as this leads to a -1 error (Invalid JobHandle). The job handle was OK us...
by luca
Fri Feb 07, 2003 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: number of rows processed by a link
Replies: 12
Views: 2764

Thanks again.
Yes, I can see the number of rows in the director log.
I checked I used the good link name (I copied my link name and paste it in the Input Value field, but still get the same link name error).
Idea for what else to do ?
by luca
Fri Feb 07, 2003 5:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification Activity and sendmail file
Replies: 1
Views: 933

An other question dealing with Email Notification Activity : I have added a new parameter to my Job Sequencer for recipient email address. When filling in the email Notification Activity, how can I use this parameter ? How can I specifie that the recipient email address field contains my parameterna...