Corrective action not working in OEM

Hi All,
I am working on OEM 12c R1 Cloud Control. While going through the documents I came to know that we can set a corrective action against a metric and whenever that condition gets violated the corrective action is executed. Now I decided to configure a corrective action whenver my weblogic server goes down OEM will start the server. While creating the corrective action under the type of action which can be created I found *" WebLogic Control 7.x and 8.x"* Does it mean that this action will work only for weblogic server version 7.x and 8.x.? Will this can not be executed for weblogic server 10.x as I am using weblogic server 10.3.5 ? If not, then how can we create these kind of corrective actions for the weblogic server 10.3.5?
Actually when I created a corrective action of type *"WebLogic Control 7.x and 8.x"*, and when my managed server went down OEM tried to execute the corrective action but it got an error with message *" Could not execute query: java.sql.SQLException: ORA-01403: no data found ORA-06512: at line 88"*
Can anyone please tell me a work around!!
Thanks in Advance!!

Shyama
Check the dynamic action how you queried
on what action you ask dynamic action to fire
If possible print the code here for faster response
Best Regards

Similar Messages

  • Lens Correction filter not working?

    I upgraded to CS5 specifically to use the auto lens correction feature (primarily for barrel and pincushion distortion on my Canon zoom lenses). Now I find that:
    Even though the camera back (5D Mark II) and lens information is included with an image, the lens correction filter requires me to manually select the back and lens.
    Several of my lenses are not even included in the data base, even though they're very popular lenses (e.g., EF16-35mm 2.8 L USM II and EF 70-300mm DO IS USM). I realize the data base is to be enlarged, but these seem like inexplicable omissions. (And I have no desire or time to create my own profiles.)
    The PDF instruction manual for CS5 offers no help, and I don't see this issue addressed in the forums. I'm hoping someone will be able to advise me on how to make this function work.

    Jeff,
       Thanks for the quick answer, but I still think the menu is misleading.
       If the body choices were in the format of "full frame, 1.3 crop, 1.6
    crop, etc.", it would be clear that the specific model didn't matter.
    However, this would create its own problems since many people wouldn't
    understand the concept of the crop factor for their camera.
       The fact that the 5D Mark II exists in the pull-down menu as a discrete
    choice in addition to the 1Ds Mark III implies that there is a difference
    between the two. Even if there is no functional difference in this context,
    it would avoid confusion if the actual body from the EXIF information could
    always be the default selection.
       Thanks.
    From: Jeff Schewe <[email protected]>
    Reply-To: <[email protected]>
    Date: Sun, 16 May 2010 23:57:46 -0600
    To: Mike Curl <[email protected]>
    Subject: Lens Correction filter not working?

  • (three-way color corrector) secondary color correction masks not working?

    Hi I'm using PP 2014 on Yosemite. Anyone notice (three-way color corrector) secondary color correction masks not working?

    strange. same stats here but im getting intermittent.... sometimes i can use the mask and the effect is only limited to the masked area. most of the time the masked area is ignored and the effect is applied to the whole image

  • Actions and Advanced Actions not working correctly. - Captivate 8

    In our project, we have it set so that after every section the student is asked three quiz questions (they are set on the default quiz slides.) On success, the person jumps to the next question slide. On failure, the person goes to next slide which has two buttons - one that allows them to simply move forward to the next quiz question and one that allows them to go back and review. The "Go back and Review" button takes the person back to the specific content slide that contains the answer to the question they are being asked. This button is set to advanced actions "Jump to Slide ..." and "Show Button..." - The button is a 'Return to Quiz' button to allows the person to find the answer then try the question again.  I know that the buttons on the default quiz slides cannot be programmed to do a specific action, but every time we click 'Submit' it seems fine until we click 'Next' to move ahead, it then routes us back to one of the content slides (Slide 7) instead of the next slide (if wrong), or the next question slide (if right). I have looked at the Advanced Interactions Window and there is nothing linking this slide to anything. I have not had this problem with any of our other modules or sections. I have tried creating new question slides and it did not work. I deleted Slide 7 and it worked fine the first time through the preview, but then when I viewed the preview again, it started jumping back and would not even let me get to the questions. Can anyone help?

    Normally the Next button on a question slide is not needed, because it has the functionality of Skipping the question. It is however needed if you want to allow Review.
    Another explanation is that you did change the normal work flow for a question slide, where a two-step process for submitting will take automatically the user to the next slide.
    Question Question Slides in Captivate - Captivate blog
    What did you do to need the Next button? If the user submits:
    Feedback appears with the indication to press Y or to click on the slide, happens at the pausing point of the Question slide (default is 1.5secs)
    When user presses Y or clicks, the actions Success/Last Attempt are executed if all attempts are exhausted, and you have only 1 attempt on Question level: the actions are by default Continue, but you can change it to 'Go to Next Slide' to shorten the waiting time (or drag the pausing point closer to the end of the slide).
    What did you change?

  • Smart actions not working since upgrade

    since installing the upgrade this weekend, why is my smartactions not working correctly?

        rlum1,
    We want you to be able to still enjoy the smart actions on your device! What type of device do you have? What exactly is happening with your smart actions? Please provide details.
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • Time based workflow:wait action not working

    I need to build a workflow for sending mail to manager if for an opportunity sales stage "requirement" remains for more than 30 days,I have given the workflow condition as:
    ([<SalesStage>] = "01 - Requirements")
    & then 2 actions 1st "Wait" & then "Send mail" somehow its not working.Please guide where i am getting wrong..

    Let me understand your business case: You need to send ONE email to the manager of the opportunity owner, if the Sales Stage = '01 - Requirements' for more that 30 days.
    You need two workflows and a unused/custom field (a boolean field is preferred). Both workflows are similar. The first workflow is based on the event - When new record saved. This workflow will be invoked as soon as a new opportunity is created. The second workflow is invoked whenever the opportunity is modified using the event - When modified record saved. Any user who has edit rights to the opportunity could modify the opportunity but not change the sales stage. This results in an unpleasant situation where the manager could be flooded with emails. That's where we use the boolean field to protect against multiple updates and ensure a single email is sent after 30 days if the sales stage is still '01 - Requirements'
    Workflow 1
    Record Type: Opportunity
    Event: When new record saved
    Condition:[<SalesStageId>] = "12ASA-XCD34" AND ([<IndexedBoolean0>] IS NULL OR [<IndexedBoolean0>] = "N")
    Note:
    1. IndexedBoolean0 is the field named Indexed Checkbox in the list of fields
    2. I have used the sales stage id. You have to find out the sales stage id for '01 - Requirements' and use it here.
    Workflow 1 - Actions (remember to activate all actions and workflows)
    1. Action = Wait
    Period= 30 days
    Reevaluate Rule Conditions After Wait = Y
    2. Action = Field Update After Wait
    Field Name = Indexed Checkbox
    Value = "Y"
    Overwrite Existing Values = Y
    3. Action = Email
    From > Specific Email Address> "[email protected]"
    To > Relative User On Record > Opportunity Owner's Manager
    Repeat this workflow configuration for Workflow 2, where the only difference is the event which should be When modified record saved
    Exposing the Indexed Checkbox on the opportunity detail page layout for all users is optional (not recommended). It might be a good idea to expose this checkbox on the opportunity detail page for the administrator role only... so that he/she can take corrective action if an email is not sent after 30 days.

  • Actions not working from CS6 to CS5

    I use a series of actions that were created in CS6 and are not that complicated. They resize and align an object to coordinates with the center reference point and proportions constrained. I assumed that they would translate to other coworker’s machines with cs5 and cs5.5, but they do not work. The actions appear to load properly, but do not run like they should.
    When I hit the assigned hotkey, the selected object moves, but not to the correct location and does not change size as it is supposed to. Also, I can try to manually play individual parts of the action (moving to a reference point or resizing to a certain width) and nothing happens. Not even a wiggle. When I do try to do them one at a time, the small downward triangle button that reveals details of the action disappears and when I click again I get an error message that says 'the object "transform panel" is not available.' I assume this means that action is looking for a location that has changed name or something, but I don't know how they work well enough to spot any differences when viewing the action with a text editor.
    All of the computers I tried had win7. Mine is CS6 (v 16.0.2 64-bit), 2 others had CS5 and 5.5.

    I have uploaded them here: http://ge.tt/63PjiIU/v/0
    The actions all have hotkeys assigned to them. I never noticed it in cs6 when I set up the commands, but in the cs5 computer that I was looking at had conflicts with using f5, f6, f7, and f8. Not sure if yours will too.
    The actions are designed for a document with multiple art boards but they will work if you only have one for testing purposes. All the commands are meant for a single object or a single group. Align must be set to art board, proportions constrained, and set the center reference point, but if you don't have them, they still should still function. The art board must be 14" x 11".
    Pressing F5 will align object to a position in the upper left corner of the art board. F6, lower left. F7 and F8 will do the same for the right side. The actions will resize the object to a specific width, height is not important.
    Adding a modifier of ctrl/cmd or shift should give different actions to the ones listed above. You might want to test those out, but honestly if one works, they should all work.
    Let me know if anything is confusing... I made them and they work for me, but I haven’t done any actions in the past and if they are sloppy, let me know.

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    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.
    Click
    HERE to participate the survey.

  • Actions not working in illustrator cc

    I've a list of actions that I've created in illustrator cs6, now that I'm using CC they're not working any more.
    I get the message e.g. 'the object move is not available' or 'the object reflect is not available'.
    Does this mean I have to recreate all of my actions again?
    I'm using CC on OS X version 10.9.3 on a macbook retina
    Thanks!
    Eric

    Hello Dhirendra,
    I've recreated all my actions in AICC 2014, because the ones I created in
    AICS weren't working.
    When I test the AICC 2014 newly created actions in AICC 2014 they seem to
    work fine.
    When I restart my computer and open AICC 2014 again and use the actions
    they don't work. Please find attached a screenshot.
    They default AICC 2014 do seem to work, so I'm not sure what is the problem.
    Any help is much appreciated as I rely on my actions
    Best,
    Eric
    BoomArtwork
    Concordiastraat 68
    Studio 116
    3551 EM Utrecht
    The Netherlands
    +316 421 551 18
    www.boomartwork.com
    <[email protected]>[email protected]
    The shop <http://www.society6.com/boomartwork> is open! Get your
    BoomArtwork prints here <http://www.society6.com/boomartwork>
    Want to stay updated?
    Subscribe to the newsletter here <http://www.boomartwork.com/subscribe>
    Or follow me on:
    Linkedin <http://www.linkedin.com/in/ericvandenboom> - Twitter
    <http://twitter.com/#%21/boomartwork> - Facebook
    <http://www.facebook.com/pages/boomartwork/218661868146> - Behance
    <http://www.behance.net/boomartwork> - Instagram
    <http://instagram.com/boomartwork>

  • Smart Actions not working properly after software update

    My Razr updated 2 days ago and since then my Smart Actions are not working properly. 
    I have my Work action set to turn the volume down when I'm at a certain GPS.  It shows that "Work" is active, but doesn't turn the volume down.
    Also, there are times (since I've owned the phone) that it will not connect to the network after coming off a Wifi Connection without rebooting the phone.  I took it into a Verizon store and they did a hard reset, and that fixed it for a time, but it started doing it again. 
    Any help appreciated.

        Hi mcclainkb, Let's make sure your phone works as you expect it to! Have you tried removing the Smart Action and setting it back up again?  Are your other GPS services working as normal?  After the hard reset performed in the store did you install all of the same application that you had before?
    Thank you,
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • Over State and actions not working with buttons in Flash cs4

    Hi - I am working on a Flash file and some of the buttons in the document are not working.When I test the movie the hand cursor appears when I hover over the buttons they don't change colour (as specified in the over state) and the actions don't work. Not sure what is going on here as I created other buttons in the same document the same way and they work fine. Thanks in advance.

    If you remove the code from the buttons do they react properly to a mouse over interaction?
    What is the code that is in place?

  • Actions not working in Illustrator CS6

    I created some actions that work on my PC. They area currently working in CS3, CS5 and CC. I had a friend test the actions on their MAC which is running CS6. The actions did not work. I am desperately trying to figure out why they work in previous builds with no problems but so far 2 people with macs running CS6 cannot run them.
    Any help would be greatly appreciated!
    Thanks,
    Charles

    Hello Dhirendra,
    I've recreated all my actions in AICC 2014, because the ones I created in
    AICS weren't working.
    When I test the AICC 2014 newly created actions in AICC 2014 they seem to
    work fine.
    When I restart my computer and open AICC 2014 again and use the actions
    they don't work. Please find attached a screenshot.
    They default AICC 2014 do seem to work, so I'm not sure what is the problem.
    Any help is much appreciated as I rely on my actions
    Best,
    Eric
    BoomArtwork
    Concordiastraat 68
    Studio 116
    3551 EM Utrecht
    The Netherlands
    +316 421 551 18
    www.boomartwork.com
    <[email protected]>[email protected]
    The shop <http://www.society6.com/boomartwork> is open! Get your
    BoomArtwork prints here <http://www.society6.com/boomartwork>
    Want to stay updated?
    Subscribe to the newsletter here <http://www.boomartwork.com/subscribe>
    Or follow me on:
    Linkedin <http://www.linkedin.com/in/ericvandenboom> - Twitter
    <http://twitter.com/#%21/boomartwork> - Facebook
    <http://www.facebook.com/pages/boomartwork/218661868146> - Behance
    <http://www.behance.net/boomartwork> - Instagram
    <http://instagram.com/boomartwork>

  • Automator Export Action NOT WORKING.

    I realize that double-posting is not typically a good thing, but this forum seems to get more activity than the Automator one, and it sort-of applies to both, so I'm posting here as well...
    Basically, I cannot get the Export Images action to work. I get an error every time:
    "Aperture got an error: NSInternalScriptError (8)"
    Here is my original post: http://discussions.apple.com/thread.jspa?threadID=546528&tstart=0
    Anyone with any help/info would be much appreciated. Thanks!!

    Wow. I can't believe it, but that worked. I had JUST installed it (and had actually never tried the Automator thing) so I just did not assume that that could have been the problem.
    Thanks a bunch for the help, Kevin. That was about as simple as it gets. It seems to be working just fine now.
    (except it exports ALL of the images in a given album, i.e., the ones inside stacks as well. But hey, I can live with that. At least it works at all.)
    thanks again.

  • Multiple Actions not working for DPS

    I've created a box and made it into a button. I've assigned two actions to this button:
    If I have both actions checked, it works fine in the preview within InDesign, but does not work on the desktop Content Viewer and it does not work when uploaded to the iPad.
    If I uncheck either box, it works well in all scenarios. Any ideas.

    No Bob, it does not. It just has two states:
    "menorah blank": A white box on the page that is "invisible" since it blends in with the page color.
    "menorah popup": A pop up box with the graphics. There is an invisible box (but not within the "menorah" MSO" that sits above the red "x" box to send the "menorah" MSO back to it's blank state. Could this be the problem?
    I'be be happy to ftp that single indesign page to you if it would help.
    Thanks for the speedy reply!

  • Actions not working- CS3

    I have my own purchased copy of Photoshop CS3 on a PowerMac G5 and it's been working fine.
    Now I can't get the actions to work, and I have 1,000 files to resize.
    I've reinstalled the program, but nothing has changed.
    Here's what I do:
    Through Bridge, open image (tiff), open actions
    create new set, create new action, Record
    resize image, save image as jpg to new folder, close, Stop Action
    In  Photoshop, Batch, select action, select source and destination folders, hit ok
    Action starts, opens up file, resizes, closes
    Usually nothing appears in the new folder.
    Today:
    It is now saving a tiff and a jpg to the new folder, but the jpgs are totally the wrong size, and the tiff is not supposed to be there.
    It's good it's actually saving an image now, but not still doing what I specify
    Any suggestions?

    A Save As-step with Folder-seelction in an Action can be problematic.
    I recommend you just use File > Scripts > Image Processor and drop the Save As-step from the Action.

Maybe you are looking for

  • How to search for (and get taken to) a specific SMS or iMessage?

    Hi all, I can't find a way to jump to a Specific part of a conversation position in the Messages app. My phone has a few long conversations stored (often requiring 100 or more taps of the "load more messages" button to scroll all the way through) rat

  • MacBook Hinge - Uneven Gap

    I have a white MacBook that developed the hairline crack problem. Apple replaced the top and bottom cases, so the cracks have gone. However, in replacing those parts, Apple didn't put the top case back on quite right. It's hard to explain, but when t

  • Need FM to read classification deatils of a material based on classtype

    Hi All, i need FM to read classification deatils of a material based on classtype. ex: in mm02 if u enter any material number and enter, we ll see the material and below that class type (description as material class).Based on this class type i need

  • APP Configuration-Bank Determination

    Dear all, Could anybody plz suggest on APP config on Bank Determination : Client would like to maintain one house bank for different Account Ids using the one payment method and one currency. Normally system is not allowing us to define bank accounts

  • QT Image Degrades

    Good morning. I recently exported a sequence from FCP using the 'QuickTime Movie' option with 'current settings'. When I play this in FCP (default) all is clear and looks sharp. But when I play the exported sequence using QuickTime there is a very no