Showing posts with label Managed MetaData. Show all posts
Showing posts with label Managed MetaData. Show all posts

Thursday, September 29, 2022

Migrate managed metadata to sharepoint online using sharegate

Migrate managed metadata to sharepoint online using sharegate:


In SharePoint it is possible to add a Managed Metadata column to a list and populate the list field with values from the Managed Metadata Service Application. 

SharePoint Online supports the creation of managed metadata columns in lists or libraries.

Share Gate migrates Managed Metadata

Term store admin rights is required for the Migration of MMS.


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Thursday, June 11, 2015

Missing of term store management under site administration



Missing of term store management under site administration

Issue: Missing of term store management under site administration in SharePoint.

Error : the required feature is not enabled for this column type

Cause: The issue is because of creating the site with the blank site template

Solution: Run the below Power shell command in SharePoint management shell to activate the term store feature.

Enable-SPFeature –id "73EF14B1-13A9-416B-A9B5-ECECA2B0604C" –Url <URL>
 


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Tuesday, October 7, 2014

Unable to view the Term Store management option in Site Collection settings



Unable to view the Term Store management option in Site Collection settings

Issue: Unable to view the Term Store management option in Site Collection settings

Solution:  Ensure that the site collection admin can able to see the option. If none is able to see then, Run the Power shell or STSADM to active the feature for Term store in your Site collection.

Enable-SPFeature -id “73EF14B1-13A9-416b-A9B5-ECECA2B0604C” -Url <SiteCollection-URL>

Stsadm.exe -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C –url http://<SiteCollection-URL> –force

 

I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Thursday, August 14, 2014

Managed Metadata Service or Connection is currently not available



Managed Metadata Service or Connection is currently not available
 

Issue: Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. please contact your administrator.

Cause: The issue is due to the service that we are trying to connect is not available.

Solution: This issue could be of many reasons and has many solutions. In this article I am providing all the solutions which is used to get rid of the error. I am sure that one below will be your saver.

Solution 1:

1.   Go to SharePoint Central Administration Site –> Application Management –> [Service Applications] –> Manage service applications
2.   Highlight the Managed Metadata Service that your web application is associated with. (Do not click on the link, just click somewhere else on that row to highlight it)
3.   Click on Permissions button in the ribbon area.
4.   Add the application pool account used by your web application and give it at least ‘Read Access to Term Store
5.   Click OK.
Solution 2:
1.   Make sure the managed metadata service is started.
2.   Central Administration -> manage services on server -> managed metadata service -> start
3.   Once the service is in started mode then check the results again by clicking on the managed metadata service application, it has to open the page without any errors\exceptions
Solution 3:
1.   Do IIS reset on the server
Solution 4:
2.   Ensure to have available disk space on the DB server
Solution 5:
3.   Ensure to have the Farm, App pool account has sufficient permissions on the DB
Solution 5:
4.   Check your IIS and check IUSR is added in Anonymous Authentication

 

 
Solution 6:
1.   Ensure that the IIS Admin service is running in services.msc
2.   Ensure that the ApppPool related to the service is running
3.   Ensure that the DB server that application is located is running and have enough space.
4.   Ensure that the Apppool is set with the correct credentials and password

  

I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

ShareThis

X