Update: This was fixed in February 2021 CU.
We received several reports that the RSS web part is broken after installing December 2020 CU.
This affects the SharePoint versions 2010, 2013, 2016 and 2019.
The error in the UI and ULS log is similar to the following:
RssWebPart: Exception handed to HandleRuntimeException.HandleException System.ArgumentNullException: Value cannot be null. Parameter name: key at Microsoft.SharePoint.WebControls.CacheObject.LoadDataFromCache(String key) at Microsoft.SharePoint.WebControls.BaseXmlDataSource.GetXmlDocument() at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal() at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator() at Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXPathNavigator(String viewPath) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean bDeferExecuteTransform)
Update: a fix for the issue is planned to be included in the February 2021 CU.
Permalink
Well it’s good to know MS is already working on this as I patched my servers this past weekend and we’ve run into this. I don’t want to rollback the patches so we definitely need the next update to resolve this. Thanks
Permalink
You can’t rollback Sharepoint patches AFAIK.
Permalink
Stefan,
Just trying to understand, does Microsoft not test basic functionality of SharePoint before releasing the patches? We have a test site where all the following functionality is configured, and it takes me less than an hour to go through and validate if the basic functionality works for them. Can Microsoft implement similar checklist and provide that all the items on the checklist passed with each PU. Something similar to me taking my car for oil change and the shop goes through 32 point inspection and providing me with the checklist of Pass/Fail with every oil change…
Access Services
InfoPath
Visio Graphics Service
RSS Feed
IRM
Document Sets
List Alerts
PHA
Project Server
Information Management Policy
BDC and
Secure Store
User Profile Service
Search Service Application
Managed Metadata
Local Term Store
Workflow 2010
Workflow 2013
Excel Services
OOS
Permalink
Hi Giresh,
Microsoft performs a large number of tests against each CU. The problem is that SharePoint includes thousands of components which can be combined in an even higher number of combinations.
It is impossible to test every components in every combination.
Cheers,
Stefan
Permalink
Agreed, but I consider RSS web part as a simple functionality, which should have been tested and surprised that it was broken by this PU.
Permalink
Hi Giresh,
if you are interested in getting early access to the security fixes to evaluate them and identify issues I would recommend to join this program:
https://blog.stefan-gossner.com/2020/10/22/raising-awareness-of-the-security-update-validation-program-suvp/
Cheers,
Stefan
Permalink
Do we have a hotfix yet?
Permalink
A fix is currently planned for February CU.
Permalink
Hi Stefan,
Our environment is SP 2016 and we didn’t patch our SP using December 2020 CU. But this issue happened in our environment and our RSS feeds have same error. how that happened even though we haven’t applied December 2020 CU?
Thanks
Yalu
Permalink
Hi Yalu,
maybe some SharePoint security fixes from December got installed automatically?
Cheers,
Stefan
Permalink
Make sense And we are waiting the outcome of the investigation.
Thank you Stefan!
Permalink
Do you know how close MS is to resolving this issue?
Thanks
Permalink
Hi Dorrell, a fix is currently planned for February CU.
Permalink
Any update on the RSS webpart fix?
Permalink
Hi Abdul,
a fix for the issue is currently planned for February 2021 CU.
Cheers,
Stefan
Permalink
Thank you..
Permalink
Stefan,
Thank you for update
Permalink
Hi Stefan, is there a problem installing January CU with RSS webparts whithout having December CU installed?
Permalink
Hi Marcus,
as SharePoint fixes are cumulative it is never required to install an earlier CU.
But be aware that January CU will have the same issue as December CU as the fix is not included.
The fix is planned for February 2021 CU.
Cheers,
Stefan
Permalink
Many thanks to you.
Do you have a violation for broken RSS web parts?
Which part is not working in detail?
Thanks in advance, stay healthy. 🙂
Permalink
Hi Marcus,
an RSS webpart added to your site will not function. Rather than showing the items from the feed it will show an error message.
Cheers,
Stefan
Permalink
An unexpected error occurred processing your request. Check the logs for details and correct the problem. in Rss Webpart unable to fetch feed
Permalink
After applying the Dec 2020 CU, the distributed cache in my farm went haywire (tried in 2 different environments, same result). Have you heard anything about that? AppFabric Caching Service crashing?
DistributedCacheService.exe, version: 1.0.4632.0
Exception Info: Microsoft.Fabric.Common.OperationCompletedException
at Microsoft.Fabric.Common.OperationContext.End()
at Microsoft.Fabric.Common.SharedCommunicationObject.EndOpen(System.IAsyncResult)
at Microsoft.Fabric.Federation.FederationSite.EndOpen(System.IAsyncResult)
at Microsoft.Fabric.Data.ReliableServiceManager.EndOpen(System.IAsyncResult)
at Microsoft.ApplicationServer.Caching.DOMNode..ctor(Int32, System.String, Int32, Microsoft.ApplicationServer.Caching.EndpointID[], Microsoft.ApplicationServer.Caching.ServiceConfigurationManager, Microsoft.Fabric.Data.ReliableServiceProvider, Microsoft.Fabric.Data.ServiceResolverBase ByRef)
Restoring my farm from before the patch fixes the issue so it’s definitely something the patch is doing.
Thanks!
Permalink
Hi Paulette,
I have not seen this issue and I also checked in our system and there are no escalations around this error for December CU.
If you need assistance to get this resolved I would suggest to open a ticket with Microsoft support to get this analyzed.
Cheers,
Stefan
Permalink
thanks – I may have to do that if I can’t address it myself.
Permalink
Is this confirmed fixed on the FEB 2021 CU? Was it documented anywhere?
SharePoint RSS Webpart is broken after installing December 2020 CU
Permalink
Hi James,
it is documented in the KB articles for Feb CU.
Just have a look.
Cheers,
Stefan
Permalink
I installed February CU on SP2013 but I get the same error when using as RSSAggregatorWebPart
RssWebPart: Exception handed to HandleRuntimeException.HandleException System.ArgumentNullException: Value cannot be null. Parameter name: key
at Microsoft.SharePoint.WebControls.CacheObject.LoadDataFromCache(String key)
at Microsoft.SharePoint.WebControls.BaseXmlDataSource.GetXmlDocument()
at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal()
at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator()
at Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXPathNavigator(String viewPath)
at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform(Boolean bDeferExecuteTransform)
PSCONFIGUI has been executed so everything should be in-place. This actually happens in the Dev, Test and Prod environments (the issue wasn’t spotted until it was applied to prod too).
Is RSSAggregatorWebPart supposed to be fixed too or which webpart was fixed ?