Quantcast
Channel: Exchange Server 2013 - Setup, Deployment, Updates, and Migration 论坛
Viewing all articles
Browse latest Browse all 7008

Error when uninstalling Exchange 2013

$
0
0

When I was uninstalling Exchange 2013 the setup failed with the below error messages.  If I try to run setup from the DVD or from installed programs it fails straight away.  How can I tidy up the system so that I can re-install Exchange back onto the system?

Error:
The following error was generated when "$error.Clear();
            Write-ExchangeSetupLog -Info "Setting up FIPS configuration based on Exchange Install Path";

            $FipsDataPath = [System.IO.Path]::Combine($RoleInstallPath, "FIP-FS\Data");
            $FipsEnginesPath = [System.IO.Path]::Combine($FipsDataPath, "Engines");
            Write-ExchangeSetupLog -Info "Loading FipFs snapin";
            Add-PsSnapin Microsoft.Forefront.Filtering.Management.PowerShell -ErrorAction SilentlyContinue;
            Set-ConfigurationValue -XPath "/fs-conf:Configuration/fs-sys:Machine/fs-sys:Paths/fs-sys:TraceFile" -Value $FipsDataPath -Confirm:$false
            Set-ConfigurationValue -XPath "/fs-conf:Configuration/fs-sys:Machine/fs-sys:Paths/fs-sys:Engines" -Value $FipsEnginesPath -Confirm:$false

            # Copy Microsoft Engine to Engines folder during the install
            $FipsBinPath = [System.IO.Path]::Combine($RoleInstallPath, "FIP-FS\Bin");
            $MicrosoftEngineSourcePath = [System.IO.Path]::Combine($FipsBinPath, "Engine\Microsoft");
            $MicrosoftEngineDestinationPath = [System.IO.Path]::Combine($FipsEnginesPath, "amd64\Microsoft");
            $MicrosoftEngineExists = Test-Path $MicrosoftEngineDestinationPath
            if(! $MicrosoftEngineExists)
            {
              Robocopy $MicrosoftEngineSourcePath $MicrosoftEngineDestinationPath /S /COPYALL
            }
          " was run: "The element 'TextExtractionSettings' in namespace 'http://schemas.microsoft.com/forefront/2010/1/fs-systemconfiguration' has invalid child element 'ExtensibilityModule' in namespace 'http://schemas.microsoft.com/forefront/2010/1/fs-systemconfiguration'. List of possible elements expected: 'Modules' in namespace 'http://schemas.microsoft.com/forefront/2010/1/fs-systemconfiguration'.".

Error:
The following error was generated when "$error.Clear();
            Write-ExchangeSetupLog -Info "Setting up FIPS configuration based on Exchange Install Path";

            $FipsDataPath = [System.IO.Path]::Combine($RoleInstallPath, "FIP-FS\Data");
            $FipsEnginesPath = [System.IO.Path]::Combine($FipsDataPath, "Engines");
            Write-ExchangeSetupLog -Info "Loading FipFs snapin";
            Add-PsSnapin Microsoft.Forefront.Filtering.Management.PowerShell -ErrorAction SilentlyContinue;
            Set-ConfigurationValue -XPath "/fs-conf:Configuration/fs-sys:Machine/fs-sys:Paths/fs-sys:TraceFile" -Value $FipsDataPath -Confirm:$false
            Set-ConfigurationValue -XPath "/fs-conf:Configuration/fs-sys:Machine/fs-sys:Paths/fs-sys:Engines" -Value $FipsEnginesPath -Confirm:$false

            # Copy Microsoft Engine to Engines folder during the install
            $FipsBinPath = [System.IO.Path]::Combine($RoleInstallPath, "FIP-FS\Bin");
            $MicrosoftEngineSourcePath = [System.IO.Path]::Combine($FipsBinPath, "Engine\Microsoft");
            $MicrosoftEngineDestinationPath = [System.IO.Path]::Combine($FipsEnginesPath, "amd64\Microsoft");
            $MicrosoftEngineExists = Test-Path $MicrosoftEngineDestinationPath
            if(! $MicrosoftEngineExists)
            {
              Robocopy $MicrosoftEngineSourcePath $MicrosoftEngineDestinationPath /S /COPYALL
            }
          " was run: "The element 'TextExtractionSettings' in namespace 'http://schemas.microsoft.com/forefront/2010/1/fs-systemconfiguration' has invalid child element 'ExtensibilityModule' in namespace 'http://schemas.microsoft.com/forefront/2010/1/fs-systemconfiguration'. List of possible elements expected: 'Modules' in namespace 'http://schemas.microsoft.com/forefront/2010/1/fs-systemconfiguration'.".


Viewing all articles
Browse latest Browse all 7008

Trending Articles



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