fschlicht
Goto Top

Instalationsproblem Exchange 2016

Hallo Admins,
könnt ihr mir bitte Tips geben ,hänge beim Exchange 2016
in der Instalation fest .
Kennt jemand diesen Fehler
Schritt 1von8 97 % Abbruch

Fehler:
Der folgende Fehler wurde generiert, als "$error.Clear();
$maxWait = New-TimeSpan -Minutes 8
$timeout = Get-Date;
$timeout = $timeout.Add($maxWait);
$currTime = Get-Date;
$successfullySetConfigDC = $false;

while($currTime -le $timeout)
{
$setSharedCDCErrors = @();
try
{
Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
$successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);

if($successfullySetConfigDC)
{
break;
}
Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors);
}
catch
{
Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
}

Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
Start-Sleep -Seconds 30;
$currTime = Get-Date;
}

if( -not $successfullySetConfigDC)
{
Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
}
" ausgeführt wurde: "System.Exception: Unable to set shared config DC.
bei Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
bei Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
bei Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
bei Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
bei Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".

Content-Key: 302578

Url: https://administrator.de/contentid/302578

Printed on: April 25, 2024 at 04:04 o'clock

Member: beidermachtvongreyscull
beidermachtvongreyscull Apr 22, 2016 at 12:53:04 (UTC)
Goto Top
Fehlt da nicht noch etwas?

Zum Beispiel:

The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.

Ich vermisse eine Sektion "Description", die normalerweise den verursachenden Prozess dieses Fehlers bei Namen nennt.
Member: fschlicht
fschlicht Apr 22, 2016 at 13:23:21 (UTC)
Goto Top
Hallo ,
danke für deine Antwort erstmal , in der Fehlermeldung steht leider nur das
was ich gepostet habe.
Im ExchangeSetup.log steht mehr drin finde dort keine Sektion Description
Member: GabrielSix
GabrielSix Apr 22, 2016 at 14:51:14 (UTC)
Goto Top
Hallo fschlicht,

poste uns doch mal deine Logs!

/Gabriel
Member: fschlicht
fschlicht Apr 22, 2016 at 15:01:18 (UTC)
Goto Top
Hier sind meine Logs


$maxWait = New-TimeSpan -Minutes 8
$timeout = Get-Date;
$timeout = $timeout.Add($maxWait);
$currTime = Get-Date;
$successfullySetConfigDC = $false;

while($currTime -le $timeout)
{
$setSharedCDCErrors = @();
try
{
Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
$successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);

if($successfullySetConfigDC)
{
break;
}
Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors);
}
catch
{
Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
}

Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
Start-Sleep -Seconds 30;
$currTime = Get-Date;
}

if( -not $successfullySetConfigDC)
{
Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
}

