<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-5523374807549170026</atom:id><lastBuildDate>Wed, 08 Feb 2012 11:46:25 +0000</lastBuildDate><category>Personal</category><category>MOSS 2007</category><category>SQL 2011</category><category>LiveID</category><category>Asp.Net</category><category>SQL Cluster</category><category>Errors</category><category>SharePoint Designer</category><category>BizTalk</category><category>SPS 2010</category><category>DBA</category><category>T-SQL</category><category>JavaScript</category><category>sql server</category><title>Smile leads to success</title><description>Fear Allah and Allah will teach you</description><link>http://sqlgoogler.blogspot.com/</link><managingEditor>noreply@blogger.com (Fadi Ahmad Abdulwahab)</managingEditor><generator>Blogger</generator><openSearch:totalResults>96</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/sqlgoogler" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="sqlgoogler" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:subtitle>Fear Allah and Allah will teach you</itunes:subtitle><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-3193501895663733054</guid><pubDate>Thu, 12 Jan 2012 10:03:00 +0000</pubDate><atom:updated>2012-01-12T13:03:53.555+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Extend Search Core Result Web part with FAST for SharePoint 2010</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FAbTXsQA8SPAMG3DhecG-593YHw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FAbTXsQA8SPAMG3DhecG-593YHw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FAbTXsQA8SPAMG3DhecG-593YHw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FAbTXsQA8SPAMG3DhecG-593YHw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span style="font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;"&gt;&lt;i&gt;I have tried to
extend Search Core Result Web part with simple customization and deployed as
feature to FAST SharePoint 2010 Template as following:&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;[ToolboxItemAttribute(false)]
    public class AppendCoreResultWebPart : CoreResultsWebPart
    {
protected override void ConfigureDataSourceProperties()
        {
        //Just Append Search Query with My Name
            this.AppendedQuery = "Fadi Abdulwahab";

            base.ConfigureDataSourceProperties();
        }
    }
}

&lt;/code&gt;&lt;/pre&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="direction: ltr; margin-bottom: 0.0001pt; unicode-bidi: embed;"&gt;
But the problem in this web part that did not
show any result by default but the rest controls like paging or Refinement web
parts returned results as the below image&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-_bfUyPOR3BM/Tw6t7ugqYoI/AAAAAAAAAjs/W35kqnlB5oQ/s1600/download.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-_bfUyPOR3BM/Tw6t7ugqYoI/AAAAAAAAAjs/W35kqnlB5oQ/s1600/download.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="direction: ltr; margin-bottom: 0.0001pt; unicode-bidi: embed;"&gt;
&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;span style="color: #222222; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;"&gt;So to fix this problem as Mr. &lt;b&gt;Mikael Svenson&lt;/b&gt; [I asked him
to help me in this issue] said just "&lt;b&gt;Export the settings from the default
core results webpart.. And add those to the .webpart file of your custom webpart&lt;/b&gt;&lt;/span&gt;"&lt;/div&gt;
&lt;div class="MsoNormal" style="direction: ltr; margin-bottom: 0.0001pt; unicode-bidi: embed;"&gt;
&lt;i&gt;Note: I advice you to visit&amp;nbsp;
&lt;span style="color: #222222; font-family: Arial, sans-serif; font-size: 13px; line-height: 14px;"&gt;&lt;b&gt;Mr.&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;b style="color: #222222; font-family: Arial, sans-serif; font-size: 13px; line-height: 14px;"&gt;Mikael Svenson&lt;/b&gt;&amp;nbsp;&amp;nbsp;blog&amp;nbsp;
&lt;a href="http://techmikael.blogspot.com/"&gt;http://techmikael.blogspot.com/&lt;/a&gt;&amp;nbsp;&lt;/i&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="direction: ltr; unicode-bidi: embed;"&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="direction: ltr; unicode-bidi: embed;"&gt;
&lt;span style="color: #222222; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;"&gt;So just go to &lt;b&gt;Web Parts page&lt;/b&gt; under Site Actions &amp;gt;&amp;gt; Site Settings &amp;gt;&amp;gt;
&lt;b&gt;Galleries&lt;/b&gt; and &lt;b&gt;export the .webpart file&lt;/b&gt; of Default Search Core Result web part
and then copy the below properties and then export your custom web part file and
add the below properties and then upload it again to web part galleries&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;        &amp;lt;property name="ChromeType"&amp;gt;None&amp;lt;/property&amp;gt;
        &amp;lt;property name="AllowMinimize" type="bool"&amp;gt;true&amp;lt;/property&amp;gt;
        &amp;lt;property name="AllowClose" type="bool"&amp;gt;true&amp;lt;/property&amp;gt;
        &amp;lt;property name="Hidden" type="bool"&amp;gt;false&amp;lt;/property&amp;gt;
        &amp;lt;property name="ShowActionLinks" type="bool"&amp;gt;false&amp;lt;/property&amp;gt;
        &amp;lt;property name="ShowMessages" type="bool"&amp;gt;true&amp;lt;/property&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;div class="MsoNormal" style="direction: ltr; unicode-bidi: embed;"&gt;
