May 2009 - Posts

MOSS 2007 on Win 2008 Allergic to IPv6
26 May 09 04:30 PM | Blogging about SharePoint: Posts
Body:

My friend Ralph today ran into the issue described here:

http://blogs.msdn.com/jmacleod/archive/2008/06/25/iis7-sharepoint-2007-fails-with-503-service-unavailable-errors.aspx

I have set up MOSS on Win 2008 a few times and never run into this because I always turn IPV6 off in all NICs prior to installing MOSS.

-Michael

Published: 5/26/2009 1:30 PM
Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
I’ll be speaking at SharePoint Saturday Chicago and SharePoint Connections Vegas
10 May 09 01:19 AM | Blogging about SharePoint: Posts
Body:

I’ve been invited to speak at SharePoint Saturday Chicago, June 13th, 2009 and SharePoint Connections, November 9-12 2009.

You can go to each site to find out more about each event including what I will be talking about.

 

--Michael

Category: SharePoint Events
Published: 5/9/2009 10:19 PM
Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Filed under:
Building a Win2008S SE MOSS VM on Win2008S EE in HyperV
10 May 09 01:14 AM | Blogging about SharePoint: Posts
Body:

I recently upgraded my laptop OS from WinXP x86 to Windows Server 2008 x64.  My laptop is a Dell D620, and is a dual core 64bit machine, and since we’ve been told that SharePoint 2010 will be 64 bit only, I figured now was as good a time as any to make the jump to 64 bit and get familiar with HyperV rather than Virtual PC or Virtual Server..

So I am now in the process of building a 64 bit MOSS VM.  I did an install of Windows Server 2008 Standard Edition as the guest OS, installed the Hyper V integration services, and had to force the guest OS to detect the Hardware Abstraction Layer by using msconfig’s advanced options. 

I then ran Microsoft Update to pull down a large volume of updates.  Next, I gave it a static IP address and made it use itself for DNS lookup even though it was not yet a DNS server.  Then I used a simple answer file to turn it into a domain controller in its own isolated forest.  The answer file:

[DCINSTALL]
InstallDNS=yes
NewDomain=forest
NewDomainDNSName=demo.local
DomainNetBiosName=demo
ReplicaOrNewDomain=domain
ForestLevel=3
DomainLevel=3
DatabasePath="C:\Program Files\ActiveDirectory\DB"
LogPath="C:\Program Files\ActiveDirectory\Log"
RebootOnCompletion=yes
SafeModeAdminPassword=YourPasswordHere!

The command to use it:

dcpromo /unattend:"C:\spinmoss\dcpromo.answers.txt"

I install IIS with these three commands wrapped in a batch file:

servermanagercmd -i Web-Server -allsubfeatures
IF ERRORLEVEL 0 servermanagercmd -remove Web-Mgmt-Compat
IF ERRORLEVEL 0 shutdown /r /t 5 /d p:2:4 /c "Removal of unneeded IIS bits"

Next I began to download all the MOSS install bits.  Since SP2 has been released, this is actually a shorter list than it was just prior to SP2’s release.

To do a clean install of MOSS, right now you need:

  1. The MOSS trial version – you can grab the smaller RTM install rather than the SP1 install because you will be installing SP2 that has all the intermediate bits as well.  When I do the install, I use my MSDN license key rather than the one that is provided for the trial.
  2. SP2 for WSS 3
  3. SP2 for MOSS

The Update Resource Center on TechNet has links to all the above downloads.

Next you have to slipstream (TechNet article) them so you only do one install, not three.    I’m still waiting for SP2 for MOSS to finish downloading, so that’s where i will end this for tonight.

--Michael

Category: Building a MOSS Development Environment
Published: 5/9/2009 10:14 PM
Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Passed 70-631 WSS Config
04 May 09 05:01 PM | Blogging about SharePoint: Posts
Body:

I passed 70-631 on Friday, 1 May 2009 and had passed 70-630 previously.  The Install / Config side is done – now on to the app-dev side.

Anyone recommend practice exams or other resources for 70-541, WSS Dev?

I’m planning on reading the rest of Pattison & Larson’s Inside WSS 3.0 book.  It’s frustrating that Transcender, MeasureUp, and SelfTest Software don’t have practice exams.

Michael

Category: WSS 3.0
Published: 5/4/2009 2:01 PM
Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks
Filed under: