Description:we are using sitecore 8.1 and while using the cms backend our content team have raised some issue that they have mistakenly updated some wrong value in the "__Source Item" field of an item and after that the even the home item in that tree is inaccessible and throwing the following error
Sitecore: Value cannot be null.
Parameter name uri
Posted by: Sam Smith | Posted on: Sep 13, 2021
4
1
Replied by: Sam Smith | Replied on: Sep 14, 2021
For that we need to follow the three steps
1)connect to your master database and execute the following query which bring all the records where the "__Source Item" has updated as '19B597D3-2EDD-4AE2-AEFE-4A94C7F10E31' is the default field Id for "__Source Item"
2)Then need to run the following command to delete that specific entry where there is some wrong value updated. By replacing the ItemId in the following query, the ItemId can be obtained through the query mention in the step 1)
3) After deleting that entry from the database we need to restart the site.
Replied by: Tabish Usman | Replied on: Sep 13, 2021