How to schedule a monitoring template

Hello,
I would like have a different monitoring template depending of batch period and OLTP period, How to schedule monitoring templates ?
Thanks .

That's what I did. I transported two web templates before (contain 1 query only) and they all worked. But just not this new one. Here is the error message:
500 Internal Server Error
Error Summary
Exception occured while processing the current request; this exception cannot be handled by the application or framework
If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
Root Cause
The initial exception that caused the request to fail was:
Termination message sent
ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
  MSGV1: SAPMSSY1
  MSGV3: UNCAUGHT_EXCEPTION
com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent
ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
  MSGV1: SAPMSSY1
  MSGV3: UNCAUGHT_EXCEPTION
at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessageInternal(MessageManager.java:148)
at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:113)
Details: Full Exception Chain
Messages
ABEND: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
ABEND: System error in program SAPLRZI0 and form RSZ_FORM_AND_VAR_TAB_FILL-02- (see long text)

Similar Messages

  • How to exclude UNDO and temp tablespace using monitoring template

    hi,
    as per MOS note id 816920.1 undo and temp tablespace is excluded from monitoring starting version 11G onwards.It says that thresholds will need to be explicitly set if undo and temp needs to be monitored
    we have grid 12C implemented now with monitoring templates which sets thresholds for all tablespaces. does it apply that thresholds to undo and temp too?? we are receiving alerts for undo and temp tablespaces and we wish to disable them. We have undo tablespaces with different names in many databases as per naming conventions for that line of business.
    How can i exclude undo and temp tablespaces from monitoring using grid 12C monitoring templates. is there a way through templates where i can set thresholds of permanent tablespaces only???

    In EM12c, go to the 'Enterprise' menu, then 'Job', then 'Library'. There should be an out-of-the-box job called "DISABLE TABLESPACE USED (%) ALERTS FOR UNDO AND TEMP TABLESPACES" that you can run against your database targets, and that job will disable database-generated alerts.
    If a previous admin has set up EM12c-generated alerts for undo and temp, then yes, a monitoring template will take care of disabling them. Either remove those alerts from the existing monitoring template and apply them to your targets, or create a new monitoring template based on one database's current settings, remove those warning/critical thresholds for your undo and temp tablespaces, and apply it to your targets.

  • Monitoring template and alert noifications,  how ?

    I have set up database monitoring template with some metric tresholds for warning/alerting. Also, I applied this to the databases. Now, my question is how will i be notified (say via e-mail) once an alert has generated ? I see notification methods and notification rules, where it has its own metric settings. Do i have to apply notification rules to these databases for notifications. If so, what is the use of monitoring template ? Can i set up notifications via e-mail within the monitoring template ?
    thanks,

    In EM12c, go to the 'Enterprise' menu, then 'Job', then 'Library'. There should be an out-of-the-box job called "DISABLE TABLESPACE USED (%) ALERTS FOR UNDO AND TEMP TABLESPACES" that you can run against your database targets, and that job will disable database-generated alerts.
    If a previous admin has set up EM12c-generated alerts for undo and temp, then yes, a monitoring template will take care of disabling them. Either remove those alerts from the existing monitoring template and apply them to your targets, or create a new monitoring template based on one database's current settings, remove those warning/critical thresholds for your undo and temp tablespaces, and apply it to your targets.

  • How can u schedule or monitor Bacground jobs from OS level?

    Hello,
         I was faced one question recently in IBM interview,, How can u schedule or monitor Background Jobs through OS level.anyone pls help me.
    regards,
    balaram

    In my knowledge, for scheduling background jobs in windows we can use scheduler.
    In unix flavours, cronjobs or at commands can be used.
    Again it depends on which version of OS we use.
    hope this helps.
    inspire by rewarding

  • Monitoring Templates

    Is it possible to scheduke monitoring templates across the targets?
    For eg, default value for is 85 and 90% and that will run every after 15 minutes, I wanted to schedule at 80 and 95% and it shoud run at every after 2 hrs? How we can do that by creating monitoring templates?

    goto OEM - setup -> Monitoring Templates - create copy of monitoring from some target and click on shedule - you can change params of shedule
    I think it helps you some

  • Background Scheduling - Deadline Monitoring

    Hi Experts,
    I have created new maintenance plan , its around 250 for Mechanical and 250 for Electrical
    Maintenance plan having strategy like every two month , every three month , every six month etc..
    Scheduling period is 3 year
    Now scheduling will be done through IP10 one time , but after first call object scheduling will get hold.
    I want to make it background scheduling - Deadline Monitoring
    Now the requirement is , For Example :
    Maintenance plan X have PM plan date is 21.07.2014
    Maintenance plan Y have PM plan date is 24.07.2014
    Maintenance plan Z have PM plan date is 29.07.2014
    As per above example each equipment will have different plan date , background scheduling can be done through IP30 but by the date is concern how can make it possible ?
    Please advise each maintenance plan has to be run as per their plan date.
    Thanks,
    Abhishek

    Hi Mr.Jogeshwara,
    Nice Document , Its really useful
    But my query is each equipment have different plan date , as explained in above example
    If Maintenance plan have Cycle Unit 60 day and Plan X date is on 21.07.2014 then 21.07.2014+60day , same as if maintenance plan Y date is 25.07.2014 then 25.07.2014 +60day
    Like that
    background scheduling needs to be done as per cycle unit
    If i will do background scheduling together of both the above maintenance plan X and Y then scheduling will be run exactly after 60 day and order will be generated in advance for Maintenance plan Y.
    Hope you understand my query.
    Thanks,
    Abhishek

  • How to create rule/monitor to generate alert for a reboot of Linux (Redhat) server?

    Need to receive an alert when a Linux server reboots. How can this rule/monitor be created?

    You can use the "Shell Command" templates to create a UNIX/Linux Shell Command (Alert) rule.  See the walkthrough and background here:
    http://operatingquadrant.com/2012/01/30/opsmgr-2012-unixlinux-authoring-templates-shell-command/
    The following command will identify the seconds the system has been "up" and return OK if it is greater than 15 minutes, and REBOOTED if the seconds up are less than 15 minutes.  Your Shell Command rule should alert if the StdOut value contains
    REBOOTED. 
    upseconds=`cat /proc/uptime |awk '{print int ($1 )}'`;if [ $upseconds -lt 900 ];then echo REBOOTED;else echo OK;fi
    www.operatingquadrant.com

  • How to create Service Monitor - best Way

    I have a task at hand : 
    Creating monitor to alert when a service is stopped.
    We are using SCOM 2012
    I checked and found various ways to do so http://www.bictt.com/blogs/bictt.php/2011/03/16/scom-monitoring-a-service-part1
    My requirement is : there are like 100 such services on 100 different windows computers that i need to monitor.
    The services are not common , so 2 computers have the same service , Maybe some service that i need to be monitored be on 2 computers but overall every service is unique.
    What is my best option:
    1.Create a basic unit monitor and target to Windows computer class ? Create is as disabled ? Override for just the machine that has it.
    Will it clutter my Windows Server class health explorer . (How bad is that as per performance)
    2.Create a Service monitor using Windows Service templates 
    Do i have to create 100 target groups , as i have to Target the monitor to specific computer only
    Since template service monitor create discoveries , targets etc on its own  (Am i going to clutter SCOM with a lot of those) 100 
    3.Do i create a attribute for each service , so as to extend the windows base class to discover the computer that has specific service (Using registry)
    too much work is it and how good of an option is this.
    4.MP Authoring ,Create new class discovery based on WMI / Registry to find computer and then target the monitor 
    What would you do in such a case.

    An example is the windows service monitoring from the Windows Management Packs. Microsoft does not discover any of these services. The MPs discover the Windows 2003  \ 2008 \ 2012 Operating System Class and the basic service monitors are targetted at
    this class. This means it is relatively light weight monitoring (less overhead on the agent and less discovery information in the databases) but it does mean that you can't add any of these services to a distributed application or report on their availability.
    You don't report on individual monitors but on objects which may have many monitors targetted at them.
    Windows Server 2003
    ü 
    Computer Browser Service
    ü 
    DHCP Client Service
    ü 
    DNS Client Service
    ü 
    Plug and Play Service
    ü 
    RPC Service
    ü 
    Server Service
    ü 
    TCP \ IP NetBios Service
    ü 
    Windows Event Log Service
    ü 
    Workstation Service
    Windows Server 2008 (including R2)
    ü 
    Computer Browser Service
    ü 
    DHCP Client Service
    ü 
    DNS Client Service
    ü 
    Plug and Play Service
    ü 
    RPC Service
    ü 
    Server Service
    ü 
    TCP \ IP NetBios Service
    ü 
    Windows Event Log Service
    ü 
    Workstation Service
    Windows Server 2012
    ü 
    Computer Browser Service
    ü 
    DHCP Client Service
    ü 
    DNS Client Service
    ü 
    Plug and Play Service
    ü 
    RPC Service
    ü 
    Server Service
    ü 
    TCP \ IP NetBios Service
    ü 
    Windows Event Log Service
    ü 
    Workstation Service
    If you want to actually report on the availability of this windows service (or add it to a Distributed Application) then you do need to discover it - either via the Authoring Template or authoring your own discoveries.
    Only you can decide what you need and you might have a different need for each service depending on what it is doing.
    Jonathan Almquist has a good walk through here about how to change service monitoring to allow for consecutive occurrences of a service being unavailable but it is deep authoring. 
    http://blogs.technet.com/b/jonathanalmquist/archive/2011/06/24/windows-service-monitoring-reduce-false-alerts-part-2.aspx
    Regards Graham New System Center 2012 Blog! -
    http://www.systemcentersolutions.co.uk
    View OpsMgr tips and tricks at
    http://systemcentersolutions.wordpress.com/

  • How will schedule the BW report in the Background ?

    Hi
    Small query, i have one management report in the BI, which should be run early morning and send mail to the GM,
    We can schedule the ABAP report but no the BW !!!!
    How will schedule the BW report in the Background ?
    How the mail send to the GM ?
    Please advise us
    REgards
    Anwer Waseem
    SAP BASIS

    Reporting Agent will be only supported in the 3.X runtime in 2004s,start using Bex Broadcaster.Reporting agent is going to be obsolete or is would say.
    All the new functionalities will be implemented in Broadcaster only.
    Advantage -The old Reporting Agent in BW 3.x could pre-calculate the data of a template and access it through the URL . It could not broadcast queries, workbooks or web templates by email or to KM folders.
    https://websmp203.sap-ag.de/~sapdownload/011000358700004219392005E/ERQA_INFOBROADCASTING.PDF
    http://csc-studentweb.lrc.edu/swp/Berg/articles/Reporting_Analytics_2006_Broadcasting_v10.ppt
    Note 760775 - Settings for Information Broadcasting
    Hope it Helps
    Chetan
    @CP..

  • Managing Monitoring Templates Based on Target Properties (not Administration Groups)

    I understand how to create administration groups, based on a hierarchy of target properties.  In addition, I've assigned monitoring templates to these various groups with limited success.
    But I would like to be able to setup different monitoring templates, metric values, compliance configuration, etc based on the target properties themselves and not just the hierarchy.
    For example, lets say I have a hierarchy of administration groups starting with "Cost Center" at the top and "Location" as the next level.  Now, I want to set up some compliance rules based on Operating Systems and want to do this across all my systems, regardless of administration group.  (ie all Solaris 10 machines setup one way, Solaris 11 machines another).
    Can I do this?

    does your RCDC info look something like the following?
     <my:Control
    my:Name="GroupMemberOfSG"
    my:TypeName="UocListView"
    my:ExpandArea="true"
    my:Caption="Security Groups"
    my:RightsLevel="{Binding Source=rights,
    Path=isAdminAccount}">
    <my:Properties>
    <my:Property
    my:Name="ColumnsToDisplay"
    my:Value="DisplayName,Email,Domain,DisplayedOwner"
    />
    <my:Property
    my:Name="EmptyResultText"
    my:Value="There are no groups according to the filter definition." />
    <my:Property
    my:Name="PageSize"
    my:Value="20" />
    <my:Property
    my:Name="ShowTitleBar"
    my:Value="true" />
    <my:Property
    my:Name="ShowActionBar"
    my:Value="false" />
    <my:Property
    my:Name="ShowPreview"
    my:Value="false" />
    <my:Property
    my:Name="ShowSearchControl"
    my:Value="false" />
    <my:Property
    my:Name="EnableSelection"
    my:Value="false" />
    <my:Property
    my:Name="SingleSelection"
    my:Value="false" />
    <my:Property
    my:Name="ItemClickBehavior"
    my:Value="
    ModelessDialog " />
    <my:Property
    my:Name="ListFilter"
    my:Value="/Group[(Type='Security') and ((ComputedMember='%ObjectID%')
    or (ExplicitMember='%ObjectID%'))]"
    />
    </my:Properties>
    </my:Control>
    </my:Grouping>
    Anthony Marsiglia

  • Monitoring Template

    I created a monitoring template specifying some metric thresholds I need to monitor. Then I selected apply from the options and from the Add button I added a target to the template I created.
    How can I check in the future that the particular target is associated with some X monitoring template? I couldn't see any target information saved from the monitoring template.
    "Where can I check that the moniting template is holding the below targets?"

    Hi,
    Just to add to this, the template apply operation does apply the monitoring settings from the template to the target. However, there is no further association with the template and the target, e.g., if the template is later changed, you will have to manually re-apply the template to the target again.
    If you want a real association with a template to a target such that if there is any change in the template, these changes are automatically applied to the target, then in EM12c, this can be done using administration groups and template collections. Check out the chapter on Administration groups in the EM Cloud Control Administrator's Guide 12c.
    regards,
    Ana

  • Monitoring templates and notification rules

    Hello
    I was able to create monitoring templates defining the thresholds I needed and create de notifications rules.
    Now where can I see them being used ? How can I see the results of a template? Where do the notifications rules publish the information?
    Thanks
    Gonçalo Ribeiro

    Hello,
    I want to apply the template to a db instance and I would like to see that information on the db instance home page on the Category alerts.
    Can't I do that? The templates only work if I define a notification method?
    Thanks
    Gonçalo Ribeiro

  • Oracle - CCMS Monitor Templates

    Hi,
    In RZ20, The Oracle (Tablespaces) monitor templates are not available under Database.
    And the MTE class CCMS_DB_mcmtc is not there in the list.
    How to Maintain the data for this MTE class. Is it possible to create new MTE class.?
    Please Advice.
    Thanks in Advance
    Arun
    Edited by: ARUN PARAMASIVAM on Feb 2, 2010 12:14 PM

    Hi Anil,
    Thanks for your quick response.
    Oracle Database Alert should be there by default under Database Alert Monitor right. But i am not able to find the Oracle Monitor Set Itself.
    I tried by running the program "RSDBMON0" in SE38. That also doen't help.
    Please advise on how to get the Oracle monitor set under Database.
    Thanks
    Arun

  • Monitoring template for hosts and listeners

    I've created a monitoring template through "setup -> monitoring template -> create". Under the "policies" tab I am unable to locate some policies for hosts and listeners such as "Listener.ora Permission" and "Open Ports". However, I can see (under policy rules library) that those policies are applied to all targets by default. How do I add those policies into my monitor template?
    I am using 10.2.0.4 OEM grid control repository and agents on Sun Solaris 10.
    Thx.

    Hi,
    The Hyper-V guest can be specific the Memory weight and total number of CPU, please first confirm you have set the proper value for the vm workload.
    You can refer the following step by step Hyper-V performance troubleshooting steps set the performance monitor:
    Performance Management: Monitoring CPU Resources….
    http://blogs.technet.com/b/chrisavis/archive/2013/03/25/performance-management-monitoring-cpu-resources.aspx
    Monitoring Hyper-V Performance
    http://blogs.msdn.com/b/tvoellm/archive/2009/04/23/monitoring-hyper-v-performance.aspx
    Measuring Performance on Hyper-V
    http://msdn.microsoft.com/en-us/library/cc768535(v=bts.10).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Monitoring Template Creation question

    Hello,
    I have created a Monitoring Template (T1) by performing a "Create Like" of the Standard Oracle Database Instance template. Unfortunately the Standard Oracle Database Instance template does not have all of the metrics that I need to check.
    Is there a way to create a Monitoring Template based on "All Metrics" for the DB Instance? (It appears that I can only create a monitoring template based on a target database)
    If not, how can I pick a particular metric from the "All Metrics" list and add it to a template?
    Thanks,
    Bob Larsen

    When creating a Template based on a Target, you actually wll get all available metrics. You could also use the Oracle proved template to copy from.
    You should realize that when looking at All Metrics, several of these metrics are "Non threasholdable" meaning that you simple can not set a threshold value.
    Regards
    Rob
    http://oemgc.wordpress.com

