I recently [a week ago] joined another company to take their SharePoint practice to the next level (but more on that in a later post). One of my first missions at the company is to get a brand spanking new sandbox environment up and running. I’m not going into great detail in this post on how we put it together as it has a lot of little notes on how to install SharePoint 2010, SQL Server 2008 SP1 (with cumulative update 1).
After completing the SharePoint 2010 environment our attention turned to SharePoint 2007. After joining the VM (Windows Server 2008) to the domain, we fired up the installation wizard for MOSS 2007 and after entering the various details for DB Server, Default Accounts etc, we received with the following error message – “account must be a local account or a global domain account”. We scratched our heads a little, tried some quick fixes and finally came up with the resolution (after a couple of minutes):
- Remove the machine from the domain;
- Rename machine;
- Re-add machine to the domain;
After completing the steps above, the installation worked just fine. The account we used had access to SQL with dbcreator and securityadmin access. We did not give the account “local admin” rights as so many administrators do in error. :)
Hope this helps.


