SharePoint Adoption Kit – Show Me How Videos

Here is the collection of Show Me How videos from Microsoft for SharePoint 2010. These videos are part of the Microsoft SharePoint Adoption Kit and include some great examples. My favorites are video 1 – phonetic search, video 2 – co-authoring Word documents, video 6 – the Group Work Site and video 9 – workflow and document approval.

Sharepoint Adoption Kit Continue reading “SharePoint Adoption Kit – Show Me How Videos”

Microsoft Sharepoint User Profile Synchronization I – Clearing the Config Cache

While troubleshooting a failed User Profile Synchronization Service, I needed to clear the config cache. The config cache is where config settings are stored locally on the Microsoft SharePoint server, so a SQL call isn’t required. Sometimes these files get corrupted, which happened to me while setting up the User Profile Synchronization Service.

To clear them: Continue reading “Microsoft Sharepoint User Profile Synchronization I – Clearing the Config Cache”

Setting Up Network Load Balancing for BPC

These are some loose notes from setting up load balancing in a BPC 7.5 MS environment.

  1. Change Virtual Server Name to the load balancing appliance on all application/web servers
  2. Set COM+ Object Application Pooling Pool Size to 5 for Everest Update, OSoftSystemConfig, K2Processing and OSoftDataService
    1. Component Services > COM+ Applications
    2. Right click the application
    3. Properties > Pooling & Recycling
    4. Set pool size to 5
  3. On each app server, edit the hosts file and add the virtual DNS name with the loopback address. This way when the server resolves the virtual name as part as internal processing, it resolves to itself and not another node.
  4. Disable the loop-back adaptor. That is done in the registry. There is a MS KB article that describes the steps.
  5. Stickiness is necessary for the admin client.
  6. Change required to the web.config file of the Osoft website on each machine in order to ensure that the encryption keys are all the same.
  7. Change web.config file for Management Console
  8. Restart SendGovernor
  9. Modify hosts file, make entry for physical app server name on each app server

Network Load Balancing and Reporting Services

Recently doing a BPC install in a Network Load Balanced (NLB) environment and ran into an error when testing the Reporting Services on the second application server. When clicking on the Report Manager URL I would receive the error:

The report server installation is not initialized

It turns out I needed to go back to the first server and run Reporting Services Configuration Manager and select Scale Out Deployment, then join server two.

 

Improving WordPress Performance

My Turtle Works web site was running slow. Being that it runs in WordPress I wondered if I needed better performance from the server. After calling ReadyHosting.com support they introduced me to a simpler way to improve performance. Optimizing the MySql tables used by WordPress.

Optimizing Tables

  1. Access phpMyAdmin
  2. Select your WordPress database
  3. Scroll to bottom of list and click Check All
  4. In the Drop Down showing With selected select Optimize table
  5. Very quickly a page displays showing all the tables and their status.

Once I optimized my home page load time went from 10 seconds to 3 seconds.

Installing SharePoint 2010 SP1

As Jethro Tull used to sing, ‘Nothing is easy…’. Although installing SP1 for SharePoint 2010 isn’t hard, there are a few extra steps beyond running the .exe for SP1.

If installing SP1 for SharePoint Foundation 2010, then run:

  1. SP1 for SharePoint Foundation 2010
  2. SP1 for SharePoint Foundation 2010 Language Pack (if applicable)
  3. Cumulative Update from June 2011

If installing SP1 for SharePoint Server 2010, then run:

  1. Steps 1 and 2 from above
  2. SP1 for SharePoint Server 2010
  3. SP1 for SharePoint Server 2010 Language Pack (if applicable)
  4. Cumulative Update from June 2011

Finally, after installing SP1 and the Cumulative Update, you must run the SharePoint 2010 Products Configuration Wizard to tell the system it is now SP1.