Database email notifications

I have entered email address for critical database notifications between database 10.2.0.4 instalation process.
Where (and how) can I change now this email address to another receiver?
Thanks! Mitja

From the Enterprise Manager Console, select Preferences from the System menu. The Edit Administrator preferences property sheet appears.
Complete this property sheet page to set up paging and email notification methods for the administrator. You can also send a test page or email with the Test options on this page.

Similar Messages

  • Trying to email database backup notification, boxes are greyed out

    Hi all,
    I am running OEM Grid Control version 10.2.0.3.0. I have properly setup an SMTP server, with all of the notification rules, and it all works fine, as far as notifying me when a database is down, tablespace gets full, etc...
    However, for some reason, I can't get it to send an email notifcation from a db backup job. I have an existing job, that does a full backup of a 9.2 database, and it all works fine. But now when I go in and edit the job, then click on the Access tab, at the bottom I see the "Email notification for owner" section, and I see the 5 boxes that could be checked, Scheduled, Running, Suspended, Completed, Problems. But all of the checkboxes are greyed out - I can't check any of them. Does anyone know why this might be? I thought it might be because this is backing up a 9i database, but then I went and checked for my backup jobs against 10g databases, and I see the same issue. I am the owner of all of these jobs, and I am a "Super Administrator", so I don't know what else to check...
    Any thoughts?
    Thanks!!

    Hi all,
    Just wanted to update this issue, in case anyone was interested. I ended up logging an SR with Oracle, and got a reply back that this is a known issue, here's what they said:
    This is a known issue. I assume here you've gone into the database pages and scheduled a b
    ackup job from there, then when you look in the jobs tab you cannot edit the not
    ifications for the job. You cannot edit the notifications for this type of job.
    Here is what you can do:
    1. Go to your Database --> Maintenance --> Schedule Backup
    2. Work through the backup wizard until the review page.
    3. Copy the RMAN script from this page.
    4. Click on the Jobs tab --> Create Job "RMAN Script" --> Go
    5. Paste the copied script from 3. under the parameters tab.
    6. Go to the Access tab and you will now be able to set E-Mail Notification for Owner

  • SharePoint Foundation 2013 installed on Windows Server 2012 not sending out email notification

    I have a server where i installed SP Foundation 2013 on top of Windows Server 2012. I have configured the SMTP as well as the outgoing SMTP in Central Administration
    of SharePoint. When i create an alert on a document library, its did not sent any email notification on the changes made to the document in the document library. So, i created a workflow to send out email using SPD2013. The workflow run, but it cannot sent
    out email with error saying that outgoing email is not configured correctly. I have checked with another server which i installed SP foundation 2013 on top of Windows Server 2008 R2 - its sending out email just fine using same configuration and outgoing SMTP.
    I need help to resolve this issue or at least the cause of the problem.
    Any help is greatly appreciated.

         
    Try below:
    http://social.technet.microsoft.com/wiki/contents/articles/13771.troubleshooting-steps-for-sharepoint-alert-email-does-not-go-out.aspx
    Go to Central Admin ---->Operations----->outgoing email settings and verify that SMTP server is mentioned correctly 
    2) Test the connectivity with the SMTP server.
    In order to do that follow these steps:
      Open  cmd
      telnet <SMTP server name> 25 ( We connect smtp server to the port 25)  
                     you should see a response  like this 220 <servername> Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at date and time
                     Beware that different servers will come up with different settings but you will get something
                     If you dont get anything then there could be 2 possible reasons, either port 25 is blocked or 
                     the smtp server is not responding.
      For testing response from your server
                       For testing response say ehlo to it.
                            Type :
                                        ehlo <servername>
                            output:
                                        250 <servername> Hello [IP Address]
      Now a test mail can be sent from that SharePoint server. 
                          Now we need to enter the From address of the mail.
                          Type :
                           mail from: [email protected]
                           output:
                           250 2.1.0 [email protected]….Sender OK
     It's time to enter the recepient email address.
    Type : rcpt to: [email protected]
    output:
    250 2.1.5 [email protected]
     Now we are left with the data of the email. i.e. subject and body.
    Type : data
    output:
    354 Start mail input; end with <CRLF>.<CRLF>
    Type:
    subject: this is a test mail
    Hi
    This is test mail body
    I am testing SMTP server.
    Hit Enter, then . and then Enter.
    output:
    250 2.6.0 <<servername>C8wSA00000006@<servername>> Queued mail for delivery
    Type: quit
    output:
    221 2.0.0 <servername> Service closing transmission channe
    3)  Check alerts are enabled for your web application
          verify if the windows timer service is running or not.
          Run this stsadm command to check that
          Stsadm.exe -o getproperty -url http://SharePoint-web-App-URL -pn alerts-enabled
         This should return <Property Exist="Yes" Value="yes" />
         If you don’t get this, Enable alerts by:
         stsadm.exe -o setproperty -pn alerts-enabled -pv "true" -url http://SharePoint-web-App-URL
          If its already enabled, try turn off and turn on it back.
    4)  Check the Timer job and Properties
           Go to
           MOSS 2007:  Central Administration > Operations > Timer Job Definitions (under Global Configuration)
           In SharePoint 2010: Central Administration > Monitoring > Review Job Definitions 
           Check whether the "Immediate Alerts" job is enabled for your web application. check these properties:
                       job-immediate-alerts
                       job-daily-alerts 
                       job-weekly-alerts
           stsadm.exe -o getproperty -url "http://Your-SharePoint-web-App-URL" -pn job-immediate-alerts
           The expected output is:
           <Property Exist="Yes" Value="every 5 minutes between 0 and 59"/>.  
           If you don’t get this, run the following command to set its value.
           stsadm.exe -o setproperty -pn job-immediate-alerts -pv “every 5 minutes between 0 and 59" -url http://Your-SharePoint-web-App-URL
    5)  Check whether the account is subscribed for alerts and it has a valid email account. This should be the first thing to check if the problem persists for some users not for      all.
    6)  Then check if at all those users have at least read permission for the list. Because the first mail should go out for every user without security validation but the next ones       won't be delivered unless the user has at least read
    permission.
    7)  If it is happening for one user, can also try to delete and re add the user in the site.
    8)  Most importantly , you should try this one.
          Run this SQL query to the content db < Select * from Timerlock>
          This will give you the name of the server which is locking the content database and since when.
          In order to get rid of that lock 
          Go to that server which is locking the content db and then restart the windows timer service.
          within some time it should release the lock from content db, if not then at the most stop the timer job for some time
          Once the lock will be released then try to send some alerts
          You will surely get the email alert.
    I found this is the most probable reason for alert not working most of the time. We should start troubleshooting with above steps before coming to this step for any alert email issue but from step 1 to step 7 are best for new environments or new servers.
    If the issue is like this ,alert was working before and suddenly stopped working without any environmental change then above conditions in step 1-7 should be ideally fine.
    Even after this if it is not working, then you can try these few more steps too
    9)  Try re-registering the alert template:
    stsadm -o updatealerttemplates -url http://Your-SharePoint-Web-App-URL -f  "c:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML\alerttemplates.xml" -LCID 1033
    10)  Try to clear the configuration cache
    If this helped you resolve your issue, please mark it Answered

  • Cannot Send Email Notification Using Stored Procedure.

    Hi Friends,
    I tried to execute this job scheduler...
    begin
    dbms_scheduler.create_job(
    job_name => 'ILMS_JOB_SCHEDULE'
    ,job_type => 'PLSQL_BLOCK'
    ,job_action => 'begin ilms.check_reminder(); end; '
    ,start_date => SYSTIMESTAMP
    ,repeat_interval => 'FREQ=DAILY'
    ,enabled => TRUE
         ,end_date => NULL
    ,comments => 'Ilms job schedule for notification.');
    end;
    However, since the effect is too long I rescheduled the frequency to be every one minute in this set attribute...
    BEGIN
    DBMS_SCHEDULER.SET_ATTRIBUTE(
              name => 'ILMS_JOB_SCHEDULE'
              ,attribute => 'repeat_interval'
              ,value => 'FREQ=MINUTELY;INTERVAL=1'
    DBMS_SCHEDULER.DISABLE('ILMS_JOB_SCHEDULE');
    DBMS_SCHEDULER.ENABLE('ILMS_JOB_SCHEDULE');
    END;
    Check Reminder is the stored procedure invoked by job scheduler to check values in database columns before sending email notification to the respective recipients' email address and also the format of the email notification to be sent to the recipients...
    CREATE OR REPLACE PROCEDURE check_reminder AS
    NO number;
    CURSOR emp_cur is
    select * from pergerakan_ks where TASK_FLAG=7 and TASK_STATUS='InProgress';
    emp_rec emp_cur%rowtype;
    email_to varchar2(200);
    default_email varchar2(200);
    mesg varchar2(4000);
    no_kes varchar2(100);
    subj varchar2(4000);
    kpi number;
    crlf VARCHAR2( 2 ):= CHR( 13 ) || CHR( 10 );
    BEGIN
    default_email:='@abc.com.my';
    FOR emp_rec in emp_cur
    LOOP
    if emp_rec.PKS_TKH_TERIMA is null then
    dbms_output.put_line('count day ' || round(sysdate - to_date(emp_rec.pks_tkh_hantar)) || crlf || crlf);
    if round(sysdate - to_date(emp_rec.pks_tkh_hantar)) >3 then
    email_to:=emp_rec.pks_penghantar_id||default_email;
    select b.KS_BIL_NO into no_kes from kertas_siasatan b where b.KS_ID = emp_rec.pks_ks_id;
    subj:='Reminder untuk Membuat Tindakan Bagi No Kes '||no_kes;
    mesg:='Reminder untuk Membuat Tindakan Bagi No Kes '||no_kes;
    dbms_output.put_line('Sending email to ' || email_to || ' subject: ' || subj);
    dbms_output.put_line('update old pergerakan pks_id : '||emp_rec.pks_id);
    update pergerakan_ks set task_status='Done' where pks_id=emp_rec.pks_id;
    dbms_output.put_line('insert new pergerakan ks : ');
    insert into pergerakan_ks(pks_id,pks_ks_id,pks_km_id,pks_penghantar_id,pks_tkh_hantar,
    pks_penerima_id,pks_tkh_terima,task_name,task_owner,task_status,task_flag,fb_id)
    values(pks_id_seq.nextval,emp_rec.pks_ks_id,emp_rec.pks_km_id,
    emp_rec.pks_penghantar_id,sysdate,
    null,
    null,emp_rec.task_name,
    emp_rec.pks_penghantar_id,
    'InProgress',6,emp_rec.fb_id);
    commit;
    e_mail_message(email_to,email_to,subj,mesg);
    end if;
    end if;
    if emp_rec.PKS_TKH_TERIMA is not null then
    dbms_output.put_line('emp_rec.pks_km_id ' || emp_rec.pks_km_id || crlf);
    select c.KM_KPI into kpi from keluar_masuk_ks c where c.KM_ID = emp_rec.pks_km_id;
    no := round(sysdate - to_date(emp_rec.pks_tkh_terima))-kpi;
    dbms_output.put_line('count day - kpi' || no || crlf);
    dbms_output.put_line('kpi ' || kpi || crlf);
    if no = 1 then
    email_to:=emp_rec.pks_penghantar_id||default_email;
    select b.KS_BIL_NO into no_kes from kertas_siasatan b where b.KS_ID = emp_rec.pks_ks_id;
    subj:='Reminder untuk Membuat Tindakan Bagi No Kes '||no_kes;
    mesg:='Reminder untuk Membuat Tindakan Bagi No Kes '||no_kes;
    dbms_output.put_line('Sending email to ' || email_to || ' subject: ' || subj);
    email_to:=emp_rec.task_owner||default_email;
    subj:='Reminder untuk Membuat Tindakan Bagi No Kes '||no_kes;
    mesg:='Reminder untuk Membuat Tindakan Bagi No Kes '||no_kes;
    dbms_output.put_line('Sending email to ' || email_to || ' subject: ' || subj);
    e_mail_message(email_to,email_to,subj,mesg);
    e_mail_message(email_to,email_to,subj,mesg);
    end if;
    if no = 3 then
    select b.KS_BIL_NO into no_kes from kertas_siasatan b where b.KS_ID = emp_rec.pks_ks_id;
    email_to:=emp_rec.task_owner||default_email;
    subj:='Reminder untuk Membuat Tindakan Bagi No Kes '||no_kes;
    mesg:='Reminder untuk Membuat Tindakan Bagi No Kes '||no_kes;
    dbms_output.put_line('Sending email to ' || email_to || ' subject: ' || subj);
    e_mail_message(email_to,email_to,subj,mesg);
    end if;
    end if;
    END LOOP;
    END;
    E_mail_message is the stored procedure invoked by the check_reminder to tell scheduler information of the connection and the email address of the recipients...
    CREATE OR REPLACE procedure
    e_mail_message
    from_name in varchar2,
    to_name in varchar2,
    subject in varchar2,
    message in varchar2
    is
    l_mailhost VARCHAR2(64);
    l_from VARCHAR2(64);
    l_to VARCHAR2(64);
    crlf VARCHAR2( 2 ):= CHR( 13 ) || CHR( 10 );
    l_mail_conn UTL_SMTP.connection;
    mesg VARCHAR2( 4000 );
    BEGIN
    select a.SERVER into l_mailhost from email_setting a where a.SERVER is not null;
    select a.USERNAME into l_from from email_setting a where a.SERVER is not null;
    --UTL_SMTP.open_data(l_mail_conn);
    mesg:= 'Date: ' || TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss' ) || crlf ||
    'From: <'||l_from||'>' || crlf ||
    'Subject: ' ||subject|| crlf ||
    'To: '||to_name || crlf || '' || crlf ;
    mesg:=mesg||message;
    l_mail_conn := UTL_SMTP.open_connection(l_mailhost, 25);
    UTL_SMTP.helo(l_mail_conn, l_mailhost);
    UTL_SMTP.mail(l_mail_conn, l_from);
    UTL_SMTP.rcpt(l_mail_conn, to_name);
    UTL_SMTP.data(l_mail_conn, mesg);
    UTL_SMTP.quit(l_mail_conn);
    END;
    I tried to execute to execute the e_mail_message procedure but received this error. Also, no notification sent to the email address...
    ORA-29279: SMTP permanent error: 501 5.1.3 Invalid address
    ORA-06512: at "SYS.UTL_SMTP", line 21
    ORA-06512: at "SYS.UTL_SMTP", line 99
    ORA-06512: at "SYS.UTL_SMTP", line 241
    ORA-06512: at "ILMS.E_MAIL_MESSAGE", line 33
    ORA-06512: at line 13
    Please help so that I can receive the email notification into my email...thanks in advance for your time..

    user13281540 wrote:
    ORA-29279: SMTP permanent error: 501 5.1.3 Invalid address
    ORA-06512: at "SYS.UTL_SMTP", line 21
    ORA-06512: at "SYS.UTL_SMTP", line 99
    ORA-06512: at "SYS.UTL_SMTP", line 241
    ORA-06512: at "ILMS.E_MAIL_MESSAGE", line 33
    ORA-06512: at line 13This is not an Oracle error - this is the mail server saying "+hey, I don't like that e-mail address you are supplying, I'm not accepting it!+".
    If you look at RFC821 (Request For Comments memo 821 describes the SMTP specifications), you'll see that the sender and recipient needs to be supplied in the format +<[email protected]>+, e.g. +<[email protected]>+.
    I have found that not all SMTP servers are equal in this regard. Some may insist on the brackets around the address, some may not.
    You need to confirm the format of the addresses you use in the "+MAIL FROM+" and "+RCPT TO+" commands.. and ensure that these formats are accepted by your SMTP server - and if not, change your code to use an acceptable format.
    The easiest way to do this is using telnet - and interacting directly and manually with the server. SMTP is a clear text protocol and easy to use manually. Try it. It is the best way to test SMTP interaction and validate the approach and SMTP commands and arguments used by your code.

  • DFM 3.2 email notifications have stopped

    Good day.
    We're running LMS 3.2 with DFM 3.2, and at some point within the last month, email notifications from DFM have stopped flowing.  DFM is trapping events as they occur and these are viewable through the portal, but notifications that should be going out as email and SMS messages have stopped.
    I can view "Notification Customization" and "Event Sets" within the LMS DFM portal (running on Windows), but...
      - accessing "Notification Groups" returns an "HTTP Status 500" error
      - accessing "SNMP Trap Notifications" returns "Problem with File /WEB-INF/screens/Notification/newtrapSubscription.jsp!!!Cannot find bean NewSubscription in scope null"
    - accessing "E-mail Configuration" --> "E-mail Notificatin" returns "Problem with File /WEB-INF/screens/Notification/NewEmailSubscription.jsp!!!Cannot find bean NewSUbscription in scope null"
    - accessing "SNMP Trap Notification"  returns "Problem with File /WEB-INF/screens/Notification/newtrapSubscription.jsp!!!Cannot find bean NewSubscription in scope null"
    Backups going back beyond when this is believed to have stopped working are available if something needs to be restored.  If that's the direction I need to go, how do I restore just the DFM portion of the database?  If backup restore is not the way to proceed, what other advice can be provided.
    Thanks.

    Never mind...I just restored the entire LMS database using a backup dated prior to when the notifications stopped.
    Problem solved.

  • 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

  • OIM 9102: Send Email Notification to other user in a task

    I created a process in OIM. In this process exist a Task: Manager Process. When this task will be completed for the user that be assigned. In the Notification Tab are able to send a email notification to a Assign User, Requester User, User or User Manager. But i need to send a email notification a other user different to them, for example: juan.perez, this user is in OIM.
    I have read the following documents:
    1.- http://docs.oracle.com/cd/E10391_01/doc.910/e10363/promgt.htm#BCECFGEJ
    2 .- How to Send an Email Notification Upon User Creation via the Admin Console [ID 780394.1]
    3.- OIM: An Example of Email Notification and Configuring it With a Resource Object Provisioning [ID 457836.1]
    4.- Sending an Approval Notification Email with a Link Directly to the Approval Request? [ID 748447.1]
    Or exist some way to do this, through java code.
    I'm using oim 9.1.0.2 BP18 running on OC4J 10.1.3.5 on AIX 6.1 64-bit clustered install with two nodes, Oracle Database 10.2.0.4 on AIX 6.1 64-bit on RAC.

    Hi
    You can use OIM email API to send an email from the java code. You can attach code on post creation user using entity adapter. Every time a user is created the email is triggered.
    Here is the sample:
    public EmailUtility(tcDataProvider dataProvider) {
              this.dataProvider = dataProvider;
              emailOper = new tcEmailNotificationUtil(dataProvider);
              System.out.println("Email API instantiated successfully...");
         public String sendEmail(String fromAddress, String toAddress, String body,
                   String subject) {
              emailOper.setBody(body);
              emailOper.setFromAddress(fromAddress);
              emailOper.setSubject(subject);
              emailOper.sendEmail(toAddress);
              System.out.println("Email sent!" + subject);
              return SUCCESS;
    Regards
    user12841694

  • Not able to get Email Notification even after did all the steps in MDS

    I have set simple Human Workflow : If new product come, then email will go to one of the user and get the approval from that user.
    For that I created 2 Entities Called Product, Product Status. I have set the Business rule like if the New product has come, then the Product status will be ' Pending for review'. And I selected one of the user in Notification Column in Business Rule Management
    Page.
    From back End, I have set the data base mail profile and updated the column MDMRootURL with 'My MDS URL' in tblsystemsetting table.
    But Still I didnt get Email Notification. What I have missed in this process. Please help me out in this regard. Thanks!

    Hi Raji,
    Have you any log information regarding this issue? If so, please post the log to us for further investigation(Right click on Database Mail, and select View Database Mail Log).
    -- list log events
    SELECT * FROM msdb.dbo.sysmail_log
    GO
    -- list error messages
    SELECT * FROM msdb.dbo.sysmail_event_log
    WHERE mailitem_id >= 1;
    Here are some good articles regarding troubleshooting database mail for your reference:
    Troubleshooting Database Mail: General steps:
    http://technet.microsoft.com/en-us/library/ms187540(v=sql.105).aspx
    Troubleshooting Database Mail:
    http://technet.microsoft.com/en-us/library/ms188663(v=sql.105).aspx
    Hope this helps.
    Elvis Long
    TechNet Community Support

  • Error message in Service Manager "The database subscription notification could not be authorized."

    "The database subscription notification could not be authorized. Notifications will be sent without authorizing the subscription's owner for the instances being notified.
    The following errors were encountered:
    Exception message: Error occured in the subscription runtime while authorizing the subscription owner for the instances being notified. Notifications will be sent without authorizing the subscription's owner for the instances being notified. 
    Subscription id: 82691408-9340-c302-ba4f-81172dc68a7f
    Exception: Unable to perform the operation because of authorization store errors.
    One or more subscriptions were affected by this.  
    Subscription name: Microsoft.EnterpriseManagement.ServiceManager.Connector.SCO.RunbookInvokeRule.Update_de8bcfaa0f764998991b19ca8f3de3a3 
    Instance name: Microsoft.EnterpriseManagement.LinkingFramework.SCOConnector.InvokerWorkflowTarget 
    Instance ID: {5016df83-cfcc-6c0b-6782-9fcd5d749c07} 
    Management group: SCSM_Mngt01"
    I am really not sure what this means and where to start.
    I took a search through the database to get more details and found this message, dont know if it helps:
    Microsoft.EnterpriseManagement.SystemCenter.Subscription.SubscriptionRuntimeAuthorizationException: Error occured in the subscription runtime while authorizing the subscription owner for the instances being notified. Notifications will be sent without authorizing
    the subscription's owner for the instances being notified. 
    Subscription id: 5016df83-cfcc-6c0b-6782-9fcd5d749c07
    Exception: Unable to perform the operation because of authorization store errors. ---> Microsoft.EnterpriseManagement.Common.UnknownAuthorizationStoreException: Unable to perform the operation because of authorization store errors. ---> System.Runtime.InteropServices.COMException
    (0x80070534): No mapping between account names and security IDs was done. (Exception from HRESULT: 0x80070534)
       at Microsoft.Interop.Security.AzRoles.IAzApplication2.InitializeClientContextFromStringSid(String SidString, Int32 lOptions, Object varReserved)
       at Microsoft.EnterpriseManagement.Mom.Sdk.Authorization.AzManHelper.AccessCheck(String accessCheckContext, Int32[] operationIds, IntPtr hToken, String stringSid, Int32[] accessCheckReturnCodes, List`1[] accessCheckScopes)
       --- End of inner exception stack trace ---
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.SystemCenter.Subscription.SubscriptionValidator.Authorize(IList`1 bmeList, String subscriptionOwnerSid, Guid id, Boolean throwIfUnauthorized)
       at Microsoft.EnterpriseManagement.SystemCenter.Subscription.SubscriptionValidator.Authorize(List`1 instanceIdList)
       at Microsoft.EnterpriseManagement.SystemCenter.Subscription.CmdbInstanceSubscription.Authorize(IList`1 events)
       at Microsoft.EnterpriseManagement.SystemCenter.Subscription.CmdbInstanceSubscription.Notify(List`1 events)"

    Hi,
    Have you recently changed the account password used for SCSM?
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Need help with sending email notifications via OEM

    Hi Folks,
    Objective: To setup email notification if the listener or the database instance goes down
    Version: 10 g Rel 2
    I have setup the email from OEM. I have verified the configuration by successfully sending myself test emails.
    I have configured the schedule (7 days a week, from 1 A.M to 11 P.M)
    I have also configured the out-of-the package alerts so that I will be notified if the listener goes down
    However, once I manually stop the listener, no email is sent out?
    Can somebody spot any obvious steps that I might have missed? Or if somebody can suggest any debugging steps that might help to resolve the issue ?
    Thanks in advance.
    rogers42

    Hi Roger
    Ok, tell me
    1. You have a user like DBA and configurate this count for recive email?
    2. When You try send email from Console You recive this email? Your prove server email
    You should recive this mensagge
    Este mensaje de correo electrónico de prueba de Oracle Enterprise Manager indica la configuración correcta de la dirección de correo electrónico y del servidor de correo.

  • EM sending Email Notifications to late

    Hello at all,
    On a test instance with Oracle 11gR2 with Enterprise Manager Database Control I try to activate the Email Notifications in Enterprise Manager, so that I can use them for monitoring.
    So i configured following settings:
    Under Setup -> Notification method I gave him a valid mail address with a vaild SMTP server. The test mail was send successfully.
    Under Preferences -> General i gave SYS a valid mail address to receive. The execution plan i let in standard configuration, so everytime at everyday i will get an email, when something happenes. the test mail was send successfully too.
    Now i created an own rule to test the configuration:
    I went to Preferences -> Rules an add an rule. Name and description I named "test" and set "database instance". At availabillity I activated all checkboxed, so i should be informed when the instance goes down, comes up, getting an error, when the error is fixed, when agent is not available, when agebt is available again, when there is a metric error, when the metic error is fixed, when a blackout starts and when it ends.
    Metrics, policies and jobs ther wasn't defined anythind in standard, so i let it so and set nothing here.
    I activate the checkbox for sending emails to sys and sending repeat emails every 15 minutes 3 times at all.
    Now, to test this notification i logged into my testserver and killed the listener process, to see, what will happened. After 1 Hour waiting i didn't get any email, so i restartet the listener. after the listener was startet my outlook was fluted by emails from the server, that the listener was down. But why i didn't get them earlier.
    I checked the procedure with the database to, here i get it down by "shutdown abort" and "shutdown immediate". But i get the mails, that the database is down, when its up already. And thats to late!
    When I want to use such email notifications for productive servers and someting is going wrong, for that a notifications is configured of course, I want to get the mail directly, when that happened and not, hen the problem is fixed!
    For example, here an email from testing, where the listener was down, that i've get at 13:01 :
    Target Name=LISTENER_<hostname>
    Target Type=Listener
    Host=<hostname>
    Metric=Status
    Metric Value=0
    Timestamp=Feb 18, 2013 12:01:58 PM CET
    Severity=Critical
    Message=The listener is down: TNS-12541: TNS:no listener .
    Notification Rule Name=Listener Availability
    Notification Rule Owner=SYSMAN
    Notification Count=1
    What can i do here? Does anybody knows a tip or the solution?
    Thanks a lot for help.
    Best regards!
    David
    Edited by: 985104 on 18.02.2013 04:24

    Thanks for the link.
    In the document i read much about directories like: $ORACLE_HOME/oes/admin. My problem here is, that i haven't such directories so i think i'm not using oesmon.
    Should i have to use this?
    Do you need some log output?

  • OEM Not sending email notifications..

    Hello All,
    I have setup all the parameters required for email notifications in My OEM Database Control..
    I have even tested my by pressing test mail while configuring outgoing SMTP server..
    Even marked to send an email in all the rules i needed..
    So everything seems like i have setup all the parameters and even when i click on one alert and its details it shows *"The following notifications will be sent: 1 e-mail messages, 0 SNMP traps, 0 PL/SQL procedures, and 0 OS Commands."*
    And as i expect it should show one more entry the email has been send to [email protected] but even after waiting for long time OEM is no sending the email specified in notication schedule..
    What might be the reason for the same.. Any help would be great..
    Oracle DB Version : 10.2.0.1
    OEM : OEM Db control
    Thanks

    It might be one of the fllowing reasons
    1.SYSMAN jobs are broken, re-enalbe the same.
    2.Check Preferences--> Notification Rules--> And make sure all Rules are checked for Send Email.
    3.Check dbms jobs are running under sysman schema on the repository.
    Also see the below doc
    http://download.oracle.com/docs/cd/B19306_01/em.102/b40002/notification.htm#CACJCDHD
    Hope this helps.
    Regards,
    Satishbabu Gunukula
    Click here for [How to add and remove OCR|http://oracleracexpert.blogspot.com/2009/09/how-to-add-and-remove-ocr-oracle.html]
    Click here to [Improve RMAN Incremental backup Performance|http://oracleracexpert.blogspot.com/2009/09/block-change-tracking-in-oracle-10g.html]
    http://oracleracexpert.blogspot.com

  • Email notification doesn't work in a specific tablespace.

    Hello,
    I have a Oracle 10gR2 Version: 10.2.0.5.0. I'm having problems to receive emails notifications in a specific tablespace. I created a Rule Notification for "Tablespace Space Used (%)". I know the rule and metrics are ok. How?
    1)  At another tablespace, I create a specific Threshold for Tablespace Space Used (%) and I set the Warning Threshold to 1%, and Critical Threshold to 2%. After some minutes, I receive an email with the Critical message because the tablespace have a 60% of space used. I do the same test with the other tablespace and no email received.
    2) I have two servers with the same database (only data changes) and in one server its works , not in the other server.
    This is the information for the "bad" tablespace:
    Name
    BAD_TABLESPACE
    Bigfile tablespace
    No
    Status
    ReadWrite
    Type
    Permanent
    Extent Management
    local
    Storage
    Allocation Type
    Automatic
    Segment Space Management
    Automatic
    Enable logging
    Yes
    Block Size (B)
    8192
    It have 45 .dbf datafiles. Almost all of them are 100% full (32GB max)
    Locally Managed, Permanent, Read Write mode. an Logging enabled.
    Any ideas? suggestions or miracles?
    Thanks!

    Then it should do the same in all tablespaces isn't it? Like sb92075 said: "different results occur when something is different.". The only thing different between the tablespaces is the process running on it. I have some process running in my "bad_tablespace" that it load a big amount of data. I detected when I stop all the process, I start again to receive the emails. I can't find information about that.
    Could be possible the high data load of a tablespace might affect to notification emails?

  • 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.

  • Email notification from workflow?

    Dear all,
    I am using EBS version is 11.5.8 and database version is 9.2.0.3. We are using workflow to send out email notification once the PO gets approve.
    Now, we are going to change SMTPServerName(email server IP) let say from '123.45.66.10' to '999.88.77.66'. What can I change workflow setting so that the email notification will no longer send to the old email server IP, email should be sent to the new email server.
    I have try to read lots of document in metalink and it is not working.
    Does anyone encounter this before?
    Best Regards,
    Amy

    Hi Amy,
    I haven't use OAM before... where can I download it?*[Oracle Applications Manager 11i integrated with Oracle Applications 11i|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=166115.1]*
    *[Oracle Applications Manager 11i Availability|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=166762.1]*
    You can refer the following documents to setup your workflow,
    *[How-To Setup Workflow Mailer in an Oracle Applications 11i environment|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=234436.1]*
    *[Configuring the Workflow Notification Mailer(s) in Oracle Applications Manager 11i|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=164871.1]*
    *[Configuring the Oracle Workflow 2.6/11i.OWF.H Java-based Notification Mailer with Oracle |https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=268085.1]*
    *[Example Of Configuring Workflow Java Notification Mailer With Oracle Applications 11.5.x|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=249957.1]*
    Thanks,
    Anchorage :)

Maybe you are looking for

  • The acrobat reader that is running cannot be used to view PDF files in a browser

    The subject says it all. I'm unable to open a link to a pdf file. I'm using Mozilla on a Win 2000 machine. Version 8.1.2 worked fine. I see some people have reverted back to this version. Is that the only fix?

  • RSS feed in XSLT fragment

    I have used David Powers book as a guide to set up RSS feed content in PHP. Works fine but having one problem in showing html as text. <ul><li> Shown on this page on right iFrame - http://www.golftrailusa.com/listcourse.php

  • Logistic Cockpit Customizing Error - Application 11

    Hi, We are trying to trasnfer one existing field in MCVBKD ( part of 2LIS_11_VAITM), which is already present in MCVBKD on RHS to LHS. But we are facing the following error "entries for application 11 still exists in the queue". even though - there a

  • Upgrading from Crystal 8.5 to Crystal XI

    I have a deployed application developed in VB6 and using Crystal 8.5 Active X (crystl32.ocx) interface for controlling reports. The application works fine on all platforms except Vista 64-bit. I'm told that I need to upgrade to Crystal XI R2 to allow

  • XSLT question, Parameters from itab

    Hi Experts, I'm using the following code in my abap program: TYPE-POOLS: abap. TYPES: BEGIN OF line_type,   vartag   TYPE string,   varvalue TYPE string,   END OF line_type. TYPES: itype TYPE TABLE OF line_type. DATA: gt_source_itab TYPE abap_trans_s