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

  • 相关阅读:
    R语言学习——数据框
    R语言学习——数组
    R语言学习——矩阵
    R语言学习——向量
    SSM的项目结构
    simple-spring-memcached简介
    Arrays
    AbstractCollection 类
    Collections 类
    Map接口
  • 原文地址:https://www.cnblogs.com/ceci/p/1391286.html
Copyright © 2011-2022 走看看