我在预览我们的 sharepoint office 文档时遇到问题,它不工作,我检查了 OWA 服务器并且 owa 服务正在运行。我还使用 Get-SPWOPIBinding 检查了绑定,并将绑定返回到 owa 服务器。我还使用将区域设置为 external-https
Set-SPWOPIZone –zone “external-https”
因为我看到该区域已绑定到我的共享点服务器中的 external-https。但问题仍然存在。不知道为什么,我也不了解 ULS 日志。这些是我试图预览的文档之一的相关 ID 的 ULS 日志。
SPDistributedCachePointerWrapper::InitializeDataCacheFactory 中使用“DistributedLogonTokenCache”出现意外异常 - 异常“System.ArgumentException:最大连接值应在 1 到 100 的范围内。参数名称:Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.set_MaxConnectionsToServer(Int32 value) 处的值Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'。
令牌缓存:无法初始化 SPDistributedSecurityTokenCache 异常:'System.ArgumentException:最大连接值应在 1 到 100 的范围内。参数名称:Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.set_MaxConnectionsToServer(Int32 值)在 Microsoft.SharePoint.DistributedCaching 的值.SPDistributedCachePointerWrapper.InitializeDataCacheFactory() 在 Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData) 在 Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType , Boolean encrptyData, TimeSpan minimumTokenExpirationWindow) 在 Microsoft.SharePoint。IdentityModel.SPDistributedSecurityTokenCacheInitializer.Init(对象状态)'。
我被困住了,我需要帮助