TwitterLinkedInBlog

Monday, December 21, 2009

SP2010 Beta Search - Adobe PDF IFilter

Download pdficon_small.gif:
http://www.adobe.com/misc/linking.html

Copy pdficon_small.gif and paste in:
{SharePointRoot}\TEMPLATE\IMAGES\

{SharePointRoot}\TEMPLATE\XML\DOCICON.XML > Add the following:
<mapping Key="pdf" Value="pdficon_small.gif"/>

Recycle Application Pool.

Download x64 PDF IFilter from foxit:
http://www.foxitsoftware.com/pdf/ifilter/index.html#downifilter

regedit > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\Search\Applications\GUID\Gather\Search\Extensions\ExtensionList > Edit > New > String Value > 47 > Enter > Right-Click > Modify > Value data > pdf > OK

cmd > net stop SPSearch4 > net stop OSearch14 > net start SPSearch4 > iisreset

Central Administration > Application Management > Manage service applications > Search Service Application > Left Nav > Crawling > File Types > New File Type > File Extension: pdf > OK

Start Full Crawl

Tuesday, December 15, 2009

Microsoft File Transfer Manager - How to re-open

cmd > c: > %SystemRoot%\Downloaded Program Files\ > transfermgr.exe > Options... > Place application shortcut on the desktop

Thursday, December 10, 2009

SP2010 Beta - ECMAScript Object Model Reference

ECMAScript Object Model Reference

SP2010 Beta - Where is my Visual Web Part code deployed?

...\14\TEMPLATE\CONTROLTEMPLATES\ScriptOMExample\VisualWebPart1\VisualWebPart1UserControl.ascx

Tuesday, December 8, 2009

SP2010 Beta - There has been an error creating the personal site.

When I click the "My Content" link, it returns the error, "There has been an error creating the personal site. Contact your site administrator for more information."

Edit:
You might just be able to add the managed path "personal" (with no "my" in front) to the web application. I would have to test this.

Resolution:
(Adopted from Creating new My Site hosts for MOSS 2007)

1.Create a new web application

2.Delete managed path: sites - Wildcard inclusion

3.Create managed paths:
my - Explicit inclusion
personal - Wildcard inclusion

4.Create a site collection at /my/ managed path. Use Enterprise > My Site Host template. Use web application created above. Title: Pilot My Site Host.

5.Create a blank site collection at the / managed path to enable self-service site creation. Use Collaboration > Blank Site template. Use web application created above. Title: Pilot Blank site.

6.Enable Self-Service Management. Central Administration > Application Management > Manage Web Applications > Click on Web Application created above > Ribbon > Self-Service Site Creation > On > OK.

7.Navigate to My Site Settings. Central Administration > Application Management > Manage service applications > User Profile Service Application > Setup My Sites > My Site Host > http://mossdev1:25000/my/. Note that this points to the URL for the explicit inclusion path and My Site Host Template site collection you created above. Set Personal site Location into just "personal". Note that this points to the URL (after SharePoint puts context to it) for the Wildcard inclusion managed path you created above. Choose the 2nd Site Naming Format: User name (resolve conflicts by using domain_username).

Monday, December 7, 2009

SP2010 Beta - Why is my Term Store Management Tool greyed out?

Because you haven't added yourself to the Term Store Administrators.

SharePoint 2010 Beta Central Administration > Application Management > Manage Service Applications > Managed Metadata Service > Term Store Administrators > Add yourself > Save

Tuesday, December 1, 2009

SP2010 Beta - Issues with the User Profile Synchronization Service Application

I am unable to create a synchronization connection. I am going to re-install SharePoint 2010 Beta with a domain admin account.

How to stop a service instance:
1. Find the guid for the service in the list of services: get-spserviceinstance
2. Stop the service using the guid: stop-spserviceinstance fbf50f16-7e42-6163-949b-36b3db0082ea

How to find the Replicating Directory Changes permission:
Active Directory Users and Computers > View > Advanced Features > right-click domain.com > Properties > Security > Click on user | Add user > Permissions for Administrators > Replicate Directory Changes | Replicating Directory Changes All | Replication Synchronization

References:
SharePoint 2010 - Step by Step Install
Path to User Profile Synchronization success in SharePoint 2010 Beta
Configuring User Profiles in SharePoint Server 2010
Configure User Profile Synchronization Service
Configure Profile Synchronization (SharePoint Server 2010)
User Profile Sync Setup in SharePoint Server 2010 Beta
Configuring SharePoint 2010 Beta Service Applications and User Profile Service Synchronization