Link to home
Start Free TrialLog in
Avatar of claudiamcse
claudiamcse

asked on

Error when installing Exchange 2013

I am getting this error when installing Exchange 2013 server

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

Please advice.
THank you!
Avatar of claudiamcse
claudiamcse

ASKER

[2] Will wait '25000' milliseconds for the service 'FMS' to reach status 'Running'.
[12/19/2013 19:10:20.0639] [2] Service 'FMS' failed to reach status 'Running' on this server after waiting for '25000' milliseconds.
[12/19/2013 19:10:20.0639] [2] [WARNING] Service checkpoint has not progressed. Previous checkpoint='0'- Current checkpoint='0'.
[12/19/2013 19:10:20.0639] [2] Previous service status query time is '12/19/2013 12:09:55 PM'.
[12/19/2013 19:10:20.0639] [2] Current service status query time is '12/19/2013 12:10:20 PM'.
[12/19/2013 19:10:20.0639] [2] Will wait '25000' milliseconds for the service 'FMS' to reach status 'Running'.
[12/19/2013 19:10:45.0675] [2] Service 'FMS' failed to reach status 'Running' on this server after waiting for '25000' milliseconds.
[12/19/2013 19:10:45.0675] [2] [WARNING] Service checkpoint has not progressed. Previous checkpoint='0'- Current checkpoint='0'.
[12/19/2013 19:10:45.0675] [2] Previous service status query time is '12/19/2013 12:10:20 PM'.
[12/19/2013 19:10:45.0675] [2] Current service status query time is '12/19/2013 12:10:45 PM'.
[12/19/2013 19:10:45.0675] [2] Will wait '25000' milliseconds for the service 'FMS' to reach status 'Running'.
[12/19/2013 19:11:10.0806] [2] Service 'FMS' failed to reach status 'Running' on this server after waiting for '25000' milliseconds.
[12/19/2013 19:11:12.0069] [2] Service Control Manager reports no process ID for service FMS.
[12/19/2013 19:11:12.0604] [2] Unable to get the process ID for service FMS because another similar process 0 was found
[12/19/2013 19:11:12.0698] [2] Service 'FMS' failed to reach status 'Running' on this server.
[12/19/2013 19:11:13.0057] [2] Service 'FMS' failed to reach status 'Running' on this server.
[12/19/2013 19:11:13.0805] [2] Ending processing start-SetupService
[12/19/2013 19:11:13.0914] [1] The following 1 error(s) occurred during task execution:
[12/19/2013 19:11:13.0914] [1] 0.  ErrorRecord: Service 'FMS' failed to reach status 'Running' on this server.
[12/19/2013 19:11:13.0914] [1] 0.  ErrorRecord: Microsoft.Exchange.Configuration.Tasks.ServiceDidNotReachStatusException: Service 'FMS' failed to reach status 'Running' on this server.
   at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
   at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
   at Microsoft.Exchange.Management.Tasks.ManageSetupService.WaitForServiceStatus(ServiceController serviceController, ServiceControllerStatus status, Unlimited`1 maximumWaitTime, Boolean ignoreFailures, Boolean sendWatsonReportForHungService)
   at Microsoft.Exchange.Management.Tasks.ManageSetupService.StartService(ServiceController serviceController, Boolean ignoreServiceStartTimeout, Boolean failIfServiceNotInstalled, Unlimited`1 maximumWaitTime, String[] serviceParameters)
   at Microsoft.Exchange.Management.Tasks.ManageSetupService.StartService(String serviceName, Boolean ignoreServiceStartTimeout, Boolean failIfServiceNotInstalled, Unlimited`1 maximumWaitTime, String[] serviceParameters)
   at Microsoft.Exchange.Management.Tasks.StartSetupService.InternalProcessRecord()
   at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
[12/19/2013 19:11:14.0235] [1] The following error was generated when "$error.Clear();
          if ($RoleStartTransportService)
          {
              start-SetupService -ServiceName FMS
          }
        " was run: "Service 'FMS' failed to reach status 'Running' on this server.".
[12/19/2013 19:11:14.0235] [1] Service 'FMS' failed to reach status 'Running' on this server.
[12/19/2013 19:11:14.0297] [1] [ERROR-REFERENCE] Id=BridgeheadServiceControl___7690585D-9B0C-4978-B0B5-1A9EB0E6CE33 Component=EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
[12/19/2013 19:11:14.0344] [1] Setup is stopping now because of one or more critical errors.
[12/19/2013 19:11:14.0344] [1] Finished executing component tasks.
[12/19/2013 19:11:18.0326] [1] Ending processing Install-BridgeheadRole
ASKER CERTIFIED SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

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
Thanks!!!