zoukankan      html  css  js  c++  java
  • An object in the SharePoint administrative framework could not be deleted because other objects depend on it.

    Today I was trying to delete a corrupt Web Application to clean out my Web Application List in Central Administration.

    The following error occured:

    An object in the SharePoint administrative framework could not be deleted because other objects depend on it.

    Step 1

    My first step was to run the SharePoint 2010 Management Shell (PowerShell). By using this command line:

    1
    stsadm -o enumdeployments

    I was able to trace the currently running deployment jobs.

    Step 2

    The second step was copying the JobId and run the following command line:

    1
    stsadm -o canceldeployment -id “JobId”

    Now I can go on removing my Web Application, without any errors.

  • 相关阅读:
    习题四 答案
    习题五 答案
    习题三 答案
    习题二 答案
    习题一 答案
    mysqldump 备份
    centos mysql 数据迁移
    常用操作命令
    mysql 日期处理
    thinkphp3.2.3 使用配置
  • 原文地址:https://www.cnblogs.com/KingStar/p/1900453.html
Copyright © 2011-2022 走看看