Posts

Showing posts with the label SharePoint 2010

Prepare Windows Cluster SharePoint

Image
This part demonstrate how to configure windows cluster for two server, to be used as SQL Cluster. Before you start · You need to have two network adapters on each node, one Public and one Private(for heartbeat communication). · Shared storage (like SAN storage) should be present and connected to both cluster nodes  with at least: Quorum Disk (5GB) DTC Disk (1GB) SQL data files and log file disk(s) · domain user account (SPSadmin): add SPSadmin user as administrator on both servers · Prepare a preserved static IP and Cluster Name to be used. · Prepare a preserved static IP and DTC Name to be used. Windows Cluster Configuration 1. Install latest windows updates on all server nodes. 2. Install Application role and IIS role on both SQL DB server nodes 3. Install Fail over clustering feature on both SQL DB server nodes. 4. Provide a Cluster Name and Cluster IP for the dat

Setting up load balancing on a SharePoint farm running on Windows Server 2008

Image
1. Install Network Load Balancing Feature on each Web Front End On each front end in the farm, within Server Manager , add the NLB feature : Click Install and wait a bit 2.Add a New Cluster Through the start menu, Administrator Tools , click Network Load Balancing Manager : Right click Network Load Balancing Clusters , and choose New Cluster Type the IP address of one of the web fronts in the farm to serve as the first host in the cluster Click Connect . Click next . Leave the defaults and click next again: 3.Set Cluster IP Address This IP Address is the dedicated IP address for the cluster and is what DNS will point to, to get load balanced between the front ends. On the Cluster IP Addresses box, click Add and type an available dedicated IP address and subn

Default out of box Web Services url sharepoint2010

Service Administration (_vti_adm/Admin.asmx) Administrative methods for creating deleting sites and retrieving languages used in the deployment CreateSite DeleteSite GetLanguage RefreshConfigCache Alerts (Alerts.asmx) Methods for working with SharePoint list item alerts DeleteAlerts GetAlerts Authentication (Authentication.asmx) Client proxy that provides user authentication for sites that use forms-based authentication Login (Used to authenticate) Mode (Returns the authentication mode of the current site) Copy (Copy.asmx) Methods to copy files between or within sites CopyIntoItems (Copy document as byte array to location on server) CopyIntoItemsLocal (Copy document from one location on the same server to another) GetItem (Creates a byte array of a document that can be passed to theCopyIntoItems method) Document Workspace (Dws.asmx) Methods for managing Document Workspace sites and data CanCreateDwsUrl CreateDws CreateFolder FindDwsD

Problem when opening sharepoint test site

I have created a new site. When I open the site uing the URL the browser gives this. HTTP/1.1 404 Connection: close Date: Tue, 01 Feb 2011 15:44:05 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET MicrosoftSharePointTeamServices: 12.0.0.4518 Solution : * The most probably reason is you haven’t create the Top-Level site collection . * SPS will not create the Top-Level site collection for you by default. To create the Top-Level site collection, goto Central Administration > Application Management > Create Site Collection.

SharePoint item crawled returned error when attempting to download the item example aspx file

Image
Error: SharePoint Crawl Log Error: The SharePoint item being crawled returned an error when attempting to download the item for example .aspx files Solution: 1.Open Regedit on your search server/s 2.Navigate to this registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\14.0\Search\Global\Gathering Manager . 3.Change Value “ UserAgent ” from “MSIE 4.01” to “ MSIE 8.0 ”. 4. Restart the SharePoint Search Service . 5.Open a SharePoint PowerShell 6. Get-SPSessionStateService 7.If this returns false then we need to deploy one 8. Enable-SPSessionStateService -DatabaseName “NameOfDatabase”