<?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>Mike Hacker</title>
	<atom:link href="http://blog.mikehacker.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mikehacker.net</link>
	<description>Technology Blog</description>
	<lastBuildDate>Thu, 17 May 2012 13:28:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Video: Creating a Basic InfoPath Form with SharePoint Workflow</title>
		<link>http://blog.mikehacker.net/2012/05/17/video-creating-a-basic-infopath-form-with-sharepoint-workflow/</link>
		<comments>http://blog.mikehacker.net/2012/05/17/video-creating-a-basic-infopath-form-with-sharepoint-workflow/#comments</comments>
		<pubDate>Thu, 17 May 2012 13:28:18 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[Office 365]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.mikehacker.net/2012/05/17/video-creating-a-basic-infopath-form-with-sharepoint-workflow/</guid>
		<description><![CDATA[In this video I demonstrate how to build a form using InfoPath Designer 2010 and publish it to a SharePoint Online environment. Once the form is published I build a very basic workflow using SharePoint Designer. This video demonstrates the following concepts: Creating an enterprise forms library and a completed forms submission library Using InfoPath ]]></description>
			<content:encoded><![CDATA[<p>In <a href="https://skydrive.live.com/redir.aspx?cid=3ad8f5fdb3ed7d27&amp;resid=3AD8F5FDB3ED7D27!9352&amp;parid=3AD8F5FDB3ED7D27!9351" target="_blank">this video</a> I demonstrate how to build a form using InfoPath Designer 2010 and publish it to a SharePoint Online environment. Once the form is published I build a very basic workflow using SharePoint Designer.</p>
<p>This video demonstrates the following concepts:</p>
<ul>
<li>Creating an enterprise forms library and a completed forms submission library </li>
<li>Using InfoPath Designer 2010 to create a web form </li>
<li>Publishing a form to SharePoint Online as a content type </li>
<li>Promoting fields from the form to SharePoint document library metadata columns </li>
<li>Associating a forms content type with a submission library </li>
<li>Using SharePoint Designer to create a simple workflow </li>
</ul>
<p>The video is 31 minutes long.</p>
<p> <iframe height="256" src="https://skydrive.live.com/embed?cid=3AD8F5FDB3ED7D27&amp;resid=3AD8F5FDB3ED7D27%219352&amp;authkey=APS3AvIRCLEuycA" frameborder="0" width="320" scrolling="no"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/05/17/video-creating-a-basic-infopath-form-with-sharepoint-workflow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Access Services Reporting with SQL 2012</title>
		<link>http://blog.mikehacker.net/2012/05/16/sharepoint-2010-access-services-reporting-with-sql-2012/</link>
		<comments>http://blog.mikehacker.net/2012/05/16/sharepoint-2010-access-services-reporting-with-sql-2012/#comments</comments>
		<pubDate>Wed, 16 May 2012 14:03:10 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.mikehacker.net/2012/05/16/sharepoint-2010-access-services-reporting-with-sql-2012/</guid>
		<description><![CDATA[Recently I wrote a short blog post about using SQL Server 2012 with SharePoint 2010 where I pointed out some resources to help users get started with SQL 2012 and SharePoint.  From that blog post I received a question about configuring SharePoint 2010 Access Services with SQL 2012 Reporting Services.  Previously I wrote an article ]]></description>
			<content:encoded><![CDATA[<p>Recently I wrote a short blog post about <a href="http://blog.mikehacker.net/2012/04/12/using-sql-server-2012-with-sharepoint-2010/?trashed=1&amp;ids=1402#comment-1403" target="_blank">using SQL Server 2012 with SharePoint 2010</a> where I pointed out some resources to help users get started with SQL 2012 and SharePoint.  From that blog post I received a question about configuring SharePoint 2010 Access Services with SQL 2012 Reporting Services.  Previously I wrote an article called <a href="http://blog.mikehacker.net/2011/03/01/configuring-access-services-with-sharepoint-2010/" target="_blank">Configuring Access Services with SharePoint 2010</a> that outlined how to get SQL Server Reporting Services from SQL Server 2008 R2 to work with SharePoint 2010 Access Services. Getting SQL Server Reporting Services (SSRS) from SQL Server 2012 working with SharePoint 2010 Access Services is slightly different.</p>
<p>A major change in SSRS 2012 is that it is installed as a SharePoint Service.  Once you have installed SSRS in your SharePoint 2010 farm you will need to make a few small updates in order for it to work with SharePoint 2010 Access Services.</p>
<p>The first update is to enable an ADS extension.  In previous versions of SSRS you would modify the rsreportserver.config file and add an XML node.  In SSRS 2012 you run the following PowerShell commands from the SharePoint 2010 Management Shell.  These commands must be run on the server in your SharePoint farm that is running the SQL Reporting Services SharePoint service.  Depending on your server configuration, you may be required to right click on the SharePoint 2010 Management Shell shortcut and choose “Run As Administrator”.</p>
<p>$apps = Get-SPRSServiceApplication<br />
foreach ($app in $apps)<br />
{<br />
New-SPRSExtension -identity $app -ExtensionType “Data” -name &#8220;ADS&#8221; –TypeName      &#8220;Microsoft.Office.Access.Reports.DataProcessing.AdsConnection, Microsoft.Office.Access.Server.DataServer, Version=14.0.0.0, Culture=Neutral, PublicKeyToken=71e9bce111e9429c&#8221;<br />
}</p>
<p>If you do not run the PowerShell script you will see an error similar to the one below when trying to view a Access Services 2010 report:</p>
<p><em>“An error has occurred during report processing. (rsProcessingAborted) An attempt has been made to use a data extension ‘ADS’ that is either not registered for this report server or is not supported in this edition of Reporting Services. (rsDataExtensionNotFound)”</em></p>
<p>After the ADS extension has been enabled you will need to modify the rssrvpolicy.config file on the SharePoint Server where the SSRS service is installed.  You can find the policy file located in the 14 hive:   ..14/WebServices/Reporting directory.   The specific modifications can be found towards the bottom of <a href="http://technet.microsoft.com/en-us/library/ee662542.aspx" target="_blank">this TechNet article.</a>  Please note that the rssrvpolicy.config file is in a different location for SQL Server 2010 Reporting Services.</p>
<p>If you do not make the proper changes to the rssrvpolicy.config file you will receive a security error when trying to run reports from Access Services 2010.</p>
<p>Once you have made all of the changes listed above your Access Services reports should work as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/05/16/sharepoint-2010-access-services-reporting-with-sql-2012/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free E-Books from Microsoft Press</title>
		<link>http://blog.mikehacker.net/2012/05/14/free-e-books-from-microsoft-press/</link>
		<comments>http://blog.mikehacker.net/2012/05/14/free-e-books-from-microsoft-press/#comments</comments>
		<pubDate>Mon, 14 May 2012 14:24:14 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[office365]]></category>
		<category><![CDATA[sql2012]]></category>
		<category><![CDATA[vs]]></category>

		<guid isPermaLink="false">http://blog.mikehacker.net/2012/05/14/free-e-books-from-microsoft-press/</guid>
		<description><![CDATA[Microsoft Press has made 10 books available for free in electronic format.&#160; These books cover topics such as SQL Server 2012, SQL Server 2008 R2, Office 365 and Office 2010.&#160; Download your copy while they are still available!&#160; Many of the free books are offered in PDF, Mobi (Kindle) and epub formats.&#160; Click on the ]]></description>
			<content:encoded><![CDATA[<p>Microsoft Press has made 10 books available for free in electronic format.&#160; These books cover topics such as SQL Server 2012, SQL Server 2008 R2, Office 365 and Office 2010.&#160; Download your copy while they are still available!&#160; Many of the free books are offered in PDF, Mobi (Kindle) and epub formats.&#160; Click on the book images below to be taken to download options.</p>
<p>&#160;</p>
<p><a href="http://blogs.msdn.com/b/microsoft_press/archive/2012/03/15/free-ebook-introducing-microsoft-sql-server-2012.aspx" target="_blank"><img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-17-44-metablogapi/0361.clip_5F00_image002_5F00_70A49E67.jpg" width="133" height="162" /></a> <a href="http://blogs.msdn.com/b/microsoft_press/archive/2010/04/14/free-ebook-introducing-microsoft-sql-server-2008-r2.aspx" target="_blank"><img title="clip_image003" border="0" alt="clip_image003" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-17-44-metablogapi/6644.clip_5F00_image003_5F00_5B46E8FF.jpg" width="134" height="162" /></a> <a href="http://blogs.msdn.com/b/microsoft_press/archive/2009/10/20/free-ebook-introducing-windows-server-2008-r2.aspx" target="_blank"><img title="clip_image004" border="0" alt="clip_image004" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-17-44-metablogapi/3808.clip_5F00_image004_5F00_56D06838.jpg" width="134" height="162" /></a> <a href="http://blogs.msdn.com/b/microsoft_press/archive/2010/02/16/free-ebook-understanding-microsoft-virtualization-r2-solutions.aspx" target="_blank"><img title="clip_image005" border="0" alt="clip_image005" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-17-44-metablogapi/8272.clip_5F00_image005_5F00_6F600588.jpg" width="134" height="162" /></a></p>
<p><a href="http://blogs.msdn.com/b/microsoft_press/archive/2011/08/17/free-ebook-microsoft-office-365-connect-and-collaborate-virtually-anywhere-anytime.aspx" target="_blank"><img title="clip_image007" border="0" alt="clip_image007" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-17-44-metablogapi/3580.clip_5F00_image007_5F00_55F8024E.jpg" width="134" height="162" /></a> <a href="http://blogs.msdn.com/b/microsoft_press/archive/2010/01/20/free-ebook-first-look-microsoft-office-2010.aspx" target="_blank"><img title="clip_image008" border="0" alt="clip_image008" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-17-44-metablogapi/0434.clip_5F00_image008_5F00_00D06661.jpg" width="134" height="162" /></a> <a href="http://blogs.msdn.com/b/microsoft_press/archive/2012/02/29/free-ebook-security-and-privacy-for-microsoft-office-users.aspx" target="_blank"><img title="clip_image009" border="0" alt="clip_image009" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-17-44-metablogapi/1325.clip_5F00_image009_5F00_753AA921.jpg" width="134" height="162" /></a> <a href="http://blogs.msdn.com/b/microsoft_press/archive/2009/10/16/free-e-book-deploying-windows-7-essential-guidance.aspx" target="_blank"><img title="clip_image010" border="0" alt="clip_image010" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-17-44-metablogapi/1016.clip_5F00_image010_5F00_78D8C3FE.png" width="131" height="162" /></a></p>
<p><a href="http://blogs.msdn.com/b/microsoft_press/archive/2010/09/13/free-ebook-moving-to-microsoft-visual-studio-2010.aspx" target="_blank"><img title="clip_image011" border="0" alt="Moving to Visual Studio 2010" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-17-44-metablogapi/7380.clip_5F00_image011_5F00_4D27FA02.jpg" width="134" height="162" /></a> <a href="http://blogs.msdn.com/b/microsoft_press/archive/2010/10/28/free-ebook-programming-windows-phone-7-by-charles-petzold.aspx" target="_blank"><img title="9780735643352f" border="0" alt="Programming Windows Phone 7" src="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-01-17-44-metablogapi/0842.9780735643352f_5F00_25418208.jpg" width="133" height="161" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/05/14/free-e-books-from-microsoft-press/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Important Dates for Office 365 Customers</title>
		<link>http://blog.mikehacker.net/2012/05/07/important-dates-for-office-365-customers/</link>
		<comments>http://blog.mikehacker.net/2012/05/07/important-dates-for-office-365-customers/#comments</comments>
		<pubDate>Mon, 07 May 2012 23:35:49 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[Office 365]]></category>
		<category><![CDATA[office365]]></category>

		<guid isPermaLink="false">http://blog.mikehacker.net/2012/05/07/important-dates-for-office-365-customers/</guid>
		<description><![CDATA[One of the benefits of using cloud based services is that you are kept in an evergreen environment. As a result system requirements will be updated and changed to support the enhancements made to the services. Recently the Office 365 System Requirements document was updated to include new requirements and end of support dates for ]]></description>
			<content:encoded><![CDATA[<p>One of the benefits of using cloud based services is that you are kept in an evergreen environment. As a result system requirements will be updated and changed to support the enhancements made to the services.</p>
<p>Recently the <a href="http://www.microsoft.com/en-us/office365/system-requirements.aspx" target="_blank">Office 365 System Requirements document</a> was updated to include new requirements and end of support dates for specific operating systems, client software and browsers.</p>
<p>Two items stand out to me as being very important.  The first is that as of June 1st users will need SP1 installed for Office 2010.  The second item is that after October 1st Office 365 will not support Internet Explorer 7.</p>
<p>Below is a summary of the changes you need to be aware of.  These dates are related to Office 365 support only.</p>
<p><strong>End of Support for Operating Systems<br />
</strong>January 1, 2013 – Windows Server 2003<br />
January 1, 2014 – Windows XP<br />
January 1, 2014 – Windows Vista</p>
<p><strong>Office Client Changes</strong><br />
<span style="background-color: #ffff00;">As of June 1, 2012 Office 2010 will require SP1</span><br />
Outlook 2003 can be used for email using POP and IMAP only</p>
<p><strong>End of Support for Office Clients<br />
</strong>April 9, 2013 – Office 2008 for Mac<br />
April 9, 2013 – Entourage 2008 Web Services Edition<br />
April 8, 2014 – Outlook 2003</p>
<p><strong>Browser Requirement Changes</strong><br />
Support now covers latest Firefox “Release” version only.<br />
Support now covers latest Chrome “Stable” version only.</p>
<p><strong>End of Support for Browsers</strong><br />
<span style="background-color: #ffff00;">October 1, 2012 – Internet Explorer 7<br />
</span>October 1, 2012 – Safari 4</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/05/07/important-dates-for-office-365-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 365 granted FISMA Authority to Operate</title>
		<link>http://blog.mikehacker.net/2012/05/07/office-365-granted-fisma-authority-to-operate/</link>
		<comments>http://blog.mikehacker.net/2012/05/07/office-365-granted-fisma-authority-to-operate/#comments</comments>
		<pubDate>Mon, 07 May 2012 14:38:47 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[Office 365]]></category>
		<category><![CDATA[office365]]></category>

		<guid isPermaLink="false">http://blog.mikehacker.net/2012/05/07/office-365-granted-fisma-authority-to-operate/</guid>
		<description><![CDATA[On May 3rd Microsoft announced that Office 365 was granted the Authority to Operate under the Federal Information Security Management Act (FISMA) by the Broadcasting Board of Governors.  Julia White, Senior Director in the Microsoft Office Division posted the following on the Office 365 blog. FISMA is important to our customers because it creates a ]]></description>
			<content:encoded><![CDATA[<p>On May 3rd Microsoft announced that Office 365 was granted the Authority to Operate under the Federal Information Security Management Act (FISMA) by the Broadcasting Board of Governors.  Julia White, Senior Director in the Microsoft Office Division posted the following on the <a href="http://blogs.office.com/b/microsoft_office_365_blog/" target="_blank">Office 365 blog</a>.</p>
<p>FISMA is important to our customers because it creates a process for federal agencies to certify and accredit the security of their information management systems.  IT solutions with FISMA certification and accreditation have federal agency approval for their use in line with the level of security established by that agency.</p>
<p>We take our responsibility to protect customer data very seriously.  While we&#8221;re pleased to have been granted FISMA ATO, Office 365 already meets the industry&#8221;s most rigorous global security and privacy standards.</p>
<p>Office 365 is the first and only major cloud based productivity service to sign EU Model Clauses with all customers.  In addition, we added the Data Processing Agreement (DPA) to the EU Model Clauses to address additional requirements from the EU member states.  Office 365 also signs the Business Associate Agreement (BAA) to meet the security requirements of the US Health Insurance Portability and Accountability Act (HIPAA).  Importantly, Office 365 signs the HIPAA-BAA, DPA and EU Model clauses with all customers regardless of size.  Along with EU Model Clauses and HIPAA, Office 365 is ISO 27001 certified.</p>
<p>We understand people have high expectations of any service provider and an interest in understanding where their data resides, who can access it and what we do with it. To that end, we created the <a href="http://www.microsoft.com/en-us/office365/trust-center.aspx#fbid=FhNP1ga4j_6?Transparency" target="_blank">Office 365 Trust Center</a> to enable customers to learn more.</p>
<p>With FISMA, it becomes even easier for governments to choose Office 365 and join the ranks of the USDA, the first federal agency to deploy cloud services, the States of California, Minnesota and New York; the cities of San Francisco, Newark, Plano and many others.  The move to Office 365 is afoot in government, and the savings and benefits to citizens are considerable.  Today&#8221;s news should further hasten that transition.</p>
<p><strong>References:</strong></p>
<p><a href="http://blogs.office.com/b/microsoft_office_365_blog/archive/2012/05/03/fisma-security-certification-office-365.aspx" target="_blank">FISMA becomes latest security certification for Office 365</a><br />
<a href="http://www.zdnet.com/blog/microsoft/microsoft-office-365-for-enterprises-now-fisma-certified/12641" target="_blank">ZD Net: Microsoft: Office 365 for enterprises now FISMA-certified</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/05/07/office-365-granted-fisma-authority-to-operate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SkyDrive for Windows, Windows Phone, OS X and IOS</title>
		<link>http://blog.mikehacker.net/2012/04/24/skydrive-for-windows-windows-phone-os-x-and-ios/</link>
		<comments>http://blog.mikehacker.net/2012/04/24/skydrive-for-windows-windows-phone-os-x-and-ios/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 14:46:56 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[Windows Live]]></category>

		<guid isPermaLink="false">http://blog.mikehacker.net/2012/04/24/skydrive-for-windows-windows-phone-os-x-and-ios/</guid>
		<description><![CDATA[Steven Sinofsky along with Mike Torres and Omar Shahine from Microsoft announced the availability of SkyDrive applications for Windows, Windows Phone, OSX and IOS devices.&#160; Read the full post for complete details of what was announced.&#160; Below are some of the highlights from the announcement. New SkyDrive users will receive 7GB of free storage. Any ]]></description>
			<content:encoded><![CDATA[<p>Steven Sinofsky along with Mike Torres and Omar Shahine from Microsoft announced the availability of SkyDrive applications for Windows, Windows Phone, OSX and IOS devices.&#160; <a href="http://blogs.msdn.com/b/b8/archive/2012/04/23/the-next-chapter-for-skydrive-personal-cloud-storage-for-windows-available-anywhere.aspx" target="_blank">Read the full post</a> for complete details of what was announced.&#160; Below are some of the highlights from the announcement.</p>
<ul>
<li>New SkyDrive users will receive 7GB of free storage. Any existing user who uploaded files prior to April 22, 2012 can opt in to keep 25GB of free storage while also getting all of the new benefits of the service.</li>
<li>Users will be able to upload large files up to 2GB in size.</li>
<li>Users can purchase additional storage for at a very affordable price point.</li>
<ul>
<ul>
<li>+20GB for $10/year</li>
<li>+50GB for $25/year</li>
<li>+100GB for $50/year</li>
</ul>
</ul>
<li>New SkyDrive application for Windows, Windows Phone, OS X and IOS enable quick and easy access to files stored in SkyDrive.</li>
<li>The SkyDrive application for Windows and OS X provide a special SkyDrive folder that automatically syncs files to the SkyDrive service</li>
<li>SkyDrive.com will allow users with the SkyDrive client running on Windows PCs to access their personal files from anywhere.</li>
</ul>
<p>&#160;</p>
<p>Here’s where you go to try SkyDrive today:</p>
<ul>
<li><a href="http://g.live.com/8seskydrive/windownload">Get SkyDrive for Windows (preview)</a></li>
<li><a href="http://g.live.com/8seskydrive/wp7marketplace">Get SkyDrive for Windows Phone</a></li>
<li><a href="http://g.live.com/8seskydrive/iosdownload">Get SkyDrive for iPhone and iPad</a></li>
<li><a href="http://g.live.com/8seskydrive/macdownload">Get SkyDrive for OS X Lion (preview)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/04/24/skydrive-for-windows-windows-phone-os-x-and-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SQL Server 2012 with SharePoint 2010</title>
		<link>http://blog.mikehacker.net/2012/04/12/using-sql-server-2012-with-sharepoint-2010/</link>
		<comments>http://blog.mikehacker.net/2012/04/12/using-sql-server-2012-with-sharepoint-2010/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 15:02:38 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.mikehacker.net/2012/04/12/using-sql-server-2012-with-sharepoint-2010/</guid>
		<description><![CDATA[Configure and manage SQL Server availability groups for SharePoint ServerThere has been a lot of interest in using SQL Server 2012 with SharePoint 2010.  Below are some official Microsoft documents that outline general requirements and feature support. In a previous post I mentioned that service pack 1 for SharePoint 2010 is required in order to ]]></description>
			<content:encoded><![CDATA[<p>Configure and manage SQL Server availability groups for SharePoint ServerThere has been a lot of interest in using SQL Server 2012 with SharePoint 2010.  Below are some official Microsoft documents that outline general requirements and feature support.</p>
<p><a href="http://blog.mikehacker.net/2012/02/07/sharepoint-2010-with-sql-server-2012/" target="_blank">In a previous post</a> I mentioned that service pack 1 for SharePoint 2010 is required in order to install SharePoint 2010 with SQL 2012.  Specifically you need service pack 1 if you are going to use the SQL Server 2012 engine for the SharePoint content databases or catalog databases.   The service pack is also required if you want to use PowerPivot or the PowerPivot configuration tool.</p>
<p>The knowledgebase article <a href="http://support.microsoft.com/kb/2460045" target="_blank">2460045</a> describes what is included in SharePoint Server 2010 Service Pack 1.  One specific bullet point under improvements states “<strong>Support for Microsoft SQL Server 2012</strong>.”</p>
<p><strong>Update 04/24/2012:</strong>  I ran across <a href="http://www.intellinet.com/who-we-are/knowledge-library/sqlserver2012-alwayson.aspx?cm_crmid=b5d79790-108e-e111-af29-00155d835c28&amp;cm_medium=email" target="_blank">this great video </a>showing a demonstration of SQL 2012 AlwaysOn capability with SharePoint 2010.  A new TechNet article has also been published on how to<a href="http://technet.microsoft.com/en-us/library/hh913923.aspx" target="_blank"> Configure and manage SQL Server availability groups for SharePoint Server</a>.</p>
<p>&nbsp;</p>
<p><strong>Reference documentation:</strong></p>
<p><a href="http://technet.microsoft.com/en-us/library/hh231680(v=SQL.110).aspx" target="_blank">Guidance for Using SQL Server BI Features in a SharePoint Farm</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/gg492257.aspx">Supported Combinations of SharePoint and Reporting Services Components</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/cc281311.aspx">Installing Reporting Services SharePoint Mode Report Server for Power View and Data Alerting</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/ee210654.aspx">PowerPivot for SharePoint Installation</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/bb418433(v=sql.10).aspx" target="_blank">SQL Server 2012 Product Documentation</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/hh913923.aspx" target="_blank">Configure and manage SQL Server availability groups for SharePoint Server</a></p>
<p><a href="http://technet.microsoft.com/en-us/edge/Video/hh867441" target="_blank">Microsoft Virtual Academy: Deploying and managing PowerPivot in Microsoft SQL Server 2012 for SharePoint 2010</a></p>
<p><a href="http://technet.microsoft.com/en-us/edge/microsoft-virtual-academy-breakthrough-insights-using-microsoft-sql-server-2012-reporting-services-and-visualization-module-8-installing-and-configuring-reporting-services-in-sharepoint-integrated-mode-part-1" target="_blank">Microsoft Virtual Academy:  Installing and Configuring Reporting Services in SharePoint Integrated mode Part 1</a></p>
<p><a href="http://technet.microsoft.com/en-us/edge/microsoft-virtual-academy-breakthrough-insights-using-microsoft-sql-server-2012-reporting-services-and-visualization-module-8-installing-and-configuring-reporting-services-in-sharepoint-integrated-mode-part-2" target="_blank">Microsoft Virtual Academy: Installing and Configuring Reporting Services in SharePoint Integrated mode Part 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/04/12/using-sql-server-2012-with-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010:  File Not Found for /_layouts/settings.aspx</title>
		<link>http://blog.mikehacker.net/2012/04/11/sharepoint-2010-file-not-found-for-_layoutssettings-aspx/</link>
		<comments>http://blog.mikehacker.net/2012/04/11/sharepoint-2010-file-not-found-for-_layoutssettings-aspx/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 23:42:41 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.mikehacker.net/2012/04/11/sharepoint-2010-file-not-found-for-_layoutssettings-aspx/</guid>
		<description><![CDATA[Recently a co-worker ran into an issue when working on a SharePoint demo environment.&#160; Whenever he tried to access the site settings page for a site collection he would receive an error page that stated “file not found”. This made no sense since other web applications on the SharePoint demo farm were working without issues.&#160; ]]></description>
			<content:encoded><![CDATA[<p>Recently a co-worker ran into an issue when working on a SharePoint demo environment.&#160; Whenever he tried to access the site settings page for a site collection he would receive an error page that stated “file not found”.</p>
<p>This made no sense since other web applications on the SharePoint demo farm were working without issues.&#160; After a bit of review it was discovered that he was using host headers for his web application but did not properly configure SharePoint’s alternate access mappings.</p>
<p>So morale of the story:&#160; Always double check to make sure you have setup your alternate access mappings for the domain names you are using with your SharePoint web applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/04/11/sharepoint-2010-file-not-found-for-_layoutssettings-aspx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Azure Testing in Progress</title>
		<link>http://blog.mikehacker.net/2012/04/10/azure-testing-in-progress/</link>
		<comments>http://blog.mikehacker.net/2012/04/10/azure-testing-in-progress/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 02:08:11 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://mhackerblog.cloudapp.net/2012/04/10/azure-testing-in-progress/</guid>
		<description><![CDATA[I am currently testing WordPress running on Windows Azure.&#160; If you find any broken links, images or other issues please leave a comment below. This blog is using a Windows Azure web role, SQL Azure, and SQL storage.&#160; If the test completes successfully then I may decide to leave the blog on Windows Azure.&#160; This ]]></description>
			<content:encoded><![CDATA[<p>I am currently testing WordPress running on Windows Azure.&#160; If you find any broken links, images or other issues please leave a comment below.</p>
<p>This blog is using a Windows Azure web role, SQL Azure, and SQL storage.&#160; If the test completes successfully then I may decide to leave the blog on Windows Azure.&#160; This should increase the availability and stability of the blog.</p>
<p>Let me know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/04/10/azure-testing-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Guide to Azure Access Control Services with SharePoint 2010</title>
		<link>http://blog.mikehacker.net/2012/04/07/visual-guide-to-azure-access-control-services-with-sharepoint-2010/</link>
		<comments>http://blog.mikehacker.net/2012/04/07/visual-guide-to-azure-access-control-services-with-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 11:56:36 +0000</pubDate>
		<dc:creator>mphacker</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.mikehacker.net/?p=11101</guid>
		<description><![CDATA[A while ago I wrote a couple posts on using Windows Azure Access Control Services, however, that information has now become a bit dated.  Recently Wictor Wilén has written a complete guide for using Azure Access Control Services (ACS) with SharePoint 2010.  Check out this great series below. Azure Access Control Services allows you to ]]></description>
			<content:encoded><![CDATA[<p>A while ago I wrote a <a href="http://blog.mikehacker.net/2011/04/21/sharepoint-authentication-using-windows-azure-access-controlpart-1/" target="_blank">couple</a> <a href="http://blog.mikehacker.net/2011/04/21/sharepoint-authentication-using-windows-azure-access-controlpart-2/" target="_blank">posts</a> on using Windows Azure Access Control Services, however, that information has now become a bit dated.  Recently Wictor Wilén has written a complete guide for using Azure Access Control Services (ACS) with SharePoint 2010.  Check out this great series below.</p>
<p>Azure Access Control Services allows you to setup SharePoint Authentication to use one of several public authentication systems such as Windows Live ID, Google, Yahoo, and Facebook.  This could be very useful to an organization that is looking to build an extranet or a public facing website that offers the user a personalized experience.</p>
<p>&nbsp;</p>
<p><a href="http://www.wictorwilen.se/Post/Visual-guide-to-Azure-Access-Controls-Services-authentication-with-SharePoint-2010-part-1.aspx" target="_blank">Visual guide to Azure Access Controls Services authentication with SharePoint 2010 &#8211; part 1</a></p>
<p><a href="http://www.wictorwilen.se/Post/Visual-guide-to-Azure-Access-Control-Services-authentication-with-SharePoint-2010-part-2-common-problems.aspx" target="_blank">Visual guide to Azure Access Control Services authentication with SharePoint 2010 &#8211; part 2 &#8211; common problems</a></p>
<p><a href="http://www.wictorwilen.se/Post/Visual-guide-to-Azure-Access-Control-Services-authentication-with-SharePoint-2010-part-3-Facebook.aspx" target="_blank">Visual guide to Azure Access Control Services authentication with SharePoint 2010 &#8211; part 3 – Facebook</a></p>
<p><a href="http://www.wictorwilen.se/Post/Visual-guide-to-Azure-Access-Controls-Services-authentication-with-SharePoint-2010-part-4-multiple-web-applications.aspx" target="_blank">Visual guide to Azure Access Controls Services authentication with SharePoint 2010 &#8211; part 4 &#8211; multiple web applications</a></p>
<p><a href="http://www.wictorwilen.se/Post/Visual-guide-to-Azure-Access-Controls-Services-authentication-with-SharePoint-2010-part-5-Custom-Claims.aspx" target="_blank">Visual guide to Azure Access Controls Services authentication with SharePoint 2010 &#8211; part 5 &#8211; Custom Claims</a></p>
<p><a href="http://www.wictorwilen.se/Post/Visual-guide-to-Azure-Access-Controls-Services-authentication-with-SharePoint-2010-part-6-Facebook-integration.aspx" target="_blank">Visual guide to Azure Access Controls Services authentication with SharePoint 2010 &#8211; part 6 &#8211; Facebook integration</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mikehacker.net/2012/04/07/visual-guide-to-azure-access-control-services-with-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.mikehacker.net/feed/ ) in 0.77537 seconds, on May 20th, 2012 at 11:41 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 21st, 2012 at 12:11 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  blog.mikehacker.net/feed/ ) in 0.00135 seconds, on May 21st, 2012 at 12:05 am UTC. -->
