Details of the next SharePoint User Group UK: East Anglia on 19 November 2013 can be found here: http://www.suguk.org/Event.aspx?id=8699926715.
SharePoint User Group UK: East Anglia (19 November 2013)
8 10 2013Comments : Leave a Comment »
Tags: @sharepointrandy, Peter Baddeley, PowerShell, Randy Perkins-Smart, SharePoint, SharePoint 2010, SharePoint 2013, SUGUK, SUGUK East Anglia, SUGUKEA
Categories : SharePoint
SQL Saturday #228 Cambridge
28 09 2013Thanks to those who were able to attend my presentation at SQL Saturday #228 Cambridge (2013-09-28). Here are my slides.
What Happens if you Don‘t Configure, Manage and Maintain SharePoint Databases?
If you have any questions please contact me.
Comments : Leave a Comment »
Tags: @sharepointrandy, SharePoint, SharePoint 2007, SharePoint 2010, SharePoint 2013, SQL, SQL Saturday, SQL Saturday #228, SQL Saturday #228 Cambridge
Categories : SharePoint
SQL Saturday – #228 Cambridge
21 09 2013SQLSaturday #228 Cambridge is a training event for SQL Server professionals, Business Intelligence and SQL Server Developers and those just wanting to learn more about SQL Server.
This event will consist of a pre-conference day on the 27th September and a free community day on the 28th September 2013 both to be held at the historic Queens College Cambridge, Cambridgeshire, CB3 9ET, United Kingdom.
I will be presenating a short talk on: What happens if you don’t Configure, Manage and Maintain SharePoint Databases?
Comments : Leave a Comment »
Tags: @baddaz, PASS, Randy Perkins-Smart, SharePoint 2010, SharePoint 2013, SQL, SQLSaturday
Categories : SharePoint
Call for SUGUK Speakers
15 06 2013If you would like to speak at any of the SUGUK events then get in contact with us. Details are on the web site http://www.suguk.org/About.aspx
You do not have to be a professional speaker.
So contact us today!
Comments : Leave a Comment »
Tags: @baddaz, SharePoint, SharePoint 2007, SharePoint 2010, SUGUK, SUGUK East Anglia, SUGUKEA
Categories : SharePoint
SharePoint User Group UK: East Anglia (06 June 2013)
15 06 2013The first Vendor night for SharePoint User Group UK: East Anglia went very well. Presenting were:
Comments : Leave a Comment »
Tags: @baddaz, SharePoint, SharePoint 2007, SharePoint 2010, SUGUK, SUGUK East Anglia, SUGUKEA
Categories : SharePoint
SharePoint Evolution Conference 2013
31 12 2012I am pleased to annouce that I will speaking at SharePoint Evolution Conference 2013. An overview can be found here: http://www.sharepointevolutionconference.com/abstracts.html#com714
Comments : Leave a Comment »
Tags: Axceler, ControlPoint, FAST, PowerShell, SharePoint, SharePoint 2010, SharePoint 2013, SharePoint Evolution Conference, SharePoint Evolution Conference 2013
Categories : SharePoint
Resetting site Water
24 03 2012Some time ago I was doing some testing on a development SharePoint 2010 environment and I got the following message:
Resetting site Water
Has anyone come across this before?
Comments : Leave a Comment »
Tags: Resetting site Water, SharePoint, SharePoint 2010
Categories : SharePoint
Enabling BLOB Cache on with SharePoint 2010 BlobCache Manager (CodePlex)
21 03 2012I was recently asked to investigate Blob Cache for SharePoint 2010. It was suggested to use SharePoint 2010 BlobCache Manager (by Bram Nuyts http://bramnuyts.be/author/bramnuyts/) which can be found on CodePlex. The reason for this was to minimise manual changes to the Web.Config file, which is a good idea. However not everyone is happy to use CodePlex or other similar resources so be warned!
I downloaded the latest version 1.1 and installed the solution by running:
stsadm -o addsolution -filename "<path>BlobCacheManager.wsp"
And then deployed it, see the “Deploying a solution package” section here http://technet.microsoft.com/en-us/library/cc262995.aspx. I then followed the instructions on the web site to configure it but found that BLOB Cache did not work. After a bit of digging I figured out wht had to be configured.
- The object cache user accounts had to be configured. The details on how to do this are here http://technet.microsoft.com/en-us/library/ff758656.aspx
I hope to release a PowerShell script for this soon. - The object cache folder needed to be created, so I created “C:BlobCache14” note this was a development environment. Microsoft warns: “We strongly recommend that you specify a directory that is not on the same drive as where either the server operating system swap files or server log files are stored.”
Ensure the foler is created on each WFE server. - The SharePoint 2010 BlobCache Manager had set the web.config blob cache attribute to True. This looks ok but it is case sensitiveand should be all lower case it – true. It should look similar to:
<BlobCache location="C:BlobCache14" path=".(gif|jpg|jpeg|jpe|jfif|bmp|dib|tif|tiff|ico|png|wdp|hdp|css|js|asf|avi|flv|m4v|mov|mp3|mp4|mpeg|mpg|rm|rmvb|wma|wmv)$" maxSize="10" enabled="true" />
- The folder that was created, “C:BlobCache14”, has to allow the Application Pool account for the Web Application you are using BlobCache on, to write to it. My account was called demosp_webapp (following suggestions from Todd Klindt http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=237)
Once these were all configured BLOB caching started to work and I saw folders and files appearing in the “C: BlobCache14” folder.
Thanks to Paul Hunt for help with the object cache user accounts PowerShell script and Paul Grimley for suggesting the solution.
Comments : Leave a Comment »
Tags: BLOB, BLOB Cache, Cache, Object cache, Paul Grimley, Paul Hunt, SharePoint, SharePoint 2007, SharePoint 2010, Todd Klindt
Categories : SharePoint
SUGUK:EA 2012-03-20
3 02 2012Click here to register for the next SUGUK:EA event. We hope to have some books to give away, details to follow.
Comments : Leave a Comment »
Tags: Book, Matt Hughes, Paul Hunt, SharePoint, SharePoint 2010, SUGUK, SUGUK East Anglia, SUGUKEA
Categories : SharePoint