when trying to activate "Office Sharepoint Server Publishing Infrastructure" on the site collection features page, I end up with the following error :
Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))
These STSADM commands allowed me to enable the publishing infrastructure on a particular site collection that was generating the error when I tried to activate.
- "PublishingPrerequisites" (stsadm -o activatefeature -filename PublishingPrerequisites\feature.xml -url http://MyUrl)
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
To enable site level use following command:
stsadm -o activatefeature -filename publishingweb\feature.xml -url http://URL -force
Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))
These STSADM commands allowed me to enable the publishing infrastructure on a particular site collection that was generating the error when I tried to activate.
- "PublishingPrerequisites" (stsadm -o activatefeature -filename PublishingPrerequisites\feature.xml -url http://MyUrl)
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
To enable site level use following command:
stsadm -o activatefeature -filename publishingweb\feature.xml -url http://URL -force
Comments
Post a Comment