From 8456ab06c49ddaf2355ee8fb836be23b3823c80d Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Thu, 28 Sep 2023 19:59:29 +0200 Subject: [PATCH] - --- Wenite/Zech-Farm-Error-Analyse.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Wenite/Zech-Farm-Error-Analyse.md b/Wenite/Zech-Farm-Error-Analyse.md index eea1bdb..08a1287 100644 --- a/Wenite/Zech-Farm-Error-Analyse.md +++ b/Wenite/Zech-Farm-Error-Analyse.md @@ -88,7 +88,10 @@ Soll das so sein ? Web Content Management An error occured in the blob cache. The exception message was 'Etag is already set.'. -Lösung könnte sein Reset Blob cache +Lösung könnte sein Reset Blob cache Frage dabei wie oft kommt die Meldung +$webApp = Get-SPWebApplication "" +[Microsoft.SharePoint.Publishing.PublishingCache]::FlushBlobCache($webApp) +Write-Host "Flushed the BLOB cache for:" $webApp **Error 5910** @@ -96,6 +99,13 @@ Document Management Server Information Rights Management (IRM): An exception was thrown. Function Name:HrPdfIsProtected Error Code: 0x80048018 +Lösung : (Ignorieren !) + I renamed the IrmProtectors registry key (@ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\15.0\) to "IrmProtectors-Renamed." + +better +created a new IrmProtectors folder, left it empty, and locked the permissions down + + **Error 8311** SharePoint Foundation An operation failed because the following certificate has validation errors: @@ -106,9 +116,14 @@ Errors: SSL policy errors have been encountered. Error code '0x2'.. +Lösung Zertifikat genau anschauen + **Error 7557** Secure Store Service - The Secure Store Service application Secure Store Service is not accessible. The full exception text is: Could not establish trust relationship for the SSL/TLS secure channel with authority 'de-bre01-shp012:32844'. + The Secure Store Service application Secure Store Service is not accessible. The full exception text is: Could not establish trust relationship for the SSL/TLS secure channel with authority 'de-bre01-shp012:32844'. + + Lösung: + IIS KOnfiguration prüfen unter Sharepoint SWeb Services **Error 8313**