Friday, August 28, 2009

Quick reference to add PDF or any icons

http://support.microsoft.com/kb/832809

Monday, August 10, 2009

Exception 0x80020009 while activating sharepoint Publishing infrastructure feature

I had some issues while activating publishing feature for sharepoint. Found this issue was common for many users. This issue was solved using the command line tool STSADM


stsadm -o activatefeature -filename publishing\feature.xml -url http://serverURL -force
stsadm -o activatefeature -filename publishingresources\feature.xml -url http://serverURL -force

stsadm -o activatefeature -filename publishingSite\feature.xml -url http://serverURL -force

stsadm -o activatefeature -filename publishingweb\feature.xml -url http://serverURL -force

stsadm -o activatefeature -filename publishinglayouts\feature.xml -url http://serverURL -force

stsadm -o activatefeature -filename navigation\feature.xml -url http://serverURL -force

then do an IISRESET