Exchange 2013 installation error

On windows Server 2012 R2

Exchange 2013 instalation error:

URGENT! please help. Any help is appreciated.

August 26th, 2015 12:00am

I cannot upload the image and error code, becasue you said you need to verify my account.

Please let me know how to verify my account

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 12:03am

This is the entire error code

Error:
The following error was generated when "$error.Clear();
          $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName;
          $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxDisplayName;
          $dismbx = get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1;
          if( $dismbx -ne $null)
          {
            $srvname = $dismbx.ServerName;
            if( $dismbx.Database -ne $null -and $RoleFqdnOrName -like "$srvname.*" )
            {
              Write-ExchangeSetupLog -info "Setup DiscoverySearchMailbox Permission.";
              $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
              if( $mountedMdb -eq $null )
              {
                Write-ExchangeSetupLog -info "Mounting database before stamp DiscoverySearchMailbox Permission...";
                mount-database $dismbx.Database;
              }

              $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
              if( $mountedMdb -ne $null )
              {
                $dmRoleGroupGuid = [Microsoft.Exchange.Data.Directory.Management.RoleGroup]::DiscoveryManagement_InitInfo.WellKnownGuid;
                $dmRoleGroup = Get-RoleGroup -Identity $dmRoleGroupGuid -DomainController $RoleDomainController -ErrorAction:SilentlyContinue;
                if( $dmRoleGroup -ne $null )
                {
                  Add-MailboxPermission $dismbx -User $dmRoleGroup.Identity -AccessRights FullAccess -DomainController $RoleDomainController -WarningAction SilentlyContinue;
                }
              }
            }
          }
        " was run: "Couldn't mount the database that you specified. Specified database: Mailbox Database 1064491160; Error code: An Active Manager operation failed. Error: The Microsoft Exchange Replication service may not be running on server neozhu071329VM.yjh.local. Specific RPC error message: Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from cli_MountDatabase3.".

August 26th, 2015 12:03am

The Microsoft Exchange Replication service may not be running on server neozhu071329VM.yjh.local

Check the services on the server

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 12:15am

Checked. it is running
August 26th, 2015 12:26am

I exit, and re-run Setup.exe, I get this error message now:

Error:
The following error was generated when "$error.Clear(); $RoleBinPath = 'C:\Program Files\Microsoft\Exchange Server\V15\Bin'" was run: "Thread failed to start.".

Warning:
An unexpected error has occurred and a Watson dump is being generated: The following error was generated when "$error.Clear(); $RoleBinPath = 'C:\Program Files\Microsoft\Exchange Server\V15\Bin'" was run: "Thread failed to start.".

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 12:31am

Any one?
August 26th, 2015 12:33am

Hi,

can you start the power shell run as administrator ? and try

Regards

Vishwanath

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 1:21am

How? can you give detailed steps
August 26th, 2015 1:45am

The Microsoft Exchange Replication service may not be running on server neozhu071329VM.yjh.local

Check the services on the server

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 4:09am

Update. Now, when I run setup.exe, I get this error:

Error:
The following error was generated when "$error.Clear();
          $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName;
          $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxDisplayName;
          $dismbx = get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1;
          if( $dismbx -ne $null)
          {
            $srvname = $dismbx.ServerName;
            if( $dismbx.Database -ne $null -and $RoleFqdnOrName -like "$srvname.*" )
            {
              Write-ExchangeSetupLog -info "Setup DiscoverySearchMailbox Permission.";
              $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
              if( $mountedMdb -eq $null )
              {
                Write-ExchangeSetupLog -info "Mounting database before stamp DiscoverySearchMailbox Permission...";
                mount-database $dismbx.Database;
              }

              $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
              if( $mountedMdb -ne $null )
              {
                $dmRoleGroupGuid = [Microsoft.Exchange.Data.Directory.Management.RoleGroup]::DiscoveryManagement_InitInfo.WellKnownGuid;
                $dmRoleGroup = Get-RoleGroup -Identity $dmRoleGroupGuid -DomainController $RoleDomainController -ErrorAction:SilentlyContinue;
                if( $dmRoleGroup -ne $null )
                {
                  Add-MailboxPermission $dismbx -User $dmRoleGroup.Identity -AccessRights FullAccess -DomainController $RoleDomainController -WarningAction SilentlyContinue;
                }
              }
            }
          }
        " was run: "Exception of type 'System.OutOfMemoryException' was thrown.".

August 26th, 2015 4:54am

I would suggest you to reboot the server and start from the scratch running setup from elevated (aka run as administrator) prompt...
Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 6:44pm

already tried

same issue

can you give some further suiggestions

August 26th, 2015 11:14pm

Hi,

Make sure your server meets the Exchange 2013 system requirements and check Exchange 2013 prerequisites carefully.

https://technet.microsoft.com/en-us/library/bb691354%28EXCHG.150%29.aspx?f=255&MSPPError=-2147217396

This blog about how to Install Exchange 2013 on Windows Server 2012 for reference

http://social.technet.microsoft.com/wiki/contents/articles/14506.how-to-install-exchange-2013-on-windows-server-2012.aspx

Best Regards.
Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 4:14am

Thanks. I will temporarily mark as answer. I wll check it and let you know the results.

August 28th, 2015 5:22am

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

Other recent topics Other recent topics