Sending of SMS alert

Hello

I use obiee 11g and I am successfully able to send an alert message.

Now I'm trying to send sms to alert, if someone did please help me.

I had set up mobile no using my account but when I run agent, it gives me error:

Finally, but errors encountered and solved...

Number of ignored deliveries: 1 of 3

AgentID: / users/admin/Daily job Run

WARNING: 0123456789 recipient rejected by the mail server < 0123456789 >: delivery address must contain an AgentID field: / users/admin/Daily Run Job

[nQSError: 82095] All recipients rejected by the mail server.    AgentID: / users/admin/Daily job Run

... Loop delivery SMTP to try again... Sleep for 8 seconds.    AgentID: / users/admin/Daily job Run

WARNING: 0123456789 recipient rejected by the mail server < 0123456789 >: delivery address must contain an AgentID field: / users/admin/Daily Run Job

[nQSError: 82095] All recipients rejected by the mail server.    AgentID: / users/admin/Daily job Run

... Loop delivery SMTP to try again... Sleeping for 9 seconds.    AgentID: / users/admin/Daily job Run

WARNING: 0123456789 recipient rejected by the mail server < 0123456789 >: delivery address must contain an AgentID field: / users/admin/Daily Run Job

[nQSError: 82095] All recipients rejected by the mail server.    AgentID: / users/admin/Daily job Run

... Loop delivery SMTP to try again... Sleeping for 2 seconds.    AgentID: / users/admin/Daily job Run

WARNING: 0123456789 recipient rejected by the mail server < 0123456789 >: delivery address must contain an AgentID field: / users/admin/Daily Run Job

[nQSError: 82095] All recipients rejected by the mail server.    AgentID: / users/admin/Daily job Run

Exceeded number of SMTP delivery attempts.

Please suggest me what I have to do to send sms alert.

Thank you

Hi Srini,

Thanks for the reply. I am able to send alert sms successfully

I give my identification of email about setting up email EM (id default oracle will not work). Then, I created agent who is sms alert sending.

For provider information, please have a look at link below:

How to send free SMS

Tags: Business Intelligence

