zoukankan      html  css  js  c++  java
  • The Managed Metadata Service or Connection is currently not available

    Does the following error message looks familiar to you?  when you go to site Actions -> Site Settings -> [Site Administration] -> Term store management, then you will see the follwing error message:

    "The 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"

     Do not worry, there are solutions for your reference.

    1. Please check your .Net 3.5 version, make sure it's version upgrade to SP1/SP2 package

    2. you pretty much just missing the permissions for web application's app pool ID to access managed metadata service application. All you have to do is to add the account used by the web app's application pool into the 'Connection permissions' as below.

       a. Go to Central Administration Site -> Application Management -> Service Applications -> Manage service applications

       b. Highlight the Managed Metadata Service that your web application is associated with.

       c. Click on Permission button in the ribbon area.

      

       d. Add the application pool account used by your web application and give it at least 'Read Access to Term Store'

      

        e.  Make sure metadata service stauts is started, Go to Central Administration -> System Settings -> Manage Services on server, check "Managed Metadata web services" status is Started.

        f.  Re-start IIS thru command.

    Hope it works for you!

  • 相关阅读:
    JSP学习笔记(一)
    【转】Key Presses
    【转】Event Driven Programming
    【转】Getting an Image on the Screen
    【转】Setting up SDL 2 on Visual Studio 2019 Community
    Windows定时任务copy到nfs目录
    DLL转存为IL文件及修改后重新生成DLL文件
    【转】Setting up SDL 2 on MinGW
    【转】Setting up SDL 2 on Code::Blocks 12.11
    【转】Setting up SDL on Windows
  • 原文地址:https://www.cnblogs.com/mystar/p/Configure_Metadata_Service.html
Copyright © 2011-2022 走看看