Con più domande
Installation of Exchange 2010 SP3 (SBS 2011) failed - exchange not working anymore

Discussione generale
-
Installation of Exchange 2010 SP3 failed - exchange not working anymore
Error on Mailbox role:
Summary: 8 item(s). 5 succeeded, 1 failed.
Elapsed time: 00:37:26
Language Files
Completed
Elapsed Time: 00:16:39
Restoring services
Completed
Elapsed Time: 00:00:02
Languages
Completed
Elapsed Time: 00:04:27
Hub Transport Role
Completed
Elapsed Time: 00:05:08
Client Access Role
Completed
Elapsed Time: 00:05:02
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; Error code: An Active Manager operation failed. Error The Microsoft Exchange Replication service may not be running on server server.domain.local. Specific RPC error message: Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from cli_MountDatabase3..".
Couldn't mount the database that you specified. Specified database: Mailbox Database; Error code: An Active Manager operation failed. Error The Microsoft Exchange Replication service may not be running on server server.domain.local. Specific RPC error message: Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from cli_MountDatabase3..
An Active Manager operation failed. Error The Microsoft Exchange Replication service may not be running on server server.domain.local. Specific RPC error message: Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from cli_MountDatabase3.
Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from cli_MountDatabase3
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.3.123.3&e=ms.exch.err.Ex88D115&l=0&cl=cp
Elapsed Time: 00:06:06
Management Tools
Cancelled
Finalizing Setup
Cancelled
Tutte le risposte
-
Ciao,
Qui siamo in una community italiana e, come anche le linee guida del forum lo dicono, scrivendo in italiano ci si capisce meglio.
Se preferisci l'inglese puoi effettivamente inoltrare una richiesta di supporto a partire da questa pagina.
Grazie,
Microsoft offre questo servizio gratuitamente, per aiutare gli utenti e aumentare il database dei prodotti e delle tecnologie. Il contenuto viene fornito “così come è” e non comporta alcuna responsabilità da parte dell'azienda.
- Modificato Anca Popa mercoledì 3 aprile 2013 12:18 typo error