Maybe you are looking for

  • Oracle forms 6i (Pentium 4, Win98) "Can not install"

    I have a "customized" Oracle interface that was created in Oracle forms 6. I have successfully used this form on Windows 95 Clients but now I must switch to a Windows 98 O/S on a Pentium 4 machine. I actually had to download a special Oracle Installe

  • Profile pictures wrong Path

    I have setup the thumbnail pictures for users in Sharepoint 2013. I can browse the library throughy this  link http://myserver/sites/mysite/_layouts/15/start.aspx#/User%20Photos/Forms/Thumbnails.aspx?RootFolder=%2Fsites%2Fmysite%2FUser%20Photos%2FPro

  • Best Compression Settings

    I have only 30 minutes Video, What is the best compression setting in compressor 2? I selected 90 Minutes Best, that gives me these: average Bit Rate 6.2 Mbps maximum bit rate 7.7 2pass VBR Best which I can not use, because it gave me problems in the

  • Why does my iphone stall, take pictures of itself, not respond,

    why does my iphone stall, take pictures of itself, not respond, im so sick it this crap

  • Restricting iPad's in Educational Institution

    Hello All... I was hoping that someone could help me... I'm a network engineer for a private high school. More and more of our students are bringing in their personal iPad's and iPhones. We have been restricting these devices from coming on our netwo