SharePoint Foundation on SBS 2008 – the video

I have just made available to all Windows SharePoint Operation Guide subscribers 3 videos that cover the whole process of getting SharePoint Foundation 2010 running on SBS 2008. These videos cover how to install the prerequisites, SharePoint Foundation 2010 on SBS 2008 as well as migration of existing Companyweb data.

 

I will be updating the Guide documentation to cover all the information in these video but I wanted to make sure that subscribers had access to this as soon as possible. Going forward I am planning on doing more video tutorials for subscribers as I think they arte generally an easier way to convey information quicker.

Now all my subscribers know

That’s right, the July update of the Windows SharePoint Operations Guide has been released to subscribers and it contains the complete instructions on installing SharePoint Foundation 2010 on SBS 2008. It takes you through the whole process as well as the integration with the existing SBS 2008 console.

 

In very near future I’ll also be covering in the Guide how to do a complete migration of any existing Companyweb site onto SharePoint Foundation 2010 on SBS 2008. I’ll also release these details via this blog but over a longer period of time as my first priority is to the people that subscribe to my Guide (thanks to all those). So if you really want to know how to do it step by step then I’d suggest you get my Guide (it’s cheap for the amount of time it will save you and you get for 12 months!).

 

Another upgrade to this month is the migration of the Guide to its own SharePoint site. Much like my new BPOS Portal the new Guide site will provide a much better platform to deliver content for subscribers.

 

image_2_189B413B

 

As you can see from the above screen shot the Guide covers a number of different versions of SharePoint including WSS v3, Foundation 2010, MOSS and even BPOS. Many of these are still a work in progress but the important things is that additional information is being added to these regularly. I used to update the Guide monthly but this new SharePoint site should allow me to do it far more regularly.

 

Now not only do subscribers now have a step by step process for getting SharePoint Foundation running on their SBS 2008 machines, they have a new site full of SharePoint content that is being updated daily and of course that have full access to the new CIAOPS BPOS Portal as that is a free inclusion for all Guide subscribers.

 

As AMEX says, the benefits of membership.

More Office 2010 videos

SharePoint Foundation 2010 on SBS 2008 – the prep

image_4_53226CC9

 

So you want to install SharePoint Foundation 2010 onto SBS 2008 eh? We’ll I’m here to tell you that you need to do your prep work or else you are going to end up in a horrible mess. This post will take you through the steps you should complete prior to any upgrade. Future posts will cover the upgrade process.

 

Let’s assume that you have decided that you really want to install SharePoint Foundation 2010 on SBS 2008. The most compelling reasons are the ability to run Office Web Apps and allow document co-authoring with Office 2010. The first question to ask is whether you are planning to migrate your existing Companyweb data or start fresh? If you want to migrate your data (which the most likely option) then you are going to need to ensure that it is backed up.

 

I’d always recommend that you backup your SharePoint data a number of different ways just in case you need to roll back. So the first suggested way is to do a normal full backup or image of your system using the inbuilt SBS backup or imaging software. Ensure that you have all the SharePoint databases on that backup. By default the WSS v3 databases on SBS 2008 live in

c:\windows\sysmsi\ssee\mssql.2005\mssql\data (although they can be relocated manually or via the SBS 2008 wizards).

 

Next I’d do a command line stsadm backup via:

 

stsadm –o backup –url http://companyweb –filename drive:\directory\filename -overwrite

 

This will create a single file backup of your WSS v3 site. Why this? It is much easier in my books to create a new clean WSS v3 site somewhere (say on a virtual PC) and then restore a full WSS v3 backup using the above command. This form of backup is probably the most easily transportable there is  for WSS v3.

 

While still at the command line I’d also do:

 

stsadm –o export –url http://companyweb –filename drive:\directory\filename1 –includeusersecurity –overwrite

 

Why this extra command you ask? The difference is that the –export command allows me to import the data into an existing WSS v3 site, whereas the –backup command overwrites what is there. Thus, maybe I want to import the data to a sub area of another site for testing or maybe recovery. Like I said the more options the better in my books.

 

With that complete and still at the command type the following:

 

stsadm –o preupgradecheck

 

What that will do is run a check to see whether there are any obvious deal breakers to prevent an upgrade from WSS v3 to SharePoint Foundation 2010. That command will produce a file you can study at your leisure and see if something untoward might pop out during the upgrade process.

 

If all that looks good then you are probably ready to commence the upgrade but here’s where I’d ask you to stop and think. What is your fall back procedure? What happens if it all goes belly up and you need to roll back to the original WSS v3? What happens if you need to reinstall WSS v3? Have you ever tried that? Do you know where to find the documentation for that? I’ll tell you now that there ain’t any install wizard to get Companyweb back up and running on SBS 2008 if things go pear shaped so I strongly recommend you understand how to do a full disaster recovery of WSS v3 on SBS 2008 before you go any further.

 

With that in mind, and with you hopefully scurrying off to do some research I’ll let you know that you can’t simply upgrade WSS v3 Companyweb on SBS 2008 to Companyweb on SharePoint Foundation 2010. You will have to uninstall WSS v3 completely from SBS 2008 before attempting to install SharePoint Foundation 2010. Yep, you read that right, totally remove WSS v3 from SBS 2008.

 

Now even before you install SharePoint Foundation 2010 on SBS 2008 you are going to need to install a swag of prerequisites. Do you know what these are? Will they affect anything that is already on the server? Will they interfere with any third party apps installed on the server (like AV produces say). Hopefully, you now understand my point about making sure you have a fall back plan in case problems do arise.

 

Next consider what database version you are going to use with SharePoint Foundation 2010. By default SharePoint Foundation 2010 comes with SQL Express 2008. Great you say but remember that SQL Express 2008 has a 4GB database limit. WSS v3 came with SQL Server Embedded Edition 2005 (SSEE) which has no database limit. So if your existing Companyweb databases are greater than that, or likely to grow beyond 4GB you have some thinking to do. The easiest and cheapest option is to go with SQL Express 2008 R2 which now has a 10GB database limit and remains a free download. Maybe you want to go full SQL Server 2008 as a license is included with SBS 2008 Premium if you have it. See, not as straight forward as you think.

 

Now SharePoint Foundation 2010 is going to need to have a version of SQL Server 2008 at least to operate installed prior to the installation of SharePoint Foundation 2010. There is already SQL Server 2005 on SBS 2008 that is used for WSUS amongst other things. What conflicts might that cause? What compatibility issues might that raise? Well for starters SQL Server 2008 generally can’t be installed if SQL Server 2005 Management tools are already installed so these will have to come off before SQL Server 2008 goes on. Do you know how to do this? Have you every installed SQL Server onto a SBS 2008 server? Do you know the correct procedure for getting it working? In some cases when you go to install some versions of SQL Server 2008 onto Windows 2008 it says that it won’t work on that version of the operating system. As I have blogged here before you may need to install an SQL Server 2008 Service pack first, then SQL Server 2008 then the Service Pack again. Simple eh?

 

I hope that you can at least begin to appreciate the complexities involved in getting SharePoint Foundation 2010 on SBS 2008  operational. I agree there are plenty of benefits but in my experience there is also plenty of pain. Stayed tuned to future posts where I’ll run through the steps of actually getting SharePoint Foundation 2010 running on SBS 2008. But for now do your backups, run the upgrade check and make sure you have a recovery plan.

CIAOPS BPOS Portal now live

image_2_6A88E91E

 

You are looking at the homepage of the new CIAOPS BPOS Portal. The portal is a SharePoint site containing everything you’ll need to know about Microsoft Business Productivity Online (BPOS). In there you’ll find links to media stories on BPOS, documents from Telstra and Microsoft, a calendar of webcasts and other BPOS events, marketing material, tutorial videos, templates, links, software download and more all in one place.

 

The best thing about the portal is that subscribers can also contribute information and have it published to the site. This means that the volume of information on the site will continue to grow as the number of subscribers grows. Combined with the ability of everything on the site to be searchable it makes finding the information you need about BPOS simple. The portal is supported and maintained by the CIAOPS as well.

 

Here’s a screen shot of some of the existing knowledge based articles.

 

image_4_6A88E91E

 

So what’s the cost? For people who already subscribe to the Windows SharePoint Operations Guide (www.wssops.com) it is a free addition. For those who aren’t the portal only costs $10 per month.

 

So how do you subscribe? You make a payment via credit card or by contacting me (director@ciaops.com) to arrange other payment methods.

 

If you are interested in Microsoft BPOS and want a central location for information then go no further than the new CIAOPS BPOS portal, you may also learn how powerful SharePoint is a collaboration tool!

Australian SharePoint Conference – Day 2

The day started with a session on using Visio 2010 to create SharePoint workflows. Very interesting I must say and something that I’m going to have to spend some time investigating more. However, the highlight of the day was probably the next presentation from Neil Hadlee of Dark Blue Duck on the integration of scanning technologies and SharePoint. As Neil says, paper is still here to say but you can certainly make it easier to manage with some of the technology he demonstrated.

Finally it was time for my presentation and it was disappointing to see a low turn out. Admittedly, I didn’t really expect many people to attend given the session was based around small business and SharePoint Foundation server (not the full SharePoint Server). However, I certainly hope that those who attended got value from the session. I’ve posted the slides of the presentation up at:

http://www.slideshare.net/directorcia/running-sharepoint-on-small-business-server-pros-and-cons-100-level

where you can view and download them.

All in all I enjoyed the conference. I would have liked to have seen some stuff for SMB but I certainly understand why I didn’t. Hopefully as SharePoint and Office 2010 penetration increases and features like Office Web Apps and Office co-authoring increase there will be a bigger uptake at that end of the market. Hopefully there might be enough demand next year for me to offer a similar session. Fingers crossed.

Australian SharePoint Conference – Day 1

Well, I got myself along to the Hilton Hotel in the heart of Sydney to partake in the Australian SharePoint Conference. After the keynote the conference was divided into four tracks – Business, Tech 1, Tech 2 and Voice of the Customer. I attended at least one session from each but would have to highlight “Why you need to be more social” by Daniel McPherson.

It reinforced once again the importance of social networking and how many of these ideas have found their way into SharePoint 2010 Server (not SharePoint Foundation 2010 Server unfortunately). Daniel demonstrated a number of ways that you could modify SharePoint 2010 to include popular features from high profile networks such as www.foursquare.com. I am really disappointed that many of the inbuilt social features of SharePoint didn’t make it into SharePoint Foundation 2010 but I’m sure with a little thought something can be integrated.

So tomorrow I’m back again for the final Day on which I’m giving my Windows SharePoint and SBS presentation (just after lunch in Ballroom B if you are interested). I haven’t seen many SMB guys around but that is kinda of expected so I wonder how few people will turn up to a session on SMB? I will be very interested too see. I believe that much of the information I have to share has relevance across all SharePoint platforms, alas others may not see it that way.

I’ll post up the slide deck on http://www.slideshare.net/directorcia some time after the event so anyone can get access to it if they want. Stay tuned for another update tomorrow.

Office Web Apps video

I’ve just uploaded a quick video that give you a brief overview of Office Web Apps running on SharePoint 2010.

Brief introduction to Microsoft Office Web Apps – http://www.youtube.com/watch?v=_XA7bqdTxGo

 

The video demonstrates how a Word document can be viewed and edited in a browser as well as opened in the full version of Word. Short and simply but at least you get the idea.

 

I’ll have a few more videos about Office 2010 and SharePoint 2010 stuff coming soon, so stay tuned.