<?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>Jeremy Taylor</title>
	<atom:link href="http://www.jeremytaylor.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremytaylor.net</link>
	<description>SharePoint &#38; more</description>
	<lastBuildDate>Wed, 03 Feb 2010 14:24:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure SharePoint search pdf files with a free ifilter</title>
		<link>http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/</link>
		<comments>http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 14:24:20 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=276</guid>
		<description><![CDATA[1. Download Free ifilter from: http://download.adobe.com/pub/adobe/acrobat/win/all/ifilter60.exe
You can also download Download Adobe Reader 9.0 which contains the ifilter.  Necessary for x64 bit systems. http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025
2. Run the newly downloaded file and go through the install wizard with your preferences.
3. Enable the pdf extension in SharePoint. Central Administration &#62; SharedServices &#62; Search Settings &#62; File Types &#62;New File [...]]]></description>
			<content:encoded><![CDATA[<p>1. Download Free ifilter from: <a href="http://download.adobe.com/pub/adobe/acrobat/win/all/ifilter60.exe" target="_blank">http://download.adobe.com/pub/adobe/acrobat/win/all/ifilter60.exe</a><br />
You can also download Download Adobe Reader 9.0 which contains the ifilter.  Necessary for x64 bit systems. <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025" target="_blank">http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025</a></p>
<p>2. Run the newly downloaded file and go through the install wizard with your preferences.</p>
<p>3. Enable the pdf extension in SharePoint. Central Administration &gt; SharedServices &gt; Search Settings &gt; File Types &gt;New File Type<br />
4. Enter ‘pdf’ as a file extension and Click OK.</p>
<p>5. Right click and save the pdf icon from <a href="http://www.adobe.com/misc/linking.html" target="_blank">http://www.adobe.com/misc/linking.html</a></p>
<p>6. Add the Acrobat pdf icon to the SharePoint templates directory. Copy the Acrobat PDF picture called pdficon_small.gif in the 12 Hive\TEMPLATE\IMAGES folder, e.g. %programfiles%\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\IMAGES.</p>
<p>7. Open the 12 Hive\TEMPLATE\XML\DOCICON.XML file.<br />
Find the &lt;DocIcons.ByExtension&gt; part<br />
Add the following: &lt;mapping Key=&#8221;pdf&#8221; Value=&#8221;pdficon_small.gif&#8221; OpenControl=&#8221;" /&gt;<br />
Save</p>
<p>8. Run<br />
net stop osearch<br />
net start osearch</p>
<p>9. Perform a full crawl to reindex your pdf files.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F02%2F04%2Fconfigure-sharepoint-search-pdf-files-with-a-free-ifilter%2F&amp;linkname=Configure%20SharePoint%20search%20pdf%20files%20with%20a%20free%20ifilter"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/02/04/configure-sharepoint-search-pdf-files-with-a-free-ifilter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.</title>
		<link>http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/</link>
		<comments>http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:00:23 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Host Headers]]></category>
		<category><![CDATA[port 80]]></category>
		<category><![CDATA[Web application]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=269</guid>
		<description><![CDATA[When creating a new web application, you may experience this error:
The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.
Solution:
1. Ensure you have a proper dns name / entry in the hosts file of your server for the new url you are wanting [...]]]></description>
			<content:encoded><![CDATA[<p>When creating a new web application, you may experience this error:</p>
<blockquote><p>The directory C:\Inetpub\wwwroot\wss\VirtualDirectories\80 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.</p></blockquote>
<p>Solution:<br />
1. Ensure you have a proper dns name / entry in the hosts file of your server for the new url you are wanting to create.<br />
2. Ensure you have typed in the &#8216;host header&#8217; typed in when creating the new web application.<br />
3. If this doesnt work, open IIS Manager &#8211; Start&gt;run&gt; inetmgr&gt; and verify the home directory &#8211; it could be located on a different drive.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F13%2Fthe-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application%2F&amp;linkname=The%20directory%20C%3A%5CInetpub%5Cwwwroot%5Cwss%5CVirtualDirectories%5C80%20is%20already%20being%20used%20by%20another%20IIS%20Web%20Site.%20%20Choose%20a%20different%20root%20directory%20for%20your%20new%20Web%20application."><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/13/the-directory-cinetpubwwwrootwssvirtualdirectories80-is-already-being-used-by-another-iis-web-site-choose-a-different-root-directory-for-your-new-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content type &#8216;0&#215;01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#8242; not found in web</title>
		<link>http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/</link>
		<comments>http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:06:10 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[content type]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[publishing portal]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=267</guid>
		<description><![CDATA[You may sometimes see this error when creating a new page in a SharePoint MOSS 2007 publishing portal.
&#8220;Content type &#8216;0&#215;01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#8242; not found in web &#8216;http://yoururl&#8217;
Two step solution:

1. Go to Central Admin, Application Management, User Permissions for Web Application.
Ensure &#8220;Use Client Integration Features&#8221; and &#8220;Use Remote Interfaces&#8221; are enabled.
2. Go to Central Admin, Application Management, Policy [...]]]></description>
			<content:encoded><![CDATA[<p>You may sometimes see this error when creating a new page in a SharePoint MOSS 2007 publishing portal.</p>
<blockquote><p>&#8220;Content type &#8216;0&#215;01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811&#8242; not found in web &#8216;http://yoururl&#8217;</p></blockquote>
<p><strong>Two step solution:<br />
</strong></p>
<p>1. Go to Central Admin, Application Management, User Permissions for Web Application.<br />
Ensure &#8220;Use Client Integration Features&#8221; and &#8220;Use Remote Interfaces&#8221; are enabled.</p>
<p>2. Go to Central Admin, Application Management, Policy for Web Application.<br />
Add your user account with Full Control and Finish!</p>
<p>You may have to do an IISRESET and you should be able to create new pages.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F12%2Fcontent-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web%2F&amp;linkname=Content%20type%20%26%238216%3B0%26%23215%3B01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE811%26%238242%3B%20not%20found%20in%20web"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/12/content-type-0x01010007ff3e057fa8ab4aa42fcb67b453ffc100e214eee741181f4e9f7acc43278ee811-not-found-in-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Designer 2010 useful links</title>
		<link>http://www.jeremytaylor.net/2010/01/11/sharepoint-designer-2010-useful-links/</link>
		<comments>http://www.jeremytaylor.net/2010/01/11/sharepoint-designer-2010-useful-links/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 11:51:32 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer 2010]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[useful links]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=256</guid>
		<description><![CDATA[SharePoint Designer 2010 is the tool of choice for the rapid development of SharePoint applications. Using SharePoint Designer, advanced users and developers alike can rapidly create SharePoint solutions in response to business needs. Advanced users can compose no-code solutions that encompass a variety of common scenarios, from collaborative sites and web publishing to Line-Of-Business data [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SharePoint Designer 2010</strong> is the tool of choice for the rapid development of SharePoint applications. Using SharePoint Designer, advanced users and developers alike can rapidly create SharePoint solutions in response to business needs. Advanced users can compose no-code solutions that encompass a variety of common scenarios, from collaborative sites and web publishing to Line-Of-Business data integration, business intelligence solutions, and human workflows, leveraging the building blocks available in SharePoint in an easy to use environment. In addition, developers can use SharePoint Designer 2010 to get a quick start on SharePoint development projects.</p>
<p>Here are some useful links for you on SharePoint Designer 2010 I hope you find useful. You can bookmark this page and refer to it later as I will be updating more links as time goes by.</p>
<p>MSDN blogs on SharePoint Designer 2010: <a href="http://blogs.msdn.com/sharepointdesigner/archive/2009/11/02/sharepoint-designer-2010-new-shell-tour.aspx" target="_blank">http://blogs.msdn.com/sharepointdesigner/archive/2009/11/02/sharepoint-designer-2010-new-shell-tour.aspx</a></p>
<p>SharePoint videos: <a href="http://www.sharepoint-videos.com/free-sharepoint-sharepoint-designer-and-infopath-2010-videos/">http://www.sharepoint-videos.com/free-sharepoint-sharepoint-designer-and-infopath-2010-videos/</a></p>
<p>Official SharePoint Designer 2010 page on Microsoft: <a href="http://sharepoint2010.microsoft.com/product/related-technologies/Pages/SharePoint-Designer-2010.aspx">http://sharepoint2010.microsoft.com/product/related-technologies/Pages/SharePoint-Designer-2010.aspx</a></p>
<p>Introduction to SharePoint Designer 2010: <a href="http://www.endusersharepoint.com/2009/11/12/introduction-to-sharepoint-designer-2010/" target="_blank">http://www.endusersharepoint.com/2009/11/12/introduction-to-sharepoint-designer-2010/</a></p>
<p>Download Microsoft SharePoint Designer 2010 Beta (64-bit): <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=eeda9ab1-ac53-4870-9e1c-38940343d677&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=eeda9ab1-ac53-4870-9e1c-38940343d677&amp;displaylang=en</a></p>
<p>Download Microsoft SharePoint Designer 2010 Beta (32-bit): <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=82df15bd-16a5-460e-a7c4-22599c669bb1&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=82df15bd-16a5-460e-a7c4-22599c669bb1&amp;displaylang=en</a></p>
<p>Changes in SharePoint Designer 2010: <a href="http://technet.microsoft.com/en-us/library/cc179083%28office.14%29.aspx">http://technet.microsoft.com/en-us/library/cc179083%28office.14%29.aspx</a></p>
<p>SharePoint Designer 2010 books: <a href="http://www.informit.com/store/product.aspx?isbn=0672331055" target="_blank">http://www.informit.com/store/product.aspx?isbn=0672331055</a></p>
<p>SharePoint Designer 2010 training: <a href="http://www.kalliance.com/microsoft-office/microsoft-sharepoint-designer-2010-training.htm">http://www.kalliance.com/microsoft-office/microsoft-sharepoint-designer-2010-training.htm</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F11%2Fsharepoint-designer-2010-useful-links%2F&amp;linkname=SharePoint%20Designer%202010%20useful%20links"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/11/sharepoint-designer-2010-useful-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint MOSS Shared Services SSP delete unprovisioning</title>
		<link>http://www.jeremytaylor.net/2010/01/09/sharepoint-moss-shared-services-ssp-delete-unprovisioning/</link>
		<comments>http://www.jeremytaylor.net/2010/01/09/sharepoint-moss-shared-services-ssp-delete-unprovisioning/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 06:00:15 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=251</guid>
		<description><![CDATA[When you try to delete a SharePoint Shared Services Provider &#8211; SSP, you may notice the SSP stuck with unprovisioning as its state. Eg. SharedServices1 (Unprovisioning)
Possible Cause: The SSP database has been deleted in SQL and SharePoint is unable to delete the SSP.
Some objects may still be dependent on the configuration database, hence you are [...]]]></description>
			<content:encoded><![CDATA[<p>When you try to delete a SharePoint Shared Services Provider &#8211; SSP, you may notice the SSP stuck with unprovisioning as its state. Eg. SharedServices1 (Unprovisioning)</p>
<p>Possible Cause: The SSP database has been deleted in SQL and SharePoint is unable to delete the SSP.<br />
Some objects may still be dependent on the configuration database, hence you are unable to delete the SSP.</p>
<p>Solution: Manually delete the SSP by the following stsadm command:<br />
<strong>stsadm -o deletessp -title “ssp_name&#8221;</strong></p>
<p><strong><br />
You may also want to check if your SSP is providing services to other farms.<br />
</strong>1. Go to Central admin &gt; Application Management &gt; Manage Shared Services between Farms<br />
2. Disable “This farm will provide shared services to other farms”<br />
3. Enable “This farm does not participate in shared services between farms”</p>
<p>Try to delete the SSP again.</p>
<p><strong><br />
</strong></p>
<p><strong>You may also receive this error:</strong></p>
<p>“An object in the SharePoint administrative framework, “SharedResourceProvider Name=SSP Parent=SPFarm Name=MOSS”, could not be deleted because other objects depend on it. Update all of these dependants to point to null or different objects and retry this operation.</p>
<p><strong>Solution:</strong> Identify the GUID of the SSP in SQL and then delete the configuration object by the GUID.</p>
<p>Perform the following steps to get the GUID of the unprovisioning SSP and then delete it:<br />
1. Log into the SQL Management studio and go to the configuration database.</p>
<p>2. Expand the tables and open dbo.object</p>
<p>3. Update the following queryto your database name and run it to receive the GUID</p>
<p><strong>SELECT * FROM [Name of your configuration database].[dbo].[Objects]where name like ‘Name of  the Shared Services’</strong></p>
<p>4. Run the following stsadm command<strong><br />
</strong></p>
<p><strong>stsadm -o deleteconfigurationobject -id “GUID retrieved from object table in SQL database”</strong></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F09%2Fsharepoint-moss-shared-services-ssp-delete-unprovisioning%2F&amp;linkname=SharePoint%20MOSS%20Shared%20Services%20SSP%20delete%20unprovisioning"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/09/sharepoint-moss-shared-services-ssp-delete-unprovisioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Provisioning failed: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED)))</title>
		<link>http://www.jeremytaylor.net/2010/01/01/provisioning-failed-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/</link>
		<comments>http://www.jeremytaylor.net/2010/01/01/provisioning-failed-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 11:20:55 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[SSP provisioning failed]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=243</guid>
		<description><![CDATA[When creating a SharePoint Shared Services provider (SSP), you receive the following error:
(Provisioning failed: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED)))
Solution:
Check the Windows SharePoint Services Timer if its running and try restarting it. You may have to update the services logon credentials.
This link can help you further: http://support.microsoft.com/kb/934838
]]></description>
			<content:encoded><![CDATA[<p>When creating a SharePoint Shared Services provider (SSP), you receive the following error:<br />
(Provisioning failed: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED)))</p>
<p>Solution:<br />
Check the Windows SharePoint Services Timer if its running and try restarting it. You may have to update the services logon credentials.</p>
<p>This link can help you further: <a href="http://support.microsoft.com/kb/934838">http://support.microsoft.com/kb/934838</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F01%2Fprovisioning-failed-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied%2F&amp;linkname=%28Provisioning%20failed%3A%20Access%20is%20denied.%20%28Exception%20from%20HRESULT%3A%200%26%23215%3B80070005%20%28E_ACCESSDENIED%29%29%29"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/01/provisioning-failed-access-is-denied-exception-from-hresult-0x80070005-e_accessdenied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server 2008 Native Client: download error</title>
		<link>http://www.jeremytaylor.net/2010/01/01/microsoft-sql-server-2008-native-client-download-error/</link>
		<comments>http://www.jeremytaylor.net/2010/01/01/microsoft-sql-server-2008-native-client-download-error/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 10:05:02 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[sql 2008 native client]]></category>
		<category><![CDATA[sqlncli.msi]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=241</guid>
		<description><![CDATA[When installing SharePoint 2010, you may see the following error in the SharePoint 2010 preparation tool &#8220;Microsoft SQL Server 2008 Native Client: download error&#8221;
Solution: Install the SQL Native client and then re-run the preparation tool. You need to run sqlncli.msi file which can be found in your Microsoft SQL Server 2008 install media.
In Microsoft SQL [...]]]></description>
			<content:encoded><![CDATA[<p>When installing SharePoint 2010, you may see the following error in the SharePoint 2010 preparation tool &#8220;Microsoft SQL Server 2008 Native Client: download error&#8221;</p>
<p>Solution: Install the SQL Native client and then re-run the preparation tool. You need to run <strong>sqlncli.msi</strong> file which can be found in your Microsoft SQL Server 2008 install media.<br />
In Microsoft SQL 2008 R2, it is located here: 1033_ENU_LP\x64\Setup\x64\sqlncli.msi</p>
<p>You can also download it directly from here: <a href="http://go.microsoft.com/fwlink/?LinkId=123718&#038;clcid=0x409">http://go.microsoft.com/fwlink/?LinkId=123718&#038;clcid=0&#215;409</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2010%2F01%2F01%2Fmicrosoft-sql-server-2008-native-client-download-error%2F&amp;linkname=Microsoft%20SQL%20Server%202008%20Native%20Client%3A%20download%20error"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2010/01/01/microsoft-sql-server-2008-native-client-download-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Certification</title>
		<link>http://www.jeremytaylor.net/2009/12/28/sharepoint-2010-certification/</link>
		<comments>http://www.jeremytaylor.net/2009/12/28/sharepoint-2010-certification/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 14:21:13 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=218</guid>
		<description><![CDATA[Future SharePoint 2010 Certification Opportunities: Coming in June 2010
Certification Path for IT professionals
 * 70-667 TS: Microsoft SharePoint 2010, Configuring
Microsoft Official Curriculum: Will cover configuration of SharePoint 2010 including deployment, upgrade, management and operation on a server farm.
 * 70-668 PRO: SharePoint 2010, Administrator
Microsoft Official Curriculum: Will cover advanced SharePoint 2010 topics including capacity planning, [...]]]></description>
			<content:encoded><![CDATA[<p>Future SharePoint 2010 Certification Opportunities: Coming in June 2010</p>
<p><strong>Certification Path for IT professionals</strong></p>
<p><strong> * 70-667 TS: Microsoft SharePoint 2010, Configuring</strong><br />
Microsoft Official Curriculum: Will cover configuration of SharePoint 2010 including deployment, upgrade, management and operation on a server farm.</p>
<p><strong> * 70-668 PRO: SharePoint 2010, Administrator</strong><br />
Microsoft Official Curriculum: Will cover advanced SharePoint 2010 topics including capacity planning, topology designing and performance tuning.<br />
<strong>Certification Path for Developers</strong></p>
<p><strong> * 70-573 TS: Microsoft SharePoint 2010, Application Development</strong><br />
Microsoft Official Curriculum: Five-day instructor-led course designed for developers with six months or more of.NET development experience. Course covers what you need to know to be an effective member of a SharePoint development team using Visual Studio 2010.</p>
<p><strong>* 70-576 PRO: Designing and Developing Microsoft SharePoint 2010 Applications</strong><br />
Microsoft Official Curriculum: Five-day instructor-led training course designed for development team leads who have already passed the Developing on SharePoint 2010 technical specialist exam. The course covers choosing technologies for and scoping a SharePoint project, best practices for SharePoint development, configuring a SharePoint development environment, advanced use of SharePoint developer features and debugging of code in a SharePoint project.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F12%2F28%2Fsharepoint-2010-certification%2F&amp;linkname=SharePoint%202010%20Certification"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/12/28/sharepoint-2010-certification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SharePoint 2010 beta download</title>
		<link>http://www.jeremytaylor.net/2009/11/19/microsoft-sharepoint-2010-beta-download/</link>
		<comments>http://www.jeremytaylor.net/2009/11/19/microsoft-sharepoint-2010-beta-download/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:13:25 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[beta download]]></category>
		<category><![CDATA[download SharePoint 2010]]></category>
		<category><![CDATA[SharePoint 2010 beta]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=139</guid>
		<description><![CDATA[Yes, its available to the public. Here is the direct link. Click here
There are two versions of SharePoint Server 2010 Beta
1. SharePoint Server 2010 (Enterprise Client Access License features)
Click here to download
2. SharePoint Server 2010 for Internet Sites, Enterprise (this includes entreprise features as above).
Click here to download 
Approx size of download: 561.9 MB
Beta2 will [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, its available to the public. Here is the direct link. <a href="http://technet.microsoft.com/en-au/evalcenter/ee388573.aspx" target="_blank">Click here</a></p>
<p>There are two versions of SharePoint Server 2010 Beta<br />
1. SharePoint Server 2010 (Enterprise Client Access License features)<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=77c30c6c-47fc-416d-88e7-8122534b3f37&amp;displaylang=en" target="_blank">Click here to download</a><br />
2. SharePoint Server 2010 for Internet Sites, Enterprise (this includes entreprise features as above).<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=77195785-0282-4acc-b6f4-7569e1011581&amp;DisplayLang=en" target="_blank">Click here to download </a><br />
Approx size of download: 561.9 MB</p>
<p>Beta2 will be available this week.<br />
System Requirements<br />
Supported Operating Systems: Windows Server 2003; Windows Server 2003 Service Pack 1; Windows Server 2003 Service Pack 2; Windows Server 2008 R2; Windows Server 2008 Service Pack 2</p>
<p>Software Requirements depend on configuration.</p>
<p>Hardware requirements:</p>
<p>The requirements below apply to single server with built-in database installations and server farm installations that include a single server or multiple servers in the farm.</p>
<p>Processor: 64-bit, dual processor, 3 GHz</p>
<p>RAM:</p>
<p>4 GB for stand-alone or evaluation installation.<br />
8 GB for single server and multiple server farm installation for production use.</p>
<p>Hard Disk: 80 GB.<br />
<strong>SCOM Management pack for SharePoint 2010</strong></p>
<p>A Microsoft System Center Operations Manager Management Pack is available for Microsoft SharePoint 2010 Products Beta (which includes SharePoint Server 2010 Beta and Project Server 2010 Beta).<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c8a9d749-b7a8-412a-b2db-f3e464ed3fcf" target="_blank">Click here to download</a></p>
<p><span id="more-139"></span><br />
Subscribe to my site or<br />
<a href="javascript:window.external.AddFavorite('http://www.jeremytaylor.net', 'JeremyTaylor.net Blog')">Keep updated and bookmark my site!</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F11%2F19%2Fmicrosoft-sharepoint-2010-beta-download%2F&amp;linkname=Microsoft%20SharePoint%202010%20beta%20download"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/11/19/microsoft-sharepoint-2010-beta-download/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010</title>
		<link>http://www.jeremytaylor.net/2009/10/07/sharepoint-2010/</link>
		<comments>http://www.jeremytaylor.net/2009/10/07/sharepoint-2010/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 12:25:07 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.jeremytaylor.net/?p=194</guid>
		<description><![CDATA[As the year 2010 is fast approaching, we not only have another Christmas but we also have SHAREPOINT 2010 around the corner! For us techs, the latter is more exciting!!  

I remember reading on one site that Microsoft will have a beta version ready after the Microsoft SharePoint Conference 2009. The conference dates are: [...]]]></description>
			<content:encoded><![CDATA[<p>As the year 2010 is fast approaching, we not only have another Christmas but we also have <strong>SHAREPOINT 2010</strong> around the corner! For us techs, the latter is more exciting!! <img src='http://www.jeremytaylor.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a rel="attachment wp-att-195" href="http://www.jeremytaylor.net/2009/10/07/sharepoint-2010/sharepoint2010/"><img class="aligncenter size-full wp-image-195" title="Sharepoint2010" src="http://www.jeremytaylor.net/sitecontent/2009/10/Sharepoint2010.jpg" alt="Sharepoint2010" width="298" height="83" /></a></p>
<p>I remember reading on one site that Microsoft will have a beta version ready after the Microsoft SharePoint Conference 2009. The conference dates are: October 19-22, 2009. Unfortunately, I would attend it if I lived in the USA.</p>
<p>Read more at:<a href="http://www.mssharepointconference.com/Pages/default.aspx" target="_blank"> http://www.mssharepointconference.com/Pages/default.aspx</a></p>
<p>Some of the key features to look out in SharePoint 2010 are:</p>
<p><span id="more-194"></span><br />
1.  MOSS 2007 to SharePoint 2010 upgrade experience is much better than previous upgrades. We would all get a chance to &#8216;preview&#8217; the upgraded user &#8216;experience&#8217;.<br />
With this option in SharePoint 2010, you can choose when to upgrade your user front end experience. If you choose not to, then you will be able to run SharePoint 2010 (administration, functionality etc) with the same look and feel as SharePoint 2007 (MOSS 2007).</p>
<p><a rel="attachment wp-att-196" href="http://www.jeremytaylor.net/2009/10/07/sharepoint-2010/visualupgradebefore/"><img class="alignleft size-full wp-image-196" title="MOSS 2007 to SharePoint 2010" src="http://www.jeremytaylor.net/sitecontent/2009/10/VisualUpgradeBefore.png" alt="MOSS 2007 to SharePoint 2010" width="1024" height="768" /></a></p>
<p>2. WYSIWYG theme editor. SharePoint 2010 comes with a &#8216;What You See Is What You Get (WYSIWYG)&#8217; editor. With this, you can customize your theme to your preference and integrate it to your own look and feel. No need of css stylesheet editing unlike previous versions of SharePoint.</p>
<p><a rel="attachment wp-att-199" href="http://www.jeremytaylor.net/2009/10/07/sharepoint-2010/theme/"><img title="Theme" src="../sitecontent/2009/10/Theme.png" alt="Theme" width="1024" height="768" /></a></p>
<p>3. New SharePoint Designer 2010.<br />
A new SharePoint Designer 2010 is a much welcomed upgrade. Apparently, there are a lot of changes giving more control and granularity on SharePoint 2010 administration and reporting.</p>
<p><a rel="attachment wp-att-200" href="http://www.jeremytaylor.net/2009/10/07/sharepoint-2010/spd/"><img class="alignleft size-full wp-image-200" title="SPD" src="http://www.jeremytaylor.net/sitecontent/2009/10/SPD.png" alt="SPD" width="1024" height="744" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.jeremytaylor.net%2F2009%2F10%2F07%2Fsharepoint-2010%2F&amp;linkname=SharePoint%202010"><img src="http://www.jeremytaylor.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.jeremytaylor.net/2009/10/07/sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
