Forum

exchange kurulum ha...
 
Bildirimler
Hepsini Temizle

exchange kurulum hatası

5 Yazılar
3 Üyeler
0 Reactions
556 Görüntüleme
(@muratuzun-2)
Gönderiler: 586
Noble Member
Konu başlatıcı
 

merhabalar exchange 2012 kurulumunda şöyle bir hata alıyorum nasıl düzeltiriz

 

The following error was generated when "$error.Clear(); 

          $keyPath = "HKLM:\Software\Microsoft\WebManagement\Server";

          if (!(Get-Item $keyPath -ErrorAction SilentlyContinue))

          {

            New-Item $keyPath -Force

          }

          Set-ItemProperty -path $keyPath -name "EnableRemoteManagement" -value 0x1 -Type DWORD -Force;

          if (Get-Service WMSVC* | ?{$_.Name -eq 'WMSVC'})

          {

            Set-Service WMSVC -StartupType Automatic

            Stop-SetupService -ServiceName WMSVC;

            Start-SetupService -ServiceName WMSVC

          }

        " was run: "Service 'WMSVC' failed to reach status 'Running' on this server.".

 

 
Gönderildi : 12/05/2014 17:15

(@ufuktatlidil)
Gönderiler: 5718
Illustrious Member
 

http://www.cozumpark.com/forums/thread/349665.aspx

 
Gönderildi : 12/05/2014 17:18

(@muratuzun-2)
Gönderiler: 586
Noble Member
Konu başlatıcı
 

Merhabalar verdiğiniz linkden ne çıkarmalıyım?

 
Gönderildi : 12/05/2014 17:30

(@ismailkizilirmak)
Gönderiler: 543
Honorable Member
 

Merhaba,

WMSVC sertifikasının silinmesinden kaynaklanıyor olabilir, Aşağıdaki linki incelermisin?

http://amagsmb.wordpress.com/2014/02/03/service-wmsvc-failed-to-reach-status-running-on-this-server-when-trying-to-uninstall-exchange-2013-cu1-server/  

 
Gönderildi : 12/05/2014 20:27

(@muratuzun-2)
Gönderiler: 586
Noble Member
Konu başlatıcı
 

İsmail bey  işe yaradı teşekkürler.Bu aşamayı geçtik ama bu seferde mailbox rolenu yuklerken bu hatayı verdi ;

 

Error:

The following error was generated when "$error.Clear(); 

          if (!$RoleIsDatacenter)

          {

              $mailboxId = [Microsoft.Exchange.Management.Migration.MigrationBatchIdParameter]::MigrationMailboxName;

              $dispName = "Microsoft Exchange Migration";

              $mbxs = @(Get-Mailbox -Arbitration -DomainController $RoleDomainController -Filter {Name -eq $mailboxId});

              $migrationMailbox = $null;

              if ($mbxs.Length -eq 0) 

              {

                  Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");

                  $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);

                  if ($dbs.Length -ne 0) 

                  {

                      Write-ExchangeSetupLog -Info ("Retrieving users with Name=$mailboxId.");

                      $arbUsers = @(Get-User -Filter {Name -eq $mailboxId} -IgnoreDefaultScope -ResultSize 1);

                      if ($arbUsers.Length -ne 0) 

                      {

                          Write-ExchangeSetupLog -Info ("Enabling mailbox $mailboxId.");

                          $migrationMailbox = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;

                      }

                  }

              }

              else

              {

                  $migrationMailbox = $mbxs[0];

              }

              # Set the Organization Capabilities and quotas needed for this mailbox

              if ($migrationMailbox -ne $null)

              {

                  Set-Mailbox -Arbitration -Identity $migrationMailbox -ProhibitSendReceiveQuota 300MB -ProhibitSendQuota 300MB -IssueWarningQuota 150MB -RecoverableItemsQuota 30GB -RecoverableItemsWarningQuota 20GB -UseDatabaseQuotaDefaults $false -SCLDeleteEnabled $false -SCLJunkEnabled $false -SCLQuarantineEnabled $false -SCLRejectEnabled $false -HiddenFromAddressListsEnabled $true -DisplayName $dispName -Management:$true -Force;

              }

              else

              {

                  Write-ExchangeSetupLog -Info ("Cannot find migration mailbox with name=$mailboxId.");

              }

          }

        " was run: "Database is mandatory on UserMailbox.".

Error:

The following error was generated when "$error.Clear(); 

          if (!$RoleIsDatacenter)

          {

              $mailboxId = [Microsoft.Exchange.Management.Migration.MigrationBatchIdParameter]::MigrationMailboxName;

              $dispName = "Microsoft Exchange Migration";

              $mbxs = @(Get-Mailbox -Arbitration -DomainController $RoleDomainController -Filter {Name -eq $mailboxId});

              $migrationMailbox = $null;

              if ($mbxs.Length -eq 0) 

              {

                  Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");

                  $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);

                  if ($dbs.Length -ne 0) 

                  {

                      Write-ExchangeSetupLog -Info ("Retrieving users with Name=$mailboxId.");

                      $arbUsers = @(Get-User -Filter {Name -eq $mailboxId} -IgnoreDefaultScope -ResultSize 1);

                      if ($arbUsers.Length -ne 0) 

                      {

                          Write-ExchangeSetupLog -Info ("Enabling mailbox $mailboxId.");

                          $migrationMailbox = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0].Identity;

                      }

                  }

              }

              else

              {

                  $migrationMailbox = $mbxs[0];

              }

              # Set the Organization Capabilities and quotas needed for this mailbox

              if ($migrationMailbox -ne $null)

              {

                  Set-Mailbox -Arbitration -Identity $migrationMailbox -ProhibitSendReceiveQuota 300MB -ProhibitSendQuota 300MB -IssueWarningQuota 150MB -RecoverableItemsQuota 30GB -RecoverableItemsWarningQuota 20GB -UseDatabaseQuotaDefaults $false -SCLDeleteEnabled $false -SCLJunkEnabled $false -SCLQuarantineEnabled $false -SCLRejectEnabled $false -HiddenFromAddressListsEnabled $true -DisplayName $dispName -Management:$true -Force;

              }

              else

              {

                  Write-ExchangeSetupLog -Info ("Cannot find migration mailbox with name=$mailboxId.");

              }

          }

        " was run: "Database is mandatory on UserMailbox. Property Name: Database".

 

 
Gönderildi : 13/05/2014 14:14

Paylaş: