[3/9/2010 - WCF fix need to be installed after .Net Framework 3.5.1 is enabled (since it's a WCF fix, which is part of .Net Framework. Otherwise it cannot apply to the system. This fix will be automatically downloaded and installed by pre-requisite installer in RC/RTM build)
[12/7 - +Office Web Apps on Win7]
[11/23 - added a short notice on win7+Office Web Application - this will not install and no workaround so far]
[11/21 - added setup keys in case people can't find them]
[11/19 - updated user profile sync instructions - update WCF Fix for R2 and Win7 - update script for PowerPoint View/Edit]
Since SharePoint 2010 has been made available for MSDN/TechNet subscriber public now, here’re some steps you would like to follow to get a successful installation. But keep in mind: This beta is not supported and you CANNOT upgrade the installation to RTM when it’s released. This Beta should only be used for evaluation purpose.
The public download of SharePoint Server 2010 Beta (Enterprise) is here:http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=77c30c6c-47fc-416d-88e7-8122534b3f37
The key you can use is:
PKXTJ-DCM9D-6MM3V-G86P8-MJ8CY
BV7VC-RMR6B-26P6Y-BTQDG-DX2KQ This key should be avoided - it is a wrong key.
Any one in the two would work.
Please note there's no technical difference between SharePoint Server 2010 + Enterprise CAL and SharePoint Server for Internet Sites Enterprise. It is only about licensing.
$e = Get-SPServiceApplication | where {$_.TypeName.Equals("Word Viewing Service Application")} $e.WordServerIsSandboxed = $false $e.WordServerIsSandboxed
$p = Get-SPServiceApplication | where {$_.TypeName.Equals("PowerPoint Service Application")} $p.EnableSandboxedViewing = $false $p.EnableSandboxedEditing = $false $p.EnableSandboxedViewing $p.EnableSandboxedEditing #(Please use the below script for PowerPointServiceApplication - You need to enter "Y" for the answer of each cmd)Get-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedViewing $falseGet-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedEditing $false
In the server's c:\windows\system32\inetsrv\config\applicationHost.config Add the line below in the end of the dynamicTypes. <add mimeType="application/zip" enabled="false" />
IISRESET
Enable Developer Dashboard and turn to OnDemand for troubleshooting page performance issues. It can be done by STSADM or SharePoint 2010 Management Shell (Windows PowerShell).
STSADM: stsadm -o setproperty -pn developer-dashboard -pv OnDemand
Windows PowerShell:
$svc=[Microsoft.SharePoint.Administration.SPWebService]::ContentService
$ddsetting=$svc.DeveloperDashboardSettings
$ddsetting.DisplayLevel=[Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand
$ddsetting.Update()
Happy SharePointing!
Jie Li
Technical Product Manager, SharePoint
KB976462 for 2008 R2 WCF fix must be installed after Pre-Requisition Installer. Otherwise you will get "update is not applicable to your computer".
After clean instal of Server 2008 R2, , Sharepoint 2010 Server pre requisites then WCF fix I I run wizard, and:
Failed to create sample data. Exception of type Microsoft.Office.Server.userProfiles.userProfileException was thrown. The request channel timed out while waiting for a reply... Increase the SendTimeout value on the binding.
but Administratoion page does work.
You have to delete default site collection on port 80 and create a new one and it should work.
I am testing right now what is wrong with Wizard....
@MichalBojko,
How much memory did you give the machine?
@Ssandu
Can you check if WCF HTTP Activation and WCF non-HTTP Activation is enabled?
Why do you need to delegate control to the service account? Do you need to do this with all service accounts?
@donal
If you want a domain user account to be able to sync directory changes then you need to delegate that control. You don't have to delegate that for other accounts. It is only used for user profile sync connections.
I was setting up a development environment on Windows 7 as detailed here http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx and ran into the problem you describe in step 4 above. My "configuration wizard" step failed. I have now installed the WCF fix using your link above and it installed fine. How do I get back to running the configuration wizard and finish installing? Or do I have to start over?
Every time I try to open an Office Document (either 2010 or 2007) using WebApp in Sharepoint, I get an "internal error". Installation and configuration worked fine, thanks to your links! ULS log says Librarian.SetComplete ... status=ConversionError
Am I missing an additional Office Web App configuration?
@Focus54
Configuration Wizard can be run from your start menu, check SharePoint 2010 group inside it.
@mhintner
You may need to check if Office Web Application feature is enabled on Site collection level. If it is not enabled, then viewing could have problems.
@Jie Li:
I have virtual machine with 2GB
@MichalBojko
With only 2GB of memory, you would likely to suffer from timeouts with SharePoint Server 2010. Foundation would work most of the time, but since SharePoint Server has a lot of Service Applications, it requires much more memory than the Foundation. Please try to assign more memory to the VM, check if 2.5, or 3GB work.
Hi, I have two problems (W2K8 r2)
1) My AD does not have the "Replicating directory changes” in the list of delegates entry...where would it be?
2) the patch KB976462 for 2008 R2 will not install after (Sharepoint) Pre-Requisition Installer. Says it is not applicable to my system, even though I downloaded it from https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806&wa=wsignin1.0 as you said.
and
3) CU2 will not install - says I have no applicable products that need upgrading even though my SQL server is at level 2531.
Any thoughts gratefully received,
regards
Sean
when Configuring SP2010 - Specify Configuration Database I specify all the correct parameters but get an error message as follows:
An error has occured while validating the configuration settings. An exception of type System.ArguementNullException was thrown. Additional exception information: The errorData argument cannot be null or zero length. Parameter name: errorData
Someone said ensure the SQL agent was working but that didn't help...
And I've opened all Ports for SQL Server - even though on the same machine...
thoughts? TIA
@smcpoland
1. If you are using a domain admin account you can forget that step as you have already get the permission.
2. Did you downloaded the right one? There're three downloads, only the x64 one can be applied.
3. Are you sure you downloaded SP1 CU2 not RTM CU2?
4. The error means the SQL Server cannot be connected by config wizard. Check server name, instance name. Check if you can use sql management studio to connect to sql server.
Thanks Jie,
1. Ok
2. Sure did, but redownloaded it again for safeties sake. And it works.
3. you're right RTm not Sp1
4. Will try again after Hfx's - same machine so should be ok...
I am using Windows 7 Prof RTM, with the required patches, etc in a VM. I installed the pre-requisites (manually), installed SharePoint 2010, ran the SQL patches mentioned. When the config wizard runs, it errors out on step 9 (unable to write applicationhost.config, access denied). I tried running the wizard as admin but results in the same error. Please help !!