Posts

Showing posts with the label SharePoint 2010

Steps to Change your SharePoint URL or SharePoint Site that as Host Name to User Friendly URL

If you are looking to change your Existing SharePoint URL (Ex – http://sp2010:1234 ) to User Friendly URL Like- http://www.sharepointmcp.com . Then Follow the following steps. 1.       Open C:\Windows\System32\drivers\etc Open Hosts file using Notepad 2.       After                : : 1              localhost   Type the below 127.0.0.1          www.sharepointmcp.com save the file. 3.       Open SharePoint 2010 Central Administration, Application Management, Under Web Applications, Click on Configure Alternate Access Mappings   - > Edit Public URLs 4.       Select Web Application ( http://sp2010:1234 ) on   Alternate Access Mapping Solutions   5.       E...

User Profile Synchronization Service Struck on "Starting" - Fixed

Image
User profile Service Synchronization  service Struck on “ starting ” . In SharePoint 2010 it is very common problem that whenever user profile synchronization is started. It gets struck on “starting”. There were many cases where user profile synchronization struck on starting  from my experience I will list some cases. First stop user profile synchronization service by using SharePoint Management Shell. ·          Get-SpServiceInstance ·          It will list all services currently running on SharePoint Farm.           ·          Select Id of User profile service synchronization, you can select Id by Right click on command prompt now Mark ID of User profile service synchronization and Hit Enter , Now Id will be automatically copied. ·          Now, sto...

Steps to Implement Cascading Drop Down. Follow the steps in SharePoint UI. (Browser)

Steps to Implement Cascading Drop Down. Follow the steps in SharePoint UI. (Browser) Create a custom List Name it as City List. and Rename Title as City , Insert two items into it. Create a Custom List name it as District list and rename Title as District , Create a Column by Name City, of type look up. Get information from City List , City Column . And few items with corresponding to city column. Create a Region List name it as Region list and rename Title as Region , Create a Column by Name City , of type look up . Get information from City List , City Column . And Create a Column by Name District, of type look up . Get information from District List, District Column. Now in Region List, From the Ribbon Click on List Tools. Click on customize form .Form template will be imported to InfoPath. Right Click on District Dropdown, Select Dropdown List box Properties, Select Get choices from external data ...