Showing posts with label SharePoint 2010 Configuration. Show all posts
Showing posts with label SharePoint 2010 Configuration. Show all posts

Wednesday, May 29, 2013

SharePoint Timer Jobs

How to create a SharePoint 2010 Timer Job...

So I have finally found sometime to create a post on how to create a SharePoint 2010 timer job. I had a look around and found many, many post already out there and they are awesome.

Please have a look at Andrew Connels blog post as it is a great resource to use for creating SharePoint timer jobs.

Another resource that I found very useful was SharePoint Tips for creating various timer job schedules.

So happy coding everyone, I hope these resources can help you.

Tuesday, August 24, 2010

Term Store Management Link missing

Error : "The required feature is not enabled for this column type"

You also do not see the Term Store Management link in site collection settings.

If you are using SharePoint 2010, and you have the Managed Meta Data service application you have to associate the service with your Web Application before you can use it.

Even though you might have followed a step by step guide, something went wrong and you recieve the following errors :

"The required feature is not enabled for this column type"

If you do come accoss this error, no worries, you will just have to activate this feature manually using the STSADM command line utility, found at "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN"

You will have to run the following commands "stsadm -o activatefeature -id 7201d6a4-a5d3-49a1-8c19-19c4bac6e668 -url web application url -force".

I have found the id by looking in the following folder "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\MetaDataNav" and examing the "feature.xml" file.

And also run "stsadm -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -url web application url -force".

I have found the id by looking in the following folder "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\TaxonomyFieldAdded" and examing the "feature.xml" file.

This did the trick for me, hope that it did for you.

Monday, August 23, 2010

Office Web Applications Error

Word Web App cannot open this document due to an unknown error. If the problem persists, try opening the file in Microsoft Word.

Problem : This error usually occurs when you have not configured the service applications after you have installed the office web application package on your SharePoint Farm.

Resolution : Log into your SharePoint Central Administration site, navigate to your service application pages and create a service application for Word, PowerPoint and Excel. Once complete perform a IISRESET (not necessary) and try and re-open your document using Office Web Applications.

I hope this resolution has worked for you as it worked for me.