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

  • 相关阅读:
    深入 kernel panic 流程【转】
    HDMI驱动热插拔检测方法
    WFE和WFI的区别
    SMP多核启动
    CPUFreq驱动
    DMA与cache一致性的问题
    深度理解select、poll和epoll
    Memory barrier 简介
    thinkphp的删除操作
    HOST文件配置
  • 原文地址:https://www.cnblogs.com/ceci/p/1391286.html
Copyright © 2011-2022 走看看