SharePoint Feb 2015 CU causes managed metadata service issue
After applying the Feb CU to SharePoint DEV environment, a few development VMs are having issues with managed metadata services. Most of the VMs, experience issues on the My Profile Edit page where all the term set properties are getting the following error:
There was a problem retrieving data for this field. Updating values in this field is disabled temporarily. You can still update values in other fields.
Also, if you're trying to enter a hashtag when posting a newsfeed, you'll get
The tagging service is currently unavailable, Please try again later.
After some investigation, our infrastructure guys figuring out the solution to fix it. You have to do the following:
1. Open a Command Prompt window using Farm account and at the command prompt, type:
cd /d %commonprogramfiles%\Microsoft Shared\Web server extensions\15\BIN
2. Fix the permissions on the server by entering the following command:
psconfig -cmd secureresources
3. Restart IIS and make the changes by entering the following command at the command prompt:
iisreset /noforce
After the steps above, the issues are gone.
There was a problem retrieving data for this field. Updating values in this field is disabled temporarily. You can still update values in other fields.
Also, if you're trying to enter a hashtag when posting a newsfeed, you'll get
The tagging service is currently unavailable, Please try again later.
After some investigation, our infrastructure guys figuring out the solution to fix it. You have to do the following:
1. Open a Command Prompt window using Farm account and at the command prompt, type:
cd /d %commonprogramfiles%\Microsoft Shared\Web server extensions\15\BIN
2. Fix the permissions on the server by entering the following command:
psconfig -cmd secureresources
3. Restart IIS and make the changes by entering the following command at the command prompt:
iisreset /noforce
After the steps above, the issues are gone.
Comments
So, yeah - thank you!