Page 1 of 1

Failure Notification on Mobile

Posted: Thu Jun 22, 2006 1:12 am
by Xpert
Hi all,
I need to know hoe to send notification about job failure on mail and mobile.

Posted: Thu Jun 22, 2006 1:19 am
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()

For mobile Notification

Posted: Thu Jun 22, 2006 1:25 am
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

Posted: Thu Jun 22, 2006 2:10 am
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.

Posted: Thu Jun 22, 2006 2:21 am
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.

Posted: Thu Jun 22, 2006 2:39 am
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

Posted: Thu Jun 22, 2006 6:21 am
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.

Posted: Thu Jun 22, 2006 7:05 am
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.