Unable to activate or deactivate the Correlation policy

After creating a correlation policy with complex conditions, I am unable to activate or deactivate the policy.

Reason
This issue occurs when a complex condition is created, and one of the sub conditions is deleted. In the case below, the correlation rule is missing a sub condition that would have been used together with the Rule Message condition, but it has been deleted. The following screenshot shows a similar situation.
Workaround
The workaround of this issue is to delete the "indented" broken complex condition, and adding it back to the rule as a regular condition.

Similar Messages

  • How to activate and deactivate the text fields in subscreens

    Hi  All,
    I have one requirement to activate and deactivate the fields in Sub screen.
    The requirement is initially the all screen fields are output field with some value .Suppose user want to edit the value, they choose the check box then automatically the sub screen fields are changed to input modeu2026
    How to validate these settings in the sub screens..
    Thanks & Regards,
    Samantula

    Hi,
      if it is report then use the both at-selection screen.
    if it is in dialog program  AT SELECTION-SCREEN OUTPUT instead of PBO and AT SELECTION-SCREEN instead of PAI
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF p_chk <> 'X' AND screen-name = 'FLATFILE'.
          screen-required = 0.
          screen-input = 0.
           MODIFY SCREEN.
         ENDIF.
    AT SELECTION-SCREEN.
      LOOP AT SCREEN.
        IF p_chk <> 'X' AND screen-name = 'FLATFILE'.
          screen-required = 0.
          screen-input = 0.
           MODIFY SCREEN.
        ELSEIF p_chk = 'X' AND screen-name = 'FLATFILE'.
           screen-input = 1.
           MODIFY SCREEN.
        ENDIF.
    Thanks & Regards,
    Vallamuthu.M

  • I have installed Adobe Photoshop CS  (original 2003 2004 version) on my new Windows PC.  I have been unable to activate it and the note says it will expire after 29 days.  What can I do to activate it?

    I have installed Adobe Photoshop CS  (original 2003 2004 version) on my new Windows PC.  I have been unable to activate it and the note says it will expire after 29 days.  What can I do to activate it?

    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3

  • HT201263 unable to activate or restore the i phone

    after updating the iphone i am unable to activate the device

    Did you have modified software installed before the phone was updated? If yes, jailbreaking can block the activation and there is nothing you can do about it.
    Unauthorized modification of iOS has been a major source of instability, disruption of services, and other issues
    Did you change the provider and has the phone been officially unlocked before you tried to update the device?

  • Every 2 to 3 mouse clicks, I am unable to activate any of the controls on the web page.

    Current workaround involves having task manager on screen, clicking in it to activate it & then continuing on the web page for another 2 or 3 clicks. I've had to go back to V3.0.19 as the latest version was crucifying my system performance with container.exe
    I'm running firefox on a win XP system. I was running the latest version up until about a week ago, but it is too processor hungry and ran painfully slow after it had been on for a while. So I reverted back to an older version, which I don't recall having any issues with in the past.
    I always use the internet in a limited user account, and I have no anti virus software running.
    When I reverted back to the previous version, I kept all my current settings. Is it possible that some of the retained settings are incompatible?

    Force iPad into Recovery Mode
    1. Turn off iPad
    2. Connect USB cable to computer; leave the other end alone
    3. Press and hold the Home button down and connect the docking end of cable to iPad
    4. Continue holding the Home button until you see the "Connect To iTune" screen
    5. Release the Home button
    6. Open iTune
    7. You should see "iTunes has detected an iPad in recovery mode"
    8. Use iTune to restore iPad
    Note: You need to be patient and repeat the above many times.

  • Unable to activate or edit the transformation in dev

    Hi guys,
    i have created a transformation in dev bet info source and infocube, which is a standard one and having more than 40 routines. Now it is been moved to quality and production, where we can see only 10 routines. By mistake i deleted one routine from one info object in dev, then the transformation became inactive. I am trying to activate, which is not permitting not even for edit also. I can add deleted routine only once the edit mode is possible.
    pl give solution;

    Hi, since you have alreadytransported your transformation to Quality & Prod, request you to try the following.
    Check in your Dev env., if your transformation is locked out in any of the transport request. Usually when you would have deleted the routine by mistake an dtried to save, the system would prompt for a transport request. Did you choose "Local Objects" or did you choose a request. If you have chosen a request, you can try to delete it. Also check if the object is locked otherwise in SM12.
    Also check if you have the necessary authorization post the transport to Quality & Prod environment.
    I can't think of any other reason why the system would not allow you to edit it.
    Once you are able to edit, copy & paste the routine from quality or Prod, if its part of the ones that have been transported.
    While creating the transport request, to be on the safe side, check for the full transport package in SE09, which will also give you an idea of how many routines are being transported, before you actually move to prod.
    Regards
    Anujit Ghosh

  • HT4623 I have an apple 3GS phone .I connected to iTunes while updating from 4.1 version, after the updation has been completed it's coming unable to activate iPhone because. the activation server is temporarily unavailable.I connected to iTunes but its no

    My iPhone cannot be activated can u tell me the reason.

    Has the device ever been hacked or jailbroken?

  • Unable to activate debugging on the server

    Hello,
    At the Developer Studio at the J2EE Engine tab view there is an option to Enable debugging on the portal server (By right-clicking on server0).
    The problem is that all this menue is shaded and unavailable to me. What should I do in order to be able to use the features ?

    Sorry I said VA before - I meant go into the configtool.
    In there click on your instance and the on the right pane click on the tab Servers Debug.  The top option Debuggable has to be checked.
    Hope this elps

  • How to activate or deactivate screen painters element through program?

    i am using module pool programming ,
    i want to activate or deactivate the screen painters elements  through programming how i can do it?

    Hi,
    You can perform active and deactive the fileds in the selection screen using AT SELECTION-SCREEN OUTPUT event. Loop the screen table and modify the content of a screen field inside the loop based on requirements.
    Check this code.
    selection-screen begin of block b1 with frame.
    parameters: p_g1 radiobutton group gp1 default 'X' user-command chk,
    p_g2 radiobutton group gp1.
    selection-screen end of block b1.
    selection-screen begin of block b2 with frame.
    parameters: p_gltrp type afko-gltrp modif id g1.
    parameters: p_werks type aufk-werks modif id g1.
    parameters: p_datum type afko-gltrp modif id g2.
    parameters: p_uzeit type aufk-werks modif id g2.
    selection-screen end of block b2.
    at selection-screen output.
    loop at screen.
    if p_g1 = 'X' and screen-group1 = 'G2'.
    screen-active = 0.
    modify screen.
    endif.
    if p_g2 = 'X' and screen-group1 = 'G1'.
    screen-active = 0.
    modify screen.
    endif.
    endloop.
    Also try the below code to get some idea
    report zsample.
    TABLES:lfm1.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: s_lifnr FOR lfm1-lifnr .
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-002.
    PARAMETERS:
    r_asn RADIOBUTTON GROUP rad1 USER-COMMAND uc1 DEFAULT 'X',
    r_ers RADIOBUTTON GROUP rad1 ,
    r_830 RADIOBUTTON GROUP rad1,
    r_850 RADIOBUTTON GROUP rad1,
    r_862 RADIOBUTTON GROUP rad1,
    r_810 RADIOBUTTON GROUP rad1,
    r_820 RADIOBUTTON GROUP rad1,
    r_824 RADIOBUTTON GROUP rad1.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-003.
    SELECT-OPTIONS: s_bstae FOR lfm1-bstae MODIF ID sd1.
    PARAMETERS:
    p_ekorg TYPE lfm1-ekorg MODIF ID md1,
    p_evcode TYPE edp21-evcode MODIF ID md2,
    p_kappl TYPE nach-kappl MODIF ID md3,
    p_parvw TYPE nach-parvw MODIF ID md4,
    p_kschl TYPE nach-kschl MODIF ID md5,
    p_vakey TYPE nach-vakey MODIF ID md6,
    p_werks TYPE werks_d MODIF ID md7,
    p_bukrs TYPE lfb1-bukrs MODIF ID md8.
    SELECTION-SCREEN END OF BLOCK b3.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF r_asn EQ 'X'
    AND ( screen-group1 = 'MD3' OR screen-group1 = 'MD4'
    OR screen-group1 = 'MD5' OR screen-group1 = 'MD6'
    OR screen-group1 = 'MD7' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_ers EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD3'
    OR screen-group1 = 'MD4' OR screen-group1 = 'MD5'
    OR screen-group1 = 'MD6' OR screen-group1 = 'MD7'
    OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_830 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD6'
    OR screen-group1 = 'MD7' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_850 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD6'
    OR screen-group1 = 'MD7' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_862 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_810 EQ 'X'
    AND ( screen-group1 = 'MD3' OR screen-group1 = 'MD4'
    OR screen-group1 = 'MD5' OR screen-group1 = 'MD6'
    OR screen-group1 = 'MD7' OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_820 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD3'
    OR screen-group1 = 'MD4' OR screen-group1 = 'MD5'
    OR screen-group1 = 'MD6' OR screen-group1 = 'MD7' ).
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ELSEIF r_824 EQ 'X'
    AND ( screen-group1 = 'SD1' OR screen-group1 = 'MD1'
    OR screen-group1 = 'MD2' OR screen-group1 = 'MD3'
    OR screen-group1 = 'MD4' OR screen-group1 = 'MD5'
    OR screen-group1 = 'MD6' OR screen-group1 = 'MD7'
    OR screen-group1 = 'MD8' ) .
    screen-active = '0'.
    screen-invisible = '1'.
    screen-input = '0'.
    screen-output = '0'.
    ENDIF.
    MODIFY SCREEN.
    ENDLOOP.
    Regards,
    Chandru

  • SharePoint Foundation Sandboxed Code Service - Unable to activate worker process proxy object within the worker process

    Issue:
    On a vanilla installation, the sandboxed code service (e.g. SPUCHostService.exe) is started; however, SPUCWorkerProcessProxy.exe and subsequently SPUCWorkerProcess.exe fails to start.
    Resolution/Workarounds attempted:
    Attempted 2 different Load balancing settings – local and remote (i.e. affinity)
    Ensured local computer policy on server for ‘RPC Endpoint Mapper Client Authentication’ and ‘Restrictions for Unauthenticated RPC clients’ is disabled.
    Ensured following key in registry is set properly - HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\RPC
    Attempted to bypass SharePoint’s check for certificate revocations at crl.microsoft.com
    Ensured the service account is added to the respective groups (e.g. Performance Log Users, Performance Monitor Users, IIS_IUSRS, WSS_ADMIN_WPG, WSS_WPG)
    Increased limit of ‘AbnormalProcessTerminationCount’ of SPUserCodeService via Powershell
    We have tried all possible workarounds from the following MSDN reference:
    http://blogs.msdn.com/b/sharepointdev/archive/2011/02/08/error-the-sandboxed-code-execution-request-was-refused-because-the-sandboxed-code-host-service-was-too-busy-to-handle-the-request.aspx
    ULS:
    02/21/2014 05:24:50.64  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service              fe8a               
    Medium               -  - Unable to activate worker process proxy object within the worker process: ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000  
    02/21/2014 05:24:50.64  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service              fe8c               
    Medium               -  - Error activating the worker process manager instance within the worker process. - Inner Exception: System.InvalidOperationException: Unable to activate worker
    process proxy object within the worker process: ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000     at Microsoft.SharePoint.UserCode.SPUserCodeWorkerProcess.CreateWorkerProcessProxies()    
    02/21/2014 05:24:50.64  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service              ei0t               
    Medium               - Process creation/initialization threw an exception. Stopping this process. "ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000"
    02/21/2014 05:24:50.65  SPUCHostService.exe (0x0230)  0x0F74  SharePoint Foundation Sandboxed Code Service             
    fe87                Medium               -  - Error activating the worker process manager instance within
    the worker process. - Starting worker process threw - Inner Exception: System.InvalidOperationException: Unable to activate worker process proxy object within the worker process: ipc://38432b45-2f32-4926-ade2-ef53ae1cd501:7000     at Microsoft.SharePoint.UserCode.SPUserCodeWorkerProcess.CreateWorkerProcessProxies()   
    Any other insights on how I can troubleshoot the issue described?
    Thanks in advance!

    Hi ,
    For resolving your issue , you can do as the followings:
    1. Logged into the Web Server with the Timer Service Account.
    2. Ran the powershell command to check the SID of the account running the spucworkerprocessproxy.exe:  
    $(Get-SPManagedAccount -Identity "THE SERVICE ACCOUNT").Sid.Value
    3. Checked the registry :
    HKEY_USERS\[SID OF THE SERVICE ACCOUNT]\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing\State
    4. Changed the value 0x00023c00 to 0x00023e00
    In addition, here are some similar posts for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/aae497df-5f0d-4f86-a724-c7b805ccd07f/sharepoint-sandboxed-code-service-troubles?forum=sharepointgeneralprevious
    http://blogs.technet.com/b/operationsguy/archive/2011/01/17/sharepoint-2010-sandboxed-code-solutions-and-web-proxy.aspx
    http://social.msdn.microsoft.com/Forums/en-US/c21e2c3a-a259-4d5f-8071-eff52b7bddc3/issue-sandbox-solution-too-busy-to-handle-the-request?forum=sharepointgeneralprevious
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    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]
    Wendy Li
    TechNet Community Support

  • I am unable to activate an old windows copy of CS3 that I have. Did previously install it on other computers which I then failed to deactivate before discarding them. What can I do now?

    I am unable to activate an old windows copy of CS3 that I have. Did previously install it on other computers which I then failed to deactivate before discarding them. What can I do now?ACT

    why can't you install it?
    if it's because you've used your max of 2 current activations and need to deactivate (and you'll see that message if that's the problem), contact adobe support - http://helpx.adobe.com/x-productkb/global/service1.html
    otherwise, explain.

  • My motherboard went out and I got a new computer and I need to deactivate Pro X from the old system and activate it on the new system.  How is this done?

    My motherboard went out and I got a new computer and I need to deactivate Pro X from the old system and activate it on the new system.  How is this done?

    Hi David ,
    If it is a retail version ,then you need to deactivate it and uninstall it as well from your old computer and then you can install it back on the new computer.
    If it a subscription based software ,then you just need to deactivate it and you can operate the same on your new computer by entering in your credentials .
    For more information ,you can refer to this link.
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    Regards
    Sukrit Dhingra

  • I have buy a CS6 Master collection before,but i have reset my computer yesterday.i forget to deactivate the product, so i can't activate the product now to use the full product?

    why did it happen?

    You are allowed to have two activated installations, so if you already had two activations in use then you cannot actiovate a thrid unless you deactivate one of the other two.  If you only had one activation used up then you should still be able to activate a second installation.
    You should contact Adobe support and have them deactivate the original one that you forgot to.
    Start Here  If after selecting relevant responses you are unable to find a solution, choose "Still need help? Contact us." and the chat contact option.

  • I did not deactivate a photoshop cs6 before there was a new hard drive installed with a Win7 Pro fresh install too. How can I activate photoshop on the new hardware if I can't deactivate it on the old hardware that is no longer available? Any help will be

    I did not deactivate a photoshop cs6 before there was a new "C" hard drive installed on my computer and a Win7 Pro fresh install too. How can I activate photoshop on the new hardware if I can't deactivate it on the old hardware that is no longer available? Any help will be appreciated.

    If it's the same machine (same CPU) there should not be any need to activate.  The actiovation is tied to your CPU.
    If you run into problems, then:
    Unfortunately, only Adobe customer service can assist you with your issue. These are user forums; you are not addressing Adobe here.
    Click on the link below, and after that click on "Still need Help? Contact us."
    Then on the next page, click Chat
    There is also a phone option. 1 (800) 833-6687
    http://helpx.adobe.com/contact.html?step=PHXS_downloading-installing-setting-up_licensing- activation

  • I recently got a new computer because my old one wouldn't let me open creative suite 3 after it generated a error and now I can't deactivate the key to activate it onto my new account.

    I recently got a new computer because my old one wouldn't let me open creative suite 3 after it generated a error and now I can't deactivate the key to activate it onto my new computer. Any help would be appreciated. Thank you.

    You are allowed to have two activted installations, so if the first machine is the only machine with an activated installation there is nothing prohibiting you from installing and activating on the new machine.
    You can contact Adobe Support thru chat to have the old installation deactivation.
    Serial number and activation support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

