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

  • 相关阅读:
    cf Round #764(Div. 3)
    查看w3wp.exe 进程
    CAML语法 Query写法
    InfoPaht 复选框
    性能工具MiniProfiler在Asp.Net WebForm跟踪EntityFramework
    CAML基础语法
    Moss 本机无法访问(转)
    STSADM 不是内部或外部命令
    spBodyOnLoadFunctionNames
    关于代码调用SSP获取UserProfile出错的解决方案(转)
  • 原文地址:https://www.cnblogs.com/ceci/p/1391286.html
Copyright © 2011-2022 走看看