Quantcast
Channel: Exchange Server 2013 - Setup, Deployment, Updates, and Migration forum
Viewing all articles
Browse latest Browse all 7129

Exchange Installation error occurred Kindly guide how to pursue on to this

$
0
0

Warning:

An unexpected error has occurred and a Watson dump is being generated: The following error was generated when "$error.Clear(); 

            if ($RoleProductPlatform -eq "amd64")

            {

                $fastInstallConfigPath = Join-Path -Path $RoleBinPath -ChildPath "Search\Ceres\Installer";

                $command = Join-Path -Path $fastInstallConfigPath -ChildPath "InstallConfig.ps1";

                $dataFolderPath = Join-Path -Path $RoleBinPath -ChildPath "Search\Ceres\HostController\Data";

                try

                {

                    # the BasePort value MUST be kept in sync with dev\Search\src\OperatorSchema\SearchConfig.cs

                    &$command -action i -baseport 3800 -dataFolder $dataFolderPath -silent;

                }

                catch

                {

                    $errorMsg = "Failure configuring SearchFoundation through installconfig.ps1 - " + $_.Exception.Message;

                    Write-ExchangeSetupLog -Error $errorMsg;

                    

                    # Clean up the failed configuration attempt.

                    &$command -action u -silent;

                    try

                    {

                        if ([System.IO.Directory]::Exists($dataFolderPath))

                        {

                            [System.IO.Directory]::Delete($dataFolderPath, $true);

                        }

                    }

                    catch

                    {

                        $deleteErrorMsg = "Failure cleaning up SearchFoundation Data folder. - " + $dataFolderPath + " - " + $_.Exception.Message;

                        Write-ExchangeSetupLog -Error $deleteErrorMsg;

                    }

                }

            }

        " was run: "Error occurred while uninstalling Search Foundation for Exchange.System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed.

   at System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout)

   at Microsoft.Ceres.Exchange.PostSetup.DeploymentManager.StopService(String serviceName, Int32 timeoutInSeconds)

   at Microsoft.Ceres.Exchange.PostSetup.DeploymentManager.Uninstall(String installDirectory, String logFile)

   at CallSite.Target(Closure , CallSite , RuntimeType , Object , Object )".


Viewing all articles
Browse latest Browse all 7129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>