Hi,
I attempted to update but I have received this error in step 10 of 18: Mailbox role: Transport service
Error:
The following error was generated when "$error.Clear();
Uninstall-CrimsonManifest -DefinitionXml "bin\PushNotificationEvents.man";
Install-CrimsonManifest `
-DefinitionXml "bin\PushNotificationEvents.man" `
-MessageDll "bin\Microsoft.Exchange.PushNotifications.CrimsonEvents.dll" `
-ProviderName "Microsoft-Exchange-PushNotifications";
if (!$RoleIsDatacenter -and !$RoleIsDatacenterDedicated)
{
$pathForwevutilcmd = join-path $env:SystemRoot System32\wevtutil.exe;
if (Test-Path $pathForwevutilcmd)
{
invoke-expression ($pathForwevutilcmd + " sl 'Microsoft-Exchange-PushNotifications/Analytics' /e:false");
}
}
" was run: "System.InvalidOperationException: Failed to perform event manifest action (manifest = C:\Program Files\Microsoft\Exchange Server\V15\bin\PushNotificationEvents.man, action = install-manifest,
exitcode = 15010, errors = Configuration error.
)
at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
at Microsoft.Exchange.Management.SystemConfigurationTasks.InstallCrimsonManifest.InternalProcessRecord()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
Error:
The following error was generated when "$error.Clear();
Uninstall-CrimsonManifest -DefinitionXml "bin\PushNotificationEvents.man";
Install-CrimsonManifest `
-DefinitionXml "bin\PushNotificationEvents.man" `
-MessageDll "bin\Microsoft.Exchange.PushNotifications.CrimsonEvents.dll" `
-ProviderName "Microsoft-Exchange-PushNotifications";
if (!$RoleIsDatacenter -and !$RoleIsDatacenterDedicated)
{
$pathForwevutilcmd = join-path $env:SystemRoot System32\wevtutil.exe;
if (Test-Path $pathForwevutilcmd)
{
invoke-expression ($pathForwevutilcmd + " sl 'Microsoft-Exchange-PushNotifications/Analytics' /e:false");
}
}
" was run: "System.Management.Automation.RemoteException: Failed to read configuration for log Microsoft-Exchange-PushNotifications/Analytics. The specified channel could not be found. Check channel configuration.".
Now Exchange services don't start anymore.
What problem can be?
Thanks.