Link to home
Start Free TrialLog in
Avatar of radgears
radgears

asked on

Services and Event Viewer Properties pages will not display

I was having an issue with VSS during backup and noticed the service was stopped, I can right click on the service and start it but I want to change it to automatic. If I click on any of the services running I do not get a properties  window. After finding that out I went to Event Viewer and noticed the same issue. I have all the updates current Windows 2003 Server with SP2 and have saved and cleared (Deleted) the  Event logs with the same result.
Avatar of elpamyelhsa
elpamyelhsa

When i had this problem it was some system files that needed re-registering, attached is a file that you can rename to a .bat file to run it or run the lines one by run in the start run command, a few of these may not work - depends on your IE verison. but this should fix this problem and a few others just in case.
re-reg.txt
https://www.experts-exchange.com/questions/20509354/Right-click-on-folder-can-not-open-Properties-and-Sharing.html

have you tried running services from command prompt??

could you check if all the required services are running...

workstation, server, computer browser, windows management instrumentation....,

have you tried restarting the server...??

any help from this link

http://www.eggheadcafe.com/software/aspnet/30582236/unable-to-backup-server-2.aspx
Avatar of radgears

ASKER

I have ran the bat file as recommended I then also ran it with out the /s switch to see which ones were successful. As you mentioned 3 of them failed. the mshtml.dll, actxproxy.dll and pdm32.dll. I have the same issue but I have not restarted the server, being that it is our ERP Server I would have to do it during lunch or after work hours. Does the server need to be restarted. I have checked the services mentioned in the second response and they were all running. I can stop and start the services fine without the command line but I can not change it from manual to automatic. I know that you can start services using Net Start, is there a way to change the startup value from the command I do not know about. Thanks again in advance for any help with this.
you can use sc config to do it from command prompt

http://windowsitpro.com/article/articleid/37873/how-can-i-configure-a-services-start-up-type-from-the-command-line.html

hope it works, but I doubt it if its not working from GUI.... but you can give it a try...
From the above link...

You typically use the Services GUI in Windows to configure a services start-up type, but you can also use the SC command to set the start-up type from the command line:

sc config <service name> start=<mode>

For example,

sc config tlntsvr start= auto

automatically starts the tlntsvr service when you boot the system.

The start options are

    * auto--a service automatically started at boot time, even if no user logs on
    * boot--a device driver loaded by the boot loader
    * demand--a service that must be manually started (the default)
    * disabled--a service that can't be started
    * system--a service started during kernel initialization
After restarting the server last night I am still experiencing the same issue that I cannot open the properties window for any of the running services and also cannot open any of the events properties pages. My gut is teeling me this may be a permissions issue with this server. Since we deployed this a few months back I have noticed things like I can copy a file to it from another server to a share but if I then log in to the server as Domain Admin I can not copy this file to a different drive. If I click on the properties I get an additional area to with an unblock tab. I am hoping that somebody has an idea of what I can try next. I was also going to run a  SFC/scannow and I get a response from entering that "You must be an administrator running a console session in order to use the Windows System File Checker Utility". Is this normal?  
are you trying to run it locally or through terminal services?? this normally comes when you are using it through terminal services....
ASKER CERTIFIED SOLUTION
Avatar of radgears
radgears

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
After restarting the server the issue with the properties windows for Event Viewer and Services is now operating correctly, thanks for all the direction. I believe the suggestion I found at microsoft in the above post resolved this issue for me. Thanks
This resolved the issue I was having..