Failure Notification on Mobile

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Xpert
Premium Member
Premium Member
Posts: 85
Joined: Wed Mar 01, 2006 7:17 am

Failure Notification on Mobile

Post by Xpert »

Hi all,
I need to know hoe to send notification about job failure on mail and mobile.
With regards,
Xpert
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You need to start by looking at the documentation.

The DataStage Designer guide to begin with and search for "mail".

There are many ways to do this, either directly in a sequence or via a routine call to DSSendMail()
Xpert
Premium Member
Premium Member
Posts: 85
Joined: Wed Mar 01, 2006 7:17 am

For mobile Notification

Post by Xpert »

ArndW wrote:You need to start by looking at the documentation.

The DataStage Designer guide to begin with and search for "mail".

There are many ways to do this, either directly in a sequence or via a routine call to DSSendMail()

I need to nofity to mobile. How to do that
With regards,
Xpert
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

There is no direct configuration for mobile intimation through datastage. But you can externalize. Even you have many 3rd party software, which senses the new mail in the inbox and sends message to the mobil number which is prescribed.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Set up a gateway in your email server. It's not something DataStage can do. What would you expect to happen if DataStage phoned you on your mobile and you answered? Maybe there's something like that in version 42.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

Post by satheesh_color »

Hai,


Just write a shell sciprt.To add your list like this

#PAGER 3546478@pagemart.net

#satheesh@mail.com and initiate it to shell.


Regards,
Satheesh.Rajan
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

As noted, your 'mobile' is just another email address. For example, for someone on Sprint PCS here in the US, you would send a (hopefully) short email to 'phonenumber@messaging.sprintpcs.com'. Others are very similar.
-craig

"You can never have too many knives" -- Logan Nine Fingers
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

If you can send an email to your mobile from your favourite mailing giants, then you definately can send it via DSSendMail() or the notification activity in a job sequence.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply