30 July 2009

Phew! What a struggle THAT was…

Well, if you’re a regular subscriber to this blog, you would have noticed the blog went dark for about a week.  My appologies for that.  There are still parts of the blog, like SPCAP, that I’m working on restoring to full functionality, but I had to make a shift of my blog site last week.  As you know, my blog is hosted by SharePoint, well, Windows SharePoint Services 3.0 to be exact. 
 
As part of the pre-Beta program, MVPs got access to the SharePoint 2010 bits last week.  DON’T ASK!  You know I can’t tell you!  I’m under NDA remember.  All will be revealed at the SharePoint Conference 2009 in Vegas, October 19-22.
 
In order get knee deep in 2010, I had to stand up a server on my local private network.  I wanted to go 64 bit all the way, but my 64 bit server was the one hosting my blog.  That left me the task of virtualizing my blog onto VM hosted on the 64 bit server.  In addition, I wanted to stretch the legs on the new Windows Server 2008 R2 X64 RC before the final RTM bits are available next week and didn’t want to have to redo the blog server again so virtualization was the best option.
 
Since my server is older, it didn’t support Hyper-V in R2 so I had to choose a different option.  I went with Virtual PC 2007 which, though it wasn’t officially supported on R2, worked very smoothly… once the VM Additions were installed!
 
That’s when the problems started.  I first built the VM and waited patiently as all the security updates were done.  That takes forever!  Then I installed WSS 3.0 with SP2 choosing to simply use the Windows Internal Database.  I know, I know.  I should use SQL Server instead, but my blog backup being only 350 MB and lightweight, I figured it would be OK.  Murphey’s Law… it wasn’t… 🙁
When restoring my blog STSADM backup, I ran into some cryptic security issues which pointed to database permissions for the current account.  Since I was logged on as Admin, it was a problem.  If the Admin don’t have access, there’s a problem.  So I messed with that for a while and of course since I decided against using Undo Disks, I had to rebuild the VM from scratch again… waiting for the security updates etc. again…  Long story…
So then I rebuilt the VM.  This time, after fully updating the VM and just before installing anything else, I shut down the VM and switched on Undo Disks.  I then installed a 180 day trial version of SQL Server 2008 Enterprise which should get me past the SharePoint Conference at which point I can upgrade the blog to 2010 code.  Anyway, installedWSS 3.0 with SP2 and restored my blog backup with STSADM… held my breath as I pointed my browser to my blog URL from my laptop… TADA!  We’re back in business!  Now I can continue to submerge myself in SharePoint 2010 while my blog is hosted by the VM on 2007 code.  😉
 
Now I can’t wait for Windows 7 RTM on MSDN!!!  Wanna really give the Windows 7 / Office 2010 front end with Windows Server 2008 R2 / SharePoint 2010 back end a good shake out!  I’m lining up several posts about 2010 which will go live after the SharePoint conference.  Most importantly, I’ll be providing another upgrade/migrate Step-by-Step guide again.  Last version’s guide was a smashing success and I’ve had hundreds of people email me and thank me for the guide.  Thanks to everyone who did that.  It’s always good to know that the time spent putting such guides together is beneficial to the SharePoint Community at large!
 
Anyway, stay tuned for some MAJOR upcoming news related to 2010… NO… I won’t be breaking my NDA, but you’re going to LOVE what I have in the pipeline… 😀
 


Cheers
C

22 July 2009

Using Workflow in SharePoint?

If you’re using Windows Workflow Foundation in SharePoint today, you may wish to stay up to date with what’s coming in the .NET Framework 4.0 and WF4. Latest docs available for download here:https://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=bd94c260-b5e0-4d12-93ec-53567505e685

Cheers
C

Exciting new downloads

The Windows Server 2008 R2 Developer Resource Kit is now available for download here:https://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c48b3eb4-ad4b-461c-9d5a-25f45d949b92
Also available now is the Expression Studio 3 Trial. I have to think that since the trial download is available, it should (have not yet) RTM on MSDN Downloads any day now.


Cheers
C

13 July 2009

SharePoint 2010 developer docs now available!

Today, on the first day of Microsoft’s Worldwide Partner Conference (WPC09) in New Orleans, LA, some exciting things are happening.
  1. SharePoint 2010 Products and Technologies developer documentation dropped and is available for download here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=94afe886-3b20-4bc9-9a0d-acd8cd232c24
  2. SharePoint 2010 sneak peaks are now available here:http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx
  3. Some info coming out of WPC09: http://officesharepointpro.com/Articles/tabid/149/nodeid/1982/The-Curtain-Rises-(Just-a-Bit)-on-SharePoint-2010.aspx
  4. It is rumored that Microsoft will be announcing Windows 7 RTM tomorrow at the WPC09.  Let’s hope that’s the case! http://www.techtree.com/India/News/Windows_7_Build_7600_Rumored_as_RTM/551-104291-580.html


Cheers
C

02 July 2009

My friend Matt is spreading his wings!

I’d like to take a moment to congratulate my friend Matt Goebel on spreading his wings and venturing into the world of independent contracting!  Way to go!!! 🙂


Cheers
C

Microsoft Authentication Library (MSAL) Overview

The Microsoft Authentication Library (MSAL) is a powerful library designed to simplify the authentication process for applications that conn...