Sharepoint Foundation 2010 development environment installation problems
I'm having problems installing development machine for Sharepoint (Foundation) 2010. This is what I did so far on the same machine:
- Installed a clean Windows 7 x64 with 4GB of RAM without being part of any domain. Just a simple standalone machine.
- Enabled IIS related features as described here except IIS6 related ones (two of them)
- Installed SQL Server 2008 R2 Development Edition (DB Engine and Writer being enabled but not SQL Agent)
- Installed Visual Studio 2010 Premium
- Started installing Sharepoint Foundation 2010 with first extracting files, changing config to enable Windows 7 installation and then installed it as Server Farm (then Complete) to avoid installing SQL Express.
- Created a separate SPF_CONFIG loc开发者_StackOverflowal user with
Logon on as a service
right. - Opened SPF Management Shell and run
New-SPConfigurationDatabase
so I am able to use a non-domain username (SPF_CONFIG that I created in the previous step)
But all I get is this:
The outcome after this error is:
- Database
Sharepoint2010Config
is created - User SPF_CONFIG is added to SQL Server and attached to this newly created database as
dbowner
- Checking SQL server security logins this user has following rights:
dbcreator
securityadmin
public
Resolved it myself after trying all kinds of things
The main thing is I haven't given up and installed stadalone installation. I've followed two guides:
- this blog post
- and this MSDN resource
Step by step instructions I followed (may be helpful to someone else as well):
- Then I've uninstalled SPF2010
- Setup all accounts as described in the first document
- Reinstalled all prerequisites and KBs described in MSDN resource.
- Cancelled configuration wizard and ran Sharpoint PowerShell
- Executed
New-SPConfigurationDatabase -AdministrationContentDatabaseName "SomeDBName"
- Command than asked me about all other missing info
- Waited for the command to finish (few minutes)
- And it succeeded
- FINALLY!
- Rerun
psconfigui
and finished configuration - Successfully launched SPF Admin Web.
clap clap clap
精彩评论