Maybe you are looking for

  • Material Price and Cost Report

    Hi Friends, I have    EKKO ( Purchasing Document Header )    EKPO ( Purchasing Document Item   )    EINA ( Purchasing Info Record - General Data )    A017 ( Material Info Record ) Tables Now  i want to fetch                STPRAS ( Standard Price )  

  • SAP R3 custom extract - trigger XI to map and send to Mainframe

    Hello, I'm looking for the best way to occasionaly send table data (as decided by business user via custom transaction) from R3 business system to XI and eventually on to Mainframe. I'm OK with this latter portion of XI mapping, JMS / MQ config, and

  • Acrobat Designer -Show/Hide/Delete Pages

    I have a PDF that is built in Designer 7.0.41126, it has 3 static data capture pages and 6 dynamic pages that are set to hidden at the begining of the process. Once the user captures the data they click a generate button and the script makes the page

  • Cost Center & WBSE

    Dear All, I have requirement for one project as follows: I have created one project & planning costs in WBSE/Network, posting the costs via GR / GI. These costs are shown on WBSE (Report: S_ALR_87013532). I want to see these costs on Cost Centers als

  • Reverse Y-Axis sequence on Analyzer graph

    We would like to report rankings, 1-10 on an analyzer graph. Not a problem, however, we want 1 at the top of the y-axis, and 10 at the bottom (1=best). Is there are way to reverse the sequence of the y-axis...it comes out 10, 9, 8 ..1 top to bottom,