<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://rosslotharius.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>rosslotharius.com</title><link>http://rosslotharius.com/default.aspx</link><description>The blog of Ross Lotharius.</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>Lions and Tigers and Deadlocks OMY!</title><link>http://rosslotharius.com/archive/2010/03/08/lions-and-tigers-and-deadlocks-omy.aspx</link><pubDate>Mon, 08 Mar 2010 16:30:13 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:85</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=85</wfw:commentRss><comments>http://rosslotharius.com/archive/2010/03/08/lions-and-tigers-and-deadlocks-omy.aspx#comments</comments><description>&lt;p&gt;Recently we came across an issue where a CRM integration was deadlocking on roughly 10% of the transactions with large datasets (&amp;gt;100,000 records).&amp;#160; Deadlocks as many know are not fun to deal with.&amp;#160; After checking some of the obvious things that can cause deadlocks and shutting off all plugins and workflows, we were still getting deadlocks.&amp;#160; This reminded me of a situation I ran into on a custom app I wrote a few years earlier.&amp;#160; What we did to alleviate the issue was to turn on Read Committed Snapshot in Sql 2005.&amp;#160; Sql Server 2005+ introduced the Read Committed Snapshot isolation level.&amp;#160; With Read Committed Snapshot we can have have optimistic locking.&amp;#160; Great!&amp;#160; all of our problems were solved right?&amp;#160; Not exactly.&amp;#160; &lt;/p&gt;  &lt;p&gt;There are known concerns with Read Committed Snapshot that mainly exist in older applications that were developed without this isolation level in mind.&amp;#160; For a more detailed description, I recommend checking out this blog post &lt;a href="http://www.jimmcleod.net/blog/index.php/2009/08/27/the-potential-dangers-of-the-read-committed-snapshot-isolation-level/" target="_blank"&gt;here&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;This got me thinking, what about CRM?&amp;#160; CRM was originally developed back in the Sql Server 2000 days so does it support Read Committed Snapshot or no?&amp;#160; After searching around and not getting anything definitive, I decided to go to the source and ask.&amp;#160; It turns out that it is supported!&amp;#160; Here is what I received back from the product team (paraphrased):&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;Microsoft CRM specifically creates serializable transactions where they are needed to avoid problems such as the ones mentioned in the article you provided &lt;/em&gt;(the article referenced above)&lt;em&gt;.&amp;#160; Some of those areas include areas like email where we need to make sure that the email completes or not.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;After finding this out, we decided to implement Read Committed Snapshot on the CRM cluster running Rollup 8 and the deadlocks went away.&amp;#160; The immediate thing we noticed and something to watch out for is that the Tempdb now has a lot more usage.&lt;/p&gt;  &lt;p&gt;In summary, Read Committed Snapshot is supported and should help take care of issues regarding deadlocks and even improve the performance of CRM.&amp;#160; &lt;strong&gt;However, I would recommend doing research and proper due diligence before implementing this solution since it is a global change and can affect accuracy of data.&lt;/strong&gt;&amp;#160; Special thanks to Corey on the product team for his assistance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=85" width="1" height="1"&gt;</description></item><item><title>Microsoft CRM 4 Rollup 9 Released</title><link>http://rosslotharius.com/archive/2010/02/11/microsoft-crm-4-rollup-9-released.aspx</link><pubDate>Thu, 11 Feb 2010 18:04:00 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:84</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=84</wfw:commentRss><comments>http://rosslotharius.com/archive/2010/02/11/microsoft-crm-4-rollup-9-released.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt; Check out the details here of what this rollup contains including files update here: &lt;a class="url" href="http://ow.ly/16ouK" target="_blank"&gt;http://ow.ly/16ouK&lt;/a&gt;&lt;a href="http://ow.ly/16ouK" target="_blank" class="_previewLink preview 
icon"&gt;&lt;span class="icon-13"&gt;&lt;/span&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Download the update here: &lt;a class="url" href="http://ow.ly/16otX" target="_blank"&gt;http://ow.ly/16otX&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; As with all updates, I highly recommend waiting a week or so before 
trying it in case of a recall and to make sure you test it out in a test
 environment before deploying.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=84" width="1" height="1"&gt;</description><category domain="http://rosslotharius.com/archive/tags/CRM/default.aspx">CRM</category><category domain="http://rosslotharius.com/archive/tags/Deployment/default.aspx">Deployment</category></item><item><title>Microsoft Releases Updated Implementation Guide 4.5.0</title><link>http://rosslotharius.com/archive/2009/10/23/microsoft-releases-updated-implementation-guide-4-5-0.aspx</link><pubDate>Fri, 23 Oct 2009 14:38:30 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:83</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=83</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/10/23/microsoft-releases-updated-implementation-guide-4-5-0.aspx#comments</comments><description>&lt;p&gt;A new version of the IG has been released and can be found here:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=1ceb5e01-de9f-48c0-8ce2-51633ebf4714"&gt;http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=1ceb5e01-de9f-48c0-8ce2-51633ebf4714&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here is the change summary:&lt;/p&gt;  &lt;h3&gt;&lt;a name="O_41225"&gt;&lt;/a&gt;Summary of Documentation Revisions and Additions for Update 4.5.0&lt;/h3&gt;  &lt;p&gt;The latest updates to the Microsoft Dynamics CRM 4.0 Implementation Guide are available in the following formats and locations:&lt;/p&gt;  &lt;p&gt;· Word format Microsoft Dynamics CRM 4.0 Implementation Guide (&lt;a href="http://go.microsoft.com/fwlink/?LinkID=131228"&gt;http://go.microsoft.com/fwlink/?LinkID=131228&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;· Compiled HTML Help (CHM) format Microsoft Dynamics CRM 4.0 Implementation Guide&lt;a name="H_22905"&gt;&lt;/a&gt; (&lt;a href="http://go.microsoft.com/fwlink/?LinkID=131228"&gt;http://go.microsoft.com/fwlink/?LinkID=131228&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;· Microsoft TechNet Microsoft Dynamics CRM 4.0 Implementation Guide&lt;a name="H_46066"&gt;&lt;/a&gt; (&lt;a href="http://go.microsoft.com/fwlink/?LinkID=156701"&gt;http://go.microsoft.com/fwlink/?LinkID=156701&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The following table describes the new and revised content for this update.    &lt;table border="1" cellspacing="0" cellpadding="2" width="533"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="55"&gt;&lt;strong&gt;Guide&lt;/strong&gt; &lt;/td&gt;          &lt;td valign="top" width="65"&gt;&lt;strong&gt;Chapter&lt;/strong&gt; &lt;/td&gt;          &lt;td valign="top" width="37"&gt;&lt;strong&gt;Pages&lt;/strong&gt; &lt;/td&gt;          &lt;td valign="top" width="10"&gt;&lt;strong&gt;Type&lt;/strong&gt; &lt;/td&gt;          &lt;td valign="top" width="366"&gt;&lt;strong&gt;Explanation&lt;/strong&gt; &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Planning &lt;/td&gt;          &lt;td valign="top" width="65"&gt;3 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;33 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about Microsoft Dynamics CRM for Outlook support on Windows 7. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Planning &lt;/td&gt;          &lt;td valign="top" width="65"&gt;3 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;33–34 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;Revision &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Updated Microsoft Dynamics CRM for Outlook software requirements and software component prerequisites. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Planning &lt;/td&gt;          &lt;td valign="top" width="65"&gt;5 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;81–83 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New/Revision &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information and updated existing information about how to install and configure Microsoft Dynamics CRM for Outlook by using Group Policy Object (GPO) deployment. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;3 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;62–69 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New/Revision &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information and updated existing information about how to troubleshoot the E-mail Router installation and configuration. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;4 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;71–74 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New/Revision &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information and updated existing information about how to install and configure Microsoft Dynamics CRM for Outlook on a computer that does not have a previous version of Microsoft Dynamics CRM for Outlook installed. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;4 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;73 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about how to enable participation in the Customer Experience Improvement Program. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;4 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;74–76 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about how to upgrade Microsoft Dynamics CRM 3.0 client for Outlook to the latest version of Microsoft Dynamics CRM 4.0 for Outlook. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;4 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;76–77 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about how to update an earlier version of Microsoft Dynamics CRM 4.0 for Outlook. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;4 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;77 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about how to remove the CRM for Outlook button from the Web application. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;4 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;77 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about how to disable patching permission for non-administrator users. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;4 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;77 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about how to troubleshoot default e-mail handler errors. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;4 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;78–81 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;Revision &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Updated existing information about how to deploy Microsoft Dynamics CRM for Outlook with SMS. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;4 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;81 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about the Management Information Format (MIF) file, which can be used with SMS deployments. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;7 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;104 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about conflicts between values in the configuration file and values in command-line parameters. The configuration file take precedence. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;7 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;105 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about where the Configuration Wizard looks for configuration files. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Installing &lt;/td&gt;          &lt;td valign="top" width="65"&gt;8 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;114 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about how to enable logging for Microsoft Dynamics CRM for Outlook repair and uninstall. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Maintaining &lt;/td&gt;          &lt;td valign="top" width="65"&gt;2 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;10 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about not using use the &amp;amp;lt; logic operator (XSL less-than operator) in update configuration files. Instead, use the XSL != operator. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Maintaining &lt;/td&gt;          &lt;td valign="top" width="65"&gt;2 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;17–30 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information about Microsoft Dynamics CRM performance counters. &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="55"&gt;Maintaining &lt;/td&gt;          &lt;td valign="top" width="65"&gt;2 &lt;/td&gt;          &lt;td valign="top" width="37"&gt;38–44 &lt;/td&gt;          &lt;td valign="top" width="10"&gt;New/Revision &lt;/td&gt;          &lt;td valign="top" width="366"&gt;Added information and updated existing information about how to troubleshoot Microsoft Dynamics CRM reporting issues. &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=83" width="1" height="1"&gt;</description><category domain="http://rosslotharius.com/archive/tags/CRM/default.aspx">CRM</category><category domain="http://rosslotharius.com/archive/tags/SDK/default.aspx">SDK</category><category domain="http://rosslotharius.com/archive/tags/Deployment/default.aspx">Deployment</category></item><item><title>Microsoft Releases Social Networking Accelerator</title><link>http://rosslotharius.com/archive/2009/10/19/microsoft-releases-social-networking-accelerator.aspx</link><pubDate>Mon, 19 Oct 2009 20:58:30 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:81</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=81</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/10/19/microsoft-releases-social-networking-accelerator.aspx#comments</comments><description>&lt;p&gt;Microsoft has just released the social networking accelerator for CRM 4!&amp;#160; This highly anticipated accelerator was demoed at WPC earlier this year.&amp;#160; For more details about the accelerator, I recommend checking out &lt;a href="http://www.tekoppele.com/Blog/post/2009/07/09/Social-Networking-with-Microsoft-Dynamics-CRM.aspx" target="_blank"&gt;Menno te Koppele’s blog&lt;/a&gt; about it a few months ago.&amp;#160; To download this accelerator as well as all the other accelerators available, go here:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://crmaccelerators.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19132"&gt;http://crmaccelerators.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19132&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=81" width="1" height="1"&gt;</description><category domain="http://rosslotharius.com/archive/tags/CRM/default.aspx">CRM</category><category domain="http://rosslotharius.com/archive/tags/Deployment/default.aspx">Deployment</category></item><item><title>CRM 4 Update Rollup 6 is now available</title><link>http://rosslotharius.com/archive/2009/08/28/crm-4-update-rollup-6-is-now-available.aspx</link><pubDate>Fri, 28 Aug 2009 13:21:00 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:80</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=80</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/08/28/crm-4-update-rollup-6-is-now-available.aspx#comments</comments><description>&lt;p&gt;Microsoft released Update Rollup 6&amp;nbsp;yesterday.&amp;nbsp; As&amp;nbsp;always, I recommend waiting a few weeks for the dust to settle before deploying to your environments.&amp;nbsp; Rollup 6 includes&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div jquery1251465733036="81" class="indent"&gt;&lt;a jquery1251465733036="226" href="http://rosslotharius.com/kb/971874/" class="KBlink"&gt;971874&lt;/a&gt;&amp;nbsp; &lt;span class="pLink"&gt;(http://support.microsoft.com/kb/971874/ ) &lt;/span&gt;Mobile Express for Microsoft Dynamics CRM 4.0 is available &lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div jquery1251465733036="81" class="indent"&gt;A&amp;nbsp; lot of bug fixes and issues that came up in different scenarios.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here is a link to the KB article highlighting all of the updates in this rollup including the files modified: &lt;a href="http://support.microsoft.com/default.aspx?kbid=970148"&gt;http://support.microsoft.com/default.aspx?kbid=970148&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=80" width="1" height="1"&gt;</description><category domain="http://rosslotharius.com/archive/tags/CRM/default.aspx">CRM</category><category domain="http://rosslotharius.com/archive/tags/Deployment/default.aspx">Deployment</category></item><item><title>Another award for Ascentium!</title><link>http://rosslotharius.com/archive/2009/08/03/another-award-for-ascentium.aspx</link><pubDate>Mon, 03 Aug 2009 21:50:00 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:79</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=79</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/08/03/another-award-for-ascentium.aspx#comments</comments><description>&lt;p&gt;Ascentium has been named Microsoft Dynamics Outstanding Reseller of the Year!&amp;nbsp; Here is a link to the official press release &lt;a target="_blank" href="http://consulting.ascentium.com/news/Ascentium_Named_Microsoft_Dynamics_Outstanding_Reseller_of_the_Year.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;"Ascentium has achieved exceptional levels of performance while delivering outstanding value to their customers,&amp;rdquo; said Doug Kennedy, vice president of Microsoft Dynamics Partners. &amp;ldquo;It&amp;rsquo;s an honor to recognize their leadership and contributions within the Microsoft Dynamics partner community, and we want to congratulate the company on being named as the Microsoft Dynamics Outstanding Reseller of the Year."&lt;/i&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=79" width="1" height="1"&gt;</description></item><item><title>Troubleshooting Microsoft CRM </title><link>http://rosslotharius.com/archive/2009/07/20/troubleshooting-microsoft-crm.aspx</link><pubDate>Mon, 20 Jul 2009 20:15:00 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:78</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=78</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/07/20/troubleshooting-microsoft-crm.aspx#comments</comments><description>&lt;p&gt;Fellow colleague and MVP Aaron Elder, recently posted an article on Technet regarding&amp;nbsp;troubleshooting CRM.&amp;nbsp;&amp;nbsp;Aaron is one of&amp;nbsp;the best troubleshooters I know and I highly recommend this read.&amp;nbsp;&amp;nbsp;Check it out &lt;a href="http://technet.microsoft.com/en-us/magazine/dd776506.aspx" class="null"&gt;here&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=78" width="1" height="1"&gt;</description></item><item><title>CRM 4 Mobile Express Goes Gold with Update Rollup 5</title><link>http://rosslotharius.com/archive/2009/07/12/crm-4-mobile-express-goes-gold-with-update-rollup-5.aspx</link><pubDate>Mon, 13 Jul 2009 00:29:00 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:77</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=77</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/07/12/crm-4-mobile-express-goes-gold-with-update-rollup-5.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;The official blog post: &lt;a target="_blank" href="http://blogs.msdn.com/crm/archive/2009/07/09/product-release-mobile-express-for-microsoft-dynamics-crm-4-0.aspx" class="null"&gt;Product Release: Mobile Express for Microsoft Dynamics CRM 4.0&lt;span style="font-size: xx-small;"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=f592ec6c-f412-4fd5-9a80-cd3bcbd26d8b#tm" class="null"&gt;&lt;span style="font-family: verdana,geneva;"&gt;&lt;em&gt;Mobile Express for Microsoft Dynamics CRM 4.0 is available as a free download&lt;/em&gt;&lt;/span&gt;&lt;/a&gt;&lt;em&gt;&lt;span style="font-family: verdana,geneva;"&gt; and supports the product's &amp;nbsp;full customization and multi tenant capabilities. Those capabilities allow organizations to deploy a CRM solution for one set of workers and, using the same software licenses and hardware, &amp;nbsp;develop instantly mobilized xRM solutions for a wide variety of other business needs using point and click tools.&lt;/span&gt;&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Keep in mind that the Mobile Express client installs CRM Update Rollup 5 as well so make sure your applications have been tested before deploying:&lt;/strong&gt;&lt;/p&gt;
