Can not change run_value column in sp_configure option...

I need to disable remote access in my server.  I am running following query to make that change so that config_value and run_value columns in sp_configure result set should get updated.
EXEC sp_configure
'remote access', 0
RECONFIGURE
GO
But after running this query, config_value column gets changed.  But run_value column does not get changed.
Please help me with this issue.
Harry

Hi
 ram is corect .. Restart  sql server servcie
http://technet.microsoft.com/en-us/magazine/dd450973.aspx
VT
Please mark answered if I've answered your question and vote for it as helpful to help other user's find a solution quicker

Similar Messages

  • I can not change the style of a pencil,brush, or pen. The options are greyed out. Anyone know what I am doing wrong???

    I can not change the style of a pencil,brush, or pen. The options are greyed out. Anyone know what I am doing wrong???

    Hi,
    Stroke styles are disabled in HTML5 Canvas document type as the target platform doesn't support those. Please check your document tab if it reads '<yourfilename> (Canvas)' then you have created a HTML5 Canvas document.
    If you have created HTML5 document by mistake, then you can copy paste your layers into AS3 document then you can change the stroke style to your desired option.
    Thanks!
    Mohan

  • Can not change user filed in CR Viewer

    I am using Crystal Reports 2011 and i created a user field. i opened the report in CR viewer 2008 and the change filed is greyed out and the user can not change the field. I have tried saving the report with out a date saved in the report to see if viewer will prompt for a date but the report will not let me take it out now that it is set. i have checked options on the filed and it is set to editable. Is there something i am over looking? How can i get the user fields to work in crystal reports viewer?

    thanks for helping.
    viewer 2008 is the only thing i can find right now, i thought that might be the problem but i can not find a 2011 to download so i assumed they dont have it available yet.
    the report does work in CR2011 but we can not get CR for everyone, and they are not going to use it, they only need viewer if it will work.
    the parameter is a date field based off a database field.
    thanks.
    angel

  • Why i can not see the columns of "Tax Category" in transaction code FS00

    Dear Experts,
          Why i can not see the columns of "Tax Category" and "Posting without tax allowed" in tab of "Control Data"  transaction code FS00?
           How can i add the columns of "Tax Category" and "Posting without tax allowed"?
    Looking forward to your reply.
    Best Regards,
    Merry

    Hi,
    Go to transaction OBD4, and check whether the field "Tax category" is suppressed in group "Account control" for your GL account group.
    If not, then go to OB26 and check the field status for the same field for create, change activity.
    Regards,
    Gaurav

  • How can i  change the column label text in a alv table display

    how can i change the column label text in a alv table display??
    A similar kinda of question was posted previuosly where the requirement was the label text was needed and following below code was given as solution :
    <i>*  declare column, settings, header object
    DATA: lr_column TYPE REF TO cl_salv_wd_column.
    DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings.
    DATA: lr_column_header type ref to CL_SALV_WD_COLUMN_HEADER.
    get column by specifying column name.
    lr_column = lr_column_settings->get_column( 'COLUMN_NAME1' ).
    set Header Text as null
    lr_column_header = lr_column->get_header( ).
    lr_column_header->set_text( ' ' ).</i>
    My specific requirement is i have an input field on the screen and i want reflect that value as the column label for one of the column in the alv table. I have used he above code with slight modification in the MODIFYVIEW method of the view since it is a process after input. The component gets activated without any errors but while run time i get an error stating
    <i>"The following error text was processed in the system CDV : Access via 'NULL' object reference not possible."</i>
    i have checked in debugging and the error occured at the statement :
    <i>lr_column = lr_column_settings->get_column( 'CURRENT_YEAR' ).</i>Please can you provide me an alternative for my requirement or correct me if i have done it wrong.
    Thanks,
    Suri

    I found it myself how to do it. The error says that it is not able to find the reference object i.e  it is asking us to refer to the table. The following piece of code will solve this problem. Have to implement this in WDDOMODIFYVIEW method of the view. This thing works comrades enjoy...
      DATA : lr_cmp_usage TYPE REF TO if_wd_component_usage,
             lr_if_controller  TYPE REF TO iwci_salv_wd_table,
             lr_cmdl   TYPE REF TO cl_salv_wd_config_table,
             lr_col    TYPE REF TO cl_salv_wd_column.
      DATA : node_year  TYPE REF TO if_wd_context_node,
             elem_year  TYPE REF TO if_wd_context_element,
             stru_year  TYPE if_alv_layout=>element_importing,
             item_year  LIKE stru_year-i_current_year,
             lf_string    TYPE char(x),
      DATA: lr_column TYPE REF TO cl_salv_wd_column.
      DATA: lr_column_header TYPE REF TO cl_salv_wd_column_header.
      DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings.
    Get the entered value from the input field of the screen
    node_year  = wd_context->get_child_node( name = 'IMPORTING_NODE' ).
    elem_year  = node_year->get_element( ).
      elem_year->get_attribute(
       EXPORTING
        name = 'IMPORT_NODE-PARAMETER'
       IMPORTING
        value = L_IMPORT_PARAM ).
      WRITE L_IMPORT_PARAM TO lf_string.
    Get the reference of the table
      lr_cmp_usage  =  wd_this->wd_cpuse_alv( ).
      IF lr_cmp_usage->has_active_component( ) IS INITIAL.
        lr_cmp_usage->create_component( ).
      ENDIF.
      lr_if_controller  = wd_this->wd_cpifc_alv( ).
      lr_column_settings = lr_if_controller->get_model( ).
    get column by specifying column name.
      IF lr_column_settings IS BOUND.
        lr_column = lr_column_settings->get_column( 'COLUMN_NAME').
    set Header Text as null
        lr_column_header = lr_column->get_header( ).
        lr_column_header->set_text( lf_string ).
    endif.

  • How can I change excel column header using Labile.

    Dear Experts,
                          How can i change excel column header using LabVIEW.
    Thanks for any and all help!
    M.S.Sivaraj.
    Sivaraj M.S
    CLD

    As I said in my previous post, column headers in Excel are merely row 1 cells. May be I missing something here, so please be more explicit with your question.
    I guess you are using the Excel Report tools, and you want to modify an existing sheet. From my limited experience with the Excel Report tools, it is not possible to open an existing woorkbook (except as template...), so the answer to your question should be "Forget it"...
    The work around is to use the example I pointed for you before, and either to write the whole new colum headers as a string array, starting in A1, or to write a single string to a given cell in row 1.
    Hope this helps 
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Can't use Find My Friends on iPhone due to Apple ID not being verified. Can't do this as I can't access my .mac email any longer and I can not change the primary e-mail address for my Apple ID!

    Can't use Find My Friends on iPhone due to Apple ID not being verified.
    Can't do this as I can't access my .mac email any longer and I can not change the primary e-mail address for my Apple ID!
    So my options are:
    Create a new Apple ID, use that and lose all the apps I've purhcased with it (a fairly substantial amount)
    Somehow Migrate these purchases over to a new Apple ID
    Apple let me change the primary ID for the account
    Anyone else ran into this before?
    I've tried accessing the mail through a mail application using the correct server information, and trying both the old 6 character password and the one I had to change it too after they updated the security guidelines - neither work.
    Help would be greatly appreciated as I can see more services down the line not working without the address being verified!

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  When you do this you may find that the password for your old ID isn't accepted.  If this should happen, and if your old ID is an earlier version of your current ID, you need to temporarily recreate your old ID by going 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 should not need to verify the old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished 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.

  • DESPERATE FOR HELP since downloading a separate outlook (from fast hosts) as addition to office mac 11 I can no longer access any Microsoft aps or documents including outlook - error messages 'can not change to identity for outlook'

    I had office 2011 installed on my computer without outlook - been working fine.
    I was given a trial of outlook decided against it at time due to cost - however my server provider fasthost have been offering outlook for free with a busines mail package. Trying to install it wouldn't due to the trail versions - so they gave me a step by step guide to remove outlook files.
    Once i completed this the new outlook worked fine for 24 hours - however then we noticed all of our office programmes had been removed aka can not access any data and we are a management consultancy. Then fasthost recommended we reinstall out orginal office CD which I did and then all of sudden when download was completed everything now is inaccessable.
    When I open outlook the message relays ' can not change to that idenity' I have tried to set up a new idenity and change permissions and even rebuilding it as per on line guides but when rebuilding it fails at the first step
    Rest of office IE WORD, EXCEL I just get microsforft has encountered a problem and needs to close unexpectidly everytime I try and click into it.
    I am now despirate as this is the second day we have had no access to anything and 6 day we have had no access to our documents \
    FASTSHOST do everything via email and no incoming phone line (which they will give anyway) so I really need help
    Any options advice greatly recieved
    I am also using the most recent software and have been doing regular software updates OS X Lion.

    I, too am wondering if it's the download site. I am not aware of any way to download Outlook Mac 2011 alone from any site including Microsoft's.
    It is common for unscrupulous sites to offer desirable but pirated software for a modest price, but serve it up with a dose malware. They get you money, possible a credit card number, your e-mail, your IP address, and all you get is pain.
    There was an "Outlook Express" for Mac that was freely distrubuted but I'll pretty sure that it never ran natively under OSX. The first OSX native version fo Office:Mac was Office X, and it introduced Entourage as the Mac mail client.
    IF Fast Hosts is your ISP, I'd certainly talk to them to figure out what you downloaded.

  • Windows 7-8.1 Can not change the MAC Address on wifi and cannot load login page in public HotSpot.

    Windows 7-8.1 Can not change the MAC Address on wifi and cannot load login page in public HotSpot.
    Adapter: Ralink RT3070 Chipset wifi adapter
    Tested: os Windows 8.1 Professional
    Hot Spot: 802.11b
    The first problem windows 7-8.1 got IP adress and connect he public HotSpot  but  cannot load login page or any other page. It does not work with it.
    The second problem Wifi canrd/configure/Advandes (No network adress change function).Tested with the default windows driver and the ralink rt 3070 driver the same problem.On windows XP the same function the same driver works perfectly.
    multiple users to have expressed interest in the problem But Microsoft not corrected the problem window7-8.1 10?
    lizardsystems.com/wiki/change_mac_address/faq/change_mac_address_in_windows_7
    blog.technitium.com/2011/05/tmac-issue-with-wireless-network.html
    superuser.com/questions/519189/how-to-change-the-mac-address-in-win-8-to-spoof-a-roku-player-through-a-wifi-spl
    social.technet.microsoft.com/Forums/windows/en-US/59e07df3-471c-499e-ad5f-e7cb507595df/cannot-change-mac-address-in-windows-7-driver-has-option-doesnt-work-neither-does-regedit-ms?forum=w7itpronetworking
    networksteve.com/windows/topic.php/CANNOT_CHANGE_WIRELESS_%28SPOOF%29_MAC_ADDRESS_ON_WINDOWS_7/?TopicId=16810&Posts=1
    On windows XP or linux have a MAC adress Change function  allow 00 mac adress and another normal mac adress range.On windows 8.1 all Mac changer program dont work.This 2,6,A,E on second adress are not vaild Mac adress. You simply can not use normal MAC
    addresses on windows 8.1.When i connect the usb the Pc windows 8.1 recognizes the adapter but the default  driver and the downloaded ralink driver the same problem.On windows xp the current driver works perfectly have (Local Mac Network Adress) funktion
    and works with the 802.11b hot spot.I got the internet my PC and laptop too public HotSpots and another wifi HotSpots if wont work correctly i can not use neither the windows 7,8,8.1 or 10. Many users have expressed interest in the problem more forums.
    The 3. problem im tested in virtualbox the windows 7 and 8.1 on 8.1 (on the blue wifi platform) not show correctly the signal strengh. On windows 7 show this correctly.The windows 7-8.1 Configure/advanced the advanced options on Ralink 3070 the default (windows
    driver) somehow downgraded function is less than for Xp. Configure/advanced the advanced options (needs to be upgraded in the future) because it does not advance but rather regressed.
    Today it is very common these wi-fi technology increasingly used (hotels,Public Hots Spots,Internet coffe,) growing free bublic wifi projects. The wifi funktions on windows  need debugging and modernize.The quality of Wi-Fi is now the operating system
    is now a thing order which is not good then the operating system is unusable.

    Hi,
    For changing the MAC address for Windows 7 is designed with some limitation, we cannot get over it. Thanks for your understanding.
    Under Windows 7, the possible range of spoofed addresses for wireless adapters that can be set is limited.  To be used by Windows 7, a spoofed MAC address should have 0 as a least significant bit (unicast) and 1 as a second least significant
    bit (locally administered) in the second nibble.  Thus possible values for the second nibble are limited to 2, 6, A and E.
    In other words 
    MAC address:  “XY-XX-XX-XX-XX-XX” “X” can be anything hexadecimal.  The hexadecimal “Y”, written in binary format, is  Y:  “kmnp”,  where “p” is the least significant bit; 
    p=0 --> unicast;
    p=1 --> multicast;
    n=0 --> globally assigned MAC;
    n=1 --> locally administered;
    So, actually MAC can be changed  to any combination in which p=0 and n=1;
    “Y” can be 2, 6, A or E.
    So the possible MAC addresses in Windows 7 for wireless adapters:
    X2-XX-XX-XX-XX-XX
    X6-XX-XX-XX-XX-XX
    XA-XX-XX-XX-XX-XX
    XE-XX-XX-XX-XX-XX
    For the wifi hotspot issue, please check this blog to see if it can be helpful.
    Windows 7 Connectivity Problems in Public Hotspots
    http://blogs.technet.com/b/patrickr/archive/2010/07/28/windows-7-connectivity-problems-in-public-hotspots.aspx
    Kate Li
    TechNet Community Support

  • Can not change files from "Read Only" In Windows 8.1

    I am the only Administrator on my computer, there are no other accounts. Some how all my files now have the read only attribute and I can not change it. It gives me the option to change it and I do and it looks like it got rid of it; but as soon as I close
    out of the properties window and go back into the read only attribute is still there.
    The read only attribute doesn't even act like itself because I can still edit the files that are in the selected read only folder. But it doesn't let me change the folder group options.
    None but one of these folders are customized so it is not a problem that can be resolved by the other threads I have read.
    Even new files I create have the read only attribute, please help, this is really annoying.

    Hi,
    For this problem, please refer to the KB below to repair the problem for test firstly, If no use, please feel free let us know.
    You cannot view or change the Read-only or the System attributes of folders in Windows Server 2003, in Windows XP, in Windows Vista or in Windows 7:
    http://support.microsoft.com/?kbid=326549
    Note: This article also applys to Windows 8.
    Roger Lu
    TechNet Community Support

  • Adobe Reader 8.1.2 : can not change Printer Command

    Hello all,
    I encounter the following problem with Acrobat Reader 8.1.2, installed on Debian GNU/Linux, trying to print :
    When I choose a printer (within the list given by a CUPS server) I can not change the Printer Command which prevents me from printing : the default printing options (-o InputSlot -o PageSize ...) are not compliant with my LPRng printing system.
    Note that I was able to do it with 7.0.5 and 8.1.1 versions.
    Would you please help me to resolve this problem ?
    Regards,
    Jean-Noel BOUVIER

    Hello Jean-Noel,
    The print command text box (in the Printer properties dialog) has been made read-only to avoid confusion and discrepancies with the drop-downs available to modify the options.
    If you want a particular print command to be used you could try out the Custom printing option. The command typed there is remembered between different sessions of the Reader.
    Hope this helps.
    Sincerely,
    Neha

  • Receiving storage location in reservation created manually CAN NOT change

    Hello All,
    i created a reservation manually by transaction MB21 with std movement type 311, then i can not change the receiving storage location in transaction MB22 due to the field status of receiving storage location is display only, but not optional.   That means i can not change receiving storage location of reservation if i entry mistaken.
    So, how can i change the receiving storage locaiton  by MB22 for a open new reservation? thanks.
    Best Regard
    Joseph Chen

    in mb22 if the field is in display mode, it is not possible to change.
    It is not possibsle to  change through screen layout for reservations.
    so delete the present one and crate new reservation.

  • I can not change the language to englis on my hp envy 7645

    I can not change the language to English on my hp envy 7645 all in one printer.  I have pushed the tools button but it does not say preferences.  It only list about six foreign languages and I have no option for English

    Touch/press Settings,
    Touch Preferences (second row, the fitst row is sub-menu),
    Touch Set Languages (second row again),
    Now you can touch English
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

  • Why since I updated Mac OS X v10.7 Lion, I can not change my Principal Password

    Why since I updated Mac OS X v10.7 Lion, I can not change my Principal Password

    I Get there, but there is not option for reset Paswword just Restore, Reinstall Lion, Utilities Disk. My works to star my computer but i can`t change it from User and Group

  • HT5312 I DO remember them but Apple chose to put them in Japanese and I can not change the language on Manage my Apple ID so I do not know if I made an error ,it threw me off , it was the wrong question Where did you fly to on your first Aiplane trip ? th

    I DO remember them but Apple chose to put them in Japanese and I can not change the language on Manage my Apple ID so I do not know if I made an error ,it threw me off , it was the wrong question Where did you fly to on your first Aiplane trip ? then I was unable to enter until 8 hours then called Apple Japan 4 times each time threy asked me would you like to speak with an English speaker,I said yes then they told me sorry today is Sunday no English speakers ,but they refused to speak Japanese, then I called 5th time and a kind guy could speak English we were on 1and 1/2 hours he got me to log in but the reset key chain could not be completed still pending.
    He said do not mess with that ! then I got a text from somewhere to reset 4 pins suddenly it was very strange I said to him that I got this pin this morning but it said you can use maximum 3 hours it had a UK number and I told him I do not like this and will not enter the code he said do not do it if it is from the UK and then I said to him ok you did a lot to help but we can not go any further ! and we cut of I went back to my computer to re do the ID but I found everything a mess so I call and a stupid sounding Japanese women with a squeaky voice came on I was calm at first and they want your phone number your IMEI number your iPhone serial number date of birth Address email address it takes 10 munutes to check then they ask what are you caling about so I try to explain my keychain is broken or problems with language security questions and can not change my pasword because the security question have failed me so it is ONE BIG HEADACHE AND I START I GET STRESSED she says Do want an ENGLISH speaker ,I say yes ,that guy i talked to earlier but I never got his name and first time I ever talked to him but they said he is not here so I said ok and then she said today is sunday so call back in the morning ,I said ,well ok in Japanese but they make you feel stupid because they do not want to speak Jap@anese with none natives and they are to busy,And they feel that I should not bother them ,then I say that Apple Japan is trying to refuse Apple foreign customers and then she wants to hang up and ask me to visit the shop ,but they are the same I have a very bad time with Apple Japan since they do not discuss software problems or security with customer meaning if you have a problem they ask you to come on a time 20 minutes max so they do hardware test and say you phone is fine then I say no I can not reset my ID they say you must call call centre so I am going around in circles ,When I call English it is usually Australia so if my problem is in Japan surely if do not want me to talk to them in Japanese and they ask me to call Australia but every time my call charge is expensive after asking them is this free because I have Apple care they say yes but when the call goes to Australia 0120 277 535 it might change to paid call so I call then I have to ask is this charging they say we can not give you that information ! so what can I do I have have been at the computer and phone all day on my day off work and in tre week I am so busy and can not use my phone I can not work without it ,this new technology for you ,they can not cope with the fact that the customer have problems yet they do not want to deal with us because they can not solve it and so it shows them to be useless they like to walk around in their cool tee shirts and retro shop but when it comes to functionality we are unwelcome they got the money so do not return because apple is perfect that nothing should go wrong .
    But it does somehow my English security answers do not work on a Japanese Question especialy if I did not choose that question I set  up the multiple choice In English and wrote the answers in English or Roman and set them langauge preferences in English, do you really think you can correctly write english name or word in Japanese they write a police patrol car  pato caa パトカア they do not have r and l .So it is my choice to make my security easy for me and as difficult for others to hack.But they also have patororoo choo meaning ' now patrolling ' so why they have pato caa patrol car and patoro patrol and have thousands of Chinese words kanji they can find patrol.
    I am getting off the topic but I am at a loss to fix this problem when they hold the keys and i have all the info to verify my ID.

    You have to enter the Apple ID and password. You are running into the Activation Lock
    iCloud: Find My iPhone Activation Lock in iOS 7
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

Maybe you are looking for

  • WebDav realm asks for login but then says it can't be found

    Trying to access a WedDav realm I first get the request for the login username and password but then it returns "You cannot connect to this server because it cannot be found on the network. Try again later or try a different URL" Clearly it can be fo

  • Database Recovery From Backup Or Datafiles

    I have a consistent full backup in NOARCHIVE mode, and want to restore to a new machine. I have created a new instance on the new machine, but can't restore from my backup on the old machine. I also have a full set of data files that I can copy to th

  • Write HTML Files from java application

    Hello, i have to write HTML files from a java application. I am asking if anybody can give me a hint about a good simple solution (library) which can do some of the job for me. i know FOP for example is good to create pdf or html from xml, but i dont

  • GR55 Cost center reports?

    Dear Friends, Pls help me out from this issue, What is GR55 Cost center report? New GR55 Cost center report Could you create a new GR55 report based on the existing report GR55   ZAIQ for Holts UK (Co code EUK1) to include the accounts highlighted be

  • How do I troubleshoot AppleUSBEthernetHost.jext was installed improperly?

    I get the following message: " System extension cannot be used //system/library/extensions/AppleUSBEtherenetHost.kext was improperly installaed and cannot be used. Please try reinstalling or contact product's vendor for an update."  This is a 3+ year