Brainlitter - Inside the mind of Sean Wallbridge

Dad. Husband. Drummer. Learner of Things.

Latest Posts

Backup errors in MOSS/WSS?

Not too well documented, but if you have the following scenario, you probably need to specify a UNC path to your backup destination instead of a local drive (i.e. use \servershare, instead of d:some_backup_folder). You have MOSS 2007 (or WSS 3.0) You are doing a backup via the GUI or using STSADM SQL Server is …

Read on

Sweet! Preformatted document libraries for SharePoint

Download – Preformatted document libraries for SharePoint SharePoint Templates: Preformatted document libraries for Windows SharePoint Services 3.0 and SharePoint Server 2007 Add preformatted document libraries to your Microsoft Windows SharePoint Services 3.0 or Microsoft Office SharePoint Server 2007 site. Each library is configured with a Microsoft Office Word 2007 template that generates a new document …

Read on

Metabase Backup – automated script you can schedule

Nice and simple… but stored here so I don’t forget it. @ECHO OFFTITLE Metabase Backup :: %COMPUTERNAME%REM Created by: Sean WallbridgeREM Created: 10:51 AM 3/6/2008ECHO Performing Metabase Backup…REM These backups can be found in IIS Backup/Restore Configuration, to restore when necessary, in the IIS Console.C:cd %Systemroot%System32Cscript.exe iisback.vbs /s %COMPUTERNAME% /backup /b MOSS_Metabase_Backup Powered by www.itgroove.net …

Read on

SharePoint Central Administration on more than one host

This was a really good note and I decided to copy it rather than reference it (sorry Bryant but link to you is still there). I didn’t want to risk that site being shutdown and not having this. Yes, you can run a second Central Administration (CA) website on a second server. I don’t care …

Read on

How to integrate PDF searching (and the icon) into MOSS 2007

There are several steps to integrating PDF into SharePoint: Install Adobe iFilter v6.0 Configure SharePoint to include PDF files in search Associate the PDF icon with PDF documents Install Adobe iFilter v6.0 Download the iFilter from Adobe (URL: https://www.adobe.com/support/downloads/detail.jsp?ftpID=2611) URL: http://www.adobe.com/support/downloads/detail.jsp?ftpID=2611 Run the installer on each Web Application Server Perform an IISReset Configure SharePoint to …

Read on

Installing Sharepoint on SQL Server 2007 – Configure that Surface Area!

If you are using SQL Server 2005, you must also change the surface area settingsConfigure surface area settings in SQL Server 2005 1. Click Start, point to All Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Surface Area Configuration. 2. In the SQL Server 2005 Surface Area …

Read on

SQL Server Performance Analyzing

I’m starting to compile a list of SQL perforrmance tools: SQL Server 2005 Performance Dashboard Reports The reports tool can be downloaded at: https://www.microsoft.com/downloads/details.aspx?FamilyId=1d3a4a0d-7e0c-4730-8204-e419218c1efc&displaylang=en The only prerequisite is to have SQL2005 SP2 installed, no reboot required. Once installed, from the Management Studio you need to execute setup.sql for each instance on the server. Setup.sql is …

Read on

Oops – Upgrading SQL Express to Full SQL for SharePoint

Made the mistake of installing SharePoint with the wizard (not a farm?) and realize at 4GB you are stuck? SharePoint was a pilot but it turned into a MASSIVE production system? You’ll want to read this… Update MOSS – Upgrade SQL Express to Standard or Enterprise If you installed the really basic/standalone way (and have …

Read on