Link to home
Start Free TrialLog in
Avatar of dtech39
dtech39

asked on

Unable to install maibox role 2010 Exchange with coexistence fo 2003

Installation of Mailbox role failed during setup. When rebooted server cannot uninstalled service as it seems not successfully installed.
There are some dismount databases that's seems to be created during this process and causing the problem, App log login event id: 104.
When try to re-run setup with role check getting following error:


Summary: 3 item(s). 1 succeeded, 1 failed.
Elapsed time: 00:00:04


Preparing Setup
Completed

Elapsed Time: 00:00:01


Mailbox Role
Failed

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]::DiscoveryManagementWkGuid;
                $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 1315546459; Error code: An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error. Error: A transient error occurred during a database operation. Error: An error occurred while preparing to mount database 'Mailbox Database 1315546459'. Error: Could not find a part of the path 'C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database 1315546459'. [Database: Mailbox Database 1315546459, Server: MARS.solve.solveltd.com].".

Couldn't mount the database that you specified. Specified database: Mailbox Database 1315546459; Error code: An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error. Error: A transient error occurred during a database operation. Error: An error occurred while preparing to mount database 'Mailbox Database 1315546459'. Error: Could not find a part of the path 'C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database 1315546459'. [Database: Mailbox Database 1315546459, Server: MARS.solve.solveltd.com].

An Active Manager operation failed with a transient error. Please retry the operation. Error: Database action failed with transient error. Error: A transient error occurred during a database operation. Error: An error occurred while preparing to mount database 'Mailbox Database 1315546459'. Error: Could not find a part of the path 'C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database 1315546459'. [Database: Mailbox Database 1315546459, Server: MARS.solve.solveltd.com]

An Active Manager operation failed with a transient error. Please retry the operation. Error: An error occurred while preparing to mount database 'Mailbox Database 1315546459'. Error: Could not find a part of the path 'C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database 1315546459'. [Server: Mars.solve.solveltd.com]

An error occurred while preparing to mount database 'Mailbox Database 1315546459'. Error: Could not find a part of the path 'C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database 1315546459'.

Could not find a part of the path 'C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\Mailbox Database 1315546459'.
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.438.0&e=ms.exch.err.Ex88D115&l=0&cl=cp

Elapsed Time: 00:00:03


Finalizing Setup
Cancelled
Avatar of Gareth Gudger
Gareth Gudger
Flag of United States of America image

Where are the database and log paths located? Are the drives they are on mounted? For example if they are on iSCSI LUNs are those LUNs available?
ASKER CERTIFIED SOLUTION
Avatar of Mahesh
Mahesh
Flag of India 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
Hi,

Please go through the below article, this give clear pictures for swing migration.

http://www.petenetlive.com/KB/Article/0000234.htm
If those databases were never used and you wish to remove them then you can go to configuration partition in adsiedit and visit below path.

CN=Services,CN=Microsoft Exchange=CN=YourOrg,CN=Exchange Administrative Group\CN=Databases

over here it will list all the exchange 2010 datbases. You can delete the one's which are giving you the error while uninstalling exchange and try the uninstallation again.
Avatar of dtech39
dtech39

ASKER

Yes this worked. I thought of that when check that messages and did the job