Cant change state of padlock

the padlock on the system prefs e.g sharing and network cant be set to locked mode. Even if the padlock is open i cant change any prefs and the location in network has been renamed from to DEFAULT_CFG

Logged in as an admin user?

Similar Messages

  • LWAPP changes state to discovery

    i have just reset my AP and connect with controller i m getting following error not able to connect with AP or cant access user mode and preveliged mode
    %LWAPP-5-CHANGED: LWAPP changed state to DISCOVERY
    LWAPP_CLIENT_ERROR: lwapp_name_lookup - Could Not resolve CISCO-LWAPP-CONTROLLER.cisco.com
    Translating "CISCO-LWAPP-CONTROLLER.cisco.com"...domain server (10.1.1.20)
    how can i resolve it
    thanks in advance

    Hi,
    the recommended way is:
    - Set up an DHCP Pool for your Lightweight APs
    - Provide the IP address of an DNS Server and the corresponding domain name through this DHCP Pool
    - Add an entry in your DNS Server which resolves the name "CISCO-LWAPP-CONTROLLER" to your WLC's IP address
    That way, your AP gets an IP adress and the IP address of your DNS Server. When it tries to resolve "CISCO-LWAPP-CONTROLLER" it gets the IP address of your WLC and joins it.
    Or you follow the manual way, like leolaohoo described it.
    Greets,
    Sebastian

  • My icloud account on my new iphone does not match the user ID for itunes as it is an old apple ID. There is no password for this ID so I cant change it and it wont let me change the apple ID. Any help?

    my icloud account on my new iphone does not match the user ID for itunes as it is an old apple ID. There is no password for this ID so I cant change it and it wont let me change the apple ID. Any help?

    To change to iCloud ID on your phone you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID then sign in with the new ID.  If you don't know the password for the old ID, and if the old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • How can i purchase an app of japan store without change my itunes store? i have balance in my US ac so i cant change my stores, but the app i want to purchase in jp store is a free app.... i know apple dun allow balance spend in other countriesbutitisfree

    How can i purchase an app of japan store without change my itunes store? i have balance in my US ac so i cant change my stores, but the app i want to purchase in jp store is a free app.... i know apple dun allow balance spend in other countries but it is a free app

    You cannot use the Japanese iTunes Store unless are physically present there and have a Japanese payment method. This applies even for free apps; you cannot get them from the Japanese iTunes Store if you are in the US.
    If you are in Japan, you can set up a new iTunes Store account just to get free apps. See:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is  critical. Note that you can do this only when creating a new Apple ID. You cannot use an existing ID.
    If you have moved to Japan and wish to change the country of your account permanently, you can contact the iTunes Store and ask them to clear your remaining balance. You will need to be able to provide a Japanese payment method, though.
    Regards.

  • I can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name

    can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name. My original external has an error and needs to be reformatted but I dont want to lose this informations its my entire Itunes library.

    Sounds like the source drive is formatted as case sensitive and the destination drive is not. The preferred format for OS X is case insensitive unless there is a compelling reason to go case sensitive.
    Why can't you change the filename? Is it because the source drive is having problems?  If so is this happening with only one or two or a few files? If so the best thing would be to copy those over individually and then rename them on the destination drive.
    If it is more then you can do manually and you can't change the name on the source you will have to reformat the destination as case sensitive.
    Btw this group is for discussion of the Support Communities itself, you;d do better posting to Lion group. I'll see if a host will move it.

  • I cant change my email under settings on my ipod touch it wont even let me click on it any ideas?

    i cant change my email under settings on my ipod touch it wont even let me click on it any ideas?

    To get reid of the Restrictions passcoe you have to restore the iPod to factory defaults/new iPod.  You should do that anyway since the apps and music (if any) on the iPod do not belong to you.  They did not transfer with the purchase of the iPod hardware.

  • I cant change the old icloud mail to a new one because i have lost my password , and when i changed it in ap-id page it still remains the same, nothing changes .

    cant change the old icloud mail to a new one because i have lost my password , and when i changed it in ap-id page it still remains the same, nothing changes .
    What do do ????

    You do not have to call US, but you need to call. Or else.
    Contact Apple for support and service - Apple Support

  • I forgot my security questions answers and i dont know what email i put for my rescue email and now i cant download anything off itunes and cant change my rescue email

    i use to have a ipod and sold it to get my new iphone and im using the same apple id and i put money on my itunes today and it would not let me download any music with out answering my security questions which i forgot the answers to these and went online to send the answers to my email and they sent the email to my rescue email i cant remember what email i used for this and online it wont show me what email and know i cant change it what can i do ?

    Welcome to the Apple Community.
    Start here (change country if necessary) and navigate to 'Password and Security', reset your security questions using the link provided, you will receive an email to your rescue address, use the link in the email and reset your security questions.
    If that doesn't help, you don't receive a reset email or you don't have a rescue address, you should contact AppleCare who will initially try to assist you with a reset email or if unsuccessful will pass you to the security team to reset your security questions for you.
    If you are in a region that doesn't have international telephone support try contacting Apple throughiTunes Store Support.

  • Changing states from within a component

    Let's say that I have a TileList that is rendering data in a
    VBox. Eventually the TileList fills up and starts scrolling. I want
    to change states when clicking on item in the TileList.
    I don't want to place the click-attribute in the TileList,
    because it will change states when I am scrolling the list without
    actually selecting anything.
    I want to say click="currentState='state2'" inside the VBox,
    but that does not work because state2 is at the root level, and I
    don't know how to get to the root-level (in lack of a better word)
    from withing the component.
    This is not the proper syntax, so misunderstand me the right
    way here... Is there an equivallence to
    click="currentState='_root.state2'" in mxml?
    Thanks for any suggestions or best practices. I want the easy
    way out.
    This is the general structure...
    <mx:Application>
    <mx:states>
    <mx:State id="state1"/>
    <mx:State id="state2"/>
    <mx:State id="state3"/>
    </mx:states>
    <mx:TileList dataprovider="{...}">
    <mx:itemRenderer>
    <mx:component>
    <mx:VBox id="ClickThisBoxToChangeStates">
    <mx:Image/>
    <mx:Label/>
    </mx:Vbox>
    </mx:component>
    </mx:itemRenderer>
    </mx:TileList>
    </mx:Application>

    Your assumption is right.
    It doesn't work because there is no state2-state defined
    within the mx:component.
    In the documentation about changing states it says that I can
    go from application level and change states within a component;
    like this: click="currentState='mycomponent.anotherstate'" but not
    how I can change a state at application level from within a state.
    When I try, it says (at runtime) that the state is not defined.
    So I don't know why <mx:VBox
    click="currentState='state2'"/> doesn't work.
    I apprechiate your expertese a lot.

  • How to change state of a constraint from DEFERABLE to IMMEDIATE?

    Hi,
    I am runnig 10gR2 and would like to change state of a constraint from
    DEFERABLE to IMMEDIATE without recreating it.
    The change is working at the session level with
    SET CONSTRAINT <constraint name> IMMEDIATE;
    But this is not visible for other users.
    So my question is, if there is any other way to do it, so the change would be visible for every user.
    Here is what I have done:
    CREATE TABLE TEST_TBL
    ID NUMBER
    ALTER TABLE TEST_TBL ADD CONSTRAINT pk_test_tbl PRIMARY KEY(ID)
    INITIALLY DEFERRED DEFERRABLE;
    SQL> INSERT INTO test_tbl VALUES(1);
    1 row created.
    SQL> INSERT INTO test_tbl VALUES(1);
    1 row created.
    SQL> INSERT INTO test_tbl VALUES(1);
    1 row created.
    SQL> COMMIT;
    COMMIT
    ERROR at line 1:
    ORA-02091: transaction rolled back
    ORA-00001: unique constraint (TEST_SCHEMA.PK_TEST_TBL) violated
    The constraint is checked only at commit,
    To change this:
    SQL> SET CONSTRAINT pk_test_tbl IMMEDIATE;
    Constraint set.
    SQL> INSERT INTO test_tbl VALUES(1);
    1 row created.
    SQL> INSERT INTO test_tbl VALUES(1);
    INSERT INTO test_tbl VALUES(1)
    ERROR at line 1:
    ORA-00001: unique constraint (TEST_SCHEMA.PK_TEST_TBL) violated
    But if I would connect with user B, I would be able to do multiple inserts with value 1.
    Thanks

    I am runnig 10gR2 and would like to change state of a constraint from
    DEFERABLE to IMMEDIATE without recreating it.From Oracle Constraints:
    Note: A non-deferrable constraint is generally policed by a unique index (a unique index is created
    unless a suitable index already exists). A deferrable constraint must be policed by a non-unique index
    (as it's possible for a point of time during a transaction for duplicate values to exist). This is why
    it is not possible to alter a constraint from non-deferrable to deferrable. Doing so would require
    Oracle to drop and recreate the index.
    A PK enforces uniqueness procedurally without relying on a unique index. The main advantage
    of a non-unique index is the constraint can be disabled and re-enabled without the index being dropped and recreated.

  • HT1048 Hi, I'm trying to order a photo album through IPhoto, my billing address is in the UK but I'd like the book to be sent to an address in the US. I cant change the shipping address to US.

    Hi, I'm trying to order a photo album through IPhoto, my billing address is in the UK but I'd like the book to be sent to an address in the US. Step 3 says enter shipping address, I go to enter new address and the only country it offers is the UK, I cant change the shipping address to US.

    Go to File / Provide Feedback and tell Apple that you want this enhancement in their product.

  • PSD Rollover Button with image in front stops button from changing state

    I have a wide PSD button that changes state when rolled over. I would like to place a PNG image with transparency in some areas over the top of it so that the rollover button shows through the transparent areas of the PNG.
    How can you get it to do the rollover effect when the user mouses over the bit of the button that the image is in front of? Is ther a way of making the PNG 'invisible' to the mouse?
    I know I could redesign the button so that it includes the image but I'm trying to keep file sizes and load times to a minimum, I use this button a lot on my website with a different on each, and having that number of individual buttons would result in a bloated, slow-loading website.

    Hi Abhishek
    Thanks for your reply. I was able to achieve the effect I wanted by having the PNG and the PSD Button with the same link and then grouping them. This means I can mouse over the PNG and still get the PSD rollover effect, which is perfect.
    However I also have another similar problem. I have some different PSD Rollover Buttons which have some text in front of them (basically it's the button label). On some of these buttons when you roll over the text it prevents the rollover state of the button, and on other buttons the rollover effect occurs as it should, and there doesn't appear to be any consistency about which does what. Grouping or ungrouping doesn't appear to make a difference. Can you help?

  • Cant change store due to credit balance

    CAnt change store due to credit balance of $ 0.02 which i have to spend first. Nothing costs that little. How do i get rid of the balance?

    See the quote below from Can't change the country of your iTunes Store, App Store, iBooks Store, or Mac App Store account - Apple Support
    Store credit balance
    You must spend your balance before you can change stores.
    If your store credit is less than the cost of a single item on the iTunes Store, App Store, iBooks Store, or Mac App Store, you can add a credit card to your account. When you buy an item, you will use the remaining store credit and charge the remainder of the purchase to your credit card.
    If you don't have a credit card, contact iTunes Store support.

  • Cant change webcam from iSight to another

    cant change webcam from iSight to anything like manycam or camtwist on chat site
    and its working before and still working on skype !

    Is your Flash Player up to date and configured properly?
    Message was edited by: EZ Jim
    Mac OSX 10.10

  • Cant change my payment inf it keeps saying invalid sec cord

    cant change my payment inf it keeps saying invalid secured cord

    Hello doreencann,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iTunes Store: My credit card's security code or zip code does not match my bank's records
    http://support.apple.com/kb/ts1646
    When there is a mismatch between the iTunes Store's records and your credit card company's records, you will receive an error message stating that your credit card's security code isn't valid
    Have a nice day,
    Mario

Maybe you are looking for

  • Print out of Depot excise invoice

    Hi all, Please let me know is there any standard process in which depot excise invoice can be printed. If not what changes to be made to get it in the form of an output. The functional flow is that a sale is not happening directly between a plant and

  • Converting flat file to XML

    Hi i just want to read flat file and convert it into xml but there are some problem ,it throws a ArrayIndexOutOfBoundException.Here is code. import java.io.*; import java.util.*; class FlatXMLBudget {   public static void convert(List data, OutputStr

  • Go on sleep or shut it down?? what is the best?

    Hi, I use my powerbook everyday and I wonder whether I should let it go on sleep during the night and switch it off once a week, or properly shut it down everyday... What do you thing is the best for the computer? thx

  • Adobe Reader is needed to view these files

    Hi, I have a website that I enter pdf files too to show results. However, when someone goes to view the results page it asked "Adobe Reader is needed to view these files. Click here to download it." After it has downloaded and installed and I go back

  • My dreamweaver CS5.5 stopped working on windows8.

    Every time i try to open dreamweaver it tries to load but then throws an error:  XML parsing fatal error.....is there a way to reinstall this on my machine?