Hi folks, After installation of Enterprise CA, I got an error "erver Error - 404 file or directory not found" while browsing certsrv web portal ( https://hostnameofCA/certsrv ). Also check Inetpub directory is any virtual directory is in place. There was no virtual directory found. Server OS : windows server 2008 Finally I found my mistake. While installation of Enterprise CA I didn't select Web enrollment sub option. Then I add "Web enrollment" role service from server manager and it's work.
You can get this when opening Admin tools, Component services., Console root, Component Services, My Computer, COM+ Applications. This is caused by MSDTC (Distributed transaction coordinator) Service being set to run under the local system account. Or the service is not running. Often this service is disabled on Exchange servers. Check to see if the service is running…. Start services (services.msc) locate “Distributed Transaction Coordinator” and check the “Log On tab”. Change the Log on account to NT Authority\NetworkService Just type NT Authority\NetworkService the Password is left blank. If you have done the above and your still getting Error code 8004E00F when you try to view Component services, you need to do this…. Run regedt32 and locate HKEY_LOCAL_MACHINE\Software\Microsoft\MSDTC. Check to see if the DWORD value “TurnOffRpcSecurity” exists. If yes, change the data value to “1”. If the key does not exist, add a DWORD value TurnOffRpcSecurity with a value data of 1. Stop service...
Hi Folks, While Starting VM server receiving error such VM not initializing..... Event ID : Log Name: Microsoft-Windows-Hyper-V-Worker-Admin Source: Microsoft-Windows-Hyper-V-Worker Date: 2/20/2014 8:32:31 PM Event ID: 3430 Task Category: None Level: Error Keywords: User: NETWORK SERVICE Computer: DataCenter Description: ...
Comments
Post a Comment