Posts Tagged ‘support’

Sharepoint 2007: Adobe PDF support

Monday, December 14th, 2009

Adobe PDF file format is by default not available on a Windows Server 2003 or a SharePoint 2007 (MOSS) installation. Most organizations today use PDF files and it would be helpful for their users to have PDF files stored in the full text search index. To get this working install the Adobe Reader from Adobe website.

I installed the latest version of Adobe Reader 9.2 today and followed the instructions I found on the following links:

Searching with some keyword of the PDF files the result returned nothing. PDF files were not index.

Reviewed the Crawl log and found failing messages for PDF files:

Crawled (The filtering process could not process this item. This might be because you do not have the latest file filter for this type of item. Install the corresponding filter and retry your crawl. )

I also tried to add the path system variable to the Adobe Reader installation folder and did another full index but this did not help.

The solution for the problem was changing two registry entries:

  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf and change Default Reg_Multi_SZ value to
  • {E8978DA6-047F-4E3D-9C78-CDBE46041603}

  • Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf and change Default Reg_Multi_SZ value to
  • {E8978DA6-047F-4E3D-9C78-CDBE46041603}

    After these registry entries have been modified run iisreset; “net stop osearch” and “net start osearch”. Re-run the full index crawler on your content.

    image

Thanks to the community I got the PDF icon and the PDF search working on the Sharepoint 2007 platform!

VMWare Workstation 6.5 beta

Monday, May 19th, 2008

If you are curios and interested like I am than the latest VMWare Workstation 6.5 beta is definitely something to download and install on your system.

Why Participate in a VMware Beta Program?

Here are a few reasons why you should participate in VMware beta programs.

  • Exposure to the next generation features helps you grow your technical skills and understand the direction of the virtualization industry.
  • Ability to prove that the product will work properly in your environment and report areas where it doesn’t.
  • Prototype your solution during the beta program and be ready for deployment when we reach General Availability.
  • Help shape today’s product and tomorrow’s features.
  • Ability to work with VMware engineers on some programs.
  • Problems encountered have a higher probability of being fixed by GA.

Join the new beta program for Workstation 6.5 here.

image

New Features in VMware Workstation 6.5:

  • Seamless integration of guest and host applications with Unity
  • Enhanced advanced VM Record and Replay
  • Support for Smart Cards & Smart Card Readers
  • Link state propagation networking
  • Enhanced ACE authoring capabilities
  • Easy Install Option’s support for Linux
  • Improved 3D graphics Support
  • Release 91182 supports ESX 3.5 and 3i installations

For me personally I would like to explore Unity and ESX in virtual machine support features. I like to keep my system as clean as possible and right now I can have one virtual machines hosting all my applications which I use occasionally. I don’t want to install Adobe Photoshop, Paintshop,  Visual Studio and many others on my host system; with Unity I can bring all those application to my host system. Definitely  something I will use quite often.

Since the release of ESX 3.5 and 3i I have been waiting to have a working installation of those products into VMWare Workstation. Thanks to Eric from NTPRo.nl who is confirming that ESX is up and running in the latest release of VMWare Workstation 6.5 beta.