[04.22.2016 13:43:28.0526] [2] Die Active Directory-Sitzungseinstellungen für 'Set-SharedConfigDC' lauten: Vollständige Gesamtstruktur anzeigen: 'True', Konfigurationsdomänencontroller: 'srvdc1.rombus.local', Bevorzugter globaler Katalog: 'srvdc1.rombus.local', Bevorzugte Domänencontroller: '{ srvdc1.rombus.local }'
[04.22.2016 13:43:28.0526] [2] User specified parameters: -DomainController:'srvdc1.rombus.local' -ErrorVariable:'setSharedCDCErrors' -ErrorAction:'SilentlyContinue'
[04.22.2016 13:43:28.0526] [2] Beginning processing Set-SharedConfigDC
[04.22.2016 13:44:19.0084] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:44:19.0087] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:44:19.0090] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:44:19.0096] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:44:19.0106] [2] Ending processing Set-SharedConfigDC
[04.22.2016 13:44:19.0161] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:44:19.0166] [2] An error ocurred while setting shared config DC. Error: Der Aufruf des Microsoft Exchange Active Directory-Topologiediensts auf Server 'TopologyClientTcpEndpoint (localhost)' hat einen Fehler zurückgegeben. Fehlerdetails No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:44:19.0167] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:44:19.0170] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:44:19.0173] [2] Waiting 30 seconds before attempting again.
[04.22.2016 13:44:19.0175] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:44:49.0182] [2] Die Active Directory-Sitzungseinstellungen für 'Set-SharedConfigDC' lauten: Vollständige Gesamtstruktur anzeigen: 'True', Konfigurationsdomänencontroller: 'srvdc1.rombus.local', Bevorzugter globaler Katalog: 'srvdc1.rombus.local', Bevorzugte Domänencontroller: '{ srvdc1.rombus.local }'
[04.22.2016 13:44:49.0183] [2] User specified parameters: -DomainController:'srvdc1.rombus.local' -ErrorVariable:'setSharedCDCErrors' -ErrorAction:'SilentlyContinue'
[04.22.2016 13:44:49.0183] [2] Beginning processing Set-SharedConfigDC
[04.22.2016 13:45:43.0500] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:45:43.0500] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:45:43.0501] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:45:43.0502] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:45:43.0523] [2] Ending processing Set-SharedConfigDC
[04.22.2016 13:45:43.0526] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:45:43.0533] [2] An error ocurred while setting shared config DC. Error: Der Aufruf des Microsoft Exchange Active Directory-Topologiediensts auf Server 'TopologyClientTcpEndpoint (localhost)' hat einen Fehler zurückgegeben. Fehlerdetails No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:45:43.0535] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:45:43.0539] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:45:43.0542] [2] Waiting 30 seconds before attempting again.
[04.22.2016 13:45:43.0543] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:46:13.0549] [2] Die Active Directory-Sitzungseinstellungen für 'Set-SharedConfigDC' lauten: Vollständige Gesamtstruktur anzeigen: 'True', Konfigurationsdomänencontroller: 'srvdc1.rombus.local', Bevorzugter globaler Katalog: 'srvdc1.rombus.local', Bevorzugte Domänencontroller: '{ srvdc1.rombus.local }'
[04.22.2016 13:46:13.0550] [2] User specified parameters: -DomainController:'srvdc1.rombus.local' -ErrorVariable:'setSharedCDCErrors' -ErrorAction:'SilentlyContinue'
[04.22.2016 13:46:13.0550] [2] Beginning processing Set-SharedConfigDC
[04.22.2016 13:47:07.0812] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:47:07.0812] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:47:07.0813] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:47:07.0813] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:47:07.0817] [2] Ending processing Set-SharedConfigDC
[04.22.2016 13:47:07.0820] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:47:07.0823] [2] An error ocurred while setting shared config DC. Error: Der Aufruf des Microsoft Exchange Active Directory-Topologiediensts auf Server 'TopologyClientTcpEndpoint (localhost)' hat einen Fehler zurückgegeben. Fehlerdetails No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:47:07.0824] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:47:07.0826] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:47:07.0830] [2] Waiting 30 seconds before attempting again.
[04.22.2016 13:47:07.0831] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:47:37.0834] [2] Die Active Directory-Sitzungseinstellungen für 'Set-SharedConfigDC' lauten: Vollständige Gesamtstruktur anzeigen: 'True', Konfigurationsdomänencontroller: 'srvdc1.rombus.local', Bevorzugter globaler Katalog: 'srvdc1.rombus.local', Bevorzugte Domänencontroller: '{ srvdc1.rombus.local }'
[04.22.2016 13:47:37.0834] [2] User specified parameters: -DomainController:'srvdc1.rombus.local' -ErrorVariable:'setSharedCDCErrors' -ErrorAction:'SilentlyContinue'
[04.22.2016 13:47:37.0834] [2] Beginning processing Set-SharedConfigDC
[04.22.2016 13:48:32.0590] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:48:32.0590] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:48:32.0591] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:48:32.0591] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:48:32.0596] [2] Ending processing Set-SharedConfigDC
[04.22.2016 13:48:32.0599] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:48:32.0603] [2] An error ocurred while setting shared config DC. Error: Der Aufruf des Microsoft Exchange Active Directory-Topologiediensts auf Server 'TopologyClientTcpEndpoint (localhost)' hat einen Fehler zurückgegeben. Fehlerdetails No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:48:32.0604] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:48:32.0607] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:48:32.0610] [2] Waiting 30 seconds before attempting again.
[04.22.2016 13:48:32.0612] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:49:02.0617] [2] Die Active Directory-Sitzungseinstellungen für 'Set-SharedConfigDC' lauten: Vollständige Gesamtstruktur anzeigen: 'True', Konfigurationsdomänencontroller: 'srvdc1.rombus.local', Bevorzugter globaler Katalog: 'srvdc1.rombus.local', Bevorzugte Domänencontroller: '{ srvdc1.rombus.local }'
[04.22.2016 13:49:02.0618] [2] User specified parameters: -DomainController:'srvdc1.rombus.local' -ErrorVariable:'setSharedCDCErrors' -ErrorAction:'SilentlyContinue'
[04.22.2016 13:49:02.0619] [2] Beginning processing Set-SharedConfigDC
[04.22.2016 13:49:56.0818] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:49:56.0818] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:49:56.0819] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:49:56.0819] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:49:56.0863] [2] Ending processing Set-SharedConfigDC
[04.22.2016 13:49:56.0868] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:49:56.0883] [2] An error ocurred while setting shared config DC. Error: Der Aufruf des Microsoft Exchange Active Directory-Topologiediensts auf Server 'TopologyClientTcpEndpoint (localhost)' hat einen Fehler zurückgegeben. Fehlerdetails No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:49:56.0888] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:49:56.0892] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:49:56.0898] [2] Waiting 30 seconds before attempting again.
[04.22.2016 13:49:56.0900] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:50:26.0906] [2] Die Active Directory-Sitzungseinstellungen für 'Set-SharedConfigDC' lauten: Vollständige Gesamtstruktur anzeigen: 'True', Konfigurationsdomänencontroller: 'srvdc1.rombus.local', Bevorzugter globaler Katalog: 'srvdc1.rombus.local', Bevorzugte Domänencontroller: '{ srvdc1.rombus.local }'
[04.22.2016 13:50:26.0906] [2] User specified parameters: -DomainController:'srvdc1.rombus.local' -ErrorVariable:'setSharedCDCErrors' -ErrorAction:'SilentlyContinue'
[04.22.2016 13:50:26.0907] [2] Beginning processing Set-SharedConfigDC
[04.22.2016 13:51:21.0223] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:51:21.0223] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:51:21.0224] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:51:21.0224] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites.
[04.22.2016 13:51:21.0227] [2] Ending processing Set-SharedConfigDC
[04.22.2016 13:51:21.0230] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:51:21.0233] [2] An error ocurred while setting shared config DC. Error: Der Aufruf des Microsoft Exchange Active Directory-Topologiediensts auf Server 'TopologyClientTcpEndpoint (localhost)' hat einen Fehler zurückgegeben. Fehlerdetails No Minimal Required Number of Suitable Directory Servers Found in Forest rombus.local Site Standardname-des-ersten-Standorts and connected Sites..
[04.22.2016 13:51:21.0235] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:51:21.0237] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:51:21.0241] [2] Waiting 30 seconds before attempting again.
[04.22.2016 13:51:21.0242] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:51:51.0255] [2] Beginning processing Write-ExchangeSetupLog
[04.22.2016 13:51:51.0260] [2] [ERROR] Unable to set shared config DC.
[04.22.2016 13:51:51.0261] [2] [ERROR] Unable to set shared config DC.
[04.22.2016 13:51:51.0265] [2] Ending processing Write-ExchangeSetupLog
[04.22.2016 13:51:51.0268] [1] The following 1 error(s) occurred during task execution:
[04.22.2016 13:51:51.0268] [1] 0. ErrorRecord: Unable to set shared config DC.
[04.22.2016 13:51:51.0268] [1] 0. ErrorRecord: System.Exception: Unable to set shared config DC.
bei Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
bei Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
bei Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
bei Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
bei Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
[04.22.2016 13:51:51.0269] [1] [ERROR] The following error was generated when "$error.Clear();
$maxWait = New-TimeSpan -Minutes 8
$timeout = Get-Date;
$timeout = $timeout.Add($maxWait);
$currTime = Get-Date;
$successfullySetConfigDC = $false;

