我们正在使用OOTb讨论区列表。当我们点击未答复的标签时,它会给出带有核心ID的错误:
日志
0x62F4 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|adcouncil\umofarmacc, ClaimsCount=28 5c43589d-b0c1-30d1-cd87-5bd796a2c343
01/24/2016 09:08:55.45 w3wp.exe (0x1B48) 0x62F4 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/departments/it 5c43589d-b0c1-30d1-cd87-5bd796a2c343
01/24/2016 09:08:55.46 w3wp.exe (0x1B48) 0x62F4 SharePoint Foundation Performance ki9i High Query needs to have a WHERE clause with an NVP field if UseNvpForOrderBy is TRUE. 5c43589d-b0c1-30d1-cd87-5bd796a2c343
01/24/2016 09:08:55.46 w3wp.exe (0x1B48) 0x62F4 SharePoint Foundation Health 46ri High Throttled:Big list slow query. List item query elapsed time: 0 milliseconds, Additional data (if available): Query HRESULT: 80070024 List internal name, flags, and URL: {7D30631C-AB31-4943-929D-B89AE6E20035}, flags=0x0020000820c01000, URL="http://srumos08/departments/it/_layouts/15/inplview.aspx?List={7D30631C-AB31-4943-929D-B89AE6E20035}&View={28C8175B-94A9-4EB8-A036-AF5C08D50092}&ViewCount=4&IsXslView=TRUE&IsCSR=TRUE&HasOverrideSelectCommand=TRUE&FolderCTID=0x012002001D0510CE0262EB46B96E5EA2E3FBBF3F" Current User: 1073741823 Query XML: "<Query><OrderBy UseIndexForOrderBy="TRUE" Override="TRUE"/><Where><Eq><FieldRef Name="IsAnswered"/><Value Type="Integer">0</Value></Eq></Where></Query>" SQL Query: "N/A" 5c43589d-b0c1-30d1-cd87-5bd796a2c343
01/24/2016 09:08:55.46 w3wp.exe (0x1B48) 0x62F4 SharePoint Foundation General xxpm High Unable to execute query: Error 0x80070585 5c43589d-b0c1-30d1-cd87-5bd796a2c343
01/24/2016 09:08:55.46 w3wp.exe (0x1B48) 0x62F4 SharePoint Foundation General 8e2s Medium Unknown SPRequest error occurred. More information: 0x80070585 5c43589d-b0c1-30d1-cd87-5bd796a2c343
01/24/2016 09:08:55.46 w3wp.exe (0x1B48) 0x62F4 SharePoint Foundation General 72k4 Medium <nativehr>0x80070585</nativehr><nativestack></nativestack> 5c43589d-b0c1-30d1-cd87-5bd796a2c343
01/24/2016 09:08:55.46 w3wp.exe (0x1B48) 0x62F4 SharePoint Foundation General 8kh7 High <nativehr>0x80070585</nativehr><nativestack></nativestack> 5c43589d-b0c1-30d1-cd87-5bd796a2c343
01/24/2016 09:08:55.46 w3wp.exe (0x1B48) 0x62F4 SharePoint Foundation General aix9j High SPRequest.GetListItemDataWithCallback2: UserPrincipalName=i:0).w|s-1-5-21-2165195311-2691588097-3176437156-3628, AppPrincipalName= ,pSqlClient=<null> ,bstrUrl=http://srumos08/departments/it ,bstrListName={7D30631C-AB31-4943-929D-B89AE6E20035} ,bstrViewName=<null> ,bstrViewXml=<View><Query><OrderBy UseIndexForOrderBy="TRUE" Override="TRUE"/><Where><Eq><FieldRef Name="IsAnswered"/><Value Type="Integer">0</Value></Eq></Where></Query><ViewFields><FieldRef Name="ID"/><FieldRef Name="PermMask"/><FieldRef Name="Created"/><FieldRef Name="Modified"/><FieldRef Name="Title"/><Field ,fSafeArrayFlags=SAFEARRAYFLAG_AUTOHYPERLINK 5c43589d-b0c1-30d1-cd87-5bd7.
没有任何意外或严重的例外。未答复的问题标签中没有任何项目。列表不大,它只有3-4个项目。不知道发生了什么
答案 0 :(得分:0)
您使用的帐户的权限级别是多少?尝试使用具有更高权限的其他用户来比较结果。
您在此网站中使用的身份验证类型是什么?如果已配置ADFS,请检查以下链接以查看是否是这种情况: https://sharepoint.stackexchange.com/questions/79864/sharepoint-2013-adfs-login-local-token-cache-always-expired
您可以尝试以下更多问题排查:
检查此已发布站点中是否启用了标准站点功能。
然后检查此站点中是否有任何自定义解决方案,有时它们可能会导致冲突。
还要检查讨论板的名称是否有任何特殊字符。
重置IIS并比较结果。
有关详细信息,请参阅以下链接: https://social.technet.microsoft.com/Forums/en-US/74fd83cb-e8f8-4b20-acd9-ed0b16059e9b/discussion-board-error?forum=sharepointgeneralprevious
答案 1 :(得分:0)
您的讨论列表包含多少项?在错误中有类似“大列表慢查询”的东西,这可能意味着您超过资源限制限制(列表中的最大项目以确保在一个视图中的性能)。默认情况下,我想5000 ...您的列表中有超过5000个项目吗?