<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mohamed El Ashmawi's Blog - All Comments</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: SharePoint 2013 Preview Deployment - Failed to create the configuration database</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2012/10/10/sharepoint-2013-preview-deployment-failed-to-create-the-configuration-database.aspx#10405271</link><pubDate>Tue, 26 Mar 2013 00:49:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10405271</guid><dc:creator>mel</dc:creator><description>&lt;p&gt;Did not work for me: My &amp;quot;max degree of parallelism&amp;quot; was already set at &amp;quot;1&amp;quot;.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10405271" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 Capacity Management: Disk Space Requirements</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2012/03/19/sharepoint-2010-capacity-management-disk-space-requirements.aspx#10285137</link><pubDate>Mon, 19 Mar 2012 21:40:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10285137</guid><dc:creator>Glenn Wilson</dc:creator><description>&lt;p&gt;Thanks for this, it will come in handy.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10285137" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 Capacity Management: Check Current Enviornment Usage</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/09/19/sharepoint-2010-capacity-management-check-current-enviornment-usage.aspx#10231564</link><pubDate>Mon, 31 Oct 2011 08:56:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10231564</guid><dc:creator>Marijn Somers</dc:creator><description>&lt;p&gt;Great Stuff! that is coming into my governance plan, section Capacity management !&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10231564" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 Capacity Management: Log Parser</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/09/23/sharepoint-2010-capacity-management-log-parser.aspx#10229934</link><pubDate>Tue, 25 Oct 2011 18:08:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10229934</guid><dc:creator>Sunil</dc:creator><description>&lt;p&gt;Hi Good post.&lt;/p&gt;
&lt;p&gt;i am getting following error while trying to parse the sharepoint 2010 IIS log data.&lt;/p&gt;
&lt;p&gt;Cannot find &amp;#39;#Fields&amp;#39; directive in header of file &amp;quot;c:\logs\TK5-FINSFW-05-2011&lt;/p&gt;
&lt;p&gt; &amp;nbsp;1024-0857.log&amp;quot;. Lines 1 to 220773 have been ignored&lt;/p&gt;
&lt;p&gt;Cannot find &amp;#39;#Fields&amp;#39; directive in header of file &amp;quot;c:\logs\TK5-FINSFW-05-2011&lt;/p&gt;
&lt;p&gt; &amp;nbsp;1024-0927.log&amp;quot;. Lines 1 to 349417 have been ignored&lt;/p&gt;
&lt;p&gt;Do I need to change anything on th elog files?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10229934" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 Capacity Management: Log Parser Part 2</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/09/27/sharepoint-2010-capacity-management-log-parser-part-2.aspx#10223462</link><pubDate>Tue, 11 Oct 2011 22:02:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10223462</guid><dc:creator>Mohamed El Ashmawi</dc:creator><description>&lt;p&gt;Yes, this tool can do much more than I used in the analysis mentioned above. Just keep in mind that it gets its input from the IIS logs, so it is limited by information in these logs. &lt;/p&gt;
&lt;p&gt;One possiblity is to analyze data based on agent type (user-agent). In such a case, the query will look like this: logparser -i:IISW3C &amp;quot;select count(*) as ct,cs(user-agent) from *.log group by cs(user-agent) order by ct desc&amp;quot;&lt;/p&gt;
&lt;p&gt;Another possibility is to analyze based on web pages and use &amp;quot;cs-uri-stem&amp;quot; and &amp;quot;cs-uri-query&amp;quot; fields for that..An example is &lt;/p&gt;
&lt;p&gt;logparser -i:CSV &amp;quot;select count(*) as ct,TO_LOWERCASE(EXTRACT_EXTENSION(cs-uri-stem)) as ext from *.log &amp;nbsp;group by ext order by ct desc&amp;quot;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10223462" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 Capacity Management: Log Parser Part 2</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/09/27/sharepoint-2010-capacity-management-log-parser-part-2.aspx#10218475</link><pubDate>Fri, 30 Sep 2011 07:11:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10218475</guid><dc:creator>sharepoint_total</dc:creator><description>&lt;p&gt;This is an amazing tool and a very nice blog article ! Other than user analysis, in what other ways can the log data be used? May be, the Request Type and Target info can be used to analyze things like most commonly accessed sites/webparts/features etc? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10218475" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 Capacity Management</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/08/24/sharepoint-2010-capacity-management.aspx#10213689</link><pubDate>Mon, 19 Sep 2011 19:59:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10213689</guid><dc:creator>Mohamed El Ashmawi</dc:creator><description>&lt;p&gt;Thanks Mathieu,&lt;/p&gt;
&lt;p&gt;I will build the approach as a series of blog posts. I have added another one now, and I anticipate adding a new post each week.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10213689" width="1" height="1"&gt;</description></item><item><title>re: SharePoint 2010 Capacity Management</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/08/24/sharepoint-2010-capacity-management.aspx#10207704</link><pubDate>Thu, 08 Sep 2011 07:53:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10207704</guid><dc:creator>Mathieu Deleplanque</dc:creator><description>&lt;p&gt;Thank you for this article. Waiting for the next one !&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10207704" width="1" height="1"&gt;</description></item><item><title>re: Migrating Forms Based Authentication Sites from SharePoint 2007 to SharePoint 2010</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/05/09/migrating-forms-based-authentication-sites-from-sharepoint-2007-to-sharepoint-2010.aspx#10191247</link><pubDate>Fri, 29 Jul 2011 21:22:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10191247</guid><dc:creator>Mohamed El Ashmawi</dc:creator><description>&lt;p&gt;I am telling the web applicaiton of the membership database (aspnet database) in steps 2 and 3 above. i.e. I am configuring the web application, central administration and STS to retrieve users from the membership database.&lt;/p&gt;
&lt;p&gt;As for the database in steps 4 &amp;amp; 6, this is a the actual content database with all the FBA site content. It should be taken as the SharePoint 2007 content database.&lt;/p&gt;
&lt;p&gt;I hope this helps you. Please send me back for any additonal clarifications&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10191247" width="1" height="1"&gt;</description></item><item><title>re: Migrating Forms Based Authentication Sites from SharePoint 2007 to SharePoint 2010</title><link>http://blogs.msdn.com/b/mohamed_el_ashmawi/archive/2011/05/09/migrating-forms-based-authentication-sites-from-sharepoint-2007-to-sharepoint-2010.aspx#10188526</link><pubDate>Thu, 21 Jul 2011 12:06:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10188526</guid><dc:creator>Umar </dc:creator><description>&lt;p&gt;Nice article. Thanks for posting exactly what I was looking for. Just want to ask you that you are creating a new web app in step 2. After that which data base you are attaching to FBA site in step 6. When and where will you tell new web app in 2010 to use aspnetdata base that contains all the users’ lists. &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10188526" width="1" height="1"&gt;</description></item></channel></rss>