<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>MSCRMBLOG.NET - Microsoft CRM &#38; Sharepoint  Blog</title>
	<link>http://mscrmblog.net</link>
	<description>Latest news, information and help on Microsoft Dynamics CRM, Microsoft Sharepoint Server (&#38; WSS), Server 2003/2008 and VMWare.</description>
	<lastBuildDate>Wed, 25 Jan 2012 02:18:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>SharePoint 2010 Developer Dashboard</title>
		<description>Developer Dashboard is one of the hidden features in SharePoint 2010. It is turned off by default.

Enabling this feature will help you get critical information such as Execution time, log ID, critical events, database queries, service calls, SPRequest allocation and webpart events.

Developer Dashboard Modes:

'On' Mode:
STSADM: 
stsadm -o setproperty -pn developer-dashboard ...</description>
		<link>http://mscrmblog.net/2011/07/10/sharepoint-2010-developer-dashboard/</link>
			</item>
	<item>
		<title>Failures in SharePoint</title>
		<description>






 </description>
		<link>http://mscrmblog.net/2011/07/08/failures-in-sharepoint/</link>
			</item>
	<item>
		<title>Generating/Rendering a PDF from a sql reporting services report - CRM 4</title>
		<description>sounds simple dosen't it - my objective is to run an estimate report and render to PDF all from the click of a button as shown in the screenshot below:



Heres the code --


                string oppID ...</description>
		<link>http://mscrmblog.net/2010/12/09/generatingrendering-a-pdf-from-a-sql-reporting-services-report-crm-4/</link>
			</item>
	<item>
		<title>This report requires a default or user-defined value for the report parameter &#8216;Parameter&#8217;. To run or subsribe to this report, you must provide a parameter value</title>
		<description>ahhh sql reports -- i mean come on this sounds like a simple parameter problem -- however what seems to be the problem here is that in the report i was requesting from sql srs web services for CRM4 -- you must define data source credentials with the datasource name ...</description>
		<link>http://mscrmblog.net/2010/12/09/this-report-requires-a-default-or-user-defined-value-for-the-report-parameter-parameter-to-run-or-subsribe-to-this-report-you-must-provide-a-parameter-value/</link>
			</item>
	<item>
		<title>Server did not recognize value of HTTP Header SOAPAction http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices/Render</title>
		<description>You will get this error with SQLSRS if you are using the ReportExection URL with webservices.

the correct URL is: http:///reportserver/ReportService.asmx
 </description>
		<link>http://mscrmblog.net/2010/12/09/server-did-not-recognize-value-of-http-header-soapaction-httpschemasmicrosoftcomsqlserver200312reportingreportingservicesrender/</link>
			</item>
	<item>
		<title>SRS 2005: Add a Page No to each Page</title>
		<description>Adding a Page Number to a Footer
 
To display a page number in the header or footer of a report, create a text box in the footer and add the following expression:
 
=Globals.PageNumber & " of " & Globals.TotalPages </description>
		<link>http://mscrmblog.net/2010/10/04/srs-add-a-page-no-to-each-page/</link>
			</item>
	<item>
		<title>Linux: Quickly block an IP address from HTTP/HTTPS access using IPTables</title>
		<description>/sbin/iptables -A INPUT -p tcp -s  --dport 80 -j DROP
 
/sbin/iptables -A INPUT -p tcp -s  --dport 443 -j DROP </description>
		<link>http://mscrmblog.net/2010/10/04/linux-quickly-block-an-ip-address-from-httphttps-access-using-iptables/</link>
			</item>
	<item>
		<title>Two quick MySQL tips</title>
		<description>MySQL: Running a SQL script from the command line:

mysql mydatabase -u -p < /home/mysqlscript.sql

MySQL: Stopping a long query:
 
mysqladmin processlist
 
Get the id from the first column then run:
 
mysqladmin kill  

 </description>
		<link>http://mscrmblog.net/2010/10/04/two-quick-mysql-tips/</link>
			</item>
	<item>
		<title>Activating Windows shortcut command</title>
		<description>c:\windows\system32\oobe\msoobe.exe /a </description>
		<link>http://mscrmblog.net/2010/10/04/activating-windows-shortcut-command/</link>
			</item>
	<item>
		<title>Get Mailbox Sizes in Exchange 2007 using Powershell</title>
		<description>Paste the following into the powershell command prompt:

Get-MailboxStatistics -Database "mailbox database" &#124; Sort -Property DisplayName &#124; ft DisplayName, @{expression={$_.totalitemsize.value.ToMB()};label="Mailbox Size(MB)"}, itemcount > c:\mailboxes.txt

a text file located at c:\mailboxes.txt should now contain the mailbox size information with item counts for each user. </description>
		<link>http://mscrmblog.net/2010/10/04/get-mailbox-sizes-in-exchange-2007-using-powershell/</link>
			</item>
</channel>
</rss>

