Showing posts with label Features. Show all posts
Showing posts with label Features. Show all posts

Thursday, November 7, 2013

Exception error while activating SharePoint Publishing feature

Exception error while activating SharePoint Publishing feature


Issue: Whenever you try to activate the "Office SharePoint Server Publishing Infrastructure" feature from site collection, it throws the following error message.

Exception Error 0x80020009

Solution:
Try to activate through below command lines,please run the commands as order.

stsadm -o activatefeature -filename publishing\feature.xml -url http://URL -force
stsadm -o activatefeature -filename publishingresources\feature.xml -url http://URL  -force
stsadm -o activatefeature -filename publishingSite\feature.xml -url http://URL -force
stsadm -o activatefeature -filename publishingweb\feature.xml -url http://URL -force
stsadm -o activatefeature -filename publishinglayouts\feature.xml -url http://URL -force
stsadm -o activatefeature -filename navigation\feature.xml -url http://URL -force


Please make A Comment if you need any help!!!!!

ShareThis

X