&lt;p style="PADDING-LEFT: 30px"&gt;Downloading and installing Mobile Express for Microsoft Dynamics CRM also downloads and installs Update Rollup 5 for Microsoft Dynamics CRM 4.0 (KB 970141) on your server, a tested, cumulative set of updates for Microsoft Dynamics CRM 4.0. It includes performance enhancements that are packaged together for easy deployment. &lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=77" width="1" height="1"&gt;</description><category domain="http://rosslotharius.com/archive/tags/CRM/default.aspx">CRM</category><category domain="http://rosslotharius.com/archive/tags/SDK/default.aspx">SDK</category><category domain="http://rosslotharius.com/archive/tags/Mobile+Express/default.aspx">Mobile Express</category></item><item><title>Multi-tenancy and the Default Organization, What is it and how do I set it for users?</title><link>http://rosslotharius.com/archive/2009/07/07/multi-tenancy-and-the-default-organization-what-is-it-and-how-do-i-set-it-for-users.aspx</link><pubDate>Tue, 07 Jul 2009 16:49:00 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:76</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=76</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/07/07/multi-tenancy-and-the-default-organization-what-is-it-and-how-do-i-set-it-for-users.aspx#comments</comments><description>&lt;p&gt;The Deployment Administrator of CRM 4 allows you to manage and create multiple organizations (also referred to as multi-tenancy). Creating multiple tenants is great because it creates a separate instance of CRM with it's own customizations, users, data, etc. To access these additional tenants, CRM parses the url and directs accordingly. When a user navigates to &lt;a href="http://crmserver"&gt;http://crmserver&lt;/a&gt; they are taken to their default organization.&amp;nbsp; To specify an org they would change the url to &lt;a href="http://crmserver/orgName"&gt;http://crmserver/orgName&lt;/a&gt; where orgName is the name of the organization.&amp;nbsp; Sometimes a user will be a member of multiple organizations. When a user is a member of multiple orgs, the default org will be the first org the user joined. The MSCRM_CONFIG database stores this information and manages it for you. Changing this setting seems to be simple but it turns out not to be.&lt;/p&gt;
&lt;p&gt;The Deployment Manager allows a Deployment Administrator to specify the "default organization". One would think that this setting would default the organization of &lt;a href="http://crmserver"&gt;http://crmserver&lt;/a&gt; to the org listed as default but it turns out not to. This setting is actually used for legacy code and callouts that use the 2006 web service endpoint. Since this endpoint is not multi-tenant aware the code will run against the organization marked as the default. See this article for more details regarding legacy support and multi-tenancy: &lt;a href="http://msdn.microsoft.com/en-us/library/cc151075.aspx"&gt;http://msdn.microsoft.com/en-us/library/cc151075.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To change this setting in a supported way requires an admin to download a tool provided by Microsoft at the following site: &lt;a href="http://blogs.msdn.com/crmlandia/archive/2009/02/04/por-qu-la-organizaci-n-por-defecto-no-cambia-cuando-la-modificamos-en-el-administrador-de-implementaciones.aspx"&gt;http://blogs.msdn.com/crmlandia/archive/2009/02/04/por-qu-la-organizaci-n-por-defecto-no-cambia-cuando-la-modificamos-en-el-administrador-de-implementaciones.aspx&lt;/a&gt;. Unfortunately this post is written in Spanish, but the tool works just the same.&amp;nbsp; The tool is an ASP.NET page that is added to CRM through the ISV.config.&amp;nbsp; The readme contains all of the details on how to install the tool in English.&lt;/p&gt;
&lt;p&gt;Special thanks to Corey Hanson from the product team for the explanation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=76" width="1" height="1"&gt;</description></item><item><title>MVP Again!</title><link>http://rosslotharius.com/archive/2009/07/01/mvp-again.aspx</link><pubDate>Wed, 01 Jul 2009 16:56:00 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:75</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=75</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/07/01/mvp-again.aspx#comments</comments><description>&lt;p&gt;I just found out that Microsoft has awarded me MVP for the 2nd year!&amp;nbsp; What a great last few weeks!&amp;nbsp; CRM Partner of the Year and now MVP again!&amp;nbsp; You can checkout my company's website &lt;a href="http://www.ascentium.com"&gt;here&lt;/a&gt; and my MVP profile &lt;a target="_blank" href="https://mvp.support.microsoft.com/profile/Ross.Lotharius"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=75" width="1" height="1"&gt;</description></item><item><title>Microsoft Dynamics CRM Partner of the Year!</title><link>http://rosslotharius.com/archive/2009/06/25/microsoft-dynamics-crm-partner-of-the-year.aspx</link><pubDate>Thu, 25 Jun 2009 16:51:00 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:73</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=73</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/06/25/microsoft-dynamics-crm-partner-of-the-year.aspx#comments</comments><description>&lt;p&gt;It's been forever since I posted because I've been so busy.&amp;nbsp; But here is great news for my company!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ascentium.com"&gt;Ascentium&lt;/a&gt; was just announced as the Dynamics CRM Partner of the Year!&amp;nbsp; Woohoo and what a year!&amp;nbsp; Check it out here: http://www.microsoft.com/presspass/press/2009/jun09/06-24POTY09PR.mspx?rss_fdn=Press&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=73" width="1" height="1"&gt;</description></item><item><title>Internet Explorer 8 and my latest CRM Blog Series</title><link>http://rosslotharius.com/archive/2009/04/06/internet-explorer-8-and-my-latest-crm-blog-series.aspx</link><pubDate>Mon, 06 Apr 2009 19:56:54 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:71</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=71</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/04/06/internet-explorer-8-and-my-latest-crm-blog-series.aspx#comments</comments><description>&lt;p&gt;Recently I wrote a blog series for the &lt;a href="http://blogs.msdn.com/crm/default.aspx"&gt;Microsoft Dynamics CRM Team Blog&lt;/a&gt;.&amp;#160; The blog series covers the newly released Internet Explorer 8 and using the Developer Tools with MSCRM 4.&amp;#160; &lt;/p&gt;  &lt;p&gt;In the first part, I briefly walkthrough the new View Source, but primarily focus on the Developer Tools relating to styling, formatting, and layout.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/crm/archive/2009/03/26/ie-8-released-with-nice-debugging-tools-and-crm-4-support.aspx" href="http://blogs.msdn.com/crm/archive/2009/03/26/ie-8-released-with-nice-debugging-tools-and-crm-4-support.aspx"&gt;http://blogs.msdn.com/crm/archive/2009/03/26/ie-8-released-with-nice-debugging-tools-and-crm-4-support.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In Part 2, I go into the debugging aspects of the tools with a focus on debugging script added to forms in CRM 4.&amp;#160; I also cover some of the&amp;#160; quirks that currently exist with the tools and workarounds for them.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.msdn.com/crm/archive/2009/04/06/part-2-ie-8-developer-tools-and-crm-4-client-side-debugging.aspx" href="http://blogs.msdn.com/crm/archive/2009/04/06/part-2-ie-8-developer-tools-and-crm-4-client-side-debugging.aspx"&gt;http://blogs.msdn.com/crm/archive/2009/04/06/part-2-ie-8-developer-tools-and-crm-4-client-side-debugging.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If you haven’t had a chance to checkout the series, I highly recommend them :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=71" width="1" height="1"&gt;</description></item><item><title>CRM Incubation Week Part 2 is coming!</title><link>http://rosslotharius.com/archive/2009/03/28/crm-incubation-week-part-2-is-coming.aspx</link><pubDate>Sat, 28 Mar 2009 03:32:38 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:69</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=69</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/03/28/crm-incubation-week-part-2-is-coming.aspx#comments</comments><description>&lt;p&gt;Girish Raja from Microsoft posted a &lt;a href="http://blogs.msdn.com/girishr/archive/2009/03/27/videos-from-first-crm-incubation-week.aspx" target="_blank"&gt;blog post&lt;/a&gt; today full of videos from the companies that attended the previous Incubation Week.&amp;#160; I suggest checking them out! The next Incubation Week will be in Boston, MA from April 20-24 which I will be attending as an Advisor.&amp;#160; If you are interested in attending and would like to get more details, please read &lt;a href="http://blogs.msdn.com/sanjayjain/archive/2009/02/25/startups-announcing-2nd-microsoft-dynamics-crm-incubation-week.aspx" target="_blank"&gt;Sanjay Jain’s blog post&lt;/a&gt; that covers the pre-requisites and how to sign up.&amp;#160; It should be a great week!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=69" width="1" height="1"&gt;</description></item><item><title>Convergence Schedule Today</title><link>http://rosslotharius.com/archive/2009/03/12/convergence-schedule-today.aspx</link><pubDate>Thu, 12 Mar 2009 15:29:04 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:66</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=66</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/03/12/convergence-schedule-today.aspx#comments</comments><description>&lt;p&gt;Jason Hunt will be hosting the “Understanding xRM” session today at 11am in room 341.&amp;#160; Aaron and I will be participating as panel speakers during this session.&amp;#160; Make sure to stop by and bring your xRM questions with you.&lt;/p&gt;  &lt;p&gt;Afterwards, Aaron and I will be working at the Microsoft Dynamics CRM Kiosks (52-57) till roughly 1:30pm.&amp;#160; We are usually pretty busy during this time speaking with many regarding xRM and using CRM as a platform.&amp;#160; The conversations so far have been very interesting, with us speaking about many different verticals and how using CRM as a platform and taking the functionality that is provided, you can help go to market faster and eliminate a lot of the plumbing that is involved in custom app development.&amp;#160; &lt;/p&gt;  &lt;p&gt;If you have any questions regarding Ascentium, CRM, xRM, or want to put a face to the blog posts, then stop by the Kiosk or the session today!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=66" width="1" height="1"&gt;</description></item><item><title>Convergence Schedule and Today’s Recap</title><link>http://rosslotharius.com/archive/2009/03/10/convergence-schedule-and-today-s-recap.aspx</link><pubDate>Tue, 10 Mar 2009 02:10:58 GMT</pubDate><guid isPermaLink="false">0d7b5235-2dce-4ea9-b5f6-9721bb971cfe:65</guid><dc:creator>Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://rosslotharius.com/rsscomments.aspx?PostID=65</wfw:commentRss><comments>http://rosslotharius.com/archive/2009/03/10/convergence-schedule-and-today-s-recap.aspx#comments</comments><description>&lt;p&gt;Convergence opened up well today.&amp;#160; Everything was setup well and the first presentation I attended went very smooth.&amp;#160; My day started out with me participating on the Partner panel during the Partner Briefing General Sessions.&amp;#160; It was a great presentation given by Brad Wilson, Doug Kennedy, and David Brown.&amp;#160; During the presentations, Reuben Krippner demoed many of the CRM Accelerators, which was great to see.&amp;#160; After the presentation (and a great lunch), I headed over to the Pavilion to join the CRM kiosk team to speak and offer assistance.&amp;#160; There were a lot of great questions regarding integrations with CRM, the mobile client, and Outlook integration.&amp;#160; It was also a great opportunity to meet some of the other Microsoft CRM MVPs.&lt;/p&gt;  &lt;p&gt;For the remainder of the week, Aaron and I will be working the Microsoft kiosks during the times listed below.&amp;#160; If you have any questions regarding CRM, or as we like to call it xRM, stop by during the times below at the Microsoft Pavilion Kiosks 52-57.&lt;/p&gt;  &lt;p&gt;Here is our schedule:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Wednesday 11:30 - 1:30, Microsoft booth for xRM. &lt;/li&gt;    &lt;li&gt;Thursday 12:00 - 1:30, Microsoft booth for xRM. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Also, Jason Hunt will be speaking on Thursday from 11-12pm in room 341 on “Understanding xRM”.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://rosslotharius.com/aggbug.aspx?PostID=65" width="1" height="1"&gt;</description></item></channel></rss>