Forum

exchange 2010 sp1 k...
 
Bildirimler
Hepsini Temizle

exchange 2010 sp1 kurulum problemi

4 Yazılar
2 Üyeler
0 Reactions
504 Görüntüleme
(@DenizVerman)
Gönderiler: 1289
Noble Member
Konu başlatıcı
 

merhaba arkadaşlar

exchange 2010 sp1 kurulumunda mailbox role une gelince asagıdaki hatayı veriyordu.

[03/17/2011 23:36:23.0349] [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".
[03/17/2011 23:36:23.0349] [1] [ERROR] Database is mandatory on UserMailbox. Property Name: Database
[03/17/2011 23:36:23.0349] [1] 1.  ErrorRecord: Database is mandatory on UserMailbox. Property Name: Database
[03/17/2011 23:36:23.0349] [1] 1.  ErrorRecord:
Microsoft.Exchange.Data.DataValidationException: Database is mandatory
on UserMailbox. Property Name: Database
[03/17/2011 23:36:23.0349] [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".
[03/17/2011 23:36:23.0349] [1] [ERROR] Database is mandatory on UserMailbox. Property Name: Database
[03/17/2011 23:36:23.0349] [1] [ERROR-REFERENCE]
Id=SystemAttendantDependent___590e51a8a98846d3a7fa8ddcc5472c74
Component=EXCHANGE14:\Current\Release\PIM Storage\Discovery
[03/17/2011 23:36:23.0349] [1] Setup is stopping now because of one or more critical errors.
[03/17/2011 23:36:23.0349] [1] Finished executing component tasks.
[03/17/2011 23:36:23.0677] [1] Ending processing Install-MailboxRole

sonra forumlarda http://www.bilgehanpoyraz.com/?p=660  arastırmamla
buna sebeb olanın discovery mailbox olduğunu bunu sp1 kurulumdan önce
kaldırıp daha sonra setup.com /prepareAD komutu ile yeniden
yaratmam gerektiği söylenmiş evet gerkçetende denedim sp1 kurulumdan
önce bunu kaldırınca sp1 kurulumu problemsiz tamamlandı fakat ben bunu
çalıştırdığımda aşağıdaki hatayı alıyorum.

D:\>setup.com /PrepareAD

Welcome to Microsoft Exchange Server 2010 Unattended Setup

Preparing Exchange Setup

    Copying Setup Files              ......................... COMPLETED

No server roles will be installed

Performing Microsoft Exchange Server Prerequisite Check

    Organization Checks              ......................... FAILED
     Setup encountered a problem while validating the state of Active Directory:
 The Active Directory organization configuration version (13214) is higher than
Setup's version(12640). Therefore, PrepareAD can't be executed.

The Exchange Server setup operation did not complete. Visit
http://support.micro

soft.com and enter the Error ID to find more information.

Exchange Server setup encountered an error.

bu discovery mailbox ı hem ad de hemde exchange 2010 a nasıl eklerim tekrar acaba???

 
Gönderildi : 19/03/2011 13:56

Hakan Uzuner
(@hakanuzuner)
Gönderiler: 33314
Illustrious Member Yönetici
 

Merhaba

/prepareschema komutunu RTM sürümü ile çalıştırmışsınız ancak SP1 kurulumu yapıyorsunuz, bu nedenle SP1 sürümü için bir kez daha çalıştırmanız gerekmektedir.

Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 19/03/2011 17:55

(@DenizVerman)
Gönderiler: 1289
Noble Member
Konu başlatıcı
 

evet hocam dediğini yapınca oldu teşekkür ederim.


ad ye discovery user ı geri geldi peki


exchange 2010 a discovery mailbox ı tekrar nasıl yaratabilirim...

 
Gönderildi : 19/03/2011 20:51

Hakan Uzuner
(@hakanuzuner)
Gönderiler: 33314
Illustrious Member Yönetici
 

http://technet.microsoft.com/en-us/library/dd638177.aspx

rica ederiz.

Danışman - ITSTACK Bilgi Sistemleri
****************************************************************
Probleminiz Çözüldüğünde Sonucu Burada Paylaşırsanız.
Sizde Aynı Problemi Yaşayanlar İçin Yardım Etmiş Olursunuz.
Eğer sorununuz çözüldü ise lütfen "çözüldü" olarak işaretlerseniz diğer üyeler için çok büyük kolaylık sağlayacaktır.
*****************************************************************

 
Gönderildi : 19/03/2011 21:26

Paylaş: