Tuesday, May 14, 2013

Exchange 2010 Install Error - 'Service 'MSExchangeTransport' failed to reach status 'Running' on this server'

Exchange 2010 Install Error - 'Service 'MSExchangeTransport' failed to reach status 'Running' on this server'

Today I have installing Exchange 2010 SP3 in my Lap I had issue while installing "Exchange 2010 Install Error - 'Service 'MSExchangeTransport' failed to reach status 'Running' on this server'"


Error:
The following error was generated when "$error.Clear();
if ($RoleStartTransportService)
{
start-SetupService -ServiceName MSExchangeTransport
}
" was run: "Service 'MSExchangeTransport' failed to reach status 'Running' on this server.".
Service 'MSExchangeTransport' failed to reach status 'Running' on this server.

Resolution :-

1. I have verified the server settings and TCP/IP settings and found that TCP/IP 6 was disabled and I have enabled it.


2. Open Registry Editor and navigate to the below location..

HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > Tcpip6 > Parameters

Create a new 32 BIT DWORD value called "DisabledComponents", and set its value to 0xffffffff (Hexadecimal) or 4294967295 (Decimal).

 
 3. Removed the IPV6 Entry from the Local host file.


 

Thanks..
 

3 comments:

  1. Yes this works for me!!! Thanks

    ReplyDelete
  2. Good to hear..I am here to help you guys..

    ReplyDelete
  3. Kindly check for Microsoft exchange transport service on services.msc is on mostly it should be disabled, start and again install it. Hope this should work

    Regards
    Ajit

    ReplyDelete