Brainlitter - Inside the mind of Sean Wallbridge

Dad. Husband. Drummer. Learner of Things.

Latest Posts

How to determine the current SharePoint build information

In the case of wanting to restore a SharePoint content database, etc. from one server to another or from a previous backup (and patches have since been applied), you would find your current build information by opening/checking the following: Open SharePoint Central Administration (this post applies to Windows SharePoint Services 3.0 (WSS) and Microsoft Office …

Read on

Quick Reference – Install SharePoint .WSP Solution File

Got a .WSP? Need to install it and looking for syntax quick?  Well, I’ve got it here for you (and me 🙂   1: stsadm.exe -o addsolution -filename some_funky_dunky_Solution.wsp 2: stsadm.exe -o deploysolution -name some_funky_dunky_Solution.wsp -allowgacdeployment -immediate

Read on

SharePoint Development Guidance (Best Practices)

Cool, Microsoft has published a ‘SharePoint Guidance’ area on MDSN. reference: http://msdn.microsoft.com/en-us/library/dd203468.aspx   Effectively, a single, centralized guide of best practices towards development applications on SharePoint, complete with details on packaging, solutions, testing and deployment. A worthy read for any Serious SharePoint Developer or anyone interested in starting out, with a solid foundation.

Read on

SharePoint Intranet “Pass through” Authentication

For pass through (also referred to as Challenge/Response) authentication to work, you need to configure Internet Explorer to put those sites in the ‘Intranet’ zone. This also assumes that the Windows client machine (XP Pro or Vista Business) is a member of a ‘domain’. You can accomplish a ‘trusted’ SharePoint login via the following:   …

Read on

itgroove’s SharePoint Server 2007 Top Ten Benefits List!

I got asked, so I took a little time to throw a list together…   1. Provide a simple, familiar, and consistent user experience. Office SharePoint Server 2007 is tightly integrated with familiar client desktop applications, e-mail, and Web browsers to provide a consistent user experience that simplifies how people interact with content, processes, and …

Read on

How to overcome Blocked File Types in SharePoint

If you are attempting to upload a (default) blocked file type to a SharePoint document library, you will probably see this… Text error version: The following file(s) have been blocked by the administrator: Shared Documents/notepad.exe However, if you really want to allow a certain file type, this is how it is done… But, first a …

Read on

Using Windows SharePoint 3.0 (WSS) and SQL Search is Failing?

Ok, this was a timely lesson learned.   If you are getting the following error trying to search a Windows SharePoint Services 3.0 (WSS), you might be experiencing the same problem we did…   1: No results matching your search were found. Check your spelling. Are the words in your query spelled correctly? Try using …

Read on

Production SharePoint Site to Sandbox Overwrite/Refresh Steps

I believe firmly that if you are going to *play* in SharePoint, you should play in a sandbox, and ideally, with production *like* data.  To accomplish this for clients, I generally provide a ‘sandbox’ site, in addition to their production WSS site.   So, for example, if a client had a portal at https://portal.mycompany.com, I’d …

Read on