Email notification issue on E90

Hi,
I am using mail for exchange(version 2.9.158) on E90 (software version 300.34.84) and I use the default email notification (under settings --> General --> personalisation --> standby mode --> Active standby plugins). This show the count of unread mail in the screen. When I change my connection type in mail for exchange (I generally switch between my service provider and my WiFi connection), the default email notification disappears. I have to manually go back and enable the plugin.
Has anybody faced this problem? Is this an issue with the software? Is there a way to fix this? Thanx

Hi Andrew,
We haven’t had any issues since we started using Forms Central until after your site was down for maintenance a couple days ago.  That’s when the issue started for us.  I’m thinking a glitch on your end?  I actually called the day the site was down and it was confirmed that the Forms Central was in fact down and to give it 1-2 hours and check back.  The next day is when the email notifications stopped coming into our email address.  If you could check that out and let me know, then we’ll take it to the co-author step if need be.
Thanks,
Sue Monforte
Kenny Mondo Productions

Similar Messages

  • Email notification issue in some schemas

    Hi,
    My problem is almost identical as here DBMS_SCHEDULER send email notification issue
    One privileged scheduler user - user1 receive email notifications while two another (user2, user3) no.
    More plot is below i know 'what' resolve the problem but don't know how to do it :-)
    I want to execute code below on user3 schema, we tried this successfully on user2 (code executed directly on schema with temporary sys.dbms_aq access) so he receive his notifications.
    Problem is - we do not have direct access to second account (user3) how to execute this code as user3 ?
    declare
      reginfo1    sys.aq$_reg_info;
      reginfolist sys.aq$_reg_info_list;
    begin
      reginfo1    := sys.aq$_reg_info('SYS.SCHEDULER$_EVENT_QUEUE:SCHED$_AGT2$_X',
                                      1,
                                      'plsql://SYS.SCHEDULER$_JOB_EVENT_HANDLER',
                                      null);
      reginfolist := sys.aq$_reg_info_list(reginfo1);
      dbms_aq.register(reginfolist, 1);
    end;
    Already tried create procedure on user3 and execute immediate annonymous block but it still register with USER# 1 not 3 in  DBA_QUEUE_SUBSCRIBERS.
    More detailed plot:
    Jobs for user2 and user3 was created by user1, so JOB_CREATOR was user1 but OWNER was user2 or user3.
    We started with notifications configuration witch was ended with error on both user2 and user3 accounts:
    ORA-24093: AQ agent SCHED$_AGT2$_XX not granted privileges of database user1
    W get rid wit this using
    dbms_aqadm.enable_db_access(SCHED$_AGT2$_2, user1);
    dbms_aqadm.enable_db_access(SCHED$_AGT2$_3, user1);
    So user1 get privilege on agents for user2 and user3
    I believe error was already there because DBMS_SCHEDULER.add_job_email_notification is more automatic it probably registered subscriber that belongs to user2 and user3 with wrong USER# ID that belongs to user1.
    Database is 11.2.0.3

    it doesn't work because notifications are set from user1 account so USER# is still 1 even when I removed record first.
    This is my aproach based on Ask Tom: On Becoming Others, Limits, and Restoration
    >sqlplus user1
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    SQL> grant execute on sys.dbms_aq to user1;
    Grant succeeded.
    SQL> alter user user3 grant connect through user1;
    User altered.
    SQL> connect user1[user3]
    Enter password:
    Connected.
    SQL> create or replace procedure sched_not_add_q as
      2    reginfo1    sys.aq$_reg_info;
      3    reginfolist sys.aq$_reg_info_list;
      4  begin
      5    reginfo1    := sys.aq$_reg_info('SYS.SCHEDULER$_EVENT_QUEUE:SCHED$_AGT2$_3',
      6                                    1,
      7                                    'plsql://SYS.SCHEDULER$_JOB_EVENT_HANDLER',
      8                                    null);
      9    reginfolist := sys.aq$_reg_info_list(reginfo1);
    10    dbms_aq.register(reginfolist, 1);
    11  end;
    12  /
    Procedure created.
    SQL> exec sched_not_add_q;
    PL/SQL procedure successfully completed.
    SQL> drop procedure sched_not_add_q;
    Procedure dropped.
    SQL> connect user1
    Connected.
    SQL> revoke execute on sys.dbms_aq from user3;
    Revoke succeeded.
    SQL> alter user user3 revoke connect through user1;
    User altered.
    SQL> exit;
    >
    So it works now.

  • Android 2.2 update coming in early September- Will it address the email notification issues??

    The upcoming Android 2.2 update for Droid X. Will this update address the email notifications issues?? I don't have a corporate email account, but use my Droid X for my personal business. I love this phone but the email is annoying. The emails are not coming through quick enough, I don't get notified when new email arrives. I have to do a refresh to lear that I have new emails in my inbox.
    I want like to know if the upcoming 2.2 update will address these issues for personal email like aol, yahoo etc. I know they mentioned something about exchange servers being faster. This is a disappointment for me, I thought I have push email with Droid X but not really. Can Verizon comment on this?
    Thanks,

    I did all those, ie. set my email config to push email, battery on performance mode, check my outgoing and incoming servers and ports. All are corect settings, I even configured all my aol accounts with gmail settings to see if that would work but still not getting push emails. I even did a factory reset. I know this is an issue because I also checked Motorola support forums, a lot people were experiencing what I am going except that I think most them have corporate email and exchange issues.
    I don't know whether this could be addressed with the upcoming 2.2 update not just for corporate but personal emails as well, VERIZON ? Motorola??
    Thanks

  • Oracle iLearning 5.0 on Windows and email notifications issue

    Hi!
    We are upgrading from iLearning 4.3 to iLearning 5.0 on Windows 2000 server and I have a question related to that.
    iLearning 5.0 is certified for Windows.
    The accompanying release.txt states that:
    --'Email', 'Email and Web' notifications options for Learner Rating and Authorized Enrollment/Unenrollment are not available on Windows platforms. Only web-based notifications should be used.
    Through a Technical Assistance request (TAR Number 4439000.992 ) I've found that this problem is due to the use of Workflow 2.6.2 stand-alone which requires sendmail, which is not available on Windows.
    This worries me because I want the system to be able to:
    * notify admin when authorization is needed for enrollment
    * notify course participants about changes or a cancelled course.
    * Certification reminder and expiration
    * Assessment submission
    * Notification to all learners currently enrolled in an offering
    The suggested workaround from Metalink is to use a Unix/linux server.
    Metalink suggestion:
    "you can set up a notification mailer on UNIX to work with stand-alone Workflow
    hosted on Windows. The following MetaLink article is a step-by-step guide on how
    to do this: Note:254973.1 How To Configure UNIX Sendmail To Work With Oracle Workflow Running On Windows
    This would be useful if UNIX was an option for me. It is not.
    I have some questions:
    1)Can I use WorkFlow 2.6.3.5 on windows with iLearning 5.0?
    I know Workflow 2.6.3.5 is working with MS Exchange.
    2)Can I use sendmail in some form or shape?
    IIS 5.0 (or 4.0) has a mail gateway that can be utilized by a sendmail program.
    Sendmail software for windows:
    http://www.glob.com.au/sendmail/
    http://www.indigostar.com/sendmail.htm
    http://www.ntsendmail.com/
    http://www.windowsitpro.com/Windows/Article/ArticleID/5289/5289.html
    Has anyone tried any of theese?
    I'd like to make a suggestion to my IT department on how to solve this issue.
    Thanx for any help in advance :-)
    Kristian Amlie, Bergen Norway

    There are a couple of patches available that allow a customer to upgrade their Oracle iLearning database to 10g and with that, upgrade Oracle Workflow to version 2.6.3 which supports email notifications through workflow on windows.
    Patch #s are 4321769 and 4485520
    Thanks!
    Scott

  • Email notification issue in p6 eppm 8.3

    Hi,
    I have installed the p6 eppm 8.3 and i have configured the email notification too.
    I can send the notification for running reports in p6 eppm.
    But while assigning resource its showing an error like
    your email server has not been configured please contact system administrator
    Please help me to move forward and fix this issue as soon.
    Regards
    Kumar

    Hi Algibson,
    Thanks for the suggestion.
    I have reconfigured the mail configuration settings in p6 administration url..
    For sending issue notification in p6eppm its asking email address after sending the mail I didn't receive the mail
    In web access log file , am getting error like.
    Sep-29-2013 03:34:01 605 PrmThread-39 ERROR
    com.primavera.infr.srvcs.MailServiceImpl ?:? MailService:
    Error
    com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.1 Client does not
    have permissions to send as this sender
    at
    com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1515)
    at
    com.sun.mail.smtp.SMTPTransport.finishData(SMTPTransport.java:1321)
    at
    com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:637)
    at
    javax.mail.Transport.send0(Transport.java:189)
    at
    javax.mail.Transport.send(Transport.java:118)
    at
    com.primavera.infr.srvcs.MailServiceImpl.a(Unknown Source)
    at
    com.primavera.infr.srvcs.MailServiceImpl.execute(Unknown Source)
    at
    com.primavera.infr.threadpool.ThreadPoolImpl.run(Unknown Source)
    at
    java.lang.Thread.run(Thread.java:662)
    But I can send mail notification for reports in p6.
    Please suggest me to fix this issue.
    Note:
    I have enabled the email notification in application settings and general tab in p6 also.
    Thanks
    Kumar

  • Email Notification issue for Provisioner (Urgent)

    Hi,
           OIM 11g R1, Selfregister  User is trying to Request One application access through " Add resource"  so email is going to  Manger,Defualt approver,and Default Provisioner.
    But then he is trying to "Modify the same resource" in request email is going to  Manger ,Defualt approver but  its not going to Default Provisioner ,Where might be the problem.
    Where i need to trouble shoot the issue.
    Thanks in Advance.
    Reddy.

    Hi Andrew,
    We haven’t had any issues since we started using Forms Central until after your site was down for maintenance a couple days ago.  That’s when the issue started for us.  I’m thinking a glitch on your end?  I actually called the day the site was down and it was confirmed that the Forms Central was in fact down and to give it 1-2 hours and check back.  The next day is when the email notifications stopped coming into our email address.  If you could check that out and let me know, then we’ll take it to the co-author step if need be.
    Thanks,
    Sue Monforte
    Kenny Mondo Productions

  • EMAIL NOTIFICATION ISSUE AFTER BATCH RUN

    Hello All,
    I am having a problem getting email notification after our batch run in FDM.
    This is the following error on the task manager: Failed--2147220975 -  The message could not be sent to the SMTP server. The transport error code was 0x800ccc6d.
    Thanks

    Is the e-mail send in an event script or a custom script. I had issues where the custom script would work, but the event script would not ( i think it may have been because the custom script runs under the FDM user id whilst the event script runs under the windows service id. (Might be wrong, but i think that was the issue) 

  • Ciscoworks Email Notifications Issue

    Hi,
    May i know, how to solve the issue "highlighted in bold font" for the email notifications?
    Subject: 000050K ; "Device Name" ; Sun dd-mm-yyyy 20:02:00 SGT ; Critical ;  Other ; Active
    ALERT ID                =  000050K
    TIME                    = Sun 29-Jan-2012 20:02:00  SGT
    STATUS                  = Active
    SEVERITY                =  Critical
    MANAGED OBJECT          = XXXXXXXXXXXXXXXX
    MANAGED OBJECT TYPE      = Switches and Hubs
    EVENT DESCRIPTION       = Error in getting alert  description
    CUSTOMER IDENTIFICATION = XXXXXXX
    CUSTOMER REVISION        = 1
    LMS = 2.6
    DMF = 2.0.3
    RME = 4.0.5
    Thanks in advance!
    Farid.

    Hi Nessie,
    Go to Monitor > Fault Settings > Setup > Fault Device Details
    select the device and click on view  then Click on the hyperlink or the device name\ip address
    that will bring a new window from there click on Interface and chanaged the Managed state from ture to FLASE for those interfaces for which you do not want ALERTS.
    Thanks-
    Afroz
    [Do rate the useful post]

  • Has anyone else had email notification issues after ICS update?

    After the ICS update, I am not longer getting any email notifications.  I only get notifications after I open the stock mail app and it loads the emails.  I have unistalled/reinstalled numerous times without any change.  I have looked through the new ICS settings to see if switch got changed, without any luck.  Has anyone else run into this issue?  Thank you in advance

    I think if you delete data and cache from the email app, then re-add your email address, it should help.

  • Ciscoworks LMS 4.0 – Email Notifications Issue

    We currently use Ciscoworks LMS 4.0 with over 1000 devices in the database. I'm a LMS novice. And have been assigned the task of minimising the amount of email notification’s we receive, as if one device goes Operationally Down all devices off that switch also send alerts to the email notification group, which in turn overwhelms the mailbox.
    The ports are configured not to log or send snmp traps.
    no logging event link-status
    no snmp trap link-status
    So any advice on how we can limit these alerts being generated would be much appreciated.
    Thanks in advance.

    Hi Nessie,
    Go to Monitor > Fault Settings > Setup > Fault Device Details
    select the device and click on view  then Click on the hyperlink or the device name\ip address
    that will bring a new window from there click on Interface and chanaged the Managed state from ture to FLASE for those interfaces for which you do not want ALERTS.
    Thanks-
    Afroz
    [Do rate the useful post]

  • DBMS_SCHEDULER send email notification issue

    Hello,
    We have a database Oracle Database 11g Release 11.2.0.4.0 - 64bit Production running on Windows 2008 server r2. We have 3 schemas. We have the exact same jobs on each schema. 2 of the schemas send the email notifications correctly. One simply doesnt!!! We have checked pretty much everything, Grants etc and everything seems to be the same.
    Does anyone have any ideas how to resolve this.
    Thanks!

    Hi,
    Are you talking about the ADD_JOB_EMAIL_NOTIFICATION procedure? If yes, take a look at this thread to see if it helps:
    Schedular Job Email Notification

  • OIM Email Notification issue with custom E-mail user attribute

    Hi All,
    We have a requirement where we need to send e-mail notification programmatically after a OIM account is created for the user through trusted reconciliation. Post process event handler is being used for this. We have created our own Custom Notification Event, created new Notification Template of the type Custom Notification Event.
    For storing e-mail address for every OIM user we are using custom attribute "Email Home". Now the problem is NotificationService is by default picking e-mail address from OTB attribute "Email". Is there a simple way to pick the E-mail address from custom attribute? Below is sample code that we are working on. Any ideas on this would be very helpful.
    NotificationService notService = Platform.getService(NotificationService.class);
    NotificationEvent event = new NotificationEvent();
    String[] receiverUserIds= {"<<*Comma separated list of OIM USER IDs to whom notification is to be sent*>>" }; sets the email address in the OTB "Email" attribute as receivers
    LOGGER.info("Receiver User ID set");
    event.setUserIds(receiverUserIds);
    event.setTemplateName(poTemplateName);
    event.setSender("<<*OIM User ID of sender*>>"); /// sets the email address in the OTB "Email" attribute as sender
    HashMap<String, Object> templateParams = new HashMap<String, Object>();
    templateParams.put("usr_login",poUserId);
    LOGGER.info("template Param set" templateParams);+
    event.setParams(templateParams);
    notService.notify(event);
    Thanks

    Hi,
    any updates on this issue?
    is there any possibility to resend the old notifications manually?
    Thanks,
    Prasad

  • Email Notification issue

    Hi,
    Just wondering if someone could help with the email configuration in Planning?
    All the fields/properties have been populated (SMTP server details / email address) and these have been tested using telnet at the command line. However, when I expect Planning to send a notification nothing happens.
    The application server has antivirus software running and I was wondering what port Planning uses to send emails and whether this may be blocked by the AV? For information, we're using Lotus Notes.
    Thanks in advance.
    Mark

    Hi John et al
    Finally resolved the issue by using the IP address for the SMTP. We also, recycled the Planning service and used the DNS. So looks like it was something to do with DNS caching within the Planning Service.
    Ta

  • PO email notification Issue

    Hi Everyone,
    I have a query where it is related to sending mail notification for PO.
    My client is using the same mail address for 2 users. But the problem is even if both the users are creating the PO, the mail notification is triggering as if from only one user.That is the sender ID is same even if both the users are creating the PO.
    Please help me how we can make the mails to be sent based on the PO creater or requester. The FM used for sending mails is SO_DOCUMENT_SEND_API1 only.
    Rgds
    Siva

    Hi Siva,
    First fetch the Requestor  of the PO from EKPO-AFNAM.
    It will return the User who requested the PO. Then by using the FM 'BAPI_USER_GET_DETAIL' get the mail ID maintained for that User.
    Get email id from HR master by passing Requestor name
            CALL FUNCTION 'BAPI_USER_GET_DETAIL'
              EXPORTING
                username = ls_ekpo-afnam
              TABLES
                return       = lt_return
                addsmtp   = lt_email.
            READ TABLE lt_return INTO ls_return WITH KEY type = 'E'.
            IF sy-subrc <> 0.
              READ TABLE lt_email INTO ls_email INDEX 1.
              IF sy-subrc = 0.
                sendor_email = ls_email-e_mail.
              ENDIF.
            ENDIF.
    Hope this will help...
    Edited by: karunapsreddy on Jan 12, 2012 4:55 AM

  • Empirix Emanager Email Notification Issue

    We are using Empirix Emanager version 8.20. We are having issues when we try to send out any report from Emanager as a email. We have made correct set up using using Empirix Administrator > Set up Email Configuration & we are able to get the test emails from Empirix Administrator. However, when we try to send any report as email to same email address from Empirix Emanager, we are receving below error message:
    "There were errors sending email, following exceptions occurred...
    javax.mail.SendFailedException: Sending failed; nested exception is: class
    Java.mail.MessagingException: 501 5.5.4 Invalid Address"
    Not able to understand why this error comes up and what the solution for this is? Does Empirix Administrtor Email config apply to Empirix Emanager as well? Or is there any other settings that need to be done Emails to work from Emanager. This is essential for us to work since we want the emails reports to be sent out once any Automated schedule scripts completes execution.
    Thanks in Advance,
    Vinu

    Vinu
    Are you sure that the email address is correct, the error message says: +: 501 5.5.4 Invalid Address+
    Regards
    Alex

Maybe you are looking for