Browse by Tags

Tagged Content List
  • Wiki Page: SharePoint 2007: Distorted Toolbar or No Toolbar in Document Library

    Issue: Sometimes back I have found very interesting issue on one of my document library. Even if I login through system account, not getting menu bars icons. This is only with a specific document library, if I create a new document library all menu icons were available. ...
  • Wiki Page: SharePoint 2007: Unknown Error Trying To Lock File

    Issue: An error screen while try to edit Office 2007 documents uploaded in SharePoint Document library. Unknown Error Trying To Lock File This is mostly related to operating system and already been fixed in SP1, though sometimes we have to modify below registry settings. Resolution...
  • Wiki Page: SharePoint 2007: Connect to Outlook is Missing in SharePoint Calendar

    A very common & known issue while migrating IE versions. There is couple of steps and checking should be done to get this resolved. Make sure a single Office instance installed either 2003 or 2007 not both. In case you found a single instance of another version try below step. Manually...
  • Wiki Page: SharePoint 2007: ZIP Files Do Not Appear When We Select the Upload Multiple Documents Option

    Issue: ZIP files do not appear when we select upload multiple documents option. For some odd reason, we can’t see our zip files when choose “Upload Multiple Documents” Resolution: Microsoft KB suggests that it is a design behavior with windows vista machines and needs registry...
  • Wiki Page: SharePoint 2007: Change Calendar Item Appearance

    By default when we create any item in MOSS 2007 calendar, we only get Start Time in Calendar View. To display the End Time of an event follow below steps Create a new column with Calculated type. Enter a name, as data type choose date & time . And enter below formula =Title&"...
  • Wiki Page: SharePoint 2007: Import and Export Data from a SharePoint Page (Which Is Not a List or Library) to Excel

    To export a data from a page (not Document Library / List) to Excel Open MS Excel 2007 Go to Data Tab Select From Web option Put in the URL with http://URL /_layouts/storman.aspx > Click GO It will display the Storage Space Allocation page in the pop up window...
  • Wiki Page: SharePoint 2007: A Site Owner of a Sub Site Cannot Save Any List as a Template and Gets Access Denied

    Here we have a site collection with site admins and we have some sub sites under it, every sub site is governed by different site owners (and admin’s as well but they do not step into another territory) When a site owner tries to save any list as template he gets Access denied The issue lies...
  • Wiki Page: MOSS2007: How to Remove Orphaned Features Using PowerShell

    I recently had to use content deployment on some old MOSS 2007 systems. These systems are alive for a long time and a lot of solutions/features have been deployed to them. If features are not deactived before removal they stay as an orphan in the system (contentdb) and can cause issues lateron....
  • Wiki Page: SharePoint 2007: List does not exist !

    Sometimes when we are trying to access a SharePoint site , suddenly this error pops up leaving us blank as to what we have to do now. "List does not exist. The page you selected contains a list that does not exist. It may have been deleted by another user. " So , very often , the...
  • Wiki Page: SharePoint 2010: Windows Server 8 üzerine SharePoint 2010'u SQL 2012 ile nasil yüklerim

    Table of Contents 1. Downloads Windows Server 8 2. Install Process: Server 8 3. Install Process: SQL 4. Install Process: SharePoint 1. Downloads Windows Server 8 ISO Windows Developer Preview with developper tools (64 bits) ISO Windows Developer Preview 64 bits Microsoft...
  • Wiki Page: Survival Guide: SharePoint 2013 and Enterprise Search (SP2013ES)

    This is a list of SharePoint 2013 resources related to Enterprise Search that you can add too, and feel free to re-arrange. Table of Contents Quickly find SharePoint 2013 Enterprise Search resources!! Main TechNet and MSDN resources Hybrid Search with SharePoint 2013 SPC2012 sessions - Cliff Notes...
  • Wiki Page: Microsoft SharePoint Workspace 2010: New Turn

    SharePoint Workspace 2010 is the new name for and succeeds Microsoft Office Groove 2007. SharePoint Workspace 2010 is a client application that provides fast, any-time interactive access to document libraries and lists on Microsoft SharePoint Server 2010 and Microsoft SharePoint Foundation 2010...
  • Wiki Page: SharePoint 2010: SharePoint Administrators Task list

    Daily: Using a browser, connect to the top level sites of all instances of SharePoint within your environment, to ensure they are reachable. Log on to all applicable SharePoint servers (Web Front End, Application, Database) to ensure they are running properly. This includes any Development or...
  • Wiki Page: SharePoint 2010: Freeze Header Row of SharePoint List View

    When a SharePoint list contains lots of data then it becomes hard to understand the data when you scroll down and header row is not visible , every time you have to scroll up to see what data in this particular cell is, you tend to check the column in the header. It will be easy to understand the data...
  • Wiki Page: SharePoint 2010: Fixer l'entête de la première ligne d'une vue de liste SharePoint (fr-FR)

    Note : Cet article est une traduction de l'article SharePoint 2010: Freeze Header Row of SharePoint List View . Lorsqu'une liste SharePoint contient beaucoup de données il devient alors difficile de traiter les données lorsque vous défilez vers le bas, la ligne d'entête n'étant...
  • Wiki Page: SharePoint 2010: Viewing, Sorting, and Filtering SharePoint User Profiles Using PowerShell

    A question was asked in the MSDN forums about listing out all of the user profiles that don't have the PictureURL property set. The answer supplied was a slightly modified version of a script from the blog of Matthew Yarlett , which lists out all of the user profiles without the PictureURL. This...
  • Wiki Page: SharePoint 2013 Best Practices

    Table of Contents Intro Performance 2013 Versioning Overview Feature Overview Capacity Planning Installation Upgrade and Migration Infrastructure Backup and Recovery Database Implementation and Maintenance Apps Every day use Add-ons Development Debugging Troubleshooting Farms Accessibility Recommended...
  • Wiki Page: SharePoint Access Denied Error Page

    We can create an Feature Receiver were we can use the UpdateMappedPage method to define a custom access denied page public class SPEventReceiver : SPFeatureReceiver { Const string AccessDeniedPage = "/_layouts/Pages/AccessDenied.aspx"; public override void FeatureActivated(SPFeatureReceiverProperties...
  • Wiki Page: SharePoint 2010: The HTML Web Part

    This article will show you how to create and edit an HTML Web Part in SharePoint 2010. The Web Part gives you the ability to format a section of the SharePoint site in any way that you want. Table of Contents Overview Add a Web Part to a page Connect the HTML Form Web Part to another Web Part Customize...
  • Wiki Page: SharePoint 2013: Social Features, Community Site

    Table of Contents SharePoint Social components Community Site Which things can be achieved in Community site? Create Community Site 1. By choosing 'Community' site template and create stand-alone community. 2. By activating Community features on the existing sites Community Site features ​1....
  • Wiki Page: SharePoint 2013 - Fonctionnalités sociales, Site Communautaire (fr-FR)

    Note : Cet article est une traduction de l'article SharePoint 2013: Social Features, Community Site . Table of Contents Composants sociaux de SharePoint Site Communautaire Que peut-on faire dans un Site Communautaire ? Créer un Site communautaire 1. En choisissant le modèle de site « Site communautaire...
  • Wiki Page: CEWS Pipeline Toolkit - Document Processors

    This page lists all the document processors in CEWS Pipeline Toolkit . Configuration details and example use cases are listed for each processor. Feel free to contribute! Everyone should benefit from effort you put into figuring something out. Document Processors AccountNumberNormalizer...
  • Wiki Page: SharePoint: Querying Active Directory from a Farm Based Solution using C#.Net

    Table of Contents Introduction Simple Example Webpart Example One Webpart Example Two Other Examples Get the PrincipalContext Get a Group Get a User Check if a User is a Member of a Group Get a List of all the Users in a Group Add or Remove a User from a Group Introduction If you are developing...
  • Wiki Page: SharePoint 2010: Useful Information About Testing

    Useful info about testing http://sharepointdragons.com/2012/02/10/sharepoint-performance-and-stress-testing http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/63f1fe3c-87f1-48b4-a875-e6eaf1d8b37a http://blogs.msdn.com/b/sanjaynarang/archive/2010/04/20/sharepoint-2010...
  • Wiki Page: SharePoint User Interface

    In my last post on SharePoint architecture, I mentioned that there are few parts in SharePoint architecture: farms, web applications, site collections, service applications, administration and security. User interface is represented by site collections. In my today's post, I am going to describe...
Page 3 of 23 (568 items) 12345»
Can't find it? Write it!