zoukankan      html  css  js  c++  java
  • Install SharePoint 2010 Beta 2 on Windows 7 (2)

    In this article you will find a step by step tutorial on how to correctly install SharePoint 2010 on your Windows 7 computer as a stand alone environment.

    Download the public SharePoint 2010 publicbeta from:
    Once your download has finished, extract the archive from the command line appending the parameter /extract:c:\YourDestinationFolder to your executable.

    1

    Before proceeding with the install, edit the config.xml under c:\YourDestinationFolder\Files\Setup

    2

    Now install all the SharePoint's 2010 beta prerequisites. Prerequisites required by your SharePoint installation are:

    • Microsoft Filter Pack 2.0 (Beta)
    • Microsoft Sync Framework
    • Microsoft SQL Server Native Client
    • Microsoft Geneva Framework
    • Microsoft SQL Server 2008 Analysis Services ADOMD.NET
    • Microsoft SQL Server 2008 Express (this will be installed later, as we choose the stand alone installation type)

    Start running \SharePointFiles\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi

    3

    Microsoft Sync Framework:

    4

    As you can see we have installed the Italian version of Microsoft SQL Server Native Client. English installation process results the same.

    5

    Microsoft Geneva Framework:

    6

    And finally Microsoft SQL Server 2008 Analysis Services ADOMD.NET:

    7

    Now you need to enable manually each of the required Windows Features. You can do this quickly by copying and running the following command in a Command Prompt window.

    start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures; 
     
     
     
    IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors; 
     
     
     
    IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility; 
     
     
     
    IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics; 
     
     
     
    IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ManagementScriptingTools; 
     
     
     
    IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication; 
     
     
     
    IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic; 
     
     
     
    IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility; 
     
     
     
    IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel; 
     
     
     
    WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation; 
     
     
     
    WCF-NonHTTP-Activation 
     
     
    

    The following text contains line breaks. You must remove the line breaks to run this script from a command prompt.

    8

    Once the installation starts, please choose the stand alone installation type and click "Next", to start the installation.

    10

    After the installation completed, you will be prompted to start the SharePoint Products and Technologies Configuration Wizard. Before starting the wizard, first install the Microsoft SQL Server 2008 KB 970315 x64 that you can find here: SQL Server 2008 KB 970315 x64.

    12

    13

    Once this process is finished, you can finally run the Configuration Wizard and set up your SharePoint 2010 environment.

    11

    14

    15

    If your configuration fails, as captured in the following screenshot

    Failed to create sample Data.
    An exception of type Microsoft.Office.Server.UserProfiles.UserProfileException was thrown. Addictional exception information: Unrecognized attribute 'allowInsecureTransport'. Note that attribute names are case-sensitive (C:\Program Files\Common Files\Microsoft Shared\Web Server Extentions\14\WebClients\Profile\client.config line 56)

    16

    Failed to create sample Data. 
    An exception of type Microsoft.Office.Server.UserProfiles.UserProfileException was thrown. Addictional exception information: Unrecognized attribute 'allowInsecureTransport'. Note that attribute names are case-sensitive (C:\Program Files\Common Files\Microsoft Shared\Web Server Extentions\14\WebClients\Profile\client.config line 56)

    Then you should edit your "client.config" file placed at C:\Program Files\Common Files\Microsoft Shared\Web Server Extentions\14\WebClients\Profile and completely remove all the instances of the "allowInsecureTransport" attribute.

    17

    18

    You are done! Go to your Central Administration and create your first Web Application.

    Here are the possible issues that we found during various installations. We describe solutions for some issues hoping that they can help you if you stuck.

    If you install on Windows Server 2008 and receive:

    Failed to register SharePoint services.

    An exception of type System.ServiceProcess.TimeoutException was thrown. Additional exception information: Time out has expired and the operation has not been completed.

    System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed. 
    at System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout)

    install this hotfix:

    If you receive

    Failed to create the configuration database.

    An exception of type System.Security.Cryptography.CryptographicException was thrown. Additional exception information: The data is invalid.

    Make sure that the Network Service Account has a full control permission set on your SharePoint root (the /14/ folder)

    And if got:

    Setup is unable to proceed due to the following error(s):

    A system restart from a previous installation or update is pending. Restart your computer and run setup to continue. 
    For the list of pre-requisites needed to install the product please refer to:

    http://go.microsoft.com/fwlink/?LinkId=106209 
    Correct the issue(s) listed above and re-run setup.

    Set your registry keys to

    • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\UpdateExeVolatile = 0
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations = must be deleted!
  • 相关阅读:
    sqlmap
    SQL注入
    Informatica相同环境与不同环境的导入导出( Repository Name,Integration Service Name,Folder Name是否相同):
    Informatica Lookup Transformation组件的Connect 与Unconnected类型用法
    Oracle存储过程中异常Exception的捕捉和处理
    Oracle存储过程动态创建临时表/存储过程执行权限问题--AUTHID CURRENT_USER
    sql中binary_checksum(*)的用法
    Informatica
    Oracle中SQL查询表字段基本信息、主键、外键(转)
    Oracle 行转列(不固定行数的行转列,动态)(转)
  • 原文地址:https://www.cnblogs.com/KingStar/p/1932092.html
Copyright © 2011-2022 走看看