Disable "Change mode" in FBL1N

Hello All,
   One user here would like block the options "change mode" in FBL1N transaction after click in document. I'm annex the screen about my doubt. Is it possible ?
regards

Hi Rollin,
You can also define rule for:
Document Change Rules, Document Header
Document Change Rules, Line Item
The field which you want to restrict for change, just add that field to rule and don't mark the check "Field Can be Changed", in this case when user try to change the field it will always be display only in FBL1N AND FB02 also.
IMG Path: Financial Accounting (New)>Financial Accounting Global Settings (New)>Document>Rules for Changing Documents
You can also try 2nd Option, the user who are authorize for FBL1N, don't give them authorization for FB02 in the Role, in that case they can only display the vendor line time, they cant change.
Regards
Javed

Similar Messages

  • Sales Item's Qty is disabled in change mode (VA02) of Sales Order.

    Hi,
    1) We create Sales order (L2) from Service Order(DP90 tcode), system automatically selects 'LABOR HOURS' material, based on actual hours posted for a service order and adds this as 1st line item in Sales Order. When order is saved and we go back to VA02, we find that LABOR HOURS item is disabled, meaning we cannot change Qty but can only change Amount. The item is not billed yet.
    2) If we add 2nd line item with same 'LABOR HOURS'  material in change mode(VA02), Ssave and get back to VA02 again, this item is enabled. We want to make the 1st Line item's qty enabled so users can change the qty before creating billing document.
    Since the 1st line item is created from DP90 tcode, system does not allow us to change the Qty ? Any help is appreciated.
    Niranjan

    Hi Jelena,
    Thanks once again for your time and responding back.
    If you remember, I had mentioned that we are creating Sales order from DP90 tcode. We had created a custom screen(and tcode) called ZWIN where we had provided a button to create Sales order from Service Order using DP90 tcode. In this custom screen, we were calling BDC for DP90 and creating Sales order. On the same custom screen, we had given option where users could enter other materials. For these extra materials added, we were using BAPI 'BAPI_SALESORDER_CHANGE', to add these new materials. Here is how I fixed it.
    1) DP90 would have created sales order with Item 10 for LABOR HOURS.
    2) Then  'BAPI_SALESORDER_CHANGE' would have added any extra materials selected on Custom screen.
    3) While calling this BAPI, I deleted Item 10 with LABOR HOURS and added new Line Item 11 with same LABOR HOURS.
    Now when I get into VA02, I see that LABOR HOURS line is enabled, which means we can change Qty.
    This avoided deleting line item and adding same item in VA02 when there was a change in qty later.
    Thanks again.
    Niranjan

  • Disable the Editing Option in Employee Start Date at change Mode

    Hi Expert's,
                     Here I have one requirement to Disable the Particular field in change mode. In Change mode the employee Start Date will possible to edit
    but my client asking to disable that field. In create mode only that field should be enabled. i meant field ( PA0001-begda).
    i know it is possible to restrict edit option with help of BADI and User Exit. but am looking to do in customizing option. it is possible to do?.
    Thanks in Advance..
    Regards,
        Thangam.P

    Hi ,
              Anyone suggest me to resolve my problem.
    Regards,
        Thangam.P

  • Acrobat Reader X Disable Protection mode

    Hi All,
    i need some help with this freaky Acrobat Reader X version.
    We have currently  ~1000 computers with different old versions of AR (form 6 to 9)
    We need to upgrade to 10.0.1 version all PC's
    Will use SCCM for distributing the package.
    OK... everything here seems good but ... a lot of problems and erros appear.
    First we've installed on test group of 10 pc's the AR 10.0.0
    all users start complainig that they can't open the pdf's from our file servers.
    Solution - bring the patch 10.0.1
    After that all users start complaining that they can't print - Windows Error - Acrobat need to be closed !
    Solution - Protection mode disabled.
    My questions :
    1. How can I distribute both the Package of Acrobat and the update together with SCCM
    All my tries and reaings failed !!!
    i've try different methods and no success
    msiexec /i /q \\server\d$\Workstation Baseline\AcrobatReaderX\AcroRead.msi TRANSFORMS="AcroRead.mst" PATCH=\\server\d$\Workstation Baseline\AcrobatReaderX\adbeRdrUpd1001_Tier1.msp
    this do not work for me This is in SCCM program
    2. How can i disable through Adobe Wizard the Protection Mode ?
    I know how to do it manually but is not acceptable this way - i can't communicate with 1000 users to do this manually
    I know how to disable it from registry with GPO , but i can't disable it before installation, also i can't disable it on all PC's after installation, because it will take several days to complete for all pc's and this "hole" of some days will stop the work of our end-users.
    Any fresh ideia is wellcome. Also any help
    Thanks

    hey,
    had similar issues with protection mode.
    found we can do it 2 ways, 1. via registry entry, or 2. via an ADM.
    sorry cannot remember the referenced posts for the fixes below...
    we use the adm so that users cannot change it, and so that updates dont reset it.
    note that the adm has only a few settings, and i dont know the code for any other settings.
    1. - REG method:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown]
    "bProtectedMode"=dword:00000000
    REM: Above line Disables Protected Mode on startup
    2. - ADM Template method
    please note, just copy and paste into a text file and rename as .adm.
    remember that on the last section of the code below, change the "YOUR HEADER HERE" bit to what you want to use to find it in the GPO manager once you add the template.
    CLASS USER
    CATEGORY !!YOUR_COMPANY_NAME_GOES_HEREHeader
    CATEGORY "Adobe Reader 10"
    CATEGORY "Preferences"
    CATEGORY "General"
    CATEGORY "Application Startup"
    POLICY "Show splash screen"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Originals"
    EXPLAIN !!ExplainNosplash
    VALUENAME "bDisplayedSplash"
    VALUEON NUMERIC 0
    VALUEOFF NUMERIC 1
    END POLICY
    POLICY "Enable Protected Mode at startup"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Privileged"
    EXPLAIN !!ExplainProtectedMode
    VALUENAME "bProtectedMode"
    VALUEON NUMERIC 1
    VALUEOFF NUMERIC 0
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Identity"
    POLICY "Organization Name"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Identity"
    EXPLAIN !!ExplainOrgName
    PART "Organization Name." EDITTEXT
    VALUENAME "tCorporation"
    END PART
    END POLICY
    END CATEGORY
    CATEGORY "Internet"
    CATEGORY "Internet Options"
    POLICY "Connection speed"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\AVGeneral"
    EXPLAIN !!ExplainConnection
    PART "Connection speed." DROPDOWNLIST REQUIRED
    VALUENAME "iConnectionSpeed"
    ITEMLIST
    NAME "56kbps" VALUE NUMERIC 56000
    NAME "LAN" VALUE NUMERIC 10000000 DEFAULT
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Spelling"
    CATEGORY "Dictionaries"
    POLICY "Dictionaries"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling"
    EXPLAIN !!ExplainDictionary
    PART "Default Dictionary" DROPDOWNLIST
    VALUENAME "tDictionaryName"
    ITEMLIST
    NAME "English (United Kingdom)" VALUE "English (United Kingdom)"
    ACTIONLIST
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling"
    VALUENAME "iDictionaryDefaultID" VALUE NUMERIC 7
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling\cDictionaryOrder"
    VALUENAME "t0" VALUE "English (United Kingdom)"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling\cDictionaryOrderID"
    VALUENAME "i0" VALUE NUMERIC 7
    END ACTIONLIST
    NAME "English (United States)" VALUE "English (United States)"
    ACTIONLIST
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling"
    VALUENAME "iDictionaryDefaultID" VALUE NUMERIC 2
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling\cDictionaryOrder"
    VALUENAME "t0" VALUE "English (United States)"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling\cDictionaryOrderID"
    VALUENAME "i0" VALUE NUMERIC 2
    END ACTIONLIST
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Units"
    POLICY "Page Units"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Originals"
    EXPLAIN !!ExplainPageUnits
    PART "Page unit" DROPDOWNLIST REQUIRED
    VALUENAME "iPageUnits"
    ITEMLIST
    NAME "Points" VALUE NUMERIC 0
    NAME "Inches" VALUE NUMERIC 1
    NAME "Millimeters" VALUE NUMERIC 2 DEFAULT
    NAME "Centimeters" VALUE NUMERIC 3
    NAME "Picas" VALUE NUMERIC 4
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    END CATEGORY
    CATEGORY "Adobe Acrobat 10"
    CATEGORY "Preferences"
    CATEGORY "General"
    CATEGORY "Application Startup"
    POLICY "Show splash screen"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Originals"
    EXPLAIN !!ExplainNosplash
    VALUENAME "bDisplayedSplash"
    VALUEON NUMERIC 0
    VALUEOFF NUMERIC 1
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Identity"
    POLICY "Organization Name"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Identity"
    EXPLAIN !!ExplainOrgName
    PART "Organization Name." EDITTEXT
    VALUENAME "tCorporation"
    END PART
    END POLICY
    END CATEGORY
    CATEGORY "Internet"
    CATEGORY "Internet Options"
    POLICY "Connection speed"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\AVGeneral"
    EXPLAIN !!ExplainConnection
    PART "Connection speed." DROPDOWNLIST REQUIRED
    VALUENAME "iConnectionSpeed"
    ITEMLIST
    NAME "56kbps" VALUE NUMERIC 56000
    NAME "LAN" VALUE NUMERIC 10000000 DEFAULT
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Spelling"
    CATEGORY "Dictionaries"
    POLICY "Dictionaries"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling"
    EXPLAIN !!ExplainDictionary
    PART "Default Dictionary" DROPDOWNLIST
    VALUENAME "tDictionaryName"
    ITEMLIST
    NAME "English (United Kingdom)" VALUE "English (United Kingdom)"
    ACTIONLIST
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling"
    VALUENAME "iDictionaryDefaultID" VALUE NUMERIC 7
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling\cDictionaryOrder"
    VALUENAME "t0" VALUE "English (United Kingdom)"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling\cDictionaryOrderID"
    VALUENAME "i0" VALUE NUMERIC 7
    END ACTIONLIST
    NAME "English (United States)" VALUE "English (United States)"
    ACTIONLIST
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling"
    VALUENAME "iDictionaryDefaultID" VALUE NUMERIC 2
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling\cDictionaryOrder"
    VALUENAME "t0" VALUE "English (United States)"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling\cDictionaryOrderID"
    VALUENAME "i0" VALUE NUMERIC 2
    END ACTIONLIST
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Units"
    POLICY "Page Units"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Originals"
    EXPLAIN !!ExplainPageUnits
    PART "Page unit" DROPDOWNLIST REQUIRED
    VALUENAME "iPageUnits"
    ITEMLIST
    NAME "Points" VALUE NUMERIC 0
    NAME "Inches" VALUE NUMERIC 1
    NAME "Millimeters" VALUE NUMERIC 2 DEFAULT
    NAME "Centimeters" VALUE NUMERIC 3
    NAME "Picas" VALUE NUMERIC 4
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    END CATEGORY
    END CATEGORY
    [strings]
    YOUR_COMPANY_NAME_GOES_HEREHeader=YOUR HEADER HERE
    ExplainNosplash="When disabled, the program will not display a splashscreen on startup.\n\nWhen enabled, the splashscreen will be displayed."
    ExplainProtectedMode="When disabled, the program will not run in Protected Mode.\n\nWhen enabled, Protected Mode will run, and may cause compatibility errors.\n\nSee http://kb2.adobe.com/cps/860/cpsid_86063.html for more details."
    ExplainOrgName="Enter the organization name by typing it in."
    ExplainConnection="To specify LAN, set the connection speed to 10000000."
    ExplainPageUnits="Set the page unit from the drop-down list.\n\nThe default is millimeters."
    ExplainDictionary="Used to specify the default dictionary to spell checking."

  • Disable clamshell mode via Terminal

    Hi everyone.
    Is there any way to disable "clamshell mode" and avoid my MacBook Pro waking up seconds after I close the lid?. I always use my MBP17 with a magic mouse, usb hub, external monitor and plugged magsafe but using both screens at the same time. I just would like to close the lid and enter sleep mode while I go away from my mac for five minutes without having to unmount drives, unplug magsafe and turn off mouse. It's crazy!!. I still can't believe there is no preference for that.
    I know thats the wanted behaviour for using the external display with the macbook screen off but I just wanna send my mac to sleep for God sake!!
    Thanks in advance and excuse my poor english.

    Your English is much better than that of some native English speakers who post here.
    Your MBP's waking up immediately after being closed, without your doing something to cause it, is *not a feature of clamshell mode.* In clamshell mode, the expected behavior is that the machine will sleep when the display is closed, and you will then wake it and bring the external display into operation *by pressing a key on the external keyboard.* If you don't do that, it stays asleep. So clamshell mode doesn't need to be disabled to stop the behavior that's annoying you, because that behavior has nothing to do with clamshell mode.
    Instead, you need to determine which of the devices you are using with the MBP is interrupting sleep. This is nearly always caused by a USB device that doesn't understand sleep, and tries to communicate with the computer while it sleeps — which causes it to wake up. It may be your keyboard, your mouse, an external drive, a printer, scanner, ExpressCard device, Bluetooth cell phone, or even an SD card in the built-in card reader, if you have one. So first turn Bluetooth off and close the display to test for a change in behavior. If the MBP still wakes up a minute later, that wasn't the culprit. Disconnect your other peripheral devices one at a time, testing again after each disconnection, until you discover which device is responsible.

  • How to verify when i change mode in form of standard?

    To All
             I want to know that how to coding if I change mode on screen Incoming Payment from "Add" mode to "OK" mode. I develop it using vb.net to catch event. This post I want to insert button into standard screen by in first time I created button but I disable it but I click "Last Data Record" in menu bar system will change to "OK" immediately. I want to know coding catch changing mode. example code as below

    Try
                If pVal.FormType = 170 And pVal.EventType <> SAPbouiCOM.BoEventTypes.et_FORM_UNLOAD And pVal.Before_Action = False Then
                    If pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD And pVal.Before_Action = False Then
                     Then
                        oForm = SBO_Application.Forms.Item(FormUID)
                        oItem = oForm.Items.Add("btnPrint", SAPbouiCOM.BoFormItemTypes.it_BUTTON)
                        'Set Size and Location
                        oItem.Top = 432
                        oItem.Left = 160
                        oItem.Width = 60
                        oItem.Height = 22
                        oButton = oItem.Specific
                        oButton.Caption = "Print"
                        SBO_Application.MessageBox("Button was added")
                    End If
                End If
            Catch ex As Exception
                MsgBox(Err.Description)
            End Try

  • Want to modify GR/GI  SLIP  Field into change mode.new to badi

    Hi,
         I want to modify GR/GI  SLIP  Field into change mode , so my customer can change data whenever he wants.. This field  exist in     vl02n transaction.
            Right now it is in disabled mode   .I am new to badi , so please guide me .
    Regards,
    Ranu.
    Edited by: ranu sharma on Nov 4, 2009 8:16 AM

    Hi,
    Please note this is the client requirement to have the field editable, so please do not convey the edit entires in table to users, this is basically for our reference only,
    In this case, you'll have to use the user exits to make the field editable in SAP for users, kindly check the below user exits, and take help of delveloper on the same.
    Exit name     Description
    SDVFX001     User exit header line in delivery to accounting            
    V50Q0001     Delivery Monitor: User Exits for Filling Display Fields    
    V50S0001     User Exits for Delivery Processing                         
    V56TDLIF     Filter Delivery Items for Shipment                         
    Thanks & Regards,
    Rahul Verulkar

  • How to handle "Display/Change" mode in XD0x with CUSTOMER_ADD_DATA_CS

    Hi,
    I've implemented customer fields to the debitor master data screen with BADI CUSTOMER_ADD_DATA_CS,
    using methods SET_DATA and GET_DATA and created a new screen within a Z-function group.
    So I have a new tab with the custom fields. If I do nothing further, the fields are input enabeld also within transaction XD03.
    At the moment, I'm using the value of sy-tcode to check for display (=XD03) or change/create (XD02/XD01) mode to handle
    the enable/disable mode of this fields.
    This is my coding in the PBO of my Z-screen.
      LOOP AT SCREEN.
        IF screen-group1 = 'Z01'.
          IF sy-tcode = 'XD03' OR sy-tcode = 'VD03'.
            IF sy-ucomm = 'ENTR'.
              screen-input = '1'.
             ELSE.
    *.. display mode
              screen-input = '0'.
            ENDIF.
          ENDIF.
       ENDLOOP.
    But if the user change form display to change mode wthin(!) the transaction, the sy-tcode is still XD03 and not XD02.
    If this is done in the screen with the custom fields, I can check for sy-ucomm (='ENTR'), but if an other screen is opened, I could not check for sy-ucomm.
    How can I handle this?
    I've found the following enhancement point:
    ENHANCEMENT-POINT MF02DFD0_01 SPOTS ES_MF02DFD0 INCLUDE BOUND.
    Or can I use the other methods in the BADI like SET_FCODE?
    Thanks in advance!
    Andreas

    Hi Andreas:
      I have to do something similar but for t-code FD02/FD03.
    I've created a program type M to control my new dynpro, and using a PBO module to change the screen depending on display/modify.
    I'm trying to add code to method SET_DATA, but my knowledge on OO programamtion is limited.
    Could you please provide the part of your code to implement the solution described in this post?.
    Best regards,
    Carlos.

  • Ipod disabled, changed my password but entered the wrong one too many times!

    ipod disabled, changed my password but entered the wrong one too many times!
    Didnt have a pc with ituens before either but now have one although dont quite know what to do.

    plug your ipod touch into your computer in recovery mode. (see herehttp://support.apple.com/kb/ht1808)
    Reset all data and settings
    dont restore from backup
    sync back content

  • Disable read mode by default during installation

    I am currently trying to disable read mode by default as a part of the software installation.
    I have searched the msi file using the customization wizard but have not found any part of it that refers to this setting.
    Is there a reg key or a setting in the MSI I can change to disable this setting?
    Edit:
    This is for Reader X

    I have been able to figure out the answer, so I'll put it into here in case anyone else wants to do this.
    The following registry key has to be added to the msi or mst
    HKCU > Software > Adobe > Acrobat Reader > 10.0 > AVGeneral
    Dword - bBrowserDisplayInReadMode = 0

  • Disable Cache mode for a specific Mailbox

    Hi
    Is it posibble disable cache mode for a specific mailbox ??

    As per the information and details provided by you, to disable Cache Mode for a specific mailbox, please follow these steps: -
    The information provided by
    Amy.Wang is correct, Exchange has no built in function to disable cached mode for a specific mailbox. And to
    configure Cached Exchange mode setting by using Group Ploicy, please follow these steps: -
    To do this, first you need to download
    custom administrative template.
    Download and extract the templates to your domain controller.
    Start > Admistrative tools > Group Policy Management Console > either create a new policy and link it to your
    USERS or edit an existing policy.
    Navigate to:
    User Configuration > Policies > Administartive Templates
    Right click >
    Add/Remove Templates.
    Add > Navigate to the folder where you extracted the templates >
    ADM Folder > en-us folder (change depending on your locale) > Outlk14.adm > Open.
    Now Navigate to:
    User Configuration > Policies > Administrative Templates > Classic Administartive Templates > Microsoft Outlook 2010 > Account Settings > Exchange > Cached Exchange Mode.
    Locate “Use Cached Exchange Mode for new and existing Outlook profiles”
    Set the policy to
    Disabled > Apply OK > Close the policy editor. Locate “Use Cached Exchange Mode for new and existing Outlook Profiles”
    Then get the clients to log off and back on again, wait a couple of hours, or manually run
    “gpupdate/ force” on them.
    I hope this information will be helpful for you.
    Thanks and regards
    Ashish@V

  • Disable "Safe Mode with Networking in Windows 7"

    Hello,
    Does anyone know, how to disable "Safe Mode With Networking" option from Windows 7 boot menu?
    Kind Regards
    Kalle Reivilä

    Hi,
    Base on my research, there’s no official method to disable Safe Mode with networking in Windows 7.
    Thank you for your understanding.
    Regards,
    Leo  
    Huang
    Leo Huang
    TechNet Community Support
    Thank You .This is what I was afraid.
    I work  at school and We have one problematic classroom. It's http traffic is blocked by a FSecure's firewall, but students have figured out a way. They boot computers to safe mode with networking and after that
    they have access to the Internet! Now We have to change Microsofts's own firewall.
    Regards,
    Kalle Reivilä

  • Delivery plant is not showing in sales order change mode

    HI FRIENDS
    I was created sales order, in the first  screen i choose the delivery plant , the delivery plant is copied to all items but when we go to sales order change mode we are unable to see the delivery plant in the first screen .

    Hi
    In VA02 if you are unable to see the delivering plant in the first screen then go  to Environment ->changes in VA02.
    Secondly , Also check in transaction variant , SHD0 for t.code VA02 wheather the VBAP-WERKS are in display or disable mode. If it is in disable mode then change it to display mode and then create the sales order again and then check wheather you are able to see the delivering plant or not
    Regards
    Srinath

  • How do I disable stand mode completely? (on the Flex 2-15)

    Whenever my laptop's in my bag and I move around, it changes from laptop mode to stand mode and back over and over and over and beeps every time it does so. For me, the stand mode is almost completely useless but a large bother on many occasions. How can I disable the ability to change to stand mode on this computer?

    I don't beleive that I am asking for Register Level Support. I was under the impression that these cards could be implemented with windowed AND/OR non-windoed register addressing. Is the PCI-MIO-16E-4 able to use windowed and non-windoed register addressing? If so, how do I disable windowed mode?
    Thanks

  • CSS11503 Disable preempt mode

    Hello,
    I wanted to disable preempt mode for virtual-router for vip-redundancy for CSS11503.
    lb01# show running-config circuit
    !************************** CIRCUIT **************************
    circuit VLAN8
      ip address 192.168.101.131 255.255.255.0
        ip virtual-router 1 priority 110 preempt
        ip redundant-interface 1 192.168.101.133
        ip redundant-vip 1 192.168.101.142
    once I've tried to disable "preempt" option using:
    lb01(config-circuit[VLAN8])# ip address 192.168.101.131/24
    lb01(config-circuit-ip[VLAN8-192.168.101.131])# ip virtual-router 1 priority 110
    %% Virtual Router is in use on a reporter and cannot be modified or removed.
    lb01(config-circuit-ip[VLAN8-192.168.101.131])# ip virtual-router 1             
    %% Virtual Router is in use on a reporter and cannot be modified or removed.
    which disallows me to remove preemption. Any ideas how to remove it from configuration without affecting production traffic?
    thanks!

    Hi Michal,
    This cannot be done live. A maintenance window is needed in order to accomplish the task.
    In order to change any VR priority you need to suspend the content
    rule and source groups that are related to it, otherwise you will get errors of there is a
    reporter being used or the VR belongs to an active content rule.
    regards,
    Ajay Kumar

Maybe you are looking for

  • How to compile and add my own protocol

    I want to send a sms without user intervention i have got a code from net which specifies a separate protocol for message. Now i am unable to compile it .I need a kmidp20.zip file for it. Can anyone tell me how to compile it. I need it very urgently

  • Can't delete photos in albums from iPhone5s

    I have tried everything.  1.  I deleted the unwanted photos from the albums in iPhoto and tried to sync connected to iTunes.  2.  I tried quitting both iTunes and iPhoto and tried syncing again.  3.  I tried not syncing photos and selected erasing al

  • Error launching Photoshop from Lightroom

    I use Adobe Photoshop CC 2014 and Lightroom 5 from the Creative Cloud. After upgrading to Yosemite I am getting an error launching Photoshop from Lightroom. When I right click an image in Lightroom and select edit in Photoshop I get an error: "Some o

  • When will we use inner class

    hi when will we use inner class?

  • WLC 5508 webauth_bundle

    Hi I'm trying to upload webauth_bundle-1.0.2.zip file on WLC 5508 controller with software version 7.0.220.0 via tftp server. First the controller says that "Unknown bundle type. Valid bundle is a tar file." so I unzip file and create a tar file and