Quantcast
Channel: Exchange Server 2013 - General Discussion forum
Viewing all articles
Browse latest Browse all 4521

Installing Exchange 2013 CU1 on a production server fails: Couldn't mount the database that you specified.

$
0
0

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 )

          {

            trap [Exception]

            {

              Add-MailboxPermission $dismbx -User $dmRoleGroup.Name -AccessRights FullAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue;

              continue;

            }

           

            Add-MailboxPermission $dismbx -User $dmRoleGroup.Identity -AccessRights FullAccess -DomainController $RoleDomainController -WarningAction SilentlyContinue;

          }

          }

          }

          }

    " was run: "Couldn't mount the database that you specified. Specified database: DB01; 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 'DB01'. Error: An I/O error occurred while attempting to enumerate log files in directory 'D:\Logs\DB01'. Error 0x3

I have dismount DB01 off the my Exchange 2013 and my database DB01 is also corrupt not able to repair so I created a new database called DB1.  I'm having issue running cumulative


Vien H. Lim


Viewing all articles
Browse latest Browse all 4521

Trending Articles



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