Search found 84 matches

by xch2005
Mon May 13, 2013 1:39 pm
Forum: General
Topic: Email notification for failed jobs in job sequence
Replies: 8
Views: 3780

The option would work for sure but here the requirement is to send out only 1 email notification and that would have the failed job names. If I include the job status in email option that would contain too much information and the users are not really interested for it.

Thanks
by xch2005
Mon May 13, 2013 1:13 pm
Forum: General
Topic: Email notification for failed jobs in job sequence
Replies: 8
Views: 3780

Thanks Ray.

Activity variable would determine whether the job failed or not and need to have seperate failure links to send email but that would be for each job.

But, say out of my 10 jobs 3 failed, how do I send out only 1 email notification with these 3 job names that failed.

Thanks
by xch2005
Tue Apr 30, 2013 3:02 pm
Forum: General
Topic: Email notification for failed jobs in job sequence
Replies: 8
Views: 3780

Sorry, forgot to mention that I need to send out only 1 email notifcation with all the failed job names.

Thanks
by xch2005
Tue Apr 30, 2013 3:00 pm
Forum: General
Topic: Email notification for failed jobs in job sequence
Replies: 8
Views: 3780

Email notification for failed jobs in job sequence

Hi, I have a job sequence where there are 10 jobs running in parallel and all of them need to run even in case some of them fails. How do I send out email notification only for the jobs that failed during execution? Is there a way in Datastage I can acheive this? Appericiate your time and thanks in ...
by xch2005
Tue Mar 12, 2013 8:45 pm
Forum: General
Topic: Attempting to Cleanup after ABORT raised
Replies: 1
Views: 2380

Attempting to Cleanup after ABORT raised

Hi, Though I have seen similar issue posted but could not get any resolution for the issue. I have a sequence job which call couple of child sequences and other jobs, though it was executing fine till now, though not made any changes, started throwing ABORT status during the half way of execution an...
by xch2005
Mon Oct 15, 2012 9:19 am
Forum: General
Topic: Reg. getting the status from sub sequence
Replies: 4
Views: 2103

Oh okay, thanks for the clarification.

Thanks
by xch2005
Fri Oct 12, 2012 8:25 am
Forum: General
Topic: Reg. getting the status from sub sequence
Replies: 4
Views: 2103

Thanks Ray, made the change and it did work. Adding to this will it be possible to get the name of job which failed in the sub sequence and add to the notification in the main sequence.

Any suggestions please.

Thanks
by xch2005
Wed Oct 10, 2012 11:01 am
Forum: General
Topic: Reg. getting the status from sub sequence
Replies: 4
Views: 2103

Reg. getting the status from sub sequence

Hi, In the main job sequence I have 5 parallel jobs and 1 job sequence being executed, in the job sequence I have 10 parallel jobs to be executed (in parallel). So have put in sequencer to notify the users if a particular job in this fails and other jobs would need to execute. For example, if 2 out ...
by xch2005
Fri Apr 20, 2012 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in SQL statement
Replies: 5
Views: 1664

Yes, the syntax is as,

ISNULL ( check_expression , replacement_value )

Thanks.
by xch2005
Thu Apr 19, 2012 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in SQL statement
Replies: 5
Views: 1664

To mention the error,

The error is "Undefine data type 0"

Thanks.
by xch2005
Thu Apr 19, 2012 3:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in SQL statement
Replies: 5
Views: 1664

Issue in SQL statement

Hi, I am facing a strange issue with try to execute a "user defined sql" which has sum function on a case statement. sum(case when (rd.rollup_data_point_id = 3 and rd.entity_type_id = 1) then isnull(rd.data_point_float,0) else 0 end) as msref_ltv, Here the same query is working fine when e...
by xch2005
Tue Apr 17, 2012 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue using DRS connector stage
Replies: 0
Views: 1404

Issue using DRS connector stage

Hi, Facing an issue using the DRS Connector stage, the job design is straight forward. Sybase stage -> transformer -> DRS connector stage Basically I am using the ODBC to connecto the target database and during execution got the following error. DRS_Connector_167: Required property /Connection/VARIA...
by xch2005
Tue Apr 17, 2012 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load special char. into Oracle from Sybase
Replies: 5
Views: 2587

Thanks Ray, since the columns are not business critical we are ignoring for now.
by xch2005
Tue Apr 17, 2012 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server stored procedure
Replies: 2
Views: 1817

To achieve we moved on to DataStage 8.5 and now it is all set.

Thanks
by xch2005
Tue Apr 17, 2012 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue during target load
Replies: 8
Views: 2768

Please excuse, I should have posted in the Enterprise edition.

Thanks.