Quantcast
Channel: Exchange Server 2010 forum
Viewing all articles
Browse latest Browse all 8820

Exchange 2010 SP2 failed

$
0
0

Dear all;

I have tried to upgrade my exchange 2010 to SP2. All went fine but the following error happened. What could be the cause and solution

[11/24/2012 10:50:36.0320] [2] Processing object "mycompany/Users/DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852}".
[11/24/2012 10:50:36.0331] [2] [ERROR] Database is mandatory on UserMailbox. Property Name: Database
[11/24/2012 10:50:36.0402] [2] [ERROR] Unexpected Error
[11/24/2012 10:50:36.0402] [2] [ERROR] Database is mandatory on UserMailbox. Property Name: Database
[11/24/2012 10:50:36.0413] [2] [WARNING] The object mycompany/Users/DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852} has been corrupted, and it's in an inconsistent state. The following validation errors happened:
[11/24/2012 10:50:36.0413] [2] [WARNING] Database is mandatory on UserMailbox.
[11/24/2012 10:50:36.0413] [2] [WARNING] The property value you specified, "16", isn't defined in the Enum type "Nullable`1".
[11/24/2012 10:50:36.0413] [2] [WARNING] Database is mandatory on UserMailbox.
[11/24/2012 10:50:36.0413] [2] Ending processing get-mailbox
[11/24/2012 10:50:36.0414] [2] Ending processing set-mailbox
[11/24/2012 10:50:36.0416] [2] Active Directory session settings for 'Get-Mailbox' are: View Entire Forest: 'True', Configuration Domain Controller: 'mainServer.mycompany', Preferred Global Catalog: 'mainServer.mycompany', Preferred Domain Controllers: '{ mainServer.mycompany }'
[11/24/2012 10:50:36.0416] [2] Beginning processing get-mailbox -Filter:'name -eq $name' -IgnoreDefaultScope:'True' -ResultSize:'1'
[11/24/2012 10:50:36.0418] [2] Searching objects of type "ADUser" with filter "(&((|((RecipientTypeDetails Equal RoomMailbox)(RecipientTypeDetails Equal EquipmentMailbox)(RecipientTypeDetails Equal LegacyMailbox)(RecipientTypeDetails Equal LinkedMailbox)(RecipientTypeDetails Equal UserMailbox)(RecipientTypeDetails Equal DiscoveryMailbox)(RecipientTypeDetails Equal SharedMailbox)))(Name Equal DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852})))", scope "SubTree" under the root "$null".
[11/24/2012 10:50:36.0424] [2] Previous operation run on global catalog server 'mainServer.mycompany'.
[11/24/2012 10:50:36.0424] [2] Preparing to output objects. The maximum size of the result set is "1".
[11/24/2012 10:50:36.0450] [2] [WARNING] The object mycompany/Users/DiscoverySearchMailbox {D919BA05-46A6-415f-80AD-7E09334BB852} has been corrupted, and it's in an inconsistent state. The following validation errors happened:
[11/24/2012 10:50:36.0450] [2] [WARNING] Database is mandatory on UserMailbox.
[11/24/2012 10:50:36.0450] [2] [WARNING] The property value you specified, "16", isn't defined in the Enum type "Nullable`1".
[11/24/2012 10:50:36.0450] [2] [WARNING] Database is mandatory on UserMailbox.
[11/24/2012 10:50:36.0451] [2] Ending processing get-mailbox
[11/24/2012 10:50:36.0451] [1] The following 2 error(s) occurred during task execution:
[11/24/2012 10:50:36.0451] [1] 0.  ErrorRecord: Database is mandatory on UserMailbox. Property Name: Database
[11/24/2012 10:50:36.0451] [1] 0.  ErrorRecord: Microsoft.Exchange.Data.DataValidationException: Database is mandatory on UserMailbox. Property Name: Database
[11/24/2012 10:50:36.0459] [1] [ERROR] The following error was generated when "$error.Clear(); 
          if ($RoleIsDatacenter -ne $true)
          {
            if (test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)
            {
              # upgrade the discovery mailboxes to R5 version, this will fix the RecipientDisplayType property of the discovery mailbox which was wrong in R4.
              get-mailbox -RecipientTypeDetails DiscoveryMailbox -DomainController $RoleDomainController | where {$_.IsValid -eq $false} | set-mailbox -DomainController $RoleDomainController
              $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName;
              $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxDisplayName;
              $mbxs = @( get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1 );
              if ( $mbxs.length -eq 0) 
              {
                $dbs = @(get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
                if($dbs.Length -ne 0) 
                {
                  $mbxUser = @(get-user -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
                  if ($mbxUser.Length -ne 0) 
                  {
                    enable-mailbox -Discovery -identity $mbxUser[0] -DisplayName $dispname -database $dbs[0].Identity;
                  }
                }
              }
            }
            else
            {
              write-exchangesetuplog -info "Skipping creating Discovery Search Mailbox because of insufficient permission."
            }  
          }
        " was run: "Database is mandatory on UserMailbox. Property Name: Database".
[11/24/2012 10:50:36.0459] [1] [ERROR] Database is mandatory on UserMailbox. Property Name: Database
[11/24/2012 10:50:36.0459] [1] 1.  ErrorRecord: Database is mandatory on UserMailbox. Property Name: Database
[11/24/2012 10:50:36.0459] [1] 1.  ErrorRecord: Microsoft.Exchange.Data.DataValidationException: Database is mandatory on UserMailbox. Property Name: Database
[11/24/2012 10:50:36.0459] [1] [ERROR] The following error was generated when "$error.Clear(); 
          if ($RoleIsDatacenter -ne $true)
          {
            if (test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)
            {
              # upgrade the discovery mailboxes to R5 version, this will fix the RecipientDisplayType property of the discovery mailbox which was wrong in R4.
              get-mailbox -RecipientTypeDetails DiscoveryMailbox -DomainController $RoleDomainController | where {$_.IsValid -eq $false} | set-mailbox -DomainController $RoleDomainController
              $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName;
              $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxDisplayName;
              $mbxs = @( get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1 );
              if ( $mbxs.length -eq 0) 
              {
                $dbs = @(get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
                if($dbs.Length -ne 0) 
                {
                  $mbxUser = @(get-user -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
                  if ($mbxUser.Length -ne 0) 
                  {
                    enable-mailbox -Discovery -identity $mbxUser[0] -DisplayName $dispname -database $dbs[0].Identity;
                  }
                }
              }
            }
            else
            {
              write-exchangesetuplog -info "Skipping creating Discovery Search Mailbox because of insufficient permission."
            }  
          }
        " was run: "Database is mandatory on UserMailbox. Property Name: Database".
[11/24/2012 10:50:36.0459] [1] [ERROR] Database is mandatory on UserMailbox. Property Name: Database
[11/24/2012 10:50:36.0459] [1] [ERROR-REFERENCE] Id=SystemAttendantDependent___590e51a8a98846d3a7fa8ddcc5472c74 Component=EXCHANGE14:\Current\Release\PIM Storage\Discovery
[11/24/2012 10:50:36.0459] [1] Setup is stopping now because of one or more critical errors.
[11/24/2012 10:50:36.0459] [1] Finished executing component tasks.
[11/24/2012 10:50:36.0469] [1] Ending processing Install-MailboxRole
[11/24/2012 10:52:15.0579] [0] End of Setup
[11/24/2012 10:52:15.0579] [0] **********************************************


Viewing all articles
Browse latest Browse all 8820

Trending Articles



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