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

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

The following error occured:

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

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.

相关文章:

  • 2021-12-29
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-04
  • 2022-12-23
  • 2021-04-25
  • 2021-05-12
  • 2021-06-19
  • 2021-05-16
  • 2021-10-07
相关资源
相似解决方案