[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
This is a major disappointment. It means any work we do on the Beta will be a waste. It will hold back our School uptake of SP2010
It doesn't mean you're "not allowed" to upgrade, but would have to do it without any support/assistance.
I don't know why you'd want to upgrade BETA-RTM anyway - even for Windows 7, etc. Just need to develop your code/artifacts, and re-deploy to RTM version - and TEST ! ;-)
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.
What exactly does this mean ? obviously you cannot upgrade by installing RTM over this beta. However, can you export the content from a beta based site and re-import the content into an RTM based site ?
Will it be possible to upgrade from an RC based site to an RTM site ?
@NigelPrice
If you are exporting/importing content that means you are "migrating". It would be fine. However attach a beta content database to RTM will not work.
There's no public RC plan that I'm aware of.
@arichards
In past experience with 2007 beta - rtm upgrade, a lot of issues were caused by the beta content. there's garbage remaining even after SP2. It is still a good time to trial your code and deployment, just don't use beta in production envoriment.
When is that WCF hotfix for 64 bit link going to be activated?
@lzandman
WCF hotfix for Windows Server 2008 can be downloaded now. The fix for Windows Server 2008 R2 will be available in coming days.
Hi,
Do I need hotfix for SQL Server 2008R2 if I am installing everything on a single box (Domain controler, SQL Server, SharePoint, PowerPivot)?
Thank you,
Vidas Matelis
@Vidas,
There's no hotfix available for SQL Server 2008 R2 since it's still a beta software. You can install and try.
Opal,
I tried 4 times now to setup Sharepoint + Gemini (PowerPivot), but all the time failed.
I tried this setup on both Windows 2008 and 2008R2 with the same error. I want everything setup on single box (Windows, Domain controller, DNS, SharePoint + SQL Server 2008 Analysis Services in PowerPivot (Gemini) mode.
I installed Win 2008.Added domain, dns.
I run your special script for DC installation.
I installed SharePoint, but not configured (as per documentation). That setup was OK, no problems.
Then I start SQL Server 2008R2 and ask it to run in Gemini(PowerPivot) integration mode. It appears to me that it goes through SQL Server/SSAS installation properly, as later after machine restart I see them both installed and running properly.
But during SSAS and SharePoint integration step (very close to setup end) my setup fails with following error:
Configuration error code: 0x30E00066@1203@1
Configuration error description: Object reference not set to an instance of an object.
I understand that SharePoint+PowerPivot(Gemini) integration is a special case and you might not be involved in that at all. But just in case if that error gives you any idea, I would appreciate any suggestions on what could I test.
Thanks in advance!
Vidas M
@vidas,
I don't work on PowerPivot so I have no idea on your issue. It would be better if you can post the problem to the forum http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/threads to see if anyone else met the same thing.
When is the hotfix for Windows 2008 R2 going to be available?
@nkhamis,
The hotfix for R2 has been sent to a private group of beta customer, and will be released to the public quite quick. Just wait for a few more days and you will be able to use that on R2. SharePoint Team Blog will have a post to talk about this later.
FYI,
The KB976462 patch is giving a error saying that the update is not applicable to your computer for a windows server 2008 r2 64 on a vm, that has the .net3.5.1 feature enabled. I have remove and reinstalled .net 3.5.1 with not luck. I have tried all 3 version of the files in the patch x86, x64 and ia64 with no luck.
@jbabe3909
did you get that from https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806&wa=wsignin1.0 ? It is working perfectly.
Hi
After applying that patch for Windows Server 2008 R2 I get
exception of type Microsoft.Office.Server.UserProfiles.UserProfileException
The content type text/html: charset=utf-8 of the message does not match the content type of the binding (application/soap+xml; charset=utf). If using a custom encoder be sure that the IsContentTypeSupported method is implemented properly.
Also it says Server error in '/SecurityTokenServiceApplication' and System.ServiceModel.ProtocolException.
Please help