<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dobler Consulting &#187; SharePoint Tips</title>
	<atom:link href="http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doblerconsulting.com</link>
	<description>Sybase DBA &#124; Oracle DBA &#124; SQL Server DBA &#124; SAP</description>
	<lastBuildDate>Thu, 16 May 2013 03:23:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Installing Reporting Services for SharePoint 2007</title>
		<link>http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/installing-reporting-services-for-sharepoint-2007/</link>
		<comments>http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/installing-reporting-services-for-sharepoint-2007/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 15:12:43 +0000</pubDate>
		<dc:creator>Peter Dobler</dc:creator>
				<category><![CDATA[SharePoint Tips]]></category>
		<category><![CDATA[Add Ins]]></category>
		<category><![CDATA[Application Management]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[C Program]]></category>
		<category><![CDATA[Configuration Step]]></category>
		<category><![CDATA[Custom Actions]]></category>
		<category><![CDATA[Default Web]]></category>
		<category><![CDATA[Documents And Settings]]></category>
		<category><![CDATA[Installation Wizard]]></category>
		<category><![CDATA[Locals]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Microsoft Sql Server]]></category>
		<category><![CDATA[Mode 9]]></category>
		<category><![CDATA[Ms Sql Server]]></category>
		<category><![CDATA[Msi]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[Port Conflicts]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[Select Sql]]></category>
		<category><![CDATA[Server Admin]]></category>
		<category><![CDATA[Server C]]></category>
		<category><![CDATA[Server Tools]]></category>
		<category><![CDATA[Sharepoint 2007]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[Sql Admin]]></category>
		<category><![CDATA[Sql Server Reporting Services]]></category>
		<category><![CDATA[Temp Directory]]></category>
		<category><![CDATA[W3svc Service]]></category>
		<category><![CDATA[Web Port]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://www.techtipsntrick.com/?p=168</guid>
		<description><![CDATA[<p>MS SQL Server 2008 Reporting Services are tricky to install, but following these steps will ease the installation pain. Add the SQL Admin for this SQL Server to the farm administrators of the SharePoint farm. This is important to connect to SharePoint farm with the Reporting Services. Install SQL Server Reporting Services on one SharePoint [...]</p><p>The post <a href="http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/installing-reporting-services-for-sharepoint-2007/">Installing Reporting Services for SharePoint 2007</a> appeared first on <a href="http://www.doblerconsulting.com">Dobler Consulting</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>MS SQL Server 2008 Reporting Services are tricky to install, but following these steps will ease the installation pain.</p>
<li>Add the SQL Admin for this SQL Server to the farm administrators of the SharePoint farm. This is important to connect to SharePoint farm with the Reporting Services. </li>
<li>Install SQL Server Reporting Services on one SharePoint Farm server. </li>
<li>Install the Reporting Services SharePoint Add-ins. In this case rsSharePoint_x64.msi. </li>
<blockquote><p>If you get errors during installation, you can run Setup in files-only mode, and then run a custom actions executable after the files are copied to the server. To install the Reporting Services Add-in in files-only mode, do the following:</p>
<p>Run <strong>rsSharePoint_x64.msi SKIPCA=1. </strong>A files-only installation runs the Installation Wizard.</p>
<p>Find the rsCustomAction.exe file on the file system. This file is copied to your computer by the Setup program. The file will be located in the %Temp% directory.</p>
<p>To get the path information for this file, click <strong>Start</strong>, click <strong>Run</strong>, and then type <strong>%temp%</strong>. The file should be located in Documents and Settings&lt;your name&gt;LOCALS~1Temp.</p>
<p>Open a command prompt window. To do this, click <strong>Start</strong>, click <strong>Run</strong>, and type <strong>cmd</strong>.</p>
<p>Navigate to the folder that contains the rsCustomAction executable.</p>
<p>Enter the following command. This configuration step will take several minutes to complete. The W3SVC service will be restarted during this process.</p>
<pre>rsCustomAction.exe /i</pre>
<p> </p>
</blockquote>
<li>Configure Reporting Services:
<ul>
<li>Create the service account
<p><a href="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image0011.png"><img class="alignnone size-full wp-image-170" title="image001" src="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image0011.png" alt="" width="498" height="336" /></a></p>
<p> </p>
</li>
<li>Change the default web port to 8081 to avoid port conflicts with the SharePoint websites. Reporting Services uses its own IIS server.
<p><a href="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image003.png"><img class="alignnone size-full wp-image-171" title="image003" src="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image003.png" alt="" width="498" height="336" /></a></p>
<p> </p>
</li>
<li>Create a new database in SharePoint mode, use the service account as the credential
<p><a href="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image005.png"><img class="alignnone size-full wp-image-173" title="image005" src="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image005.png" alt="" width="498" height="336" /></a></p>
<p> </p>
</li>
<li>Stop and restart Reporting Services
<p><a href="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image007.png"><img class="alignnone size-full wp-image-174" title="image007" src="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image007.png" alt="" width="498" height="336" /></a></p>
<p> </p>
</li>
</ul>
</li>
<li>Login to SharePoint Admin Console </li>
<li>Activate Reporting Services Site Feature
<p><a href="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image009.png"><img class="alignnone size-full wp-image-172" title="image009" src="http://www.techtipsntrick.com/wp-content/uploads/2010/12/image009.png" alt="" width="507" height="285" /></a></p>
</li>
<li>Select Application Management </li>
<li>Select Reporting Services
<ol>
<li>a. Add SQL Server Admin as activation credential</li>
<li>b. Add the Web Service URL to the configuration</li>
<li>c. Select Trusted Account as Authentication Mode
<p> </p>
</li>
</ol>
</li>
<li>Install Reporting Services Web Parts with
<pre>stsadm -o addwppack -filename "C:Program Files (x86)Microsoft SQL Server100ToolsReporting ServicesSharePoint RSWebParts.cab"</pre>
<p><strong><em>Don&#8217;t forget to deploy the solution.</em></strong></p>
<p> </p>
</li>
<li>Test the Reporting services by loading the URL <a href="http://SharePointSrv:8081/ReportServer_SQLPROD"><span style="font-family: Calibri; color: #0000ff; font-size: small;">http://SharePointSrv:8081/ReportServer_SQLPROD</span></a> </li>
<p>There you have it.</p>
<p>The post <a href="http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/installing-reporting-services-for-sharepoint-2007/">Installing Reporting Services for SharePoint 2007</a> appeared first on <a href="http://www.doblerconsulting.com">Dobler Consulting</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/installing-reporting-services-for-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Enable PDF Indexing With SharePoint 2007</title>
		<link>http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/enable-pdf-indexing-with-sharepoint-2007/</link>
		<comments>http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/enable-pdf-indexing-with-sharepoint-2007/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 01:30:54 +0000</pubDate>
		<dc:creator>Peter Dobler</dc:creator>
				<category><![CDATA[SharePoint Tips]]></category>
		<category><![CDATA[Acrobat Pdf]]></category>
		<category><![CDATA[Adobe Reader]]></category>
		<category><![CDATA[Common Files]]></category>
		<category><![CDATA[Directory Copy]]></category>
		<category><![CDATA[Hive]]></category>
		<category><![CDATA[Hkey Local Machine]]></category>
		<category><![CDATA[Hkey Local Machine Software]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Office Server]]></category>
		<category><![CDATA[Pdf File]]></category>
		<category><![CDATA[Search Applications]]></category>
		<category><![CDATA[Search Result]]></category>
		<category><![CDATA[Search Setup]]></category>
		<category><![CDATA[Sharepoint 2007]]></category>
		<category><![CDATA[Software Microsoft]]></category>
		<category><![CDATA[String Value]]></category>
		<category><![CDATA[Tools Web]]></category>
		<category><![CDATA[Web Server Extensions]]></category>

		<guid isPermaLink="false">http://www.techtipsntrick.com/?p=161</guid>
		<description><![CDATA[<p>By default PDF indexing is not enabled with SharePoint 2007. This is important to remember when adding PDF documents to document libraries you will be surprised that no PDF documents will show up in the search results.   To enable PDF indexing you need to configure the following steps: Download Adobe Reader 9.0, which includes [...]</p><p>The post <a href="http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/enable-pdf-indexing-with-sharepoint-2007/">Enable PDF Indexing With SharePoint 2007</a> appeared first on <a href="http://www.doblerconsulting.com">Dobler Consulting</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>By default PDF indexing is not enabled with SharePoint 2007. This is important to remember when adding PDF documents to document libraries you will be surprised that no PDF documents will show up in the search results.</p>
<p> </p>
<p>To enable PDF indexing you need to configure the following steps:</p>
<p>Download Adobe Reader 9.0, which includes IFilter 9.0.0.0, from</p>
<p><a href="http://www.adobe.com/products/acrobat">http://www.adobe.com/products/acrobat</a></p>
<p>Download the Acrobat PDF Picture, to display in front of PDF search result items, from</p>
<p><a href="http://www.adobe.com/misc/linking.html">http://www.adobe.com/misc/linking.html</a></p>
<p> </p>
<p><strong>Add the PDF file type to the Extensions List for WSS search by editing the registry</strong></p>
<ul>
<li>Start regedit</li>
<li>Open the key HKEY_LOCAL_MACHINESOFTWAREMicrosoftShared ToolsWeb Server Extensions12.0SearchApplications{Random GUID}GatherSearchExtensionsExtensionList</li>
<li>Add PDF to the list as a new String Value. Use a new high value e.g. if 37 is the highest value, use &#8220;38&#8243; as the key with the value &#8220;pdf&#8221; </li>
</ul>
<p> </p>
<p>Add the Acrobat PDF picture to the SharePoint templates directory. Copy the Acrobat PDF picture called pdficon_small.gif in the 12 HiveTEMPLATEIMAGES folder, e.g. %programfiles%Common FilesMicrosoft SharedWeb Server Extensions12TEMPLATEIMAGES.</p>
<p> </p>
<p><strong>Bind the Acrobat PDF picture to the PDF file type</strong></p>
<ul>
<li>Open the 12 HiveTEMPLATEXMLDOCICON.XML file</li>
<li>Find the part</li>
<li>Add the following mapping:<br />&lt;mapping Key=&#8221;pdf&#8221; Value=&#8221;pdficon_small.gif&#8221; OpenControl=&#8221;" /&gt;</li>
</ul>
<p> </p>
<p><strong>Change IFilter mapping in registry</strong></p>
<ul>
<li>Start regedit</li>
<li>Open the key HKEY_LOCAL_MACHINESOFTWAREMicrosoftShared ToolsWeb Server Extensions12.0SearchSetupContentIndexCommonFiltersExtension</li>
<li>Add (or modify) the .pdf key</li>
<li>Add a Multi-String value with value {E8978DA6-047F-4E3D-9C78-CDBE46041603} or modify if another GUID value already exists.</li>
<li>Open the key HKEY_LOCAL_MACHINESOFTWAREMicrosoftOffice Server12.0SearchSetupContentIndexCommonFiltersExtension</li>
<li>Add (or modify) the .pdf key</li>
<li>Add a Multi-String value with value {E8978DA6-047F-4E3D-9C78-CDBE46041603} or modify if another GUID value already exists. </li>
</ul>
<p> </p>
<p> </p>
<p><strong>Add the Adobe Reader folder to the environment path variable</strong></p>
<ul>
<li>Right Click on My Computer</li>
<li>Open Properties</li>
<li>Open the Advanced tab</li>
<li>Go to the Environment variables</li>
<li>Edit the Path variable</li>
<li>Add your Reader folder to the Path list, e.g. C:Program FilesAdobeReader 9.0Reader </li>
</ul>
<p> </p>
<p><strong>Restart the Search service by restarting your server or executing the following commands:</strong></p>
<ul>
<li>Run: net stop osearch</li>
<li>Run: net start osearch </li>
</ul>
<p> </p>
<p> </p>
<p><strong>Crawl the PDF documents</strong></p>
<p>Existing PDF documents that were crawled before the Adobe PDF IFilter has been installed are not indexed during an incremental crawl. You have to edit each existing PDF file to trigger the crawler to reindex the file during an incremental crawl. It´s easier to run a full crawl after you have installed the Adobe PDF IFilter.</p>
<p> </p>
<p> </p>
<p>Following these steps will bring PDF documents to your search results.</p>
<p>Add a comment if you have a question.</p>
<p>Peter</p>
<p>The post <a href="http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/enable-pdf-indexing-with-sharepoint-2007/">Enable PDF Indexing With SharePoint 2007</a> appeared first on <a href="http://www.doblerconsulting.com">Dobler Consulting</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.doblerconsulting.com/tech-tips-tricks/sharepoint-tips/enable-pdf-indexing-with-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.456 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-19 05:05:22 -->

<!-- Compression = gzip -->