zoukankan      html  css  js  c++  java
  • Feature"xxx" for list template "xxx" is not installed in this farm

    An error occured while rendering navigation for requested url,Feature"xxx" for list template "xxx" is not installed in this farm.

    该错误是因为将安装过核心模板ApplicationTemplateCore.wsp的站点restore到没有安装过核心模板的机器上的原因。

    解决办法:

    C:\Program Files\Common Files\Microsoft Shared\web server extensions
    \12\BIN>stsa
    dm.exe -o addsolution -filename c:\ApplicationTemplateCore.wsp

    Operation completed successfully.


    C:\Program Files\Common Files\Microsoft Shared\web server extensions
    \12\BIN>stsa
    dm -o deploysolution -name ApplicationTemplateCore.wsp -
    allowgacdeployment -immediate

    The timer job for this operation has been created, but it will fail
    because the administrative service for this server is not enabled. If the timer
    job is scheduled to run at a later time, you can run the jobs all at once using
    stsadm.exe -o execadmsvcjobs. To avoid this problem in the future, enable theWindows SharePoint Services administrative service, or run your operation through
    the STSADM.exe command line utility.

    C:\Program Files\Common Files\Microsoft Shared\web server extensions
    \12\BIN>stsadm.exe -o execadmsvcjobs

    Executing job-watson-policyC21.
    Executing solution-deployment-applicationtemplatecore.wsp-0.
    Operation completed successfully.


    C:\Program Files\Common Files\Microsoft Shared\web server extensions
    \12\BIN>stsadm.exe -o copyappbincontent

  • 相关阅读:
    C语言I博客作业05
    C语言I博客作业04
    C语言II博客作业04
    C语言II博客作业03
    C语言II博客作业02
    C语言II博客作业01
    学期总结
    C语言I博客作业07
    C语言I博客作业04
    C语言II博客作业04
  • 原文地址:https://www.cnblogs.com/ceci/p/1391286.html
Copyright © 2011-2022 走看看