TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
GD Bloggers
This is the blog site for Microsoft Global Delivery Communities focused in sharing the technical knowledge about devices, apps and cloud.
Tags
.NET
.NET Framework
Active Directory
ADCS
ADFS
ADMT
ALM and VSTS
App-V
Arabic
Asp.Net
Biztalk
C#
CA Migration
Certificate
Certification "Private Cloud' "Windows 8"
Comodo
configmgr12
Configuration Manager
configuration manager 2012
Configuration Manager R3
Cross-Forest
Direct Access
DPM 2010
Exchange
Exchange 2003
Exchange 2007
Exchange 2010
Exchange 2013
Exchange Online
FAST search
FIM
Groupwise
Health
Host Integration Server
Hosted Exchange
Hyper-V
Hyper-V 3.0
IE
IIS7
IIS7.5
iSCSI target
Lync Server
migration
Monitoring
ocs
Office 2010
Office 365
Operations Manager 2007 R2
Orchestrator 2012
Powershell
powershell 3.0
Private Cloud
Remote Access
Remote Desktop Services
RemoteApp
Runbook
SCVMM 2012
Security Token Service
Server 8 Converged Fabric
Server 8 Core
Service Manager 2012
SharePoint
SharePoint 2010
SharePoint 2010 troubleshooting
SharePoint 2013
SharePoint Foundation
sharepoint search
SharePoint Troubleshooting
Software Updates
SQL Server
Storage Migration
Surface
System Center 2012 Configuration Manager
System Center Virtual Machine Manger
TFS 2010
TFS 2010 Upgrade
TMG
Transparent File Server
Troubleshooting
User Profile Service
Visual Studio
Visual Studio 2010
W8
WAP
WCF
WIF
Windows 2008
Windows 2008 R2
Windows 7
Windows 8
Windows Azure
Windows Live
Windows Phone
Windows Server 2012
Windows Server 2012 Converged Fabric
Windows Server 2012 R2
Windows Server 8
WP8
WSUS
XBOX
Browse by Tags
TechNet Blogs
»
GD Bloggers
»
All Tags
»
sharepoint
Related Posts
Blog Post:
Moving SharePoint Databases to Another Server (Without Reconfiguring SharePoint)
Ahmad Shahin
Introduction Moving / Migrating Microsoft SharePoint Server Databases from one server to another might be difficult as you need to reconfigure all the related DB(s) to point at the new server. This might be acceptable if we are talking about the SharePoint Content Databases, but how about the below...
on
10 Jun 2014
Blog Post:
SharePoint Provider Hosted App Walkthrough: Part 2 Dig deep
Mohamed M Malek
Introduction In the previous post here I showed how to write a new provider hosted App using a step by step process. In this post I will build up on that knowledge and show you the following: How to customize your provider hosted app so that you get information from the SharePoint site. (Such as user...
on
8 Mar 2014
Blog Post:
Linking ListViewWebParts in Sandbox environments
Mohamed M Malek
Problem Statement You have a requirement to display two list view web parts of two SharePoint lists. These two lists are linked together using a multi-valued lookup field in one of them. So for example you have a list called Companies and another called Branches and in the list of Companies you have...
on
23 Oct 2011
Blog Post:
Custom SharePoint Site Definition with Discussion list view
Mohamed M Malek
I have been trying to develop a new custom SharePoint site definition on SharePoint 2007 that would put a discussion list view web part on the home page of the created site. Now everything seemed to be working fine and list view was added to the home page but when you try to click on any...
on
1 Dec 2010
Blog Post:
SharePoint 2010 User Profile Service: Part 1a Configuration
Mohamed M Malek
I wanted to write a series about how to get SharePoint 2010 user profiles service and synchronization scenario working. So this is the first post of this series and I will talk about the configuration alternatives of the user profiles service. The user profile service can be configured either on a single...
on
23 Dec 2010
Blog Post:
SharePoint Workflow Error: This task is currently locked by a running workflow and cannot be edited
Ahmed Nagy
Many times you were developing a Visual Studio workflow for SharePoint. You simply create a task using the "CreateTask" activity. After a while, you need to update the task and you do not have a valid correlation token to use the "UpdateTask" activity, for example, because you are creating a task inside...
on
26 Mar 2011
Blog Post:
InfoPath 2010 Paging (without coding)
Ahmad Shahin
Introduction In this post I will try to show you how to implement a simple paging mechanism using InfoPath 2010. This approach is useful if you are considering a quick & fast solution to handle InfoPath Repeating Tables (or sections) that returns 100s of items without writing code behind and by...
on
17 Mar 2013
Blog Post:
Customizing the fields on the User Information Page
Mohamed M Malek
SharePoint has a built in functionality to display the user information for any user that has a user profile imported using the user profiles service application. This page can be reached on the following URL: /_layouts/userdisp.aspx">/_layouts/userdisp.aspx">http://<SITE_URL>/_layouts...
on
13 Sep 2011
Blog Post:
Reading SharePoint Form Data from Silverlight application
Mohamed M Malek
I was trying to create a bing map silverlight application to be hosted on a custom SharePoint form page. This form is displaying the properties of a specific content type and within this content type I have two fields one for Latitude and one for Longitude. The requirement is actually to app to this...
on
19 Oct 2011
Blog Post:
Reading item attachments programmatically (SPFile.OpenBinary Exception)
Mohamed M Malek
This is a small issue that I faced the other day and wasted several hours of my time. The scenario is rather simple. You have a list item and you already have an attachment to this item. What you want to do is to read this item attachment in a workflow or a web part using code. So you start off by writing...
on
28 Feb 2011
Blog Post:
SharePoint Powershell command problem - FeatureDependencyId are not registered
Issa Ayyash
Problem When you run SharePoint PowerShell on your SharePoint server you get the following error: Error: "The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered". Solution Make sure the logged in user who is trying to run SharePoint PowerShell commands...
on
18 Feb 2013
Blog Post:
FAST Search for SharePoint 2010 - FQL and its Impact on Relevancy Ranking (Using Full Text Index Mapping)
Ahmad Shahin
Introduction In this post I will describe a common mistake that occurs when you write your own FQL that impacts the search results that depends on Relevancy Ranking (Using Full Text Index Mapping). Scenario Lets consider that we have a list of products that we would like to search through...
on
24 May 2013
Blog Post:
Migration to Fast Search for SharePoint 2010 - General Considerations
Ahmad Shahin
I’m currently working on an engagement where the customer is looking for upgrading his current SharePoint 2010 Enterprise Search to Fast Search for SharePoint 2010, but I was wondering if there are any issues that need to be considered during this process. In this post I will highlight some of...
on
6 May 2012
Blog Post:
User profile Synchronization Service Starting Issues
Mohamed El Ashmawi
Some people face issues with starting up user profile synchronization service. The main thing is that they find it hanging on “Starting”. They resolve this issue by changing the start type for the service to be “Automatic – Delayed Start”. Please note that changing the...
on
16 Jun 2011
Blog Post:
SharePoint Servers Time-zone
Mohamed M Malek
This is a small note. Please make sure that all servers belonging to the same farm are actually on the same time-zone. I had a very strange issue where performing any actions on a farm server would not be executed (as far as I saw it initially). I was trying to start or stop services on a server and...
on
26 Dec 2010
Blog Post:
SharePoint 2010 – Failed to create the configuration database
Yousef Omar
Installed SharePoint Server 2010 on my Windows 7 local machine. Once the installation completed, the configuration wizard launched, reached step 3 (creating the configuration database), and halted with the following error message. Failed to create the configuration database. “An exception of...
on
6 Sep 2011
Blog Post:
SharePoint 2010 People Search using Metadata
Mohamed M Malek
The scenario is simple; what you want is to configure people search and allow that to search using a custom metadata property that is being populated into the user profiles from an external system like a BCS system. I will dedicate several posts for configuring the user profiles service and synchronization...
on
23 Dec 2010
Blog Post:
Cannot Check-out or edit documents in SharePoint 2010
Ahmed Nagy
You may encounter an issue with SharePoint 2010 document libraries that prevents users from check-out or edit documents in the document library. The issue occurs when you break the security inheritance of the document library. Regardless of what permission the users have on the document library, they...
on
7 Feb 2011
Blog Post:
Office Web Apps 2013 multi servers (NLB) Installation and Deployment for SharePoint 2013 step by step guide
Issa Ayyash
This is a step by step guide on how to install Office Web Apps 2013 multi servers farm (using windows NLB and http) and how to configure it with SharePoint 2013. In my next post I will talk about how to configure Office Web Apps 2013 using NLB and https in multi servers deployment. Important : this post...
on
27 Mar 2013
Blog Post:
Renaming SharePoint 2010 Search Service Database Name
Ahmad Shahin
In this post I’m planning to walkthrough the practice of changing the SharePoint 2010 Search Service Database names as you might need it in the following scenarios: Replacing the Search Service Application Databases Names that Includes GUID’s to a friendlier name. The Database Admin...
on
23 Oct 2012
Blog Post:
Use Facebook as an Identity Provider for SharePoint 2013 – Part 1
Zaki Shaheen
Introduction: This blog will describe in details how to use Facebook as an identity provider to login into your SharePoint application. There are many ways to integrate you SharePoint application with Facebook; so you can start developing authentication and authorization mechanisms for your SharePoint...
on
1 Jun 2013
Blog Post:
Install and Download SharePoint 2013 prerequisites offline (manually)
Issa Ayyash
This article applies in a situation when you don’t have internet access in your SharePoint server , I have placed all the direct download links for the installers you might need. This article assumes you are having a new fresh installation of windows server 2008 R2 SP1 If you tried to run...
on
26 Dec 2012
Blog Post:
Use Facebook as an Identity Provider for SharePoint 2013 – Part 3
Zaki Shaheen
At this stage, we are done configuring the Azure Part Continue Configuration Steps: Go to your SharePoint Farm Create a new web application Make sure the claim authentication will be as the following: Enable Windows Authentication = Checked Integrated Windows authentication = Check Select NTLM PS: The...
on
5 Jun 2013
Blog Post:
Upgrading from SharePoint Portal Server 2003 to SharePoint 2010 Part 1
Hisham Samara
In this post I will go through upgrading SharePoint sites from SharePoint Portal Server 2003 to SharePoint 2010 , I will include directions to use the most relevant upgrade approach, as start Upgrade from SharePoint Portal Server 2003 to SharePoint 2010 is really challenging as there is no direct path...
on
16 Dec 2012
Blog Post:
Migrating to SharePoint Host Name Site Collections 3
Mohamed El Ashmawi
In my previous 2 posts on Host Named Site Collections, I laid out the powershell scripts to create Host Name site collections as well as creating managed paths under them. After that, these site collections can be handled using PowerShell scripts normally. In case of needing to migrate path-based...
on
9 Jun 2011
>