&lt;span style="font-family: Calibri, sans-serif;"&gt;&lt;span style="font-size: 15px; line-height: 17px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;Finally
Go to SharePoint page and remove the old web part and add the new web part &lt;span style="font-family: Wingdings;"&gt;J&lt;/span&gt;.&lt;/div&gt;
&lt;div class="MsoNormal" style="direction: ltr; unicode-bidi: embed;"&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="direction: ltr; unicode-bidi: embed;"&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="direction: ltr; unicode-bidi: embed;"&gt;
&lt;span style="color: #222222; font-family: Arial, sans-serif; font-size: 10pt; line-height: 115%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-3193501895663733054?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2012/01/extend-search-core-result-web-part-with.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://3.bp.blogspot.com/-_bfUyPOR3BM/Tw6t7ugqYoI/AAAAAAAAAjs/W35kqnlB5oQ/s72-c/download.png" height="72" width="72" /><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-8831386059798020129</guid><pubDate>Sun, 02 Oct 2011 20:37:00 +0000</pubDate><atom:updated>2011-10-02T23:37:05.720+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SQL Cluster</category><title>Microsoft® SQL Server® 2008 R2 Service Pack 1 and Cumulative Update package 1 for SQL Server 2008 R2</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tif5aKvi2_Rrqaf6veij-3COtL0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tif5aKvi2_Rrqaf6veij-3COtL0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tif5aKvi2_Rrqaf6veij-3COtL0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tif5aKvi2_Rrqaf6veij-3COtL0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;
&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;span class="apple-style-span"&gt;&lt;span style="color: black; font-size: 13.5pt; line-height: 115%;"&gt;I will explain the steps how to install SQL Server R2 SP1 &amp;amp; its CU in Cluster environment&lt;/span&gt;&lt;/span&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;[Microsoft® SQL Server® 2008 R2 Service Pack 1]&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=26727"&gt;http://www.microsoft.com/download/en/details.aspx?id=26727&lt;/a&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;[Cumulative Update package 1 for SQL Server 2008 R2]&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;a href="http://support.microsoft.com/kb/2544793/en-us"&gt;http://support.microsoft.com/kb/2544793/en-us&lt;/a&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;/div&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;First download the setup files.&lt;/li&gt;
&lt;li&gt;Take backup of your environment.&lt;/li&gt;
&lt;li&gt;Go to Passive Node.&lt;/li&gt;
&lt;li&gt;Install&amp;nbsp;Microsoft® SQL Server® 2008 R2 Service Pack 1 in Passive Node server.&lt;/li&gt;
&lt;li&gt;Install&amp;nbsp;Cumulative Update package 1 for SQL Server 2008 R2 in&amp;nbsp;Node server .&lt;/li&gt;
&lt;li&gt;Restart the server&lt;/li&gt;
&lt;li&gt;Move SQL Service to Upgraded Server and wait for 1 min until SQL Server finish from Upgrade mode&lt;/li&gt;
&lt;li&gt;then go to Second server and do the same steps&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;Note :&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;before install SP 1 &amp;amp; CU make sure Integration Service in started&lt;/li&gt;
&lt;li&gt;if you get any error just reboot the system and rerun the setup file again&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-8831386059798020129?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/10/microsoft-sql-server-2008-r2-service.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-5545946901980948537</guid><pubDate>Tue, 27 Sep 2011 13:57:00 +0000</pubDate><atom:updated>2011-09-27T16:59:34.522+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Exception from HRESULT: 0x80041054</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/B1XrP6TUjb27gSbv5OkZiFjIOBg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B1XrP6TUjb27gSbv5OkZiFjIOBg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/B1XrP6TUjb27gSbv5OkZiFjIOBg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B1XrP6TUjb27gSbv5OkZiFjIOBg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;The following error "Exception from HRESULT:  &lt;b&gt;0x80041054&lt;/b&gt;" related to ForeFront Protection 2010 for SharePoint and if you check the log [Windows Log] you will find the following error "&lt;b&gt;The SharePoint service is running but the Forefront VSAPI Library is not registered&lt;/b&gt;"&lt;br /&gt;
&lt;br /&gt;
so to fix this error from SharePoint Side just go to Central administration &amp;gt;&amp;gt; Security &amp;gt;&amp;gt; Manage antivirus settings &amp;gt;&amp;gt; then Uncheck all check boxex and then browse the site .&lt;br /&gt;
&lt;br /&gt;
To fix it from Forefront Protection production by follow the steps in this URL&lt;br /&gt;
&lt;a href="http://ikarstein.wordpress.com/2010/12/07/forefront-protection-2010-for-sharepointerror-the-sharepoint-service-is-running-but-the-forefront-vsapi-library-is-not-registered/"&gt;http://ikarstein.wordpress.com/2010/12/07/forefront-protection-2010-for-sharepointerror-the-sharepoint-service-is-running-but-the-forefront-vsapi-library-is-not-registered/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
then Re-Check the Settings in Manage antivirus settings to enable scan documents when upload or download.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-5545946901980948537?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/09/exception-from-hresult-0x80041054.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-7562479198536443921</guid><pubDate>Tue, 27 Sep 2011 13:21:00 +0000</pubDate><atom:updated>2011-09-27T16:26:33.993+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>The BDC Service application ... is not accessible. The full exception text is: There are no addresses available for this application</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nVFw5LutviMYhQRRLVHatvBTRso/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nVFw5LutviMYhQRRLVHatvBTRso/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nVFw5LutviMYhQRRLVHatvBTRso/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nVFw5LutviMYhQRRLVHatvBTRso/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;i&gt;Today i have faced this problem "&lt;b&gt;The BDC Service application ... is not accessible. The full exception text is: There are no addresses available for this application"&lt;/b&gt; in sharePoint 2010&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;so to fix it do the following :&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;1-Delete the created BDC Service App&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;2- Make sure&amp;nbsp;&lt;b&gt;Business Data Connectivity Service started &lt;/b&gt;on the server&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;3- Re-Create BDC Service App.&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Done.&lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-7562479198536443921?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/09/bdc-service-application-is-not.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-4564253950874247875</guid><pubDate>Fri, 05 Aug 2011 22:10:00 +0000</pubDate><atom:updated>2011-08-06T01:12:31.495+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Sandbox Solutions and Load Balancing schemes</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/txjYcrrRFy8z07S5VET3g7xFNNw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/txjYcrrRFy8z07S5VET3g7xFNNw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/txjYcrrRFy8z07S5VET3g7xFNNw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/txjYcrrRFy8z07S5VET3g7xFNNw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div closure_uid_gyvgdn="177" dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div closure_uid_gyvgdn="133"&gt;&lt;em closure_uid_gyvgdn="138"&gt;Sandbox solution or User Solution as Microsoft Definition "A sandbox is a restricted execution environment that enables programs to access only certain resources and keeps problems that occur in the sandbox from affecting the rest of the server environment".&lt;/em&gt;&lt;/div&gt;&lt;br /&gt;
&lt;em closure_uid_gyvgdn="209"&gt;So Sandbox solution more secure,safer and the user who deploy the solutions&amp;nbsp;has limitation to server resources for example you can't deploy a files to Servers like Visual Web Part, You can't execute SPWebApplication , SPSecurity , Reflection code (Connected Web Parts uses Reflection so you can't Implemented also)… and these solution deployed or stored at Site collection level .&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div closure_uid_gyvgdn="143"&gt;&lt;em&gt;Administrator Can monitors these solutions and gives them specific resources or can block these solutions.&lt;/em&gt;&lt;/div&gt;&lt;em&gt;These solutions run under specific process located under 14\UserCode\ folder not under w3c.exe process.&lt;/em&gt;&lt;br /&gt;
&lt;div closure_uid_gyvgdn="144"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-3TpIoP2JzTI/Tjxl64DH13I/AAAAAAAAAig/0ni0b__TgZE/s1600/sand_1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="114" src="http://4.bp.blogspot.com/-3TpIoP2JzTI/Tjxl64DH13I/AAAAAAAAAig/0ni0b__TgZE/s320/sand_1.png" t$="true" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;em closure_uid_gyvgdn="157"&gt;In this article I will explain the Sandbox solution and Load Balancing schemes which affect the execution of code in the servers.&lt;/em&gt; &lt;br /&gt;
&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;If you go to Central Administration &amp;gt;&amp;gt; System Settings &amp;gt;&amp;gt; Manage user solutions&lt;/em&gt;&lt;br /&gt;
&lt;em closure_uid_45jypl="127"&gt;You will find the below options:&lt;/em&gt;&lt;br /&gt;
&lt;div closure_uid_gyvgdn="156"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-S6DAPCfMeV8/TjxmPeKv7WI/AAAAAAAAAik/2Ud5JvFNmJE/s1600/sand_2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="99" src="http://2.bp.blogspot.com/-S6DAPCfMeV8/TjxmPeKv7WI/AAAAAAAAAik/2Ud5JvFNmJE/s320/sand_2.png" t$="true" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;em closure_uid_gyvgdn="160"&gt;The first option means:&lt;/em&gt;&lt;br /&gt;
&lt;div closure_uid_gyvgdn="161"&gt;&lt;em&gt;&lt;/em&gt;&lt;/div&gt;&lt;em&gt;If you have two frontend servers with Microsoft Load balance configuration (NLB) and the user request a page which run sandbox solution code; if the NLB routed the request to one these server the code run in the same server&amp;nbsp;which&lt;/em&gt; &lt;em&gt;r&lt;/em&gt;&lt;span closure_uid_gyvgdn="163" style="font-family: &amp;quot;Calibri&amp;quot;, &amp;quot;sans-serif&amp;quot;; font-size: 11pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;em closure_uid_gyvgdn="165"&gt;eceived the request&lt;/em&gt;&amp;nbsp;&lt;/span&gt;&lt;em closure_uid_gyvgdn="166"&gt;so in this case all frontend servers must started &lt;strong&gt;Microsoft SharePoint Foundation Sandboxed code Service&lt;/strong&gt; and if in case this service not started on the server which received the request; the code will not run and the user will get an error.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-h8VBCO5LTyo/Tjxm9BLdjTI/AAAAAAAAAio/NeGaKZ_YRnw/s1600/sand_3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="10" src="http://4.bp.blogspot.com/-h8VBCO5LTyo/Tjxm9BLdjTI/AAAAAAAAAio/NeGaKZ_YRnw/s320/sand_3.png" t$="true" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;em closure_uid_45jypl="128"&gt;Second option:&lt;/em&gt; &lt;br /&gt;
&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em closure_uid_gyvgdn="208"&gt;If in case the service started in &lt;strong&gt;Frontend 1&lt;/strong&gt; server only and&amp;nbsp;the NLB routed the request to &lt;strong&gt;Frontend 2&lt;/strong&gt;; here the Sandbox process will route this request again to &lt;strong&gt;Frontend 1&lt;/strong&gt; and then run this code and the user will get the&lt;/em&gt; &lt;em closure_uid_gyvgdn="206"&gt;Response (this is known as &lt;strong&gt;solution affinity&lt;/strong&gt;).&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;div closure_uid_gyvgdn="170"&gt;&lt;em&gt;So for example I created a web part (not visual web part) with basic code like below:&lt;/em&gt;&lt;/div&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;public override void RenderControl(HtmlTextWriter writer)
        {
            base.RenderControl(writer);

            writer.Write("Hello Fadi From Sandbox Solution");
        }

&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;div closure_uid_gyvgdn="179"&gt;&lt;em closure_uid_gyvgdn="180"&gt;And then I uploaded this solution to Site Settings &amp;gt;&amp;gt; Solutions and then activated and then&amp;nbsp;I&amp;nbsp;add this web part to a&amp;nbsp;test page.&lt;/em&gt;&lt;/div&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;div closure_uid_gyvgdn="178"&gt;&lt;em closure_uid_gyvgdn="181"&gt;Now I stopped Frontend 1 from the NLB and then I requested the page which has sandbox solution code;&amp;nbsp;sandbox process route the request to Frontend 1 to run the code and get the Response.&lt;/em&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-HuSMYUzmfuw/Tjxn_SLbGjI/AAAAAAAAAis/g4d2itektPg/s1600/sand_4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-HuSMYUzmfuw/Tjxn_SLbGjI/AAAAAAAAAis/g4d2itektPg/s1600/sand_4.png" t$="true" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="MsoNormal" closure_uid_gyvgdn="183" style="direction: ltr; margin: 0cm 0cm 10pt; text-align: left; unicode-bidi: embed;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;em closure_uid_gyvgdn="184"&gt;Note: try the first option with this an example and you will get an error because when the NLB route the request to Frontend 2 which the service in this server not started so the code will not run.&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" closure_uid_gyvgdn="183" style="direction: ltr; margin: 0cm 0cm 10pt; text-align: left; unicode-bidi: embed;"&gt;&lt;em&gt;&lt;span closure_uid_45jypl="114" style="font-family: Calibri;"&gt;so the benifits with second option&amp;nbsp;as microsoft wrote : "&lt;/span&gt;&lt;span closure_uid_gyvgdn="207" style="font-family: Times New Roman;"&gt;The more you isolate sandboxed solutions, the better your ability to protect the main part of your SharePoint Server 2010 site from code that might consume too many resources. You can increase isolation by using remote load balancing and by running the sandboxed solution service only on specific servers."&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-4564253950874247875?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/08/sandbox-solutions-and-load-balancing.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://4.bp.blogspot.com/-3TpIoP2JzTI/Tjxl64DH13I/AAAAAAAAAig/0ni0b__TgZE/s72-c/sand_1.png" height="72" width="72" /><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-4754151915509634349</guid><pubDate>Wed, 27 Jul 2011 09:20:00 +0000</pubDate><atom:updated>2011-07-27T12:20:26.539+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Excel SpeardSheet can't be open in Sharepoint Server 2010 with Office Web Apps</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nbg4DKSzLYk49cGXaPskXgtAh0w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nbg4DKSzLYk49cGXaPskXgtAh0w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nbg4DKSzLYk49cGXaPskXgtAh0w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nbg4DKSzLYk49cGXaPskXgtAh0w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;i&gt;Today I came across an error with Excel service and Office web apps with that I make sure all features running and application service&amp;nbsp;associated&amp;nbsp;with my web application so I check the log and I found this error:&lt;/i&gt;&lt;br /&gt;
&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm; mso-layout-grid-align: none; text-align: left; text-autospace: none; unicode-bidi: embed;"&gt;&lt;span style="font-family: &amp;quot;Segoe UI&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt;"&gt;&lt;i&gt;&lt;b&gt;SQL Database 'WSS_Content_SCTAIntranet_80' on SQL Server instance '[Instance Name]' not found. Additional error information from SQL Server is included below&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL" lang="AR-SA"&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm; mso-layout-grid-align: none; text-align: left; text-autospace: none; unicode-bidi: embed;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm; mso-layout-grid-align: none; text-align: left; text-autospace: none; unicode-bidi: embed;"&gt;&lt;span style="font-family: &amp;quot;Segoe UI&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt;"&gt;&lt;i&gt;&lt;b&gt;Cannot open database "WSS_Content_SCTAIntranet_80" requested by the login. The login failed&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL" lang="AR-SA"&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;&lt;span style="font-family: &amp;quot;Segoe UI&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; line-height: 115%;"&gt;&lt;b&gt;Login failed for user '[DomainName]&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL" lang="AR-SA"&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;\&lt;/span&gt;EPM_ExcelService&lt;/b&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL" lang="AR-SA"&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;&lt;span dir="RTL"&gt;&lt;/span&gt;'.&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;&lt;span style="font-family: &amp;quot;Segoe UI&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; line-height: 115%;"&gt;&lt;span dir="RTL" lang="AR-SA"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-KNyXPZMYykA/Ti_X-2vQwNI/AAAAAAAAAiY/phhQRDhe8KU/s1600/01111.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="70" src="http://3.bp.blogspot.com/-KNyXPZMYykA/Ti_X-2vQwNI/AAAAAAAAAiY/phhQRDhe8KU/s320/01111.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;&lt;span style="font-family: &amp;quot;Segoe UI&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; line-height: 115%;"&gt;&lt;span dir="RTL" lang="AR-SA"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;So to fix this problem just go to SQL Server Management Studio &amp;gt; Security Folder &amp;gt; Logins &amp;gt;[DomainName]\EPM_ExcelService then Right click and Properties&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/--5hlhGNkPVQ/Ti_YIUJaU1I/AAAAAAAAAic/Kg8Sfrftebg/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="269" src="http://3.bp.blogspot.com/--5hlhGNkPVQ/Ti_YIUJaU1I/AAAAAAAAAic/Kg8Sfrftebg/s320/02.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;Select the database name (&lt;/i&gt;&lt;span class="Apple-style-span" style="font-family: 'Segoe UI', sans-serif; font-size: 12px;"&gt;&lt;i&gt;&lt;b&gt;WSS_Content_SCTAIntranet_80) and then in down part check [db_owner].&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-4754151915509634349?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/07/excel-speardsheet-cant-be-open-in.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://3.bp.blogspot.com/-KNyXPZMYykA/Ti_X-2vQwNI/AAAAAAAAAiY/phhQRDhe8KU/s72-c/01111.png" height="72" width="72" /><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-293843139580431001</guid><pubDate>Sun, 24 Jul 2011 20:45:00 +0000</pubDate><atom:updated>2011-07-24T23:45:01.804+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><category domain="http://www.blogger.com/atom/ns#">Asp.Net</category><title>How to encrypt the connection string in web.config in Asp.net Web Application or Site and SharePoint Web Application</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TbL-cYVk3Z5AR7gEAT0eaf163kg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TbL-cYVk3Z5AR7gEAT0eaf163kg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TbL-cYVk3Z5AR7gEAT0eaf163kg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TbL-cYVk3Z5AR7gEAT0eaf163kg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;i&gt;In order to encrypt sensitive information in the web.config of Asp.net Web application/Site or SharePoint Web application like connection String which include user name and password or any data in appSettings so to secure your data easily you can use .net 2.0 tool called (aspnet_regiis.exe).&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;In this post I will show you how to encrypt/decrypt appSettings data in Web.config using the aspnet_regiis tool.&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;So first go to command prompt of .net 2.0 which located in this path:&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;C:\Windows\Microsoft.NET\Framework\v2.0.50727&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-YhnFMQN4OaE/Tix94dzJXYI/AAAAAAAAAiA/kxZVYg_OPqc/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="49" src="http://4.bp.blogspot.com/-YhnFMQN4OaE/Tix94dzJXYI/AAAAAAAAAiA/kxZVYg_OPqc/s320/01.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span style="font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;"&gt;&lt;i&gt;Then I have a Test Web application with this section in web.config&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: Calibri, sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: 15px; line-height: 17px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&amp;lt;appSettings&amp;gt;
    &amp;lt;add key="MyPassword" value="1234"/&amp;gt;
&amp;lt;/appSettings&amp;gt;

&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;span style="font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;"&gt;&lt;i&gt;Now to encrypt this data, just run the following command:&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: Calibri, sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: 15px; line-height: 17px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;
aspnet_regiis -pef "appSettings" "D:\CustomFunctoids\TestWeb\TestWeb"&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;first parameter : name of section you want to encrypt it&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;&lt;span class="Apple-style-span"&gt;second&amp;nbsp;&lt;/span&gt;parameter&amp;nbsp;&lt;span class="Apple-style-span"&gt;: the folder directory of the web application which contains the web.config&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;span class="Apple-style-span"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-JCRHya20GuQ/TiyAorOdClI/AAAAAAAAAiQ/O6RbPd7QjFM/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="57" src="http://4.bp.blogspot.com/-JCRHya20GuQ/TiyAorOdClI/AAAAAAAAAiQ/O6RbPd7QjFM/s320/02.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;i&gt;So you will get a succeeded message tell you that the encryption done.&lt;/i&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;&lt;i&gt;Now check your web.config /appSettings section and you will see something like this:&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&amp;lt;appSettings configProtectionProvider="RsaProtectedConfigurationProvider"&amp;gt;
    &amp;lt;EncryptedData Type="http://www.w3.org/2001/04/xmlenc#Element"
      xmlns="http://www.w3.org/2001/04/xmlenc#"&amp;gt;
      &amp;lt;EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc" /&amp;gt;
      &amp;lt;KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"&amp;gt;
        &amp;lt;EncryptedKey xmlns="http://www.w3.org/2001/04/xmlenc#"&amp;gt;
          &amp;lt;EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5" /&amp;gt;
          &amp;lt;KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"&amp;gt;
            &amp;lt;KeyName&amp;gt;Rsa Key&amp;lt;/KeyName&amp;gt;
          &amp;lt;/KeyInfo&amp;gt;
          &amp;lt;CipherData&amp;gt;
            &amp;lt;CipherValue&amp;gt;BPLmgrIVZKTDerhKlyktxqnn5iybr8aO0IInylE8uT1Pe3zCB5y9DIHqlllH3e0sz6TtJaU/wS0oEiPIWMMO0BL/BPdj9E5Onq4nYiA2r/zBPCR6H0nYhk9/uMjao4YDcg6daask65Y8Mx1RBO/xM/IKzdNGXICpiF09Mrwrv1Q=&amp;lt;/CipherValue&amp;gt;
          &amp;lt;/CipherData&amp;gt;
        &amp;lt;/EncryptedKey&amp;gt;
      &amp;lt;/KeyInfo&amp;gt;
      &amp;lt;CipherData&amp;gt;
        &amp;lt;CipherValue&amp;gt;kziM2nK5Ej6kg7hxnN2shTB8EiMW/I5jrgQRJAIRD5gSV/KG6iYslstFz+r+6Wk9OKXKP2zUhDRl42++HOWbtjqJn5XjmHuzy3tHy+7YMvRL6CNY7lXQTQ==&amp;lt;/CipherValue&amp;gt;
      &amp;lt;/CipherData&amp;gt;
    &amp;lt;/EncryptedData&amp;gt;
  &amp;lt;/appSettings&amp;gt;

&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;i&gt;So it&amp;nbsp;encrypted&amp;nbsp;by using RsaProtectedConfigurationProvider algorithm&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Now if your browse your site and you get this error :&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;"Failed to decrypt using provider 'RsaProtectedConfigurationProvider'. Error message from the provider: The RSA key container could not be opened"&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;this means the user used by the Asp.Net web site does not have access to read this key container so to know what the name of user ?&amp;nbsp;&lt;/i&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;you &lt;i&gt;can create a simple .aspx page and place this code inside it&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;to determine the user account or identity under which ASP.NET runs by retrieving the current WindowsIdentity name.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;
&amp;lt;%@ Page Language="C#" %&amp;gt;
&amp;lt;%
Response.Write(System.Security.Principal.WindowsIdentity.GetCurrent().Name);
%&amp;gt;

&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;i&gt;So this page will print the current user used to run the web site so in my PC I got this result "VAIO-PC\VAIO"&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;now to grant this user ability to read this encrypted data run the following command&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;
aspnet_regiis -pa "NetFrameworkConfigurationKey" "VAIO-PC\VAIO"
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-uGhJMKTI620/TiyCb_ELniI/AAAAAAAAAiU/CCA8N6_1JRg/s1600/03.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="41" src="http://3.bp.blogspot.com/-uGhJMKTI620/TiyCb_ELniI/AAAAAAAAAiU/CCA8N6_1JRg/s320/03.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span"&gt;Now what if you want to&amp;nbsp;&lt;/span&gt;decrypt&amp;nbsp;&lt;span class="Apple-style-span"&gt;the data to modify it so how to decrypt the appSettings section ?&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;span class="Apple-style-span"&gt;&lt;i&gt;run the&amp;nbsp;following&amp;nbsp;command to return to the normal status (Plan text)&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;aspnet_regiis -pdf "appSettings" "D:\CustomFunctoids\TestWeb\TestWeb"
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-scFTJDFHN9E/Tix96perneI/AAAAAAAAAiM/XGMh5iWsohw/s1600/04.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="64" src="http://4.bp.blogspot.com/-scFTJDFHN9E/Tix96perneI/AAAAAAAAAiM/XGMh5iWsohw/s320/04.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="direction: ltr; text-align: left; unicode-bidi: embed;"&gt;Notes:&lt;/div&gt;&lt;div class="MsoListParagraphCxSpFirst" style="direction: ltr; margin-bottom: 10.0pt; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-add-space: auto; mso-list: l0 level1 lfo1; text-align: left; text-indent: -18.0pt; unicode-bidi: embed;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;1.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span dir="LTR"&gt;&lt;/span&gt;You need to run this in all front end servers&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="direction: ltr; margin-bottom: 10.0pt; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-add-space: auto; mso-list: l0 level1 lfo1; text-align: left; text-indent: -18.0pt; unicode-bidi: embed;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;2.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span dir="LTR"&gt;&lt;/span&gt;No need to any changes in your code because .net code can recognize this changes&lt;/div&gt;&lt;div class="MsoListParagraphCxSpLast" style="direction: ltr; margin-bottom: 10.0pt; margin-left: 36.0pt; margin-right: 0cm; margin-top: 0cm; mso-add-space: auto; mso-list: l0 level1 lfo1; text-align: left; text-indent: -18.0pt; unicode-bidi: embed;"&gt;&lt;!--[if !supportLists]--&gt;&lt;span style="mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;3.&lt;span style="font: 7.0pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span dir="LTR"&gt;&lt;/span&gt;You can do the above steps by .net code&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-293843139580431001?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/07/how-to-encrypt-connection-string-in.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://4.bp.blogspot.com/-YhnFMQN4OaE/Tix94dzJXYI/AAAAAAAAAiA/kxZVYg_OPqc/s72-c/01.png" height="72" width="72" /><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-7052082042083498424</guid><pubDate>Fri, 13 May 2011 17:42:00 +0000</pubDate><atom:updated>2011-05-31T01:20:49.523+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Tips for Anonymous site in SharePoint 2010</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FFDcHHjf3o0PtDz62KFXdkxyLXE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FFDcHHjf3o0PtDz62KFXdkxyLXE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FFDcHHjf3o0PtDz62KFXdkxyLXE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FFDcHHjf3o0PtDz62KFXdkxyLXE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;em&gt;These are some tips to publish your site with anonymous access.&lt;/em&gt;&lt;br /&gt;
&lt;ol style="text-align: left;"&gt;&lt;li&gt;&lt;em&gt;From Central Administration &amp;gt;&amp;gt; Web Applications Management &amp;gt;&amp;gt; then select your web application &amp;gt;&amp;gt; Authentication Providers &amp;gt;&amp;gt; Select the zone which publish it to the&amp;nbsp;internet (In my case is Default Zone) &amp;gt;&amp;gt; Enable anonymous access&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-0bFwUmCrcNk/Tc1rzHhv_7I/AAAAAAAAAfc/-MGrP41xz9I/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="261" j8="true" src="http://1.bp.blogspot.com/-0bFwUmCrcNk/Tc1rzHhv_7I/AAAAAAAAAfc/-MGrP41xz9I/s320/01.png" width="320" /&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-family: Calibri;"&gt;2.&amp;nbsp;&lt;em&gt; Then open your site and go to Site Settings &amp;gt;&amp;gt; Site Permissions &amp;gt;&amp;gt; Anonymous Access (top in Ribbon) &amp;gt;&amp;gt; Select Entire Web site&lt;/em&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-4NPKZervOJQ/Tc1r2TruW6I/AAAAAAAAAfg/_XeRuh3eZ8E/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="268" j8="true" src="http://2.bp.blogspot.com/-4NPKZervOJQ/Tc1r2TruW6I/AAAAAAAAAfg/_XeRuh3eZ8E/s320/02.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;em&gt;3.&amp;nbsp; Make sure all pages, master pages , layouts , images ,item style and css have published (Checked in and Published).&lt;/em&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;em&gt;4.&amp;nbsp;If you have a page in layouts folder (14-hive folder) then make sure the page inherence from &lt;strong&gt;System.Web.UI.Page&lt;/strong&gt; not other namespace and class (like LayoutsPageBase).&lt;/em&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;em&gt;5. If you have Client Object Model (ECMAScript) in your page make sure to run the following script to remove the striction from SharePoint 2010 with anonymous access (be careful when you are using Client Object with anonymous access to access any sensitive information )&lt;/em&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;$wa = Get-SPWebApplication -Identity "http://SiteCollectionUrl"
$wa.ClientCallableSettings.AnonymousRestrictedTypes.Remove([Microsoft.SharePoint.SPList], "GetItems")
$wa.Update()

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;em&gt;6. If you have for example a page which insert an item to custom list and you need to enable the user insert the item anonymously you have to break the permission of this list from list Settings &amp;gt;&amp;gt; &lt;/em&gt;&lt;/span&gt;&lt;a href="http://vaio-pc:25219/_layouts/user.aspx?obj=%7B57740440%2D266F%2D45D2%2D9798%2D75156F8D1AAF%7D,list&amp;amp;List=%7B57740440%2D266F%2D45D2%2D9798%2D75156F8D1AAF%7D"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;em&gt;then Select Permissions for this list&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;em&gt;&lt;span style="color: #333333; font-family: Tahoma, sans-serif; font-size: 10pt; line-height: 115%;"&gt; and &lt;/span&gt;&lt;span style="font-family: Calibri;"&gt;then Click on Anonymous Access and Select Add Items permission.&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-4MEEXZyLjGk/Tc1r5pLclRI/AAAAAAAAAfk/-aivo8gFQ5Q/s1600/03.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="167" j8="true" src="http://4.bp.blogspot.com/-4MEEXZyLjGk/Tc1r5pLclRI/AAAAAAAAAfk/-aivo8gFQ5Q/s320/03.png" width="320" /&gt;&lt;/a&gt;&lt;span style="font-family: Calibri;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;em&gt;7. Avoid Operation of attaching a workflow (ex. SharePoint Designer workflow) with the item insertion or uploading file because these functions not work properly in anonymous access.&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: Calibri;"&gt;&lt;i&gt;8.Finally to access the site via mobile device and avoid the unauthorized page error or to browse the site same as normal browser so just past this configuration in web.config of Web application under system.web section&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: Calibri;"&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed #999999; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&amp;lt;browserCaps&amp;gt;
  &amp;lt;result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/&amp;gt;
  &amp;lt;filter&amp;gt;isMobileDevice=false&amp;lt;/filter&amp;gt;
&amp;lt;/browserCaps&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-7052082042083498424?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/05/tips-for-anonymous-site-in-sharepoint.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://1.bp.blogspot.com/-0bFwUmCrcNk/Tc1rzHhv_7I/AAAAAAAAAfc/-MGrP41xz9I/s72-c/01.png" height="72" width="72" /><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-5875426541515881131</guid><pubDate>Fri, 06 May 2011 20:59:00 +0000</pubDate><atom:updated>2011-05-07T01:21:53.850+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sql server</category><category domain="http://www.blogger.com/atom/ns#">DBA</category><title>Some techniques Help you to test the connection of SQL Server between the Servers</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1WjxBBw76_nNWupKgdM6k0-aMck/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1WjxBBw76_nNWupKgdM6k0-aMck/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1WjxBBw76_nNWupKgdM6k0-aMck/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1WjxBBw76_nNWupKgdM6k0-aMck/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;em&gt;Sometimes I faced problems while installing SQL Server and Configuration the Farm and these problems happened between the connection of SQL Server and frontend servers. These problems sometimes related to ports , firewall or these server internally and the others in DMZ etc… so these are some techniques will help you to test the connection and find out which port is used by SQL server. &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;For example to check which port currently used by SQL Server you have many options:&lt;/em&gt;&lt;br /&gt;
&lt;ol style="text-align: left;"&gt;&lt;li&gt;&lt;strong&gt;&amp;nbsp;&lt;em&gt;Go to regedit and the registry key for SQL Server instance name&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQLServer\SuperSocketNetLib\Tcp\IPAll&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-UnI2hABEro0/TcReZhayOtI/AAAAAAAAAe8/gAuKl8YrKl4/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="86" j8="true" src="http://3.bp.blogspot.com/-UnI2hABEro0/TcReZhayOtI/AAAAAAAAAe8/gAuKl8YrKl4/s320/01.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Note&lt;/strong&gt;: &lt;em&gt;there are two different type of ports in SQL server:&lt;/em&gt; &lt;br /&gt;
&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;a. Static port: by this option you select specific port and always SQL Server uses this port to listen to the connection.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;b. Dynamic port: by this option each time SQL Server restarted it will assign a new port if the last used port closed or not available.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
2.&lt;span style="font-family: &amp;quot;Calibri&amp;quot;, &amp;quot;sans-serif&amp;quot;; font-size: 11pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;strong&gt;&lt;em&gt;Go to SQL Server Configuration Manager &amp;gt;&amp;gt; SQL Server Network Configuration &amp;gt;&amp;gt; Protocols for [Instance Name] &amp;gt;&amp;gt; TCP/IP then right click and select properties&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-I3KUMyy0wJQ/TcReqnbMoeI/AAAAAAAAAfA/tSDcxdTAsRo/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="138" j8="true" src="http://4.bp.blogspot.com/-I3KUMyy0wJQ/TcReqnbMoeI/AAAAAAAAAfA/tSDcxdTAsRo/s320/02.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;, &amp;quot;sans-serif&amp;quot;; font-size: 11pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;3.&lt;strong&gt;&lt;em&gt;Use this Query&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;em&gt;&lt;/em&gt;&lt;/div&gt;&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;em&gt;use master&lt;/em&gt;&lt;/div&gt;&lt;em&gt;go&lt;/em&gt;&lt;br /&gt;
&lt;div style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;"&gt;&lt;em&gt;Xp_readerrorlog&lt;/em&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-8_sKzmEnq24/TcRflvDMPeI/AAAAAAAAAfE/84yPlMOz40Y/s1600/03.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="165" j8="true" src="http://2.bp.blogspot.com/-8_sKzmEnq24/TcRflvDMPeI/AAAAAAAAAfE/84yPlMOz40Y/s320/03.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;"&gt;﻿4.&lt;strong&gt;&lt;em&gt;Use this Query (this query return information about the connection established to this instance of SQL Server)&lt;/em&gt;&lt;/strong&gt;&lt;/div&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;select net_transport,local_tcp_port from sys.dm_exec_connections&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-mmeyVuTTt0o/TcRf5uBMS1I/AAAAAAAAAfI/271YKVdQMsU/s1600/04.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="134" j8="true" src="http://4.bp.blogspot.com/-mmeyVuTTt0o/TcRf5uBMS1I/AAAAAAAAAfI/271YKVdQMsU/s320/04.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;em&gt;5.&lt;strong&gt;Go to command prompt and run this command which return the list of listened and established prots &lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;netstat –a&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-LLiRIPiH5wQ/TcRgFN0hvWI/AAAAAAAAAfM/XQWYKsYUMkk/s1600/05.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="150" j8="true" src="http://1.bp.blogspot.com/-LLiRIPiH5wQ/TcRgFN0hvWI/AAAAAAAAAfM/XQWYKsYUMkk/s320/05.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;6.&lt;span style="font-family: Calibri;"&gt;&lt;em&gt;To test the connection between the servers for example login to frontend server to see this server can connect to SQL server .Go to Control Panel\All Control Panel Items\&lt;strong&gt;Administrative Tools and click on Data Sources (ODBC)&lt;/strong&gt; and try to connect to the instance name.&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-6jkKJmRGD8Q/TcRgSElOx1I/AAAAAAAAAfQ/2SsSQlfVM7I/s1600/06.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="256" j8="true" src="http://2.bp.blogspot.com/-6jkKJmRGD8Q/TcRgSElOx1I/AAAAAAAAAfQ/2SsSQlfVM7I/s320/06.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;7.&lt;em&gt;To test the connection also you can use the following steps:&lt;/em&gt; &lt;br /&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. Create abc.udl text file &lt;strong&gt;(extension .udl)&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b.&lt;/strong&gt;&lt;span style="font-family: Calibri;"&gt;Double click to this file and then select the provider and enter the connection information&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-RxKRqIB0tnc/TcRgm1oru2I/AAAAAAAAAfU/6lZp0K4rC40/s1600/07.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" j8="true" src="http://1.bp.blogspot.com/-RxKRqIB0tnc/TcRgm1oru2I/AAAAAAAAAfU/6lZp0K4rC40/s1600/07.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-Fco_c2IhGpk/TcRgqVU-HeI/AAAAAAAAAfY/DHXsNOvTCAU/s1600/08.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" j8="true" src="http://1.bp.blogspot.com/-Fco_c2IhGpk/TcRgqVU-HeI/AAAAAAAAAfY/DHXsNOvTCAU/s320/08.png" width="253" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Calibri;"&gt;Last notes: &lt;/span&gt;&lt;br /&gt;
&lt;ol style="text-align: left;"&gt;&lt;li&gt;&lt;span style="font-family: Calibri;"&gt;when you test the connection, port... first check it locally in SQL Server server and make sure you can connect to SQL Server &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Calibri;"&gt;when you install SQL Server the default port used is 1433.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Calibri;"&gt;try to check if you can connect to SQL Server from other server internally or externally and if you face any problems always check the connectivity between the servers and the firewall.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Calibri;"&gt;there are also other options to check the ports and the connection between the server like telnet ,look@me and other&amp;nbsp;third party tools.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-5875426541515881131?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/05/some-techniques-help-you-to-test.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://3.bp.blogspot.com/-UnI2hABEro0/TcReZhayOtI/AAAAAAAAAe8/gAuKl8YrKl4/s72-c/01.png" height="72" width="72" /><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-8178025952939910303</guid><pubDate>Fri, 29 Apr 2011 18:38:00 +0000</pubDate><atom:updated>2011-04-29T21:38:42.772+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SQL Cluster</category><title>Cluster network name resource SQL Network Name{} failed to create its associated computer object in domain{}</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Q-ilINHXklYLDrGFOvJ59vIfCYY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q-ilINHXklYLDrGFOvJ59vIfCYY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Q-ilINHXklYLDrGFOvJ59vIfCYY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q-ilINHXklYLDrGFOvJ59vIfCYY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;I got an error while installing SQL Server 2008 R2 Clustering&amp;nbsp;which the error is :&lt;br /&gt;
"Cluster network name resource SQL Network Name{} failed to create its associated computer object in domain{} for the follwoing reason:Unable to update password for computer account. The text for teh associated error code is :&lt;strong&gt;Access is denied&lt;/strong&gt;."&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-wWd3RXpSPbA/TbsCY10apBI/AAAAAAAAAe0/OwiuyPhQWas/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="78" j8="true" src="http://2.bp.blogspot.com/-wWd3RXpSPbA/TbsCY10apBI/AAAAAAAAAe0/OwiuyPhQWas/s320/01.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-ITe67rAfH1E/TbsCaOcqxHI/AAAAAAAAAe4/4IijGzxbYr8/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="139" j8="true" src="http://1.bp.blogspot.com/-ITe67rAfH1E/TbsCaOcqxHI/AAAAAAAAAe4/4IijGzxbYr8/s320/02.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
so if you see&amp;nbsp;the error in the first image you will see also the suggestion solution&amp;nbsp;to sovle this error and this problem so&amp;nbsp;you have to do the following before install SQL Server Clustering :&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Go to Active Directory Users and Computers&lt;/li&gt;
&lt;li&gt;Right Click on SQL Cluster Name (Computer Object name)&lt;/li&gt;
&lt;li&gt;Go to Properties&lt;/li&gt;
&lt;li&gt;Go to Security Tab&lt;/li&gt;
&lt;li&gt;Add Windows Cluster Name (Computer Object name) with Full Control&lt;/li&gt;
&lt;li&gt;Apply and OK.&lt;/li&gt;
&lt;/ol&gt;then remove the current installation and reinstall SQL Server 2008 R2 from begining.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-8178025952939910303?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/04/cluster-network-name-resource-sql.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://2.bp.blogspot.com/-wWd3RXpSPbA/TbsCY10apBI/AAAAAAAAAe0/OwiuyPhQWas/s72-c/01.png" height="72" width="72" /><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-3840089684432956096</guid><pubDate>Fri, 08 Apr 2011 18:51:00 +0000</pubDate><atom:updated>2011-04-08T21:51:33.967+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>SharePoint Central Administration (SPCA)</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/F-PTdt4aRuEj92DxPWu7Yb9mu8k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/F-PTdt4aRuEj92DxPWu7Yb9mu8k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/F-PTdt4aRuEj92DxPWu7Yb9mu8k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/F-PTdt4aRuEj92DxPWu7Yb9mu8k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;i&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;These are good articles related to SharePoint Central Administration every SharePoint Administrator or DBA must know :&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;b&gt;SharePoint Central Administration: High Availability, Load Balancing, Security &amp;amp; General Recommendations&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;&lt;i&gt;&lt;/i&gt;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;div style="display: inline !important;"&gt;&lt;i&gt;&lt;i&gt;http://www.harbar.net/articles/spca.aspx&lt;/i&gt;&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Easy access to SharePoint Central Administration for developers&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;http://blog.mastykarz.nl/easy-access-sharepoint-central-administration-developers/&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;b&gt;How to change the URL for SharePoint Central Administration site&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;http://blogs.objectsharp.com/cs/blogs/max/archive/2008/11/14/how-to-change-the-url-for-sharepoint-central-administration-site.aspx&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;b&gt;Change the Central Administration Web site port number (SharePoint Server 2010)&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;http://technet.microsoft.com/en-us/library/cc298580.aspx&lt;/i&gt;&lt;br /&gt;
&lt;div&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-3840089684432956096?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/04/sharepoint-central-administration-spca.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-1960094096527669858</guid><pubDate>Mon, 04 Apr 2011 10:22:00 +0000</pubDate><atom:updated>2011-04-04T13:22:36.385+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">DBA</category><title>Msg 3271, Level 16, State 1, Line 1 A nonrecoverable I/O error occurred on file</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XfmqZ7xBY5sb25T32oV9gqqnVzo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XfmqZ7xBY5sb25T32oV9gqqnVzo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XfmqZ7xBY5sb25T32oV9gqqnVzo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XfmqZ7xBY5sb25T32oV9gqqnVzo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Today&amp;nbsp;while&amp;nbsp;I trying to perform backup for one database using script or SQL Server 2008&amp;nbsp;management studio&amp;nbsp;I got this error &lt;/div&gt;&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border: 1px dashed rgb(153, 153, 153); color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;BACKUP DATABASE [SCTA_ORG] TO  DISK = N'E:\SQL 2008 DBs\MSSQL10.SQL2008\MSSQL\Backup\sct_org_4.bak' 
WITH NOFORMAT, NOINIT,  
NAME = N'SCTA_ORG-Full Database Backup', 
SKIP, NOREWIND, NOUNLOAD,  STATS = 10
GO
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
this is the error&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border: 1px dashed rgb(153, 153, 153); color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;Msg 3271, Level 16, State 1, Line 1
A nonrecoverable I/O error occurred on file "E:\SQL 2008 DBs\MSSQL10.SQL2008\MSSQL\Backup\sct_org_4.bak:" 112(failed to retrieve text for this error. Reason: 1815).
Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is termina&lt;/code&gt;
&lt;code&gt;ting abnormally.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-FaquF0HweHU/TZmbzKXF8aI/AAAAAAAAAew/NoTPKrZESAU/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="140" src="http://1.bp.blogspot.com/-FaquF0HweHU/TZmbzKXF8aI/AAAAAAAAAew/NoTPKrZESAU/s320/01.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Solution:&lt;br /&gt;
this error related to Disk space of Backup drive so to perform the backup successfully just increase the space of disk drive where the backup will be save it.&lt;br /&gt;
&lt;em&gt;&lt;/em&gt;&lt;em&gt;&lt;/em&gt;&lt;em&gt;&lt;/em&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-1960094096527669858?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/04/msg-3271-level-16-state-1-line-1.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://1.bp.blogspot.com/-FaquF0HweHU/TZmbzKXF8aI/AAAAAAAAAew/NoTPKrZESAU/s72-c/01.png" height="72" width="72" /><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-7555018782602822775</guid><pubDate>Thu, 31 Mar 2011 06:28:00 +0000</pubDate><atom:updated>2011-03-31T09:28:33.602+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><category domain="http://www.blogger.com/atom/ns#">SharePoint Designer</category><title>SharePoint 2010 Branding - Tips 1</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vO4_5qLuWj87GVvP4ljiM_IHLxY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vO4_5qLuWj87GVvP4ljiM_IHLxY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vO4_5qLuWj87GVvP4ljiM_IHLxY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vO4_5qLuWj87GVvP4ljiM_IHLxY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;These group of tips which are&amp;nbsp;related to SharePoint 2010 Branding which I gathered from Pro SharePoint 2010 Branding book&amp;nbsp;- Wrox publishing and my experience so&amp;nbsp;maybe these tips&amp;nbsp;will benefit anyone read this article.&lt;/span&gt;&lt;/div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;We have to reduce the gap between the designer and developer because many times the developer does some designing tasks in SharePoint 2010 and vice versa.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt;Branding of SharePoint different from Branding and designing of custom web application because it's not just CSS ,images and HTML but it's also include XSLT , MaterPage and Web Parts.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;/span&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;SharePoint Designer 2010 setup&amp;nbsp;available for free from Microsoft download site (&lt;/span&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d88a1505-849b-4587-b854-a7054ee28d66&amp;amp;displaylang=en"&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;32&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt; bit or &lt;/span&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=566d3f55-77a5-4298-bb9c-f55f096b125d&amp;amp;displaylang=en"&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;64&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt; bit).&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;/span&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol;"&gt;&lt;span style="mso-list: Ignore;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;Having some knowledge in ASP.NET help you to get comfortable to work with SharePoint Branding components like Master page and Content place holders.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;Branding means create your site which reflects your standards or schema and colors so for example your colors and fonts of&amp;nbsp;your company&amp;nbsp;site inherent form Your Logo.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;Some feature of branding available in SharePoint Server 2010 not available in SharePoint foundation like publishing features.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;Branding of Your site can be different based on the type of your environment which can be intranet, internet or extranet (combination of intranet and internet).&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;In SharePoint 2007, custom theme can be apply by creating CSS, images and XML in 12 hive folder then applies these changes to master page but in SharePoint 2010 the task now easier so just we can apply a custom&amp;nbsp;theme by creating .thmx file by using Office software 2007 or later version to customize your theme&amp;nbsp;with 12 colors and 2 fonts then applies these changes to any site by uploading one file only from site settings.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;Out of the box master pages available in SharePoint 2010 as the&amp;nbsp;following:&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;V4.master – like default master page in SharePoint 2007&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&amp;nbsp;Nightandday.master – this master page used with publishing site&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&amp;nbsp;Minimal.master – less functionality master page and used with search site but it's not a minimal master page like in SharePoint 2007 so can't be used as starter master page as previous version.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol;"&gt;&lt;span style="mso-list: Ignore;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;Wiki pages enable the user to create the page on&amp;nbsp;the&amp;nbsp;spot just when he enter a link for the page by using [[ in edit mode.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;&lt;/span&gt;&lt;span style="font-family: Verdana, sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol;"&gt;&lt;span style="mso-list: Ignore;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span dir="ltr"&gt;&lt;/span&gt;In SharePoint 2007 the core.css was a file which contains all css useing with SharePoint so when you browse a page the&amp;nbsp;sharepoint load this file which has thousands of lines and this produce the performance issues but in SharePoint 2010 the concept changes so the main file now coreV4.css and just the needed style will be&amp;nbsp;load it&amp;nbsp;when you request the page for example if load the search page so just css needed for search page will be&amp;nbsp;load it.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;We can divide the supported browser by SharePoint 2010 :&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;Fully supported like IE 7 or 8 32 bit &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;Supported with some limitations like Firefox 3.6 , IE 7 or 8 64 bit and chrome&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;Not supported like IE 6&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;SharePoint 2010 output cleaner HTML code more than SharePoint 2007&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;"&gt;You can customize the Media Player web part&amp;nbsp;which is sliver light control with using Microsoft expression blend. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Multi-lingual User Interface (MUI) enable the user to have multiple language feature&amp;nbsp;for one site not like the variation which create separated site for each language. &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Note: Variation and MUI can be used together.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;SharePoint 2010 has been designed to follow more closely (not 100%) the XHTML standard which enables Web Content Accessibility Guidelines WCAG 2.0 of W3C.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Application Pages (which are&amp;nbsp;under _layouts folder ) can be now customize their master page from site settings not like SharePoint 2007 you have to customize application.master (this master page lives under layout folder directory and all web application read from this master page unless you have a separate layout folder for each web application) or assign a new master page by using custom code (not supported by Microsoft specially when you apply hot fix or service back).&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;If any an error occur in custom master page for application pages SharePoint will fall back automatically to v4.master to make sure all application pages still accessed.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;You can still use Branding of SharePoint 2007 in upgrading environment or you can upgrades to new look and feel by using Visual Upgrade feature.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;A DOCTYPE is a piece of code that is declared at the top of a document that instructs the browser to use a specific language to interpret the rest of code.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;List of Popular DOCTYPE in use today :&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;HTML 4.01 Strict — allows all HTML elements but does not allow deprecated elements such as the tag.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;HTML 4.01 Transitional — allows all HTML elements including deprecated elements.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;&amp;nbsp;XHTML 1.0 Strict — Similar to HTML 4.01 Strict, but all tags must be well-formed XML. Deprecated elements are allowed but must also be well-formed XML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;XHTML 1.0 Transitional — Similar to HTML 4.01 Transitional, but all tags must be well formed XML. Deprecated elements are allowed but must also be well-formed XML&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;SharePoint 2010 use XHTML 1.0 Strict DOCTYPE by default. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Compatibility mode tells the browser (IE only ) how to interpret and render a website and there are several supported modes in IE 8: &lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;IE=5 IE5.5/Quirks rendering mode &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;IE=7 IE7 Standards rendering mode&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;&amp;nbsp;IE=EmulateIE7 IE7 Standards or Quirks rendering mode, depending on the DOCTYPE&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;IE=8 IE8 Standards rendering mode&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;IE=EmulateIE8 IE8 Standards or Quirks rendering mode, depending on the DOCTYPE&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;IE=edge Uses the latest rendering mode, which is currently IE8 Standards Mode&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;All SharePoint 2010 Master page by default use IE=8 compatibility mode.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;You have to connect and login to a site in SharePoint Designer 2010 to use it as editor not like SharePoint Designer 2007 you can use it as editor without login required.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Check the bottom left corner in SharePoint Designer 2010 to find the current login used or to login by other user&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;To apply custom CSS in SharePoint 2010 you can use the following methods:&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Apply inline style in master page and page layouts&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Create custom CSS and add link to custom master page &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Alternate CSS feature with publishing site only.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;In SharePoint 2007 you can create view for list by using web browser but in SharePoint 2010 you can also create the views for the list by using SharePoint Designer 2010&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;All view of list of SharePoint 2010 based on XSLT so you can customize by using SharePoint Designer 2010 (use XSLT List View Web Part) not like SharePoint 2007 which based on CAML&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Type of workflow supported by SharePoint Designer 2010&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;List workflows — workflows that are directly associated with a list.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Reusable workflows — these are workflows that can be associated with many lists, or libraries and it's based on a specific content type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Site workflows — these workflows are not associated with a specific list or content type.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Globally reusable workflows —out-of-the-box workflows (Approval, Collect Feedback, and Collect Signatures) are listed as globally Reusable Workflows. These workflows can be edited with SPD&amp;nbsp; 2010 or used as the basis to create new workflows. &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Workflow of SharePoint 2010 can be design also by using Microsoft Visio 2010 and Visual studio 2010 and then can be imported to SharePoint Designer 2010&amp;nbsp;to customized&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;You can connect through SharePoint Designer to different type of line of business with easier editor and read and write operation not like SharePoint 2007&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Not like SharePoint Designer 2007 , now you can control who can access the SharePoint Designer 2010 and which items can be edit by this user for example if the user can edit the master page or detach a page and this can be control from&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Central Administration &amp;gt;&amp;gt; General setting of Web application&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Verdana, sans-serif; font-size: x-small;"&gt;Site Settings of site collection&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-uDyRcUHu0Uk/TZQe2_ZaiqI/AAAAAAAAAeo/_99XB35fVts/s1600/Untitled.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="149" src="http://4.bp.blogspot.com/-uDyRcUHu0Uk/TZQe2_ZaiqI/AAAAAAAAAeo/_99XB35fVts/s320/Untitled.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;ul&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-7555018782602822775?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/03/sharepoint-2010-branding-tips-1.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://4.bp.blogspot.com/-uDyRcUHu0Uk/TZQe2_ZaiqI/AAAAAAAAAeo/_99XB35fVts/s72-c/Untitled.png" height="72" width="72" /><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-4474731289846567399</guid><pubDate>Sat, 12 Mar 2011 06:08:00 +0000</pubDate><atom:updated>2011-03-12T09:32:20.081+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Get Current Site Name in Item Style in SharePoint</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uOej03jyoss2qFAng9KMorMhPPQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uOej03jyoss2qFAng9KMorMhPPQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uOej03jyoss2qFAng9KMorMhPPQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uOej03jyoss2qFAng9KMorMhPPQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;If you want to get current site Name in item style you can use this field "FileRef" which return the complete url of page like this (/Faq/Pages/faq1.aspx) so to get only the (Faq) site Name you can do the following:&lt;/div&gt;&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border: 1px dashed rgb(153, 153, 153); color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt;&amp;lt;xsl:value-of select="substring-before(substring-after(@FileRef, '/'),'/')" &amp;gt;&amp;lt;/xsl:value-of&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
to see all fields and its value in item style use the following:&lt;/div&gt;&lt;pre style="background-color: #eeeeee; border: 1px dashed rgb(153, 153, 153); color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"&gt;&lt;code&gt; &amp;lt;xsl:for-each select="@*"&amp;gt;               
         &amp;lt;xsl:value-of select="name()" /&amp;gt; &amp;lt;xsl:value-of select="."/&amp;gt; &amp;lt;br/&amp;gt;                    
 &amp;lt;/xsl:for-each&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
Ref:&lt;br /&gt;
Content Query Web Part Display all fields + values&lt;br /&gt;
&lt;a href="http://vspug.com/rohan/2008/08/12/content-query-web-part-display-all-fields-values/"&gt;http://vspug.com/rohan/2008/08/12/content-query-web-part-display-all-fields-values/&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-4474731289846567399?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/03/get-current-site-name-in-item-style-in.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-3149774791676652528</guid><pubDate>Mon, 28 Feb 2011 08:03:00 +0000</pubDate><atom:updated>2011-02-28T11:08:34.003+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Can't Open PDF Files in SharePoint 2010</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/O6nAuHLDXYF-3GwcxLCFhQTAH60/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O6nAuHLDXYF-3GwcxLCFhQTAH60/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/O6nAuHLDXYF-3GwcxLCFhQTAH60/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O6nAuHLDXYF-3GwcxLCFhQTAH60/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;em&gt;If you try to open PDF file in the Browser in SharePoint Server 2010 you will not able to open it by default in the browser just you have an option to save a PDF file like the below images&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh4.googleusercontent.com/-jyMYUWjj1-k/TWtX2RnPdqI/AAAAAAAAAek/WTS9Qz41jGs/s1600/002.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="215" l6="true" src="https://lh4.googleusercontent.com/-jyMYUWjj1-k/TWtX2RnPdqI/AAAAAAAAAek/WTS9Qz41jGs/s320/002.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh6.googleusercontent.com/-ItHJtv0Q8Gk/TWtX1VIx9qI/AAAAAAAAAeg/vR-o8Tj2-dU/s1600/001.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" l6="true" src="https://lh6.googleusercontent.com/-ItHJtv0Q8Gk/TWtX1VIx9qI/AAAAAAAAAeg/vR-o8Tj2-dU/s320/001.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;em&gt;&amp;nbsp;so to solve this issue make sure you read and implement the following Links:&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;First&lt;/strong&gt; Check if your PC or system and browser support to open PDF file in the browser by the following Link:&lt;/em&gt;&lt;br /&gt;
Can't view PDF on the web&lt;br /&gt;
&lt;em&gt;&lt;a href="http://kb2.adobe.com/cps/328/328233.html"&gt;http://kb2.adobe.com/cps/328/328233.html&lt;/a&gt;&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;em&gt;&lt;strong&gt;Second&lt;/strong&gt; Implement the following solution by changing settings in General Setting of Web Application in Central administration and run the some specific power shell:&lt;/em&gt;&lt;br /&gt;
SharePoint 2010 forces users to save PDFs – Solution Found! &lt;br /&gt;
&lt;a href="http://nerdtastictips.blogspot.com/2010/08/sp2010-forces-users-to-save-pdfs.html"&gt;http://nerdtastictips.blogspot.com/2010/08/sp2010-forces-users-to-save-pdfs.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-3149774791676652528?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/02/cant-open-pdf-files-in-sharepoint-2010.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="https://lh4.googleusercontent.com/-jyMYUWjj1-k/TWtX2RnPdqI/AAAAAAAAAek/WTS9Qz41jGs/s72-c/002.png" height="72" width="72" /><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-7869334448474241566</guid><pubDate>Sun, 23 Jan 2011 09:12:00 +0000</pubDate><atom:updated>2011-01-23T12:18:28.858+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sql server</category><category domain="http://www.blogger.com/atom/ns#">T-SQL</category><title>System.Data.SqlClient.SqlError -When Restoring a Database to SQL Server 2008</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MKzv0vnUVhZ-XIbElZ32M5o3Qw4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MKzv0vnUVhZ-XIbElZ32M5o3Qw4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MKzv0vnUVhZ-XIbElZ32M5o3Qw4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MKzv0vnUVhZ-XIbElZ32M5o3Qw4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;, &amp;quot;sans-serif&amp;quot;; font-size: 11pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"&gt;&lt;em&gt;Today my friend tried to restore a database backup to SQL Server 2008 and&amp;nbsp;he got the following error&lt;/em&gt; &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_oBzDwYk1sKc/TTvsxaQPPBI/AAAAAAAAAeU/TW5G2nJ8TiU/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="90" s5="true" src="http://1.bp.blogspot.com/_oBzDwYk1sKc/TTvsxaQPPBI/AAAAAAAAAeU/TW5G2nJ8TiU/s320/01.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;em&gt;&lt;strong&gt;Msg 3176, Level 16, State 1, Line 1 File 'D:\SQL Server 2008 DBs\test01.mdf' is claimed by 'SCTA_ORG_SECOND'(3) and 'SCTA_ORGANIZATION'(1). The WITH MOVE clause can be used to relocate one or more files.&lt;/strong&gt;&lt;/em&gt;&lt;/div&gt;&lt;em&gt;&lt;strong&gt;Msg 3013, Level 16, State 1, Line 1&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;RESTORE DATABASE is terminating abnormally&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;em&gt;let's resolve this error then we will explain the reason of this error﻿ so at the same screen used for restoring database of Microsoft SQL Server Management Studio&amp;nbsp;&lt;/em&gt; &lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_oBzDwYk1sKc/TTvuG8DWZFI/AAAAAAAAAeY/HPn08UXeGCo/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="165" s5="true" src="http://1.bp.blogspot.com/_oBzDwYk1sKc/TTvuG8DWZFI/AAAAAAAAAeY/HPn08UXeGCo/s320/02.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;, &amp;quot;sans-serif&amp;quot;; font-size: 11pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: Arial; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"&gt;&lt;em&gt;select &lt;strong&gt;Script Action to New Query Window&lt;/strong&gt; as the above image so you will get the following T-SQL and here we will know the reason&lt;/em&gt; &lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;RESTORE DATABASE [test01] FROM  DISK = N'D:\SCTA_Org2.bak' WITH  FILE = 1,
    MOVE N'SCTA_ORGANIZATION' TO N'D:\SQL Server 2008 DBs\test01.mdf',
    MOVE N'SCTA_ORG_SECOND' TO N'D:\SQL Server 2008 DBs\test01.MDF',
    MOVE N'SCTA_ORGANIZATION_log' TO N'D:\SQL Server 2008 DBs\test01_1.ldf',
    NOUNLOAD,  STATS = 10
GO
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;em&gt;so you will notice there are two files of &lt;strong&gt;mdf&lt;/strong&gt; with the same name so just change the name of second one to &lt;strong&gt;test02&lt;/strong&gt;&amp;nbsp;or to &lt;strong&gt;test01.ndf&lt;/strong&gt; ( different extension)&amp;nbsp;then run the command and it's successfully restored.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;so the logical answer for this error&amp;nbsp;first &lt;strong&gt;test01.mdf&lt;/strong&gt; is a primary data file and the second is the secondary data&amp;nbsp;file but the extension and name&amp;nbsp;are same so that way you have to change the name or extension of second file with any other name&amp;nbsp;or extension. &lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;Note&lt;/strong&gt;: the extension is anything ( it can be .fad or .ndf but .ndf is best practice to determine what this file for for example .ldf for log file , .ndf&amp;nbsp; for secondary data files ..).&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;Finally&lt;/strong&gt; :&amp;nbsp;I think the original&amp;nbsp;database backup come from SQL Server 2000 and maybe this behavior allowed in SQL Server 2000 or the name is a&amp;nbsp;case sensitive ( test01.mdf not like test01.MDF).&lt;/em&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-7869334448474241566?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/01/systemdatasqlclientsqlerror-when.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://1.bp.blogspot.com/_oBzDwYk1sKc/TTvsxaQPPBI/AAAAAAAAAeU/TW5G2nJ8TiU/s72-c/01.png" height="72" width="72" /><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-1623460501958876841</guid><pubDate>Thu, 13 Jan 2011 14:06:00 +0000</pubDate><atom:updated>2011-01-13T17:09:07.486+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>SharePoint Server 2010 Farm Service Account - Logon as a service - SharePoint Services Timer V4</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UrG5BV7bvy6W0r8hKenClono4p4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UrG5BV7bvy6W0r8hKenClono4p4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UrG5BV7bvy6W0r8hKenClono4p4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UrG5BV7bvy6W0r8hKenClono4p4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;em&gt;One of the requirements of SharePoint Server 2010 to build a Farm is to create a service account "Farm Service Account".&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;So I will describe it as person to make sure your environment run smoothly.&lt;/em&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;em&gt;He is as Normal user (domain user not domain admin user)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;This user Belong to the following SQL Roles&lt;/em&gt;&lt;/li&gt;
&lt;ol&gt;&lt;li&gt;&lt;em&gt;Public&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Securityadmin&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Dbcreator&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;&lt;em&gt;Belong to Local administrators group of SharePoint servers&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Belong to the following local security groups:&lt;/em&gt;&lt;/li&gt;
&lt;ol&gt;&lt;li&gt;&lt;em&gt;&amp;nbsp;IIS_IUSRS&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Performance Log Users&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Performance Monitor Users&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;WSS_ADMIN_WPG&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;WSS_RESTRICTED_WPG&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;WSS_WPG&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/ol&gt;&lt;em&gt;Note: this person will add to these groups during SharePoint Configuration Wizard but also make sure he is included in these groups.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;5. Belong to the following Local Security Policy &amp;gt;&amp;gt; User Rights Assignments:&lt;/em&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;em&gt;Adjust memory quotas for a process&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;b. Logon as a service (very important)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;c. Replace a process level token&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;em&gt;6. This user will run the following windows services:&lt;/em&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;em&gt;SharePoint Services Timer V4 (very important)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;SharePoint Services User Code Host V4&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;em&gt;7. This user will be used to run the application pool for Central Administration and Security Token Service.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;Now couple of times I have faced this problem which is:&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;For example you have in your environment 2 front-end servers and when I create web application from central administration from Server A, the problem that the web application will not automatically provisioning or replicated to server B. I mean In Server B ,for example if you go to IIS you will not find the Application pool and if you go to C:\inetpub\wwwroot\wss\VirtualDirectories folder you will not find Application folder so any action occurred in Server A not copied or mirrored to Server B.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;So the problem is from SharePoint Services Timer V4 which it's job to provision any modifications or updates happen in Server A to other servers because as Microsoft said "Microsoft SharePoint Server 2010 uses the Windows SharePoint Services Timer V4 (SPTimerV4) service to run most system tasks" so I found this service stopped. Why? So I try to start it again then I got this error&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_oBzDwYk1sKc/TS8GkOE-7eI/AAAAAAAAAeQ/75ipnKwXSjM/s1600/04.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="129" n4="true" src="http://1.bp.blogspot.com/_oBzDwYk1sKc/TS8GkOE-7eI/AAAAAAAAAeQ/75ipnKwXSjM/s320/04.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;em&gt;By the way no one reset the password of the Farm service account but I think because this service account &lt;/em&gt;&lt;em&gt;not added to Logon as a service local policy.&lt;/em&gt;&lt;/div&gt;&lt;em&gt;So I have to go to properties of SharePoint Services Timer V4 &amp;gt;&amp;gt; Log On tab and update the password with the Old password then run the service and the problem of provision gone.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;Finally make sure this user added to Logon as a service and SharePoint Services Timer V4 is running.&lt;/strong&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-1623460501958876841?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/01/sharepoint-server-2010-farm-service.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://1.bp.blogspot.com/_oBzDwYk1sKc/TS8GkOE-7eI/AAAAAAAAAeQ/75ipnKwXSjM/s72-c/04.png" height="72" width="72" /><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-8274303843596199964</guid><pubDate>Wed, 12 Jan 2011 13:42:00 +0000</pubDate><atom:updated>2011-01-12T17:08:35.733+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Hot Fixing ,Disconnecting and Rebuilding Sharepoint Server 2010 Farm</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cIHcw4pUUFLM9wQKllfDEGZ1rrU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cIHcw4pUUFLM9wQKllfDEGZ1rrU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cIHcw4pUUFLM9wQKllfDEGZ1rrU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cIHcw4pUUFLM9wQKllfDEGZ1rrU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;em&gt;I have four SharePoint servers 2010&amp;nbsp;connected to SQL Server 2008 R2 Clustered in one&amp;nbsp;Farm and these servers are two for Crawling and Indexing Servers and two for front-end servers so&amp;nbsp;the story&amp;nbsp;start from here.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;I have&amp;nbsp;installed this hotfix in all four servers:&lt;/em&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font: small &amp;quot;Times New Roman&amp;quot;; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://support.microsoft.com/kb/2459257/en-us"&gt;http://support.microsoft.com/kb/2459257/en-us&lt;/a&gt; &lt;br /&gt;
&lt;em&gt;"&lt;strong&gt;Description of the SharePoint Server 2010 Cumulative Update Server Hotfix Package (MOSS server-package): December 31, 2010&lt;/strong&gt;"&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;so after that I restarted all servers then I&amp;nbsp;run Configuration Wizard to upgrade or apply these updates.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;First server in&amp;nbsp;the farm&amp;nbsp;run smoothly without any problem and it&amp;nbsp;has updated successfully so when i tried to run the Configuration Wizard&amp;nbsp;for the second server&amp;nbsp;i&amp;nbsp;got a message that tell me i have to install the above hotfix in current server even i have installed&amp;nbsp;on it.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;So after long time search and tries i have decided to remove all servers from the configuration database farm and create new Farm so first thing i did&lt;/em&gt; &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;remove&lt;/strong&gt;&amp;nbsp;all servers from Central Administration&amp;nbsp; &amp;gt;&amp;gt; Servers in Farm and then remove server&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;also run this power shell command in each server&amp;nbsp; &lt;strong&gt;PSConfig -cmd configdb -disconnect&lt;/strong&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;em&gt;Now the current status all server updated by the installed hotfix so i run configuration wizard in the first server and i create new farm and database.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;When i tried to connect or join the other server to the new farm by running the Configuration Wizard , still the Wizard Connect to Old Configuration Database or Update mode so the configuration will failed because i have deleted the old Configuration Database even if you try through powershell by using this command &lt;strong&gt;PSConfig -cmd configdb -connect&lt;/strong&gt; &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;so again i get help from google for&amp;nbsp;searching in the internet and i read this article &lt;/em&gt;&lt;br /&gt;
&lt;a href="http://www.sharepointblues.com/2010/05/31/disconnecting-a-sharepoint-server-from-a-farm-when-the-config-database-is-missing/"&gt;&lt;em&gt;http://www.sharepointblues.com/2010/05/31/disconnecting-a-sharepoint-server-from-a-farm-when-the-config-database-is-missing/&lt;/em&gt;&lt;/a&gt;&lt;br /&gt;
&lt;em&gt;"Disconnecting a SharePoint Server from a Farm When the Config Database Is Missing"&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;so i come across the idea to remove the following&amp;nbsp;from the regedit &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;ConfigDb&lt;/strong&gt; and &lt;strong&gt;FarmAdmin&lt;/strong&gt; forlder&lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\Secure&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_oBzDwYk1sKc/TS2tEFnPUEI/AAAAAAAAAeM/9PPaoMFTP0M/s1600/03.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" n4="true" src="http://1.bp.blogspot.com/_oBzDwYk1sKc/TS2tEFnPUEI/AAAAAAAAAeM/9PPaoMFTP0M/s1600/03.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;em&gt;and i did it ( I know it's risk).&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;Then I run the configuration Wizard again to join the remaining servers&amp;nbsp;and all joined and connected smoothly.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;so maybe all this would&amp;nbsp;not have&amp;nbsp;happend if I had disconnected all servers from the farm then install the hotfix and then rejoin the servers to the farm to be all server in the same build version.&lt;/strong&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-8274303843596199964?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/01/hot-fixing-disconnecting-and-rebuilding.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://1.bp.blogspot.com/_oBzDwYk1sKc/TS2tEFnPUEI/AAAAAAAAAeM/9PPaoMFTP0M/s72-c/03.png" height="72" width="72" /><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-5840530430670763395</guid><pubDate>Tue, 11 Jan 2011 11:10:00 +0000</pubDate><atom:updated>2011-01-11T14:15:59.983+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>How to Change Diagnostic Log path in SharePoint 2010 by using PowerShell</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/C8JT569wl8ChMvgiz7GM9viEBuQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/C8JT569wl8ChMvgiz7GM9viEBuQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/C8JT569wl8ChMvgiz7GM9viEBuQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/C8JT569wl8ChMvgiz7GM9viEBuQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;em&gt;Best Practice to change the path of Diagnostic Log to avoid disk run out of space&amp;nbsp;C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS in SharePoint 2010 and this can be done by PowerShell so go to &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;Start &amp;gt;&amp;gt; All Programs &amp;gt;&amp;gt; Microsoft SharePoint 2010 Products &amp;gt;&amp;gt; &lt;strong&gt;SharePoint 2010 Management Shell&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Create folder for example in &lt;strong&gt;D:\SharePointLog&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;then run this command&lt;/em&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Set-SPDiagnosticConfig -LogLocation D:\SharePointLog\&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;to check if your changes applied just run this command&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Get-SPDiagnosticConfig&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;and see the Log location path&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Done&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-5840530430670763395?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/01/how-to-change-diagnostic-log-path-in.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-8321060741043719828</guid><pubDate>Sun, 09 Jan 2011 13:47:00 +0000</pubDate><atom:updated>2011-01-13T11:17:25.813+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Problem when trying to Create Search Service Application in SharePoint 2010</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GpsOPF0TrXkmEnHSBnCAo97_TuE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GpsOPF0TrXkmEnHSBnCAo97_TuE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GpsOPF0TrXkmEnHSBnCAo97_TuE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GpsOPF0TrXkmEnHSBnCAo97_TuE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;em&gt;When i tried to create search service application in sharePoint 2010 and when i press ok after i filled the properties the process take long long time and then failed to create this service. &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;So my friend (currently my manager) Mr.&amp;nbsp;Ismail (&lt;/em&gt;&lt;a href="http://sharepoint4arab.blogspot.com/"&gt;&lt;em&gt;http://sharepoint4arab.blogspot.com&lt;/em&gt;&lt;/a&gt;&lt;em&gt;) redirect me to this post on msdn&lt;/em&gt;&lt;br /&gt;
&lt;a href="http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/ec0239c1-4451-46dc-ac3a-baffa006c024"&gt;http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/ec0239c1-4451-46dc-ac3a-baffa006c024&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;so the following solved my problem:&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;got to &lt;strong&gt;regedit&lt;/strong&gt;&amp;nbsp;in sharePoint servers (Search Server)&amp;nbsp;then go to this path&lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS\Services\&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;/div&gt;&lt;em&gt;and remove the following :&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_oBzDwYk1sKc/TSm6ur2YrRI/AAAAAAAAAeE/0xSuTDewGR4/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="44" n4="true" src="http://2.bp.blogspot.com/_oBzDwYk1sKc/TSm6ur2YrRI/AAAAAAAAAeE/0xSuTDewGR4/s320/01.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;em&gt;and go to this path also and remove the following:&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS\ServiceProxies\&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_oBzDwYk1sKc/TSm6vk03dqI/AAAAAAAAAeI/OG72_Z5wmVw/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="27" n4="true" src="http://2.bp.blogspot.com/_oBzDwYk1sKc/TSm6vk03dqI/AAAAAAAAAeI/OG72_Z5wmVw/s320/02.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;em&gt;&amp;nbsp;then restart the server .&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;Note&lt;/strong&gt;: maybe the name of regitery key are not same as the above image because these name created by a person who filled the properties of Search Service Application or Configuration Wizard.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Done.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-8321060741043719828?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/01/problem-when-tring-to-create-search.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://2.bp.blogspot.com/_oBzDwYk1sKc/TSm6ur2YrRI/AAAAAAAAAeE/0xSuTDewGR4/s72-c/01.png" height="72" width="72" /><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-540816809462562665</guid><pubDate>Sun, 02 Jan 2011 18:44:00 +0000</pubDate><atom:updated>2011-01-03T09:44:04.882+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">BizTalk</category><title>UmAlQura Custom Functoid by using Biztalk Server 2010 and Visual Studio 2010</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4GlJjW3Ps3BSyAvBZwLq6u0wSHo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4GlJjW3Ps3BSyAvBZwLq6u0wSHo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4GlJjW3Ps3BSyAvBZwLq6u0wSHo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4GlJjW3Ps3BSyAvBZwLq6u0wSHo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;i&gt;In this article I will create &lt;b&gt;UmAlQura &lt;/b&gt;Custom Functoid same as &lt;b&gt;Date &lt;/b&gt;functoid which already exists in the Mapping tools.&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;My environment includes the following tools:&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Windows 7 64 bit&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Visual Studio 2010&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;SQL Server 2008 R2&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;BizTalk Server 2010&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;So let's start by the following steps:&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;/i&gt;&lt;br /&gt;
&lt;b&gt;First Step:&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;i&gt;&lt;i&gt;&lt;div style="display: inline !important;"&gt;Create Class Library called &amp;nbsp;"UmAlQura_CF" with class named " UmAlQuraConverter.cs"&lt;/div&gt;&lt;/i&gt;&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;i&gt;&lt;i&gt;&lt;div style="display: inline !important;"&gt;&lt;/div&gt;&lt;/i&gt;&lt;i&gt;&lt;div style="display: inline !important;"&gt;Add a strong –named key "key.snk"&lt;/div&gt;&lt;/i&gt;&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;i&gt;&lt;i&gt;&lt;div style="display: inline !important;"&gt;&lt;/div&gt;&lt;/i&gt;&lt;i&gt;&lt;div style="display: inline !important;"&gt;&lt;i&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="display: inline !important;"&gt;&lt;i&gt;Add Resource file called "UmAlQura_FC_Resource.resx" which include these properteies:&lt;/i&gt;&lt;/div&gt;&lt;/i&gt;&lt;/i&gt;&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;i&gt;&amp;nbsp;Name (string)&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;i&gt;&lt;/i&gt;&lt;i&gt;Description(stirng)&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;i&gt;&lt;/i&gt;&lt;i&gt;Tooltip(string)&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;i&gt;&lt;/i&gt;&lt;i&gt;UmAlQura(Image)&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;i&gt;Add this Assembly as Reference&lt;/i&gt;&lt;/li&gt;
&lt;ul&gt;&lt;li&gt;&lt;i&gt;&amp;nbsp;Microsoft.BizTalk.BaseFunctoids.dll" from this path C:\Program Files (x86)\Microsoft BizTalk Server 2010\Developer Tools&amp;nbsp;&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_oBzDwYk1sKc/TSDFxAN4VFI/AAAAAAAAAdo/Of9UQdTuEUw/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;i&gt;&lt;img border="0" height="86" src="http://1.bp.blogspot.com/_oBzDwYk1sKc/TSDFxAN4VFI/AAAAAAAAAdo/Of9UQdTuEUw/s320/01.png" width="320" /&gt;&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_oBzDwYk1sKc/TSDFxt0907I/AAAAAAAAAds/dwQuNjtxnsA/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;i&gt;&lt;img border="0" height="141" src="http://1.bp.blogspot.com/_oBzDwYk1sKc/TSDFxt0907I/AAAAAAAAAds/dwQuNjtxnsA/s320/02.png" width="320" /&gt;&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;i&gt;So the Project structured as following:&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_oBzDwYk1sKc/TSDFyEM6VyI/AAAAAAAAAdw/OwATpAJE970/s1600/03.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_oBzDwYk1sKc/TSDFyEM6VyI/AAAAAAAAAdw/OwATpAJE970/s1600/03.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;b&gt;Second Step:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="font-style: italic;"&gt;Write this code to UmAlQuraConverter.cs:&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border-bottom: rgb(153,153,153) 1px dashed; border-left: rgb(153,153,153) 1px dashed; border-right: rgb(153,153,153) 1px dashed; border-top: rgb(153,153,153) 1px dashed; overflow-x: auto; overflow-y: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;&lt;span class="Apple-style-span" style="font-family: &amp;quot;Andale Mono&amp;quot;, &amp;quot;Lucida Console&amp;quot;, Monaco, fixed, monospace;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 14px;"&gt;using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.BizTalk.BaseFunctoids;
using System.Reflection;
using System.Globalization;

namespace UmAlQura_CF
{
    /// &amp;lt;summary&amp;gt;
    /// Inherit from BaseFunctoid Abstract class
    /// &amp;lt;/summary&amp;gt;
    public class UmAlQuraConverter : BaseFunctoid
    {
        public UmAlQuraConverter()
        {
            //ID of the functoid
            this.ID = 20000;

            //Resource file for the functoid
            SetupResourceAssembly("UmAlQura_CF.UmAlQura_FC_Resource", Assembly.GetExecutingAssembly());

            //Set Resource's Properties of the functoid
            //Name of functoid
            SetName("Name");
            //Tooltip of functoid
            SetTooltip("Tooltip");
            //Description of functoid
            SetDescription("Description");
            //Image of functoid
            SetBitmap("UmAlQura");

            //Set Max Params
            this.SetMaxParams(1);

            //Set the name of function to call when the functoid used. 
            SetExternalFunctionName(GetType().Assembly.FullName, "UmAlQura_CF.UmAlQuraConverter", "UmAlQuraConverterFunction");

            //Determine in which Category the functoid will appear
            this.Category = FunctoidCategory.DateTime;

            //Determine the type of node to which the output and input can be connected
            this.OutputConnectionType = ConnectionType.AllExceptRecord;
            AddInputConnectionType(ConnectionType.All);
        }

//Function of convert the current date to UmAlQura Date
        public string UmAlQuraConverterFunction(string dateFormat)
        {
            DateTime date = DateTime.Now;
            UmAlQuraCalendar umAlQuraCal = new UmAlQuraCalendar();
            CultureInfo umAlQuraCulture = new CultureInfo("ar-SA");
            umAlQuraCulture.DateTimeFormat.Calendar = umAlQuraCal;

            //return the current UmAlQura date wiht User inserted format
            return date.ToString(dateFormat, umAlQuraCulture);
        }
    }
}
&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;&lt;span class="Apple-style-span" style="white-space: normal;"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;i&gt;Then build the project.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Third Step:&lt;/b&gt;&lt;br /&gt;
&lt;div style="font-style: italic;"&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Add UmAlQura_CF.dll to GAC&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Copy UmAlQura_CF.dll to this path C:\Program Files (x86)\Microsoft BizTalk Server 2010\Developer Tools\Mapper Extensions&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;div&gt;&lt;b&gt;Forth Step:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Create new BizTalk Server Project from Visual studio 2010&lt;/li&gt;
&lt;li&gt;Create new Schema called " TestSchema.xsd " with Date element&lt;/li&gt;
&lt;li&gt;Create new Map called " TestMap.btm" and then add " TestSchema.xsd" as source and destination file for purpose of testing&lt;/li&gt;
&lt;li&gt;Then open the map file and go to Toolbox and Right click and Choose items…&lt;/li&gt;
&lt;li&gt;Go to BizTalk Mapper Functoids and browse to this path C:\Program Files (x86)\Microsoft BizTalk Server 2010\Developer Tools\Mapper Extensions and select the UmAlQura_CF.dll&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Add UmAlQura Converter control to the grid preview and set the params&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_oBzDwYk1sKc/TSDFzQZ216I/AAAAAAAAAd0/DKfedbKI0mc/s1600/04.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="161" src="http://3.bp.blogspot.com/_oBzDwYk1sKc/TSDFzQZ216I/AAAAAAAAAd0/DKfedbKI0mc/s320/04.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_oBzDwYk1sKc/TSDFzk8WbOI/AAAAAAAAAd4/DY6LCo6HX3w/s1600/05.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_oBzDwYk1sKc/TSDFzk8WbOI/AAAAAAAAAd4/DY6LCo6HX3w/s1600/05.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_oBzDwYk1sKc/TSDHNieUw2I/AAAAAAAAAd8/kunze_huQ9U/s1600/06.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="170" src="http://4.bp.blogspot.com/_oBzDwYk1sKc/TSDHNieUw2I/AAAAAAAAAd8/kunze_huQ9U/s320/06.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_oBzDwYk1sKc/TSDHONW8-qI/AAAAAAAAAeA/QPflSYivNVs/s1600/07.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="127" src="http://2.bp.blogspot.com/_oBzDwYk1sKc/TSDHONW8-qI/AAAAAAAAAeA/QPflSYivNVs/s320/07.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;i&gt;Right click on the map file and then test it.&lt;/i&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;i&gt;done&lt;/i&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-540816809462562665?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2011/01/umalqura-custom-functoid-by-using.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://1.bp.blogspot.com/_oBzDwYk1sKc/TSDFxAN4VFI/AAAAAAAAAdo/Of9UQdTuEUw/s72-c/01.png" height="72" width="72" /><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-6424998291470945021</guid><pubDate>Fri, 24 Dec 2010 15:09:00 +0000</pubDate><atom:updated>2010-12-24T18:09:04.729+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SPS 2010</category><title>Public Property of User Control with Visual Web Part of SharePoint 2010</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/p7AQ5MKIFGCWLT8rLEqU3JW_1vg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p7AQ5MKIFGCWLT8rLEqU3JW_1vg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/p7AQ5MKIFGCWLT8rLEqU3JW_1vg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/p7AQ5MKIFGCWLT8rLEqU3JW_1vg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;strong&gt;Problem:&lt;/strong&gt; &lt;br /&gt;
&lt;em&gt;I have tried to pass a string to a public&amp;nbsp;property in User control which is registered in Visual Web Part but when i write UserControl1. , Visual Studio intellisense can't see this property so what i Have to do?&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Solution:&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;For example ,In case you have a user control called "UserControl1" with public property called "Message" and Label Control to display this message in page load&amp;nbsp;event&amp;nbsp;as following :&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;UserControl1.ascx&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;&amp;lt;%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %&amp;gt;
&amp;lt;%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&amp;gt;
&amp;lt;%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&amp;gt;
&amp;lt;%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&amp;gt;
&amp;lt;%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %&amp;gt;
&amp;lt;%@ Import Namespace="Microsoft.SharePoint" %&amp;gt; 
&amp;lt;%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&amp;gt;
&amp;lt;%@ Control Language="C#" AutoEventWireup="true" CodeBehind="UserControl1.ascx.cs" Inherits="SharePointProject1.ControlTemplates.SharePointProject1.UserControl1" %&amp;gt;
&amp;lt;asp:Label ID="lblMessage" runat="server" /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;strong&gt;UserControl1.ascx.cs&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;using System;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;

namespace SharePointProject1.ControlTemplates.SharePointProject1
{
    public partial class UserControl1 : UserControl
    {
        public string Message { get; set; }

        protected void Page_Load(object sender, EventArgs e)
        {
            lblMessage.Text = Message;
        }
    }
}
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;em&gt;Now I want to register this usercontrol in the Visual Web Part and Create a Property called "Message" which the user can enter the value by edit the web part in the sharePoint page then insert the string&amp;nbsp;and after that save the web part.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;Then&amp;nbsp;we can&amp;nbsp;pass this value to a property (Message) of UserControl as following :&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;VisualWebPart1UserControl.ascx&lt;/strong&gt; &lt;br /&gt;
&lt;em&gt;so here we have added and registered the User control in the Visual Web Part&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;&amp;lt;%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %&amp;gt;
&amp;lt;%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&amp;gt; 
&amp;lt;%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&amp;gt; 
&amp;lt;%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&amp;gt;
&amp;lt;%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %&amp;gt;
&amp;lt;%@ Import Namespace="Microsoft.SharePoint" %&amp;gt; 
&amp;lt;%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&amp;gt;
&amp;lt;%@ Control Language="C#" AutoEventWireup="true" CodeBehind="VisualWebPart1UserControl.ascx.cs" Inherits="SharePointProject1.VisualWebPart1.VisualWebPart1UserControl" %&amp;gt;
&amp;lt;%@ Register src="../UserControl1.ascx" tagname="UserControl1" tagprefix="uc1" %&amp;gt;

&amp;lt;uc1:UserControl1 ID="UserControl11" runat="server" /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;strong&gt;VisualWebPart1.cs&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;so here we defined a property called a Message and we assigned the Current Webpart instacne object&amp;nbsp;to the userControl&amp;nbsp; (control.currWebPart).&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;using System;
using System.ComponentModel;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using Microsoft.SharePoint;
using Microsoft.SharePoint.WebControls;

namespace SharePointProject1.VisualWebPart1
{
    [ToolboxItemAttribute(false)]
    public class VisualWebPart1 : WebPart
    {
        // Visual Studio might automatically update this path when you change the Visual Web Part project item.
        private const string _ascxPath = @"~/_CONTROLTEMPLATES/SharePointProject1/VisualWebPart1/VisualWebPart1UserControl.ascx";

        protected override void CreateChildControls()
        {
            VisualWebPart1UserControl control = Page.LoadControl(_ascxPath) as VisualWebPart1UserControl;

            if (control != null)
            {
                control.currWebPart = this;
            }
            Controls.Add(control);
        }

        [System.Web.UI.WebControls.WebParts.WebBrowsable(true),
        System.Web.UI.WebControls.WebParts.WebDisplayName("Message String"),
        System.Web.UI.WebControls.WebParts.Personalizable(),
        System.ComponentModel.Category("Settings")]
        public string Message { get; set; }
    }
}
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;strong&gt;VisualWebPart1UserControl.ascx.cs&lt;/strong&gt;&lt;br /&gt;
&lt;em&gt;Last we assigned the value of currWebPart.Message to the property of User control.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;using System;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using SharePointProject1.ControlTemplates.SharePointProject1;

namespace SharePointProject1.VisualWebPart1
{
    public partial class VisualWebPart1UserControl : UserControl
    {
        public VisualWebPart1 currWebPart { get; set; }

        protected void Page_Load(object sender, EventArgs e)
        {
            ((UserControl1)UserControl11).Message = this.currWebPart.Message;
        }
    }
}
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;em&gt;Done.&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-6424998291470945021?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2010/12/public-property-of-user-control-with.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><thr:total>6</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-3677490179327730059</guid><pubDate>Wed, 15 Dec 2010 16:13:00 +0000</pubDate><atom:updated>2010-12-23T11:35:53.516+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SharePoint Designer</category><title>Error in SharePoint Designer 2010 with WCF -The server could not complete your request</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ZoCVly5JZBXuyqcvM77NEIVCWeA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZoCVly5JZBXuyqcvM77NEIVCWeA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ZoCVly5JZBXuyqcvM77NEIVCWeA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZoCVly5JZBXuyqcvM77NEIVCWeA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;em&gt;I have&amp;nbsp;tried to open my web application in SharePoint Designer 2010 but unfortunately i got the following error :&lt;/em&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_oBzDwYk1sKc/TQjj39I2tGI/AAAAAAAAAdc/duhoY3ylivU/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="223" n4="true" src="http://2.bp.blogspot.com/_oBzDwYk1sKc/TQjj39I2tGI/AAAAAAAAAdc/duhoY3ylivU/s320/01.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_oBzDwYk1sKc/TQjj7gDVe-I/AAAAAAAAAdg/OYWyJ71wBDI/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="49" n4="true" src="http://4.bp.blogspot.com/_oBzDwYk1sKc/TQjj7gDVe-I/AAAAAAAAAdg/OYWyJ71wBDI/s320/02.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;em&gt;The server could not complete your request.&lt;/em&gt;&lt;/div&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;For more specific information , click the Details button (there are nothing :))﻿ so i have solved this error by open the web.config then go to&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;&amp;lt;system.serviceModel&amp;gt;
&lt;/code&gt;&lt;/pre&gt;which related to WCF and then &lt;em&gt;remove the below tags &lt;/em&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;pre style="background-color: #eeeeee; border-bottom: #999999 1px dashed; border-left: #999999 1px dashed; border-right: #999999 1px dashed; border-top: #999999 1px dashed; color: black; font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; font-size: 12px; line-height: 14px; overflow: auto; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; width: 100%;"&gt;&lt;code&gt;&amp;lt;behavior&amp;gt;
          &amp;lt;!-- To avoid disclosing metadata information, 
          set the value below to false and remove the metadata endpoint above before deployment --&amp;gt;
          &amp;lt;serviceMetadata httpGetEnabled="True" /&amp;gt;
          &amp;lt;!-- To receive exception details in faults for debugging purposes, 
          set the value below to true.  Set to false before deployment 
          to avoid disclosing exception information --&amp;gt;
          &amp;lt;serviceDebug includeExceptionDetailInFaults="True" /&amp;gt;
        &amp;lt;/behavior&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;em&gt;Done.&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-3677490179327730059?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2010/12/error-in-sharepoint-designer-2010-with.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://2.bp.blogspot.com/_oBzDwYk1sKc/TQjj39I2tGI/AAAAAAAAAdc/duhoY3ylivU/s72-c/01.png" height="72" width="72" /><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-7323239234594356877</guid><pubDate>Mon, 13 Dec 2010 05:59:00 +0000</pubDate><atom:updated>2010-12-13T09:05:37.938+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SQL Cluster</category><title>SQL Server 2008 in Windows Server 2008 R2 (SlipStream method)</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jdb72ARTSPFOCaT0Eh9d0OhX1xs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jdb72ARTSPFOCaT0Eh9d0OhX1xs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jdb72ARTSPFOCaT0Eh9d0OhX1xs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jdb72ARTSPFOCaT0Eh9d0OhX1xs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;em&gt;During these days i have tried to install SQL Server 2008 Failover cluster in Windows Server 2008 R2 but i have faced many problems when i try to install SQL Server 2008 with&amp;nbsp;SP1 or SP2 and these error like "There wan an error setting private property RequireKerberos to value 1 for resource ..." , "Network Name already exists" so i search for the solution in the internet and i found this is way to fix the above problem by using &lt;strong&gt;SlipStream&lt;/strong&gt; method&lt;/em&gt;&lt;br /&gt;
&lt;a href="http://blogs.msdn.com/b/petersad/archive/2009/03/02/sql-server-2008-basic-slipstream-steps.aspx"&gt;http://blogs.msdn.com/b/petersad/archive/2009/03/02/sql-server-2008-basic-slipstream-steps.aspx&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://blogs.msdn.com/b/petersad/archive/2010/10/14/creating-a-merged-slipstream-drop-containing-sql-server-2008-rtm-and-service-pack-2.aspx"&gt;http://blogs.msdn.com/b/petersad/archive/2010/10/14/creating-a-merged-slipstream-drop-containing-sql-server-2008-rtm-and-service-pack-2.aspx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;and these are the steps for basic Slipstream :&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;Extract&lt;/strong&gt; SP1 to folder c:\SP1 by using this command&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;SQLServer2008SP1-KB968369-x64-ENU.exe /x:C:\SP1&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;then &lt;strong&gt;run&lt;/strong&gt; MSI file go to C:\SP1\x64\setup\1033\&lt;strong&gt;sqlsupport.msi&lt;/strong&gt; &lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;finally&lt;/strong&gt; run this command&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;&lt;strong&gt;setup.exe /PCUSource=C:\SP1&lt;/strong&gt; and continue as normal steps.&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;Done&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-7323239234594356877?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2010/12/sql-server-2008-in-windows-server-2008.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5523374807549170026.post-8824600436092890748</guid><pubDate>Thu, 09 Dec 2010 07:46:00 +0000</pubDate><atom:updated>2010-12-09T11:32:03.655+03:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">SQL 2011</category><title>SQL Server "Denali" Community Technology Preview (CTP) version - No-Reboot package is found on Windows 7/Windows Server 2008 R2 or higher</title><description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9Ts4mesMyal-cirea_VZ_unYItM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9Ts4mesMyal-cirea_VZ_unYItM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9Ts4mesMyal-cirea_VZ_unYItM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9Ts4mesMyal-cirea_VZ_unYItM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;em&gt;I have tried to install &lt;strong&gt;SQL Server 2011 CTP 1&lt;/strong&gt;&amp;nbsp;in my Windows 7 64 bit from this &lt;/em&gt;&lt;a href="http://www.microsoft.com/sqlserver/en/us/product-info/future-editions.aspx"&gt;&lt;em&gt;link&lt;/em&gt;&lt;/a&gt;&lt;em&gt; and i got this error while SQL Server Check the rules "&lt;strong&gt; No-Reboot package is found on Windows 7/Windows Server 2008 R2 or higher"&lt;/strong&gt;&lt;/em&gt;&lt;strong&gt; &lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_oBzDwYk1sKc/TQCIfO4V5AI/AAAAAAAAAdQ/VkmFKZxGJZw/s1600/01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="136" n4="true" src="http://3.bp.blogspot.com/_oBzDwYk1sKc/TQCIfO4V5AI/AAAAAAAAAdQ/VkmFKZxGJZw/s320/01.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_oBzDwYk1sKc/TQCIgyqfOPI/AAAAAAAAAdU/2JBfzox3wFI/s1600/02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="176" n4="true" src="http://3.bp.blogspot.com/_oBzDwYk1sKc/TQCIgyqfOPI/AAAAAAAAAdU/2JBfzox3wFI/s320/02.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;em&gt;so to pass this rule you have to install the following updates and then restart the windows &lt;/em&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;em&gt;&lt;strong&gt;"Microsoft .NET Framework 3.5 SP1 Update for Windows 7 and Windows Server 2008 R2 for x64-based Systems"&lt;/strong&gt;&lt;/em&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=67cdf390-c6ec-49be-8977-4eea228a3b91&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/en/details.aspx?FamilyID=67cdf390-c6ec-49be-8977-4eea228a3b91&amp;amp;displaylang=en&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;em&gt;and then re-run SQL Server installation wizard and it will pass successfully.&lt;/em&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_oBzDwYk1sKc/TQCJNN26IhI/AAAAAAAAAdY/DdH_5-qtafg/s1600/03.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="195" n4="true" src="http://2.bp.blogspot.com/_oBzDwYk1sKc/TQCJNN26IhI/AAAAAAAAAdY/DdH_5-qtafg/s320/03.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div align="left" class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;after i have finish from the installation and opened ﻿SQL Server Management Studio i notice first new thing is SQL Server Management Studio that became as Visual Studio 2010 with thier feature debugging , movable tab....&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5523374807549170026-8824600436092890748?l=sqlgoogler.blogspot.com' alt='' /&gt;&lt;/div&gt;</description><link>http://sqlgoogler.blogspot.com/2010/12/sql-server-denali-community-technology.html</link><author>noreply@blogger.com (Fadi Ahmad Abdulwahab)</author><media:thumbnail url="http://3.bp.blogspot.com/_oBzDwYk1sKc/TQCIfO4V5AI/AAAAAAAAAdQ/VkmFKZxGJZw/s72-c/01.png" height="72" width="72" /><thr:total>0</thr:total></item><language>en-us</language><media:rating>nonadult</media:rating></channel></rss>