Similar Questions

  • How to automatically send an sms to the team?

    I would like to know if there is a way (setting) or an application that can automatically send an sms (txt) to my team?

    A 3rd party app called IFFT may enforce an assortment of things, among them actions based on SMS.

    For some recipes, as they call it, take a look on their website: https://ifttt.com/sms

  • iMessage send as SMS

    I have an iPhone 6 more and are not sending my messages of iMessage as iMessage. They send as a regular SMS messages even if I have the setting 'Send as SMS' off and I have the full 4 G LTE signal. This happened even at home when I got a good WiFi connection. Another thing I noticed is that this only happens when SMS my girlfriend. When I text someone else with an iPhone, the message is blue indicating iMessage. She has a 6 s iPhone and we share the same Apple ID but we have 'send and receive' highlighted our own, she his got his number and I have mine set to mine. So before that, everything was fine. But this morning when I noticed what is happening. I also got a notification that says something like "your phone number is now used on Kaylie iPhone" or something like that and I think it says something about the Apple ID too. I don't know if this notification is important to my problem. I already disabled iMessage and he turned back and no still no cigar. I want just the messages to be sent again as iMessage. Thanks in advance

    drowningfish428 wrote:

    We share the same Apple ID

    Hello

    Configure your own your own Apple identifiers.

  • Send as SMS

    I send messages to my wife who is in Italy (of the United Kingdom).  The message app sends them as iMessages, but she has no access to the internet or 3G so don't get them do not.  Why the system is not recognizing it and send them as SMS instead?  How can I fix it? (The message goes too fast for me to double tap it and select 'Send as SMS')

    Help!

    < re-titled by host >

    If there is another device connected to the iMessage with his account (an iPad, Mac, etc.) who doesn't have access to the internet, the messages would be delivered to this device and Messages would not be a reason to send it as SMS.

    You can disable iMessage on your phone, which will force all your outgoing messages to send TEXT Messages instead of iMessage.

  • My iPhone to send international sms without inform me please solve it

    Dear Apple support,

    Please, I lost my money in my iphone, cause my iphone to send international sms without informing me.

    Please would solve the problem A.S.A.P.

    Best regards

    Nabil Al Badani

    TZ جهاز الـ الخاص بي iPhone

    It is not Apple to inform you of your phone, send international SMS. Your network provider is one that informs you of the international charges. It is usually noted in the terms of your contract/agreement with your wireless operator. Know who your carrier is and then watch the General Conditions and communicate with them. Unfortunately, Apple, can help you with charges to send SMS International.

  • How to block the sending of SMS from BlackBerry in the code

    I tried to use notifyOutgoingMessage to interface OutboundMessageListener to catch the sending of SMS, but it does not work. In the document, I only give a copy of the message. So, I wonder how can I get SMS messages and block in the code? This is my essay:

    MessageConnection _mc = (MessageConnection) Connector.open("sms://:0");
    _mc.setMessageListener(new OutboundSMSListener());
    
    private static final class OutboundSMSListener implements OutboundMessageListener
    {
    public void notifyIncomingMessage(MessageConnection messageconnection)
    {
    
    System.out.println("Income Message received: ");
    }
    
    public void notifyOutgoingMessage(Message message)
    {
    
    System.out.println("------------------------\n\n\n\n\n");
    System.out.println("Message send: " + message);
    }
    }
    

    Implement SMS.addSendListener () and returns the value false in the sendMessage method. BTW, the SMS class has been implemented in 4.6.0 is not possible to do it on an OS earlier.

  • BlackBerry Z30 send text SMS to multiple recipients (more than 5)

    How can I send an sms text message to more than 5 recipients?

    As soon as I add 5 or more contacts in ' to: ' it switches to an mms message.  I need to send mass sms text to warn people I changed my phone #, but I know some people may not receive MMS text and I want that all recipients of eachother, which is not the case when I send a mms.

    Thank you

    I understood the question. One of the contacts that I am selecting was referring to their e-mail address and not their phone number. Once I changed it to their phone number, it worked fine. Thanks for your help.

  • How to send fake sms on own Simulator

    I want to send fake sms on own Simulator. How can I achieve this. Please give suggestion...

    not possible, you must run the second Simulator.

  • Send an SMS from my application

    Hi all

    I want to send a TEXT from my application. I don't want to use the composer using the calling method. If I want to send an SMS via my interface customized, without using the invocation of course. How can I do?

    I think that you need.

    void ApplicationUI::sendSMS (QString QString messageText, phoneNumber) {}
    If (phoneNumber.length () == 0) {}
    logToConsole ("Blank is invalid phone number");
    return;
    }
    BB:im::account:AccountService accountService;
    QList accountList = accountService.accounts (Service::Messages, "sms - mms");

    BB:im::account:AccountKey smsAccountId = 0;
    If (! accountList.isEmpty ()) {}
    smsAccountId = accountList.first (user.user ());
    qDebug()< "sms-mms="" account="" id:"=""><>
    }
    else {}
    qWarning()< "could="" not="" find="" sms="">
    return;
    }

    BB:im::message:MessageService messageService;
    QList in which they participate;
    BB:im::message:MessageContact recipient = bb:im::message:MessageContact(-1,_bb:___im::message::MessageContact::To,_phoneNumber,_phoneNumber).
    participants. Append (container);

    BB:im::message:ConversationBuilder * conversationBuilder = bb:im::message::ConversationBuilder::create();
    conversationBuilder-> accountId (smsAccountId);
    conversationBuilder-> participants (participants);

    BB:conversation = im::message:Conversation * conversationBuilder;
    BB:im::message:ConversationKey conversationId = messageService.save (smsAccountId, conversation);

    BB:im::message:MessageBuilder * generator = bb:im::message:MessageBuilder:create (smsAccountId);
    generator-> conversationId (conversationId);

    generator-> addAttachment (bb:im::message:Attachment ("text/plain", "", messageText.toUtf8 ()));

    foreach (const bb:im::message:MessageContact beneficiaries, participants)
    {
    generator-> addRecipient (container);
    }

    BB:im::message:Message message = * manufacturer;

    messageService.send (smsAccountId, message);

    Delete the constructor;
    delete conversationBuilder;

    }

  • Sending an sms requires code signing?

    The subject is quite explicit

    Nope, you only use class javax to send an sms that do require a signature.

  • Smartphones blackBerry send group SMS?

    Is there a limit to how many people you can send an sms? I went to inform each person on my new number, but he let me only to choose providers around 7? Please tell me that's not good?

    access contacts through the icon in the main menu, options and click New Group, and then add in your new group... ive found that manually I can enter 10 contacts but now I have more than 50 people in this group and it works very well... hope that helps and good luck...

  • Weird blackBerry Smartphones... I can't open a text or send an SMS to a specific contact only

    Only one of my contacts, I can not open or send a sms for! I tried every possible way open her cat, but I can't. When I wrote a new sms to equality and send a text, it closed just the window. Any help?

    First, try a reboot of the device: with the phone smart BlackBerry turned on, remove the battery for a minute and then reinsert the battery to restart.

    If it remains impossible to open, go to the cat of unopend and delete it.

    Now, try a new convo with this contact.

  • J2ME allow messages within a time of send/receive SMS

    Hello

    I developed a J2Me application that listens to incoming sms. It sends also outgoing sms. At the start of the application, I opened a connection for incoming messages - now whenever I start the application, the user is asked if he wants to allow:

    "The application xxx has tried to send or receive messages with the network. You want to allow this? Yes/No ".

    Whenever there is an outgoing SMS user is also invited. And even for incoming SMS. It is more problematic, because the application has an autostart (register push) and demand plays a message on incoming messages. But if the user is first asked to receive the SMS, he doesn't know that he has a message, because no alert.

    Now, I tried to find answers, but I have failed. I have set the options to allow (in the advanced options of the system menu) and disabled firewall - still annoying questions.

    It of ok if the user is prompted once, but not every time! How can I prevent this?

    Is related to the ApplicationPermissions class or Code signing?

    Also, there seems to be a bug with the push registry - I can't open a new connection, if the push registry is configured in the jad file. I have to first unregister the event to push, and then open the connection and exit re-enroll the port to push... On other brands, I don't have this problem. Also it seems to work fine if I use the usbloader, but there is an exception at setup time. Also, I can't tell the user to install it with usbloader...

    Would be nice if someone can help me.

    PS: for development I use netbeans and use a jad/jar to cod converter - I hope that's not the problem. I don't want to use the IDE of BB (number porting, like not so, gel, etc.).

    OK, signature (for $20) keys to solve the problem...

    It's the same of menitoned to a few movies tutorial here that this will not solve the problem. It's strange and confusing, but I'm happy that just signature has resolved.

    BTW. I am running Win XP x 64 - .csi is not automatically bound to the signature tool. Also the eclipse installation has not solved... Information inside the post with the keys should mention that simple you can use signatureTool.jar with the keys as a parameter. Why must everything be so clear? :-)

  • No SMS alert

    Hello! Since I connected my in my IMessages on my Macbook Air, my IPhone 6 does not have a noise as it should when it receives an SMS even when I'm not on my Macbook. I tried signing out of IMessages and change the preferences, but so far none of this has worked. I've rechecked; my phone is not on silent and I did not I receive a sound alert when a message comes through. What should I do? Thank you in advance.

    Hello JazlynR,

    From what I understand, you enabled iMessage on your Mac, and since that, you cannot receive alerts on your iPhone for new messages. I know that this may be about ask you because I rely on my iPhone for all types of communication. I'll be more than happy to help.

    Given that you have checked your settings and could not find anything wrong, we can try to reset the settings of the iPhone. This will help to understand if there are rogue settings, that we do not see.

    On the iPhone, we will complete this step: go to settings > general > reset > reset all settings.

    Note: This will not delete the data, but it will ask you to reach your WiFi network as needed. It will do the following:

    Reloads all the default settings: forget your Wi - Fi networks, removes changes made to the alert notifications Styles, disables the site Services for third-party applications, sets the sound, brightness and wallpaper back to the original configurations, removes the battery usage statistics, turns off Wi - Fi sync, defines the Autolock to 1 minute and disables all accessibility options.

    What it does not:

    This option does NOT delete anything - photos, contacts, music, apps, nothing. All content and media will remain after resets the phone.

    See you soon

  • Don't get an SMS alert from certain numbers on my new iPhone 6

    I do not get an alert SMS to a number of my contacts on my iPhone not 6.

    Check that you have not put these contacts on do not disturb. Open a thread of conversation with one of the people who you don't get alerts. Click on 'Détails' at the top right of the screen. Check course DND is disabled.

Maybe you are looking for

  • How to get back the option Save and Quit on Firefox 40.0.3?

    I've made adjustments on the "subject: config ' once before on the activation of the feature, but a few minutes ago, I got the check box for the option"Do not ask next time"checked by accident and then click on the 'Save & exit' button back. Now, eve

  • What is this on my PCI DAQ connector? (PCI 6259, M-Series)

    I'm building a new rig which includes a PCI-6259, am confused by this connector: What this is, and which mates with it? This is the place where I expect the power connector PCI-E to the power of the system, or the 'hard drive connector"that the M ser

  • Remote control rocket?

    Sorry if I say something stupid, but is - it a remote control for the "rocket", like those of the iPod? Thank you very much

  • A31 2653 CPU upgrade

    Hi all Just joined the forum and I was wondering if anyone of you could help me. I am owner of a Thinkpad (2653) A31 and there a processor at 1.7 Ghz and I was wondering if it is possible to upgrade to a faster processor. If so, at what speed and wha

  • How to connect as administrator

    At the start of Win7, I login as administrator with the password. But when I try to install some programs It says I have to log on as an administrator. so I can't install or run the program.  Help