while($currTime -le $timeout)
{
$setSharedCDCErrors = @();
try
{
Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
$successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);

if($successfullySetConfigDC)
{
break;
}
Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors);
}
catch
{
Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
}

Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
Start-Sleep -Seconds 30;
$currTime = Get-Date;
}

if( -not $successfullySetConfigDC)
{
Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
}
" was run: "System.Exception: Unable to set shared config DC.
bei Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
bei Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
bei Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
bei Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
bei Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
[04.22.2016 13:51:51.0269] [1] [ERROR] Unable to set shared config DC.
[04.22.2016 13:51:51.0270] [1] [ERROR-REFERENCE] Id=AllADRolesCommonServiceControl___ee47ab1c06fb47919398e2e95ed99c6c Component=EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
[04.22.2016 13:51:51.0270] [1] Setup is stopping now because of one or more critical errors.
[04.22.2016 13:51:51.0270] [1] Finished executing component tasks.
[04.22.2016 13:51:51.0322] [1] Ending processing Install-BridgeheadRole
[04.22.2016 14:52:47.0472] CurrentResult setupbase.maincore:396: 0
[04.22.2016 14:52:47.0472] End of Setup
[04.22.2016 14:52:47.0472] **
Member: beidermachtvongreyscull
beidermachtvongreyscull Apr 22, 2016 updated at 15:19:39 (UTC)
Goto Top
Schau mal hier rein: http://blogs.technet.com/b/shekhar37k/archive/2015/07/10/exchange-2013- ...

Auch wenn das für einen EX2013 ist, sieht Dein Log für mich so aus, als hätte Dein EX2016 die gleiche Krankheit.

Bitte mit Vorsicht zu Werke gehen, wenn eine Produktivumgebung alterniert wird.
Member: fschlicht
fschlicht Apr 23, 2016 at 09:43:40 (UTC)
Goto Top
Hallo,
habe es versucht komme aber leider auch da nicht weiter ,bleibt immer noch bei 97%
im Schritt 1von 8 hängen
Member: KellogsFR
KellogsFR May 11, 2016 at 07:38:12 (UTC)
Goto Top
Hi Fschlicht, bist du weiter gekommen?

Ich hab hier das gleich Problem. Dieser SCh*** Software macht, was sie will, ohne dass es nachvollziehbar ist.

Ich stell die Frage jetzt nochmal im Forum, in der Hoffnung, das ich eine Antwort bekommen.

Gruß Kellogs