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

  • 相关阅读:
    jquery手写实现单页滚动导航
    小程序:商品分类,实现滑块视图
    微信小程序增加悬浮在线客服
    小程序 杂记
    自动售货机 扫描支付 原理
    HTTP的SSL 证书安装
    表达
    Linux 下svn恢复到某一版本
    倒车入库 技巧
    svn 杂记
  • 原文地址:https://www.cnblogs.com/ceci/p/1391286.html
Copyright © 2011-2022 走看看