我对我们sharepoint office文档的预览有问题,它不起作用,我已经检查了OWA服务器和正在运行的owa服务。我还使用检查了绑定,它将绑定返回给了owa服务器。我还使用以下方法将区域设置为外部https
Set-SPWOPIZone –zone “external-https”因为我看到区域绑定到我的sharepoint服务器中的外部https。但问题仍然是there.not,确定为什么,我也不理解ULS日志。这些是我试图预览的文档的关联id的ULS日志。
在SPDistributedCachePointerWrapper::InitializeDataCacheFactory中使用“DistributedLogonTokenCache”的意外异常--异常'System.ArgumentException: Max连接值应该在1到100之间。参数名称:值在Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. ) 令牌缓存:初始化SPDistributedSecurityTokenCache异常失败:'System.ArgumentException: Max连接值应该在1到100之间。参数名: Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration.set_MaxConnectionsToServer(Int32值)( Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()为Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String名称,TimeSpan timeToLive,SPDistributedCacheContainerType containerType,布尔encryptData为Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String名称,TimeSpan timeToLive,SPDistributedCacheContainerType containerType,布尔encrptyData,TimeSpan minimumTokenExpirationWindow)为Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCacheInitializer.Init(Object状态)‘。
我被困住了我需要帮助
发布于 2018-10-25 17:32:23
也可以签入事件查看器,看看是否可以获得错误代码。看起来AppFabric (分布式缓存)有问题,但它可能是其他问题的症状,有时只是几个问题中的一个。有一个很好的调优脚本可以使用这里,但要确保您知道自己在做什么。尝试将最大连接设置为1,测试它,然后将其提高到10,看看是否有任何问题。可能希望在维护窗口期间执行此操作,因为可能需要重新启动。
https://stackoverflow.com/questions/52988230
复制相似问题