Response Action problem in Manage Metrics

Hello,
In Enterprise Manager 10g Database Control, I input a Linux shell script name in Response Action in Manage Metrics. But even the metrics reach the threshold, the script is not run, and it's also automatically deleted in the Response Action field. So is there anything I can do to fix the problem? thank you very much!
MikeTh

Hello,
In Enterprise Manager 10g Database Control, I input a Linux shell script name in Response Action in Manage Metrics. But even the metrics reach the threshold, the script is not run, and it's also automatically deleted in the Response Action field. So is there anything I can do to fix the problem? thank you very much!
MikeTh

Similar Messages

  • Metric threshold and Response Action

    Hello,
    I have a problem regarding the metric thresholds in Oracle 10gR2. I would like to set a response action for the "Tablespace full in percent"-metric, but until now I wasn't successful with that.
    I tried the following steps (sorry, if I sometimes don't use the correct terms, but I have a non-English version of EM):
    1. Logging in into Enterprise Manager as SYS
    2. Adjusting the threshold value for the metric
    3. Setting a Response Action for the metric
    a) first I tried a PL/SQL-procedure
    b) another time I tried a OS-command (batch file on Windows XP)
    4. Clicking "OK"
    EM shows me then the page with all metrics and their settings; a message says that my changes were applied correctly. Everything seems to be right, when looking at the metric I see my new threshold value as well as the Response Action. When reloading the page, my customized threshold setting is still there, but the Resonse Action "vanished". So, no surprise, the Action is never started when the threshold is reached.
    Has anybody an idea why this is not working? Am I missing something? I hope I forgot no important information. Thanks for all replies!
    Regards,
    Lars

    I thought I posted this earlier -- try the host metric log parser. It will search a given log file fo a given text string. Its quite simple to setup. There was an issue in 10.2.0.2 with the parameters in the wrong order but thats been corrected in 10.2.0.3. You could if desired put a fix it job in there that rotates the listener.log upon an error.

  • Performance manager sql action rule for updating metric table

    Hi, I need to update metric stop_date using a sql action rule (Performance Manager execute sql action rule). My problem is I can't update stop_date into the PM Repository Database. Sql action database connection is properly set, but when I set sql for executing update in table ci_probe and I schedule the rule the system doesn't seem to connect to Database (the rule run successfully, but the table ci_probe is not updated). I don't understand if the problem is database connection or wrong sql code.
    Can Anyone help me with suggestions or sql action rule samples?
    Thanks
    Luigi
    Edited by: Luigi Oliva on Jun 13, 2008 1:32 PM

    Hi It's working, Problem was in repeat_interval it's working now,
    Thanks,
    I changed
      repeat_interval          => 'FREQ=DAILY;BYSECOND=10',to
      repeat_interval          => 'FREQ=SECONDLY;BYSECOND=10',Thanks,
    Edited by: NSK2KSN on Jul 26, 2010 11:14 AM

  • I created new responsability using seeded menu 'Manager Self Service'it give me that'select action' no selected action

    i created new responsability using seeded menu 'Manager Self Service'  which is assigned to seded responsability  'Manager Self-Service', when i try  to open any  function like 'change job' it give me that there are no  selected actions although it works with the seeded responsability.

    Hi Steven,
    Please create a quota template named "Personal site" and apply in self service site creation page, then check again.
    http://blogs.msdn.com/b/jimmiet/archive/2012/07/22/10332361.aspx
    http://danmyhre.wordpress.com/2010/03/16/my-sites-do-not-have-a-quota-when-they-are-created/
    Thanks
    Daniel Yang
    TechNet Community Support

  • What log file see to check if response action is executed

    Hi
    I have a metric UDM that check the rows of a table. When the critical theshold alerts appear because the table have more than 1000 rows, a response action like this is executed:
    # Response Action for UDM Rows in Table
    #!/bin/ksh
    export ORACLE_SID=PROD
    $ORACLE_HOME/bin/sqlplus "/ as sysdba" << EOF
    INSERT INTO HISTO.HISTORY_NOTES AS
    SELECT * FROM ADM.NOTES
    WHERE FECHA = SYSDATE -1;
    COMMIT;
    DELETE FROM ADM.NOTES WHERE FECHA = SYSDATE -1;
    COMMIT;
    EOF
    # END OF SCRIPT
    There is any way of see in grid control log files if the response action is executed?
    Thanks

    So basically, you are trying to have an agent automatically restarted if it goes down?

  • Impossible to call a action handler in managed bean

    Hello! I’d developed simple jsf-application using JDeveloper 10.1.3.3 that doesn’t use faces-config.xml for a nafigation.
    Simple jsf page (page1.jspx) has only one command button:
    <af:commandButton text="commandButton 1"
    binding="#{backing_page1.commandButton1}"
    id="commandButton1"
    action="#{backing_page1.commandButton1_action}"
    immediate="true"/>
    Action is handled programmatically in managed bean Page1.java:
    public String commandButton1_action() {
    ExternalContext ec = FacesContext.getCurrentInstance().getExternalContext();
    ec.redirect("page2.jspx");
    return null;
    The sample application works fine.
    Then I’d tried to use the same jsf app to develop PDK Portlet (Oracle PDK, not jsr-168). I used Portal 10.1.4 and OC4J 10.1.3.3.
    The part of provider.xml:
    <showPage class="oracle.portal.provider.v2.render.http.ResourceRenderer">
    <resourcePath>/faces/page1.jspx</resourcePath>
    </showPage>
    Action is handled programmatically in managed bean Page1.java:
    public String commandButton1_action() {
    ExternalContext ec = FacesContext.getCurrentInstance().getExternalContext();
    ec.redirect("http://<hostname>:7778/portal/page/portal/SampleGroup/Sample6");
    return null;
    Unfortunately, the jsf page doesn’t call an action after submit of the button. It’s impossible to call any handler in managed bean. Although, it’s possible in usual jsf app.
    I wonder that af:goLink on the page1.jspx works fine:
    <af:goLink text="goLink 1" binding="#{backing_page1.goLink1}"
    id="goLink1"
    destination=" http://<hostname>:7778/portal/page/portal/SampleGroup/Sample6"/>
    The ask: why jsf page can’t call an action handler in managed bean in case of a portlet development?
    Thank you. Andrew

    Thank you, Frank! I’d expected an answer from you:) I and my colleagues is your big funs:)
    I’d understood Portal intercepts any event on a portal page before jsf event.
    But, it’s possible to use struts for portlet development. I’d hoped there is the same approach for Faces too (oracle.portal.provider.v2.render.http.FacesRenderer - http://www.oracle.com:80/technology/products/webcenter/files/pdk_downloads/jpdk/oracle/portal/provider/v2/render/http/FacesRenderer.html).
    WebCenter is fine product but one is expensive. May be, is there a way to develop jsf portlet outside webcenter?
    Thanks, Andrew

  • Problems with managed beans on included JSPs

    I've got a problem with managed beans within an included JSP
    The included page looks as follows:
    <f:subview id="includedPage" binding="#{testBean.component}">
         <h:outputText value="Hallo from the included page"/>
         <h:outputText value="#{testBean.msg}" />
    </f:subview>The including page is also very simple
    <f:view>
         <html>
              <head>
                   <title>Test include</title>
              </head>
              <body>
                   <h:outputText value="Hello from the including page"/>               
                   <jsp:include page="included.jsp"/>
              </body>
         </html>
    </f:view>The testBean is a managed bean with page scope and looks as follows:
    public class TestBean {
        public UIComponent fComponent;
        public TestBean() {
            System.out.println("TestBean Constructor called " + toString() );
        public String getMsg() {
            return "Component = " + fComponent ;
        public void setComponent(UIComponent component) {
            System.out.println("setComponent called " + component);       
            fComponent = component;
        public UIComponent getComponent() {
            System.out.println("getComponent called " + fComponent);
            return fComponent;
    }The output to the console is:
    TestBean Constructor called de.kvb.athena.web.beans.TestBean@1bc16f0
    getComponent called null
    TestBean Constructor called de.kvb.athena.web.beans.TestBean@18622f3
    setComponent called javax.faces.component.UINamingContainer@160877b
    TestBean Constructor called de.kvb.athena.web.beans.TestBean@5eb489
    and the page displays
    Hello from the include page
    Hello from the included page Component = null
    Can anyone explain this behavior ? What's the reason that the page displays
    Component = null
    and is it possible to display the parent naming container (subview) this way ?
    how ?
    Thanks

    By "page scope" I assume you mean "none"? If so JSF creates a new bean for each place it's referenced. The closest to the behavior you want, once per "page", is really request scope.
    (I'm not sure why the constructor is being called thrice, though. I should look into this.)
    I assume you want a bean-per-subview scenario. This should be doable, and one way that allows a dynamic number of subviews would be as follows:
    --create a "manager" bean in request scope
    --give it get/set methods that retrieves a Map of "TestBean" instances; the idea is that each subview use a different key "s1", "s2", etc
    back the manager method with Map implementation that checks if there's already a TestBean associated with the key returns it if yes, else null.
    If that seems messy, the component solution is hairy :-) See http://forum.java.sun.com/thread.jspa?threadID=568937&messageID=2812561
    --A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Apple tv connection problems connection manager :: invoke:: failed to find service

    HELP THIS IS WHAT I GET WHEN TRYINF TO LOG INTO APPLE TV:
    apple tv connection problems connection manager :: invoke:: failed to find service

    Check over on the right side of the thread here under More Like This. Look for one that has a green checkmark which means it is answered. I have read of this however, I do not know how to solve it. It seems as though it is one particular carrier this happens to.

  • Thankyou Adobe for fixing responsive design problem!

    Hi just wanted to say thank you to Adobe for addressing the responsive scaling problem in Edge Animate (the one with
    pushing lower divs down in Dreamweaver). So thank you! This problem was seriously messing with my head. I am
    starting a new site and with the new fix it will be awesome, so thanks

    Hi
    I hope you have upgraded to the latest captivate version 8.0.1.242. If not please follow the steps mentioned on this post Adobe Captivate Help | Adobe Captivate 8 patch. Make sure to remove layouts and preferences as mentioned in the link.
    There is an issue with text in case of multi-hierarchal bullets but apart from that other things should work fine. You might just have to change some position parameters to fix the results. Can you please share the project, so that I can reproduce the issues at my end. My email address is [email protected] . You can send it via email or drop box.
    Captivate responsive output works for multiple browsers. Please check the link Tech Specs - eLearning, mobile learning & Training Software | Adobe Captivate 8 for details.
    Regards
    Tamish

  • Want to Track WIP Assembly as Deliverable Actions in Project Management ?

    Hello Guys,
    Can any One Help me on this question,
    I want to Track the Assembly of Work-Orders by Milestones,I want to define Deliverables Actions in Project Management and track Assembly of WIP ?
    Is it possible to do with standard setups are I need to do some customizations ?
    IS WIP Integrated with Project Management ?
    Regards,
    Satish

    Hi
    Standard functionality has not been designed to track in Projects the progress of the assemblies managed by work orders in WIP.
    You will need to customize the solution by links between the work order completion action in WIP to a deliverable completion in PJT.
    Dina

  • Problem in refreshing Performance Manager Metric

    Hi,
    We are Using SAP BusinessObjects XI 3.1 SP3.
    On this environment, we have configured SAO BO Performance manager / Dashboard manager Application (not EPM).
    While refreshing the metric following error occurs;
    Error:The probe engine cannot query the repository.(EPM 03008)<Metric Name> : ORA-00936:missing expression
    Any clue on this?
    BTW, I have tried to debug the problem and verified that, the query generated for metric is syntactically correct and runs without any problem (when @prompt replaced by actual date).
    Some more details are as below;
    Created a Calendar (Monthly) and also Created a Dimension.
    The Connection is created which has privileges to access both PM Repository Schema and the Report Data Schema.
    Thanks,
    With Regards,
    Sachin Dalal

    the very simple strategy to do is to call removeAllItems() method for the 2nd combox box and then insert the contents. this is because the validate() method is not repeatedly called and so the contents are not updated immediately.

  • ** 6i Download problems - Product Management speaks **

    Firstly on behalf of the 6i Product Management team let me appologise for the problems you have been experiencing with Technet and specifically with downloading 6i.
    I watch this forum and answer questions time permitting whenever I can, this forum (along with comp.databases.oracle.tools and ODTUG) are monitored by Product Management.
    You need to understand that Oracle is a very big company and that getting all the little parts to work seamlessly together sometimes doesn't work as well as it should, so please be assured that Tools PM is working as hard and as fast as it can to ensure that 6i is available for you to download.
    I have made enquiries today to find out what is happening at Technet. This is a division of Marketing based out of the US HQ, the PM teams have no responsibility for the management or maintenance of this site, we merely monitor mail lists and post our new software when complete.
    I am waiting for information on the action plan to resolve the performance and download problems being experienced by the Developer community.
    In response to some of the comments posted about downloading
    It is obvious that 6i has been out for a WHILEActually this is not true, it has been available for download for a while, but not orderable..
    Product Release Point Dates:
    (1)
    Release to MFG - 24-MAR-00 (This date is used by engineering and is the start of the 16-week period for the 1st patchset.) THE PRODUCT IS NOT ORDERABLE YET.
    (2)
    Release to PRG - 14-APR-00 (This is the M&D hand-off date for the Tools CD Pack.) THE PRODUCT IS NOT ORDERABLE YET.
    (3)
    Between 6:00PM PST and midnight 27-APR-00 - R6i, Windows, was added to the Oracle Store and officially orderable.
    I have seen many posted messages, iTARS, etc referencing the availability of downloading forms updates, availablity of getting patchesAs you will see from the information above, this is not possible, patch one for 6i will not be released until 16 weeks after 24-MAR-2000
    How much do we have to pay and who do we have to kiss to get a freakin update from Oracle? As the author of this comment has a support contract, they will know that you do not automatically get updates for products for which you hold licences. You merely need to order the latest version of the CD. Your support Account Manager will be able to advise you how to do this.
    Once again, please be assured that we value your time, effort and feedback and that we do watch this forum with great interest.
    I hope you found this information useful.
    Jason Pepper
    Senior Product Manager
    Oracle Enterprise Internet Tools

    As an update on the OTN performance problem I talked about earlier, I got some info from Global Ops
    Customers are trying to download software from ftp.oracle.com, a server managed by the datacenter. The server is actually 2 servers (mirrored), with 1,400 connections (700 per machine). Bottom line is that ftp.oracle.com doesn't have enough connections to support the number of users trying to download Oracle products each day. Approval has been received for a dedicated OC3 pipe to the ftp server; it's believed this will boost the current capacity to 4-5 times what's there today.
    Other improvement measures are being investigated.
    Whilst this is being resolved, please consider ordering the CD which is free. I have just tested this and it worked for me ;)
    Jason Pepper
    Oracle Enterprise Internet Tools

  • Service Desk Escaltions First Response Escalate to line manager

    Hi Experts
    We have successfully implemented Service Desk in Solution Manger. We just have a few problems with regards to escalations.
    1.     Sap Standard only allows you to escalate to one partner function, we would like to first response and completion deadline missed to escalate to the line manager
    as well the message processor, can you please assist on how we can achieve this?
    2.     With regards to the first response time, when an incident is created is created the message processor has 2 hours to respond before his call escalates, if the initial message processor
    sat with the incident for an hour in new status and reassigns to the incident to someone else the second person only has an hour respond the clock does not start again for him and the
    call escalates after an hour this is causing a lot of problems for all calls that are been reassigned people no longer have sufficient time to respond to calls,
    Has anyone else had similar experience and what was your fix for this problem?
    Thanks and Kind Regards.
    Zak Kader

    Thanks PP for some insights.
    Maybe you can help in one more area,
    Say we create a Service Order, the header and do not create the line item entry yet.
    However, we need the dates (first response date) to feed to an outside system where we are
    tracking our SLA's.
    Do you know where the date logic is done to get the Frist response date. Any FM's being used
    We would like this information as dates that we need are not created until the line item is entered.
    We want to not have to create the line item but still get the dates and send them to another tracking system.
    Any help on  where SAP CRM puts this logic would be helpful
    Thanks,
    LA

  • Oh no... Big PS Actions problems.

    Good Morning!
    I'm in a right old pickle, and could you some Photoshop wizardery.
    I'll go in to as much detail as possible, so try not to get lost...
    We  have lots of Actions setup for the various products we design. These  Actions when run, will take the image/product we have and resize, save,  resize again, and save again in various locations across a network.  We've had these actions since way back, like CS2, and they've worked  like a dream right through to CS5 for a short while, then all of sudden,  BOOM, when it comes to the save file command in the action, its  starting renaming the file to a file thats already in the destination  folder - resulting in wrong file names for images, let me explain  further...
    example:
    i have a destination folder called MUSIC POSTERS (one of many folders the action saves to) on a backup computer on the network.
    In this folder i have:
    GUNS N ROSES.jpg
    MOTORHEAD.jpg
    EMINEM.jpg
    If  i take a new poster, say motorhead.eps and run the action, it will  resize ok, but the save command will then place the name EMINEM in the  save dialog!? resulting in us having a motorhead poster called  EMINEM.jpg and the original EMINEM.jpg file overwritten!
    I'm  aware of the fact that if when writing an Action and you manually type a  file name into the dialog, it will record that name and use from there  on out, but i certainly didnt do this, and it's worked fine for years.
    Upon  looking in all the folders it saves to - it saves correctly to only one  folder, this folder is on the same drive as 2 of the other folders  which it doesnt save correctly to 0 which makes me think its not a  problem with the drive on the network (because its managing to save at  least one correctly.)
    I've tried a couple  troubleshooting's - re-written the action many times, tried storing and  loading/using the actions from a folder on my Artwork Partition (my  computer is partitioned into SYSTEM, and ARTWORK), and also tried  storing and loading/using the actions from within Photoshops Actions  folder within the applications folder.
    Problem No.2 -  occassionally the steps within actions will rearrange themselves,  duplicate themselves, or even remove themselves!
    Any clues please?
    just downloaded and installed latest patch, still no luck.
    The same actions are installed on 5 machines (each working from there own locally stored copies of the actions) and we all have the same problem, how can they all have corrupt!?

    Good Morning!
    I'm in a right old pickle, and could you some Photoshop wizardery.
    I'll go in to as much detail as possible, so try not to get lost...
    We  have lots of Actions setup for the various products we design. These  Actions when run, will take the image/product we have and resize, save,  resize again, and save again in various locations across a network.  We've had these actions since way back, like CS2, and they've worked  like a dream right through to CS5 for a short while, then all of sudden,  BOOM, when it comes to the save file command in the action, its  starting renaming the file to a file thats already in the destination  folder - resulting in wrong file names for images, let me explain  further...
    example:
    i have a destination folder called MUSIC POSTERS (one of many folders the action saves to) on a backup computer on the network.
    In this folder i have:
    GUNS N ROSES.jpg
    MOTORHEAD.jpg
    EMINEM.jpg
    If  i take a new poster, say motorhead.eps and run the action, it will  resize ok, but the save command will then place the name EMINEM in the  save dialog!? resulting in us having a motorhead poster called  EMINEM.jpg and the original EMINEM.jpg file overwritten!
    I'm  aware of the fact that if when writing an Action and you manually type a  file name into the dialog, it will record that name and use from there  on out, but i certainly didnt do this, and it's worked fine for years.
    Upon  looking in all the folders it saves to - it saves correctly to only one  folder, this folder is on the same drive as 2 of the other folders  which it doesnt save correctly to 0 which makes me think its not a  problem with the drive on the network (because its managing to save at  least one correctly.)
    I've tried a couple  troubleshooting's - re-written the action many times, tried storing and  loading/using the actions from a folder on my Artwork Partition (my  computer is partitioned into SYSTEM, and ARTWORK), and also tried  storing and loading/using the actions from within Photoshops Actions  folder within the applications folder.
    Problem No.2 -  occassionally the steps within actions will rearrange themselves,  duplicate themselves, or even remove themselves!
    Any clues please?
    just downloaded and installed latest patch, still no luck.
    The same actions are installed on 5 machines (each working from there own locally stored copies of the actions) and we all have the same problem, how can they all have corrupt!?

  • Spry menu response time problems with IE

    We implemented the spry vertical menu for showing the
    categories of a products catalog. It has almost 1400 categories
    organizad at about 5 levels, some categories have about 20
    subcategories. These categories are in a coldfusion session
    variable.
    It works perfect in mozilla, but in IE7 and IE6 in some
    computers, present this problem:
    - The response time is slow when you change from one category
    that has subcategories to ahother. If you see the Windows Task
    Manager of the computer while you use the menu, the processor use
    go up to the top level.
    And the effiecience of the menu decrease.
    See in
    http://edit.panamericana.com.co/
    Thanks,
    Alejandro

    mdr4win wrote:
    i dont think you understood my question, wasnt about body background, but abut the spry image slideshow to work properly in IE
    I was not talking about body background, but about having markup that screws up your document when using a browser. Body background just happened to be there. Perhaps you would do well to have a look here http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Flittletreats.org%2F.
    I have noticed that you ignored my solution; your document still shows two bodies.
    Perhaps I should have mentioned that I tested in IE6 through to IE9 using IETester and the above was the only thing stopping IE from performing properly.
    How did you determine that the slideshow was not working correctly in IE and which versions of IE?
    Grumps

Maybe you are looking for

  • MSI Big Bang-XPower, Corsair AX1200W and 6-pin motherboard connector

    Hello, I apologize if this has been answered but I didn't seem to find it on the forums. I have the Corsair AX1200 power supply and the MSI Big Bang-XPower motherboard. The board has two ATX 8-pin connectors. I know that the second one is only needed

  • Access Image Metadata

    Hi! I'm attempting to create a photo uploader as part of a school project, and I was wondering how I can access, and edit, the metadata for the images I'm uploading.  I want to change the tags, description, etc.  I tried Googling, but it didn't retur

  • How to get active component of other components component usage

    Hi all, let me try to describe you the issue. I've got three components interacting with another. Lets call them CA, C1 and C2. CA uses both C1 and C2, so CA has component usages CUA1 and CUA2. But C1 also uses C2 with component usage CU12. C1 calls

  • How do i update N8 software

    i am currently trying to update the N8 software could i be send the update to my email. Solved! Go to Solution.

  • Problem when activate SAP Inbound IDOC Project

    hello, We are using the Fusion 11g and the SAP Adapter is the 11g P2 using the SAP JCO 3.0. I am getting the following error in the OSB server log when I import a project then activate it. I will send an IDOC from SAP and the SAP Adapter will except