Big Headache re-installing exchange

I have had to re-install exchange but during install just after it installs the transport roles section 7 it hangs with the following screen. Any help please

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: "Creating an instance of the COM component with CLSID {2DC947D7-A2DC-4276-A554-891346CE2032} from the IClassFactory failed due to the following error: 8007000e Not enough storage is available to complete this operation. (Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY)).".

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: "Creating an instance of the COM component with CLSID {2DC947D7-A2DC-4276-A554-891346CE2032} from the IClassFactory failed due to the following error: 8007000e Not enough storage is available to complete this operation. (Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY)).".

December 21st, 2013 7:54am

Hi

This is the error is it giving:

Not enough storage is available to complete this operation. (E_Outof memory)

Is your server speced correctly? What is the usage on the box currently? Space?

Free Windows Admin Tool Kit Click here and download it now
December 21st, 2013 8:01am

Hi Grabo,

About the error "Not enough storage is available to complete this operation", I recommend you follow the steps below for troubleshooting:

1. Please reduce the number of running programs.

2. Remove unwanted files from the disk the paging file is on and restart the system.

3. Check the paging file disk for an I/O error.

4. If the issue persists, you need to install additional memory in your system.

Hope it helps.

If there are any problems, please feel free to let me know.

Best regards,
Amy

December 23rd, 2013 5:52am

Hello,

I'm marking the reply as answer as there has been no update for a couple of days. If you come back to find it doesn't work for you, please reply to us and unmark the answer.

Free Windows Admin Tool Kit Click here and download it now
December 29th, 2013 7:11am

Same with me , i reinstalling Exchange 2013 in my server 2008 R2 std and in Mailbox Role :Transport Service

i facing this Error :

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: "Creating an instance of the COM component with CLSID {2DC947D7-A2DC-4276-A554-891346CE2032} from the IClassFactory failed due to the following error: 8007000e Not enough storage is available to complete this operation. (Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY)).".

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: "Creating an instance of the COM component with CLSID {2DC947D7-A2DC-4276-A554-891346CE2032} from the IClassFactory failed due to the following error: 8007000e Not enough storage is available to complete this operation. (Exception from HRESULT: 0x8007000E (E_OUTOFMEMORY)).".

Please Help me to fixing it

March 5th, 2015 8:20pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics