My goal was to install Sharepoint Foundation 2010 (SPF2010) so that web application is on one server and the database is on seperate server.
2. Before installing check System & Hardware requirements
3. Run setup
4. Install software prerequisites:
And there was my first error message saying: "The tool was unable to install Hotfix for Microsoft Windows KB976462"
Solution:
Download and install this Hotfix manually and after that run again "Install software prerequisites".
Instructions (from this link):
- Create a Folder under C:\ as KB976462
- Download hotfix KB976462
- Open Command Prompt (run as administrator) and then execute the following statement.
1.expand -f:* "C:\KB976462\Windows6.1-KB976462-v2-x64.msu" %TEMP% and the second
2.pkgmgr.exe /n:%TEMP%\Windows6.1-KB976462-v2-x64.xml - Run again "Install software prerequisites".
- Choose "Server Farm" -> "Complete". (This allowed me to install SharePoint database on seperate server.
- Run Configuration Wizard.
- Choose "Create new Farm" and type in sql server instance and account. And there was my second error message saying: "SQL server at 'server\instance name' has an unsupported version 9.0.4035.0." In my case I had a "SQL 2005 SP3", so I was missing Cumulative update package 3 for SQL Server 2005 Service Pack 3
- Download & Install Cumulative update on your SQL server. Server Restart required!!!
- So after this Hotfix continue setup and specify pass phrase.
- Choose Administration page port.
- Set authentification to NTLM.
- Done!
No comments:
Post a Comment