TwitterLinkedInBlog

Saturday, May 14, 2011

SP2010 MCM Pre-Reading List


Architecture and Planning

  • Deployment overview (SharePoint Server 2010)
  • Multi Tenancy

  • Evaluation guide for SharePoint Server 2010 (white paper)
  • Farm topology management (SharePoint Server 2010)

  • Fundamental site planning (SharePoint Server 2010) 

  • Logical architecture components (SharePoint Server 2010)
  • Manage farm administration settings (SharePoint Server 2010)

  • Managing privacy (SharePoint Server 2010)
  • Multi-Tenancy in SharePoint 2010 
  • Office Web Apps (Installed on SharePoint 2010 Products)

  • Plan alternate access mappings (Windows SharePoint Services)
  • Plan for collaboration sites (SharePoint Foundation 2010)
  • Plan for server farms and environments (SharePoint Server 2010)

  • Plan for sites and solutions (SharePoint Server 2010)

  • Plan site creation and maintenance (SharePoint Server 2010)

  • Planning and Leveraging SharePoint 2010 Service Applications 
  • Sandboxed solutions planning (SharePoint Foundation 2010) 

  • Server and server farm administration (SharePoint Server 2010) 

  • Service application and service management (SharePoint Server 2010) ONLY focus on BI and Profile services

  • Share service applications across farms (SharePoint Server 2010) 
  • SharePoint Online Overview
  • Site and site collection administration (SharePoint Server 2010) 

  • Site and solution administration (SharePoint Server 2010) 

  • Site and solution governance (SharePoint Server 2010) 

  • Understanding SharePoint 2010 Topology
  • Resource Center - Governance in SharePoint Server 2010  
    • Business Connectivity Services
      Business Continuity Management
      Business Intelligence
      Capacity Management
      Enterprise Application Development
      Enterprise Content Management
      Enterprise Search
      Forms
      Monitoring & Operations
      Performance Testing & Tuning
      Profiles/Social
      Security
      Storage Planning & Maintenance
      Upgrades
      Web Content Management
      Workflow
      Source: http://www.dynamicevents.com/upload/MCM-MCA/MCM/SharePoint/MCMSharePointPre-Reads.pdf

      Sunday, April 24, 2011

      ie > Automatic logon only in Intranet zone

      ie > Tools > Internet Options > Security Tab > Local Intranet > Sites > Advanced button > Add this web site to the zone: http://intranet > Add > Close > OK > Security Tab > 'Custom level...' button > Scroll to the bottom, look for ‘User Authentication’ > Automatic logon only in Intranet zone > OK > OK.

      Tuesday, October 19, 2010

      FAST Search - Don't let the Byte Order Marks bite!

      I recently ran into the situation described in this post:
      The configuration wizard was failing on the non-admin nodes. In particular, I ran into checklist item 2, an invisible Byte Order Mark (BOM) at the beginning of the file. With the help of a friendly Microsoft engineer, I ran through the steps in checklist item 3 and the cmdlet, 'Set-FASTSearchIPSec -Create -Verbose', failed. This is described in the following kb article: http://support.microsoft.com/kb/2028971
      It turned out that even though I was copying and pasting the deployment.xml using notepad to get rid of the BOM, it was the wrong copy of deployment.xml!
      THE DEPLOYMENT.XML YOU MUST FIX IS LOCATED ON THE ADMIN NODE AT:
      %FastSearch%\etc\config_data\deployment\deployment.xml
      In order to see the BOM, or to verify that it’s gone, open the file in your favorite hex editor. I used HexEdit trial software. So think twice before using visual studio 2010 to author your FAST deployment.xml file. :)

      FAST Search - Configuration Wizard Fails on Admin Node

      We received the following error when attempting to run the configuration wizard on a FAST admin node (Edited for space):


      StdError - resourcestoreinstaller.exe - C:\Windows\system32\inetsrv\appcmd.exe SET config "ResourceStore" /section:requestFiltering /verbs.allowUnlisted:false /commit:apphost - ERROR ( message:Unknown attribute "verbs.allowUnlisted".  Replace with -? for help. )

      Exception - System.Management.Automation.RuntimeException: An error occurred while installing Resource store.


      It turned out to be the number of processor on the admin node. There were 24. The limit is apparently 15. Once we reduced the number of processors to 4 in the bios, the configuration wizard completed successfully.

      Tuesday, October 5, 2010

      FAST Search - Failed to communicate with the WCF service

      Problem: While attempting to run Get-FASTSearchMetadataCrawledProperty, I received the error, "Failed to communicate with the WCF service"

      Solution: Added myself to FASTSearchAdministrators group, logged out, logged back in.

      Reference: http://manish-sharepoint.blogspot.com/2010/01/wcf-service-error-while-executing.html

      Monday, September 27, 2010

      VS2010 - How to: Enable ECMA Client Object Model IntelliSense

      http://msdn.microsoft.com/en-us/library/ff798328.aspx

      <script src="/_layouts/MicrosoftAjax.js" type="text/javascript" />

      <script src="/_layouts/SP.debug.js" type="text/javascript" />

      <script type="text/javascript" src="/_layouts/SP.core.js" />

      <script type="text/javascript" src="/_layouts/SP.UI.Dialog.js "/>

      Friday, September 17, 2010

      Todd Bleeker - Is that a SharePoint site?


      SP2007:
      http://[domain]/_layouts/images/CPVW.GIF
      SP2010:
      http://[domain]/_layouts/images/FGIMG.PNG