<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://ts2community.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>Larry&amp;#39;s Taco Talk</title><link>http://ts2community.com/blogs/larrylentz/default.aspx</link><description>This blog discusses topics in Small Business Server, CRM, and user groups, as well as items of interest that might occur along the road. Larry Lentz is a 25+ year computer industry veteran with 18 years as an independent consultant and owner of Lentz Computer Services, http://www.LentzComputer.net. Larry holds numerous Microsoft certifications and leads the Alamo PC Organization&amp;#39;s MCSE Advanced Special Interest Group and the SBS SIG (http://www.LentzComputer.net/SBS). Larry is located in San Antonio, Texas. Lentz Computer Services was the first Microsoft Small Business Specialist in South Texas and is now a Microsoft Certified Partner. Larry was awarded the Microsoft MVP in CRM for 2006,  2007, and 2008..</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>VS on SBS</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/12/19/vs-on-sbs.aspx</link><pubDate>Sat, 20 Dec 2008 02:28:24 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:138931</guid><dc:creator>LarryLentz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=138931</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/12/19/vs-on-sbs.aspx#comments</comments><description>&lt;p&gt;Recently I&amp;#39;ve been learning more about programming CRM. I&amp;#39;ve had no problems in the virtual environments of the training courseware. But I was trying to implement a simple sample program on my on CRM system using Visual Studio 2008 and it would consistently fail due to security exceptions. When I tried to run it, the debugger showed that Credentials in service.Credentials does not exist in the current context. Drilling down it showed the CallerId to be empty. Lots of other stuff was not getting properly picked up. I also saw a lot of System.Security.SecurityException errors. I Googled a bit and found some comments about &amp;#39;trusts&amp;#39; and the code. I tried setting the Trust properties but that didn&amp;#39;t help. Actually it broke it worse. Then I remembered that when I start Visual Studio it gives me a warning about not trusting the location of my project files.&lt;/p&gt; &lt;p&gt;I run Small Business Server 2003, of course, and one of the nice features is that it implements My Documents Redirection. What this means is that the My Documents folder actually exists on the server and is referred to by a UNC (&lt;a&gt;\\mySBS\Users\etc&lt;/a&gt;) and the files are synchronized to the local drive when going off-line. My VS projects by default use a folder in My Documents. I copied my primary source code and rebuilt the project in a folder directly on my local hard drive. This resolved my problem and the application worked the first time I tried.&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=138931" width="1" height="1"&gt;</description><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/CRM/default.aspx">CRM</category><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/SBS/default.aspx">SBS</category></item><item><title>Changing the Default Activities Filter On View</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/12/19/changing-the-default-activities-filter-on-view.aspx</link><pubDate>Fri, 19 Dec 2008 05:17:28 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:138393</guid><dc:creator>LarryLentz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=138393</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/12/19/changing-the-default-activities-filter-on-view.aspx#comments</comments><description>&lt;p&gt;When looking at Activities or History associated with an Account or Contact, the default Filter on value is 30 days, either the last 30 days for History, or the next 30 days for Activities. This can be easily changed by clicking on the drop down and selecting another value like 90 days or &amp;quot;All&amp;quot;. But often it&amp;#39;s desired to change this default. Not so easily done. What is being displayed is the Closed Activity Associated View (History) or Open Activity Associated View (Activities) found in the Activity entity customization. But to change the default, you must go into the Account or Contact entity to configure it. This is done (one way) by adding a client-side script to the OnLoad event to the form properties for these entities.&lt;/p&gt; &lt;p&gt;My friend and fellow CRM MVP Michael Höhne has written a couple of very detailed blogs describing how this is done, at least for the History listing. You can read Michael&amp;#39;s articles at &lt;a title="http://www.stunnware.com/crm2/topic.aspx?id=js11" href="http://www.stunnware.com/crm2/topic.aspx?id=js11"&gt;http://www.stunnware.com/crm2/topic.aspx?id=js11&lt;/a&gt; (CRM 3.0) and later at &lt;a title="http://www.stunnware.com/crm2/topic.aspx?id=js33" href="http://www.stunnware.com/crm2/topic.aspx?id=js33"&gt;http://www.stunnware.com/crm2/topic.aspx?id=js33&lt;/a&gt; (CRM 4.0). His articles focused on the History listings and I now needed the Activities (future) listings. For the History, the operable area is the &amp;quot;areaActivityHistory&amp;quot; and &amp;quot;areaActivityHistoryFrame&amp;quot;. For the Activities listing I tried simply taking the &amp;quot;History&amp;quot; off but that didn&amp;#39;t work. Following Michael&amp;#39;s guide, I opened the source code view of the Activities web page and found I needed to use &amp;quot;areaActivities&amp;quot; and &amp;quot;areaActivitiesFrame&amp;quot;. The other part of the puzzle was what value to use for the filter on field. At first I thought it was &amp;quot;scheduledstart&amp;quot; but that didn&amp;#39;t work. So I had a look at the view in the Activities entity editor. There I found that the view used the Due Date to filter on. the Due Date is actually called &amp;quot;scheduledend&amp;quot; in the schema. So I changed my code to use that and it worked! Below is the code, mostly copied from Michael&amp;#39;s but with my additions for Activities. Thanks Michael for your great articles and blog!&lt;/p&gt; &lt;p&gt;{&lt;br /&gt;areaActivityHistoryFrame_OnReadyStateChange = function() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (document.readyState==&amp;quot;complete&amp;quot;) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var frame = document.frames(&amp;quot;areaActivityHistoryFrame&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var filterCombo = frame.document.getElementById(&amp;quot;actualend&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filterCombo.value = &amp;quot;All&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filterCombo.FireOnChange();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}  &lt;p&gt;loadArea(&amp;#39;areaActivityHistory&amp;#39;);&lt;br /&gt;loadArea(&amp;#39;areaForm&amp;#39;);&lt;br /&gt;document.frames(&amp;quot;areaActivityHistoryFrame&amp;quot;).document.onreadystatechange = &lt;br /&gt;areaActivityHistoryFrame_OnReadyStateChange;&lt;br /&gt;}  &lt;p&gt;{&lt;br /&gt;areaActivitiesFrame_OnReadyStateChange = function() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (document.readyState==&amp;quot;complete&amp;quot;) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var frame = document.frames(&amp;quot;areaActivitiesFrame&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var filterCombo = frame.document.getElementById(&amp;quot;scheduledend&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filterCombo.value = &amp;quot;All&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filterCombo.FireOnChange();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}  &lt;p&gt;loadArea(&amp;#39;areaActivities&amp;#39;);&lt;br /&gt;loadArea(&amp;#39;areaForm&amp;#39;);&lt;br /&gt;document.frames(&amp;quot;areaActivitiesFrame&amp;quot;).document.onreadystatechange = &lt;br /&gt;areaActivitiesFrame_OnReadyStateChange;&lt;br /&gt;}&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=138393" width="1" height="1"&gt;</description><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/CRM/default.aspx">CRM</category></item><item><title>Can't Convert Lead</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/12/18/can-t-convert-lead.aspx</link><pubDate>Fri, 19 Dec 2008 00:47:07 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:138315</guid><dc:creator>LarryLentz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=138315</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/12/18/can-t-convert-lead.aspx#comments</comments><description>&lt;p&gt;Had a call from a customer who was trying to convert a Lead in CRM&amp;nbsp; 3.0. Whenever he&amp;#39;d try the Lead was properly deactivated, but no Account or Contact was created. He would receive the error below: It reads &amp;quot;The system could not log you on. This could be because your user record or the business unit you belong to has been deactivated in Microsoft CRM. For more information, contact your system administrator.&amp;quot; I just hate that last part :-)&lt;/p&gt; &lt;p&gt;&lt;a href="http://ts2community.com/blogs/larrylentz/WindowsLiveWriter/CantConvertLead_108D0/clip_image002%5B4%5D.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="272" alt="clip_image002[4]" src="http://ts2community.com/blogs/larrylentz/WindowsLiveWriter/CantConvertLead_108D0/clip_image002%5B4%5D_thumb.jpg" width="751" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;The user is the business owner so has the CEO etc security role with all rights duly intact. I decided to see what would happen if I created a new Lead and converted it. That worked fine. So I decided to see if there was anything about the Lead that wouldn&amp;#39;t convert that was causing the problem. That&amp;#39;s when I noticed that the Owner of the Lead was a user that was no longer with the company and who&amp;#39;s CRM user record had been disabled. I reassigned the Lead to the business owner who was trying to convert the record and was then able to convert with no problem. Guess it was trying to create the new Account and Contact records using the original owner and was unable to do so. Now the error makes sense.&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=138315" width="1" height="1"&gt;</description><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/CRM/default.aspx">CRM</category></item><item><title>CRM 4.0 Update Rollup 1</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/11/24/crm-4-0-update-rollup-1.aspx</link><pubDate>Tue, 25 Nov 2008 04:57:06 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:123367</guid><dc:creator>LarryLentz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=123367</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/11/24/crm-4-0-update-rollup-1.aspx#comments</comments><description>&lt;p&gt;Microsoft has just released Update Rollup 1 for Microsoft Dyanamics CRM 4.0. It contains a rollup of the hotfixes, etc. that have been released to date. You can download it and learn more about it at &lt;a title="http://www.microsoft.com/downloads/details.aspx?familyid=57c6267b-3b13-49dd-bfed-3cc83633aea7&amp;amp;displaylang=en&amp;amp;tm" href="http://www.microsoft.com/downloads/details.aspx?familyid=57c6267b-3b13-49dd-bfed-3cc83633aea7&amp;amp;displaylang=en&amp;amp;tm"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=57c6267b-3b13-49dd-bfed-3cc83633aea7&amp;amp;displaylang=en&amp;amp;tm&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=123367" width="1" height="1"&gt;</description></item><item><title>CRM Add Users Wizard Can't Find Some Users</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/11/22/crm-add-users-wizard-can-t-find-some-users.aspx</link><pubDate>Sun, 23 Nov 2008 00:30:05 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:122047</guid><dc:creator>LarryLentz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=122047</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/11/22/crm-add-users-wizard-can-t-find-some-users.aspx#comments</comments><description>&lt;p&gt;Recently a client reported that when he tried adding multiple users in MS CRM 4.0, some users were not listed in the CRM Add Users Wizard. Yet they were there in Active Directory. Other users were listed and available to add as members of the CRM organization, but a couple were not. The problem turned out to be that when the users had been added to Active Directory, their full name had been put in the First Name field and the Last Name field had been left blank. Simply moving the last name from the First Name field to the Last Name field where it belongs solved the problem and CRM was able to discover those users as well.&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=122047" width="1" height="1"&gt;</description></item><item><title>Syncing Up While Mobile</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/11/14/syncing-up-while-mobile.aspx</link><pubDate>Fri, 14 Nov 2008 05:21:46 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:115661</guid><dc:creator>LarryLentz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=115661</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/11/14/syncing-up-while-mobile.aspx#comments</comments><description>&lt;p&gt;I am usually out of the office and depend on my web enabled PDA phone (HTC Mogul). In addition to ActiveSync with my Exchange server which provides me constant updates for e-mail, etc. in Pocket Outlook, I also have installed CWR Mobile CRM 4.0 which is a PDA mobile client for CRM 4.0. When I want to have a new appointment linked to my CRM, I can use CWR Mobile to enter it and it appears in my CRM. But then I&amp;#39;d like it to also show up in my Outlook calendar on my phone. However Pocket Outlook and CWR Mobile do not have a synchronization feature. But the solution is really pretty simple. I keep Outlook running on my Office workstation 24/7. It is set as the CRM/Outlook synchronization client. I used to have my notebook set as the synchronization client but I turn my notebook off when I&amp;#39;m not using it. The workstation (a desktop) I can leave running all the time. So now I can enter a new appointment in CWR Mobile CRM and a few minutes later have it appear on my phone&amp;#39;s calendar. Data entry such as notes on what I&amp;#39;m doing for my client is much easier in Outlook on my phone so this is helpful. &lt;/p&gt; &lt;p&gt;This also works with Contacts. Should I enter a new Contact using CWR Mobile, it will appear on my phone a few minutes later. I don&amp;#39;t do this often but it&amp;#39;s nice to know I can.&lt;/p&gt; &lt;p&gt;But that&amp;#39;s just me. I&amp;#39;m a one man shop and the only CRM user to speak of. In a bigger organization, an assistant could be entering appointments and or contacts into CRM and they would appear on the remote user&amp;#39;s phone. The reverse is also true. Once linked via Outlook, any updates I do to my appointments or contact information on my phone is quickly reflected in CRM. If others are using that info, they will have quick updates as well.&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=115661" width="1" height="1"&gt;</description></item><item><title>Setting Up a Firewall for SBS 2008</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/11/01/setting-up-a-firewall-for-sbs-2008.aspx</link><pubDate>Sat, 01 Nov 2008 04:06:55 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:107812</guid><dc:creator>LarryLentz</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=107812</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/11/01/setting-up-a-firewall-for-sbs-2008.aspx#comments</comments><description>&lt;p&gt;I have been selling, and supporting Microsoft Small Business Server since the first version (v4.0) back in 1997. One of the killer features it had was it provided Internet access for all the computers in the network. Sounds like no big deal now, but back then dial-up was state of the art. If users wanted Internet access, they had to fight over who had access to the phone line. Only one user at a time could access the Internet over a given phone line. Small businesses were not anxious to give everyone their own dedicated modem phone line. But with SBS 4.0, the server would have the modem and would allow everyone on the network to access the Internet simultaneously through only one phone line. That was huge! Then came broadband access and the server still filled the function of being the Internet gateway for the network. The primary feature that made all this work was originally Proxy Server and then with SBS 2000 and SBS 2003 Premium, Internet Security and Acceleration Server (ISA). ISA not only provided Internet access but was the firewall for the entire network. And a fine firewall it was. And as part of SBS, it made SBS a super deal. But being a sophisticated firewall, it did require a little bit of knowledge to use. Actually only a little bit as the CEICW (Configure E-mail and Internet Connection Wizard) in SBS pretty much configured it with little effort. But apparently most purchasers of SBS 2003 (the first version to split off the ISA and SQL portions into a &amp;#39;Premium&amp;#39; Edition) bought the Standard Edition without ISA or SQL. So the SBS development team decided to remove ISA from SBS 2008. There are a few technical reasons as well which I will touch on here. So if you are going to have an SBS 2008 server and network, you will need a separate firewall of some sort.&lt;/p&gt; &lt;p&gt;In preparation for migrating to SBS 2008 on my own network, I&amp;#39;ve decided to load ISA on a separate dedicated server to be my firewall. My original plan was to install Windows Server 2008 Core and install ISA 2006 on it to be the firewall for my network. While installing W2k8, I did a Google search and found that ISA 2006 (and all other versions) is NOT compatible with Windows Server 2008. Not just Core, but W2k8 in general. Seems to be a conflict with the Windows firewall on W2k8 which can&amp;#39;t be disabled. This is likely one of the technical reasons why SBS 2008 doesn&amp;#39;t come with ISA. &lt;/p&gt; &lt;p&gt;The replacement for ISA is Threat Management Gateway. I&amp;#39;m not sure whether TMG is available yet but it will only run on Windows Server 2008 -- 64bit! My server isn&amp;#39;t 64 bit so that&amp;#39;s out.&lt;/p&gt; &lt;p&gt;My final solution is to configure my server with Windows Server 2003 and load ISA 2006 on that. I will have to configure my current SBS 2003 server, as well as all my workstations, to use the new ISA server as the network gateway to the Internet. My ISA &amp;#39;server&amp;#39; by the way is an OLD workstation that I&amp;#39;m loading W2k3 on. It is an old AMD K7, 550 MHz, with 768 MB RAM. Wouldn&amp;#39;t want to run much more that ISA on it, but it should work fine as my firewall. My ISA MVP friend, Amy Babinchak, told me so :-).&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=107812" width="1" height="1"&gt;</description><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/SBS/default.aspx">SBS</category></item><item><title>SMB Nation 2008 - A Short Recap</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/10/13/smb-nation-2008-a-short-recap.aspx</link><pubDate>Tue, 14 Oct 2008 03:46:49 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:102976</guid><dc:creator>LarryLentz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=102976</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/10/13/smb-nation-2008-a-short-recap.aspx#comments</comments><description>&lt;p&gt;I just returned from SMB Nation 2008 fall conference in Seattle. Actually the conference was held over the October 4th weekend but my wife and I took advantage of the trip to take a short vacation and tour southern Washington state and Oregon. Oregon is beautiful, as is Washington. Lots of wineries!&lt;/p&gt; &lt;p&gt;The main take away from the conference was some tips and cautions on moving to SBS 2008. Looks like SBS 2008 will have plenty of WOWs but they are offset by some gotchas when moving to it from SBS 2003. Jeff Middleton, SBSMigration, gave a great presentation on the pitfalls of migrating to SBS 2008. Seems the Microsoft migration takes quite a long time because it has to do a MOVE on each Exchange mailbox from SBS 2003 to 2008. It also changes the original SBS 2003 box so there is no roll back in case there is a &amp;#39;problem&amp;#39;. The SBS MVPs attended a week long deep dive training on SBS 2008 just before the conference and the consensus was allow 4 days for the migration. &lt;/p&gt; &lt;p&gt;Amy Babinchak, ISA MVP, gave a great presentation on choosing a firewall since ISA will no longer be included with SBS. The take away here was to decided what solution best fits your client and present that, and only that. You are the trusted technical advisor. You make the decision, don&amp;#39;t make the client try to decided other than whether to purchase your solution or not.&lt;/p&gt; &lt;p&gt;&lt;a href="http://ts2community.com/blogs/larrylentz/WindowsLiveWriter/SMBNation2008AShortRecap_140AD/IMAGE_036_2.jpg"&gt;&lt;img height="180" alt="IMAGE_036" src="http://ts2community.com/blogs/larrylentz/WindowsLiveWriter/SMBNation2008AShortRecap_140AD/IMAGE_036_thumb.jpg" width="240" align="left" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Susan Bradley, SBS Diva, and Ofer Shimrat gave a presentation on the Gotchas of SBS 2008. They were introduced by Australian honorary MVP Ken Gareoux (see picture). Big take aways here are be sure to have plenty of hardware. EVERYTHING starts on the C: drive. You can move it later but it starts on C: so have a big C: drive. Also have LOTS of RAM. 4 GB is the minimum. The more the better. Obviously a good fast CPU(s) is (are) best. They gave us a lot more but you would have to be there...&lt;/p&gt; &lt;p&gt;The second day was dominated by presentations on EBS (Essential Business Server). It appears to be a great product for the mid-sized company with an IT person on staff.&lt;/p&gt; &lt;p&gt;It was once again a great conference. If you have the chance to go to SMB Nation 2009, go. Harry puts on a great show. Great parties, great venue (right on the water). It was great to see many old friends, MVPs and otherwise, and to make new ones. Hope to see you there next year.&lt;/p&gt; &lt;p&gt;&lt;a href="http://ts2community.com/blogs/larrylentz/WindowsLiveWriter/SMBNation2008AShortRecap_140AD/IMAGE_036_2.jpg"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=102976" width="1" height="1"&gt;</description><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/SBS/default.aspx">SBS</category><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/User_2F00_Partner+Groups/default.aspx">User/Partner Groups</category></item><item><title>CRM Outlook Client Hotfixes</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/09/26/crm-outlook-client-hotfixes.aspx</link><pubDate>Fri, 26 Sep 2008 21:53:31 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:94046</guid><dc:creator>LarryLentz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=94046</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/09/26/crm-outlook-client-hotfixes.aspx#comments</comments><description>&lt;p&gt;While doing my CRM Online install, I attempted to set the client up with the CRM Outlook client. It appeared to install properly but then Outlook would not run. When attempting to run it, we would get a message that the program had not shut down properly and the data file needed to be massaged. After a bit, Outlook would simply shut down. I eventually decided to uninstall the CRM client and full functionality was restored to Outlook. I also noticed that the customer had Microsoft Office Business Contact Manager (BCM) installed. Further research (asking my fellow MVPs) revealed that this is a common behavior. Matter of fact there is a hotfix in the works, but not public yet, to fix this. In the meantime I will simply uninstall BCM and then reinstall the CRM client.&lt;/p&gt; &lt;p&gt;One of the benefits of this &amp;#39;research&amp;#39; was that a recent CRM Team blog, &lt;a href="http://blogs.msdn.com/crm/archive/2008/08/06/crm4-outlook-client-issues-and-fixes.aspx"&gt;CRM 4 Outlook Client - Issues and Fixes&lt;/a&gt;, was highlighted that listed a number of hotfixes for the CRM Outlook client. It can be found &lt;a href="http://blogs.msdn.com/crm/archive/2008/08/06/crm4-outlook-client-issues-and-fixes.aspx"&gt;here&lt;/a&gt;. I encourage you to visit this blog and learn about the fixes. Links are available to request the individual (free) hotfixes.&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=94046" width="1" height="1"&gt;</description><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/CRM/default.aspx">CRM</category></item><item><title>CRM Online - First Experiences</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/09/24/crm-online-first-experiences.aspx</link><pubDate>Thu, 25 Sep 2008 02:58:27 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:93178</guid><dc:creator>LarryLentz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=93178</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/09/24/crm-online-first-experiences.aspx#comments</comments><description>&lt;p&gt;This week I&amp;#39;ve had my first opportunity to set up CRM Online for a client. It&amp;#39;s been a learning experience for sure. CRM Online, Microsoft&amp;#39;s hosted version of the product, looks like a good choice in a number of scenarios. My current customer is a substantial company with a network infrastructure and several servers. But at this point, only a handful of users need CRM. Rather than spend several thousand dollars to install a new server to run SQL and CRM, they can use the Online version to see how the product will work for them, especially the 30 day free trial. I expect they will eventually move up to On-premise as they see the value of the program. Other possible fits for this would be branch offices of larger corporations, like banks. In this scenario the local branch manager may see the value of CRM for their business development, but convincing the IT folks and management at the corporate headquarters may be an uphill battle, at least at first.&lt;/p&gt; &lt;p&gt;There were a few pitfalls in my first Online setup experience. I went to the customer&amp;#39;s office on Tuesday fully expecting to spend the afternoon setting up CRM and showing him how to get started using it. Well, not so fast. When you sign up for an Online account, you must wait for someone from Microsoft to contact the customer and verify that they are in fact a real live company wanting to use CRM and not a spoof trying to sabotage the system. I left after about a half hour having only been able to apply for the account. Later that afternoon, I received notification that my customer had been approved. So today I returned and had to set up the account. I fully thought it would be a quick process. Once again the system told me that we would be notified when the new CRM system was ready for use, hopefully within 24 hours. I was looking at another wasted day. But after a short wait (30 minutes?) I tried logging on the their organization and I got it! Never did receive that e-mail notification.&lt;/p&gt; &lt;p&gt;So, my recommendations when you are setting up a new client is to apply for the account ahead of time. It can really be done from any computer. Once you get the go ahead, you can also do the initial set up remotely as well. Once up and running, you can go to the customer&amp;#39;s office and set up the Outlook client and show the customer how to use it. You will need a Windows Live ID for your client and a credit card in order to set up their CRM.&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=93178" width="1" height="1"&gt;</description></item><item><title>Can't Promote Outlook E-mail to CRM</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/09/23/can-t-promote-outlook-e-mail-to-crm.aspx</link><pubDate>Wed, 24 Sep 2008 03:33:37 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:92593</guid><dc:creator>LarryLentz</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=92593</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/09/23/can-t-promote-outlook-e-mail-to-crm.aspx#comments</comments><description>&lt;p&gt;Well, I&amp;#39;ve spent the better part of today (and tonight) trying to resolve a pesky problem that suddenly popped up this morning. Whenever I would try to Track in CRM (promote) an e-mail message, I would get the error &amp;quot;An error occurred promoting this item to Microsoft Dynamics CRM. The Microsoft Dynamics CRM server could not be contacted or the user has insufficient permissions to perform this actions.&amp;quot; I did numerous Google searches which produced a number of hits, including one from MY BLOG! None seemed to help. Most of the solutions, including my own, seemed to focus on there being a problem with attachments in the affected message. But it didn&amp;#39;t matter what type of message I tried to promote, it still gave the same error. I tried running the Outlook CRM client Configuration Wizard. That didn&amp;#39;t help. I tried messing with the Outlook offline cache. No help. I did a bunch of stuff that didn&amp;#39;t help. I tried uninstalling the CRM client from Outlook using the Configuration Wizard and then reinstalling using the Wizard. Nope! Finally I tried going to Control Panel and Add/Remove Programs (well the Vista equivalent, Programs and Features). I had intended to completely uninstall and then reinstall the client from there. But it gave me the option to Repair as well. I figured I might as well try that first. It worked!&lt;/p&gt; &lt;p&gt;&lt;a href="http://ts2community.com/blogs/larrylentz/WindowsLiveWriter/CantPromoteOutlookEmailtoCRM_13D84/clip_image002_2.jpg"&gt;&lt;img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px;" height="246" alt="clip_image002" src="http://ts2community.com/blogs/larrylentz/WindowsLiveWriter/CantPromoteOutlookEmailtoCRM_13D84/clip_image002_thumb.jpg" width="536" border="0" /&gt;&lt;/a&gt;&lt;a href="http://ts2community.com/blogs/larrylentz/WindowsLiveWriter/CantPromoteOutlookEmailtoCRM_13D84/clip_image002_2.jpg"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=92593" width="1" height="1"&gt;</description></item><item><title>Exposing Service Calendar in Outlook</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/08/29/exposing-service-calendar-in-outlook.aspx</link><pubDate>Fri, 29 Aug 2008 05:01:48 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:86457</guid><dc:creator>LarryLentz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=86457</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/08/29/exposing-service-calendar-in-outlook.aspx#comments</comments><description>&lt;p&gt;I just blogged about using the Service Calendar as a corporate calendar. I noted that it is not available out of the box in the Outlook client. I&amp;#39;ve just experimented a bit and managed to expose the Service Calendar in my Outlook client. &lt;/p&gt; &lt;p&gt;To do so, you must modify the Site Map and remove the Client=&amp;quot;Web&amp;quot; item from the Service Calendar entry. Below is the Site Map entry before modifying it. Be sure to save a copy of the original before you modify the Site Map. If you screw it up, you might not be able to access CRM!&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;lt;Group Id=&amp;quot;&lt;b&gt;SM&lt;/b&gt;&amp;quot; ResourceId=&amp;quot;&lt;b&gt;Area_Scheduling&lt;/b&gt;&amp;quot; IsProfile=&amp;quot;&lt;b&gt;true&lt;/b&gt;&amp;quot;&amp;gt; &lt;p&gt;&lt;a&gt;-&lt;/a&gt; &amp;lt;SubArea Id=&amp;quot;&lt;b&gt;nav_apptbook&lt;/b&gt;&amp;quot; ResourceId=&amp;quot;&lt;b&gt;Homepage_AppointmentBook&lt;/b&gt;&amp;quot; Icon=&amp;quot;&lt;b&gt;/_imgs/ico_18_servicecal.gif&lt;/b&gt;&amp;quot; Url=&amp;quot;&lt;b&gt;/sm/home_apptbook.aspx&lt;/b&gt;&amp;quot; &lt;strike&gt;Client=&amp;quot;&lt;strong&gt;Web&lt;/strong&gt;&lt;/strike&gt;&amp;quot;&amp;gt; &lt;p&gt;&amp;lt;Privilege Entity=&amp;quot;&lt;b&gt;activitypointer&lt;/b&gt;&amp;quot; Privilege=&amp;quot;&lt;b&gt;Read&lt;/b&gt;&amp;quot; /&amp;gt; &lt;p&gt;&amp;lt;Privilege Entity=&amp;quot;&lt;b&gt;service&lt;/b&gt;&amp;quot; Privilege=&amp;quot;&lt;b&gt;Read&lt;/b&gt;&amp;quot; /&amp;gt; &lt;p&gt;&amp;lt;/SubArea&amp;gt; &lt;p&gt;&amp;lt;/Group&amp;gt;&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=86457" width="1" height="1"&gt;</description><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/CRM/default.aspx">CRM</category></item><item><title>Corporate Calendar</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/08/29/corporate-calendar.aspx</link><pubDate>Fri, 29 Aug 2008 04:09:02 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:86450</guid><dc:creator>LarryLentz</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=86450</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/08/29/corporate-calendar.aspx#comments</comments><description>&lt;p&gt;A client of mine actually pointed this out. I&amp;#39;d never thought of this. The owner wants to be able to have a common &amp;#39;Corporate Calendar&amp;#39; for all CRM appointments. The CRM calendar doesn&amp;#39;t do that, nor does the Outlook calendar. Thought about using a public folder in Exchange, but it wouldn&amp;#39;t link to CRM. Then my client, (he&amp;#39;s actually the outsource IT guy for the user) came up with the idea of using the Service Calendar. Duh! I&amp;#39;d only thought of it for tracking service activities but it will also track all appointments for all users and display them all in one screen with lots of options as to what to display. It also allows you to access the CRM activities directly. You can even schedule new appointments directly from there. Only problem is the business owner wants to be able to access it from the Outlook client. The Service Calendar isn&amp;#39;t available in the Outlook client. But, perhaps we can modify the Site Map or something. I&amp;#39;m looking into that and will post when I see if that works or not.&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=86450" width="1" height="1"&gt;</description><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/CRM/default.aspx">CRM</category></item><item><title>Free Update Windows XP,Vista - NOT</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/08/27/free-update-windows-xp-vista-not.aspx</link><pubDate>Thu, 28 Aug 2008 00:50:38 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:86265</guid><dc:creator>LarryLentz</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=86265</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/08/27/free-update-windows-xp-vista-not.aspx#comments</comments><description>&lt;p&gt;I received an e-mail today purporting to be from Microsoft XP, with an e-mail address equal to one of my distribution lists. I tries to get you to download a free update by clicking the title. The web site it takes you to does not appear to be a Microsoft address. According to WhoIs.net, it is actually RIPE Network Coordination Centre in Amsterdam. I don&amp;#39;t KNOW if this is bogus, but it SURE feels that way. Microsoft wouldn&amp;#39;t put out a message looking like this. Beware!&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=86265" width="1" height="1"&gt;</description></item><item><title>Passed CRM 4.0 Apps Exam</title><link>http://ts2community.com/blogs/larrylentz/archive/2008/08/25/passed-crm-4-0-apps-exam.aspx</link><pubDate>Mon, 25 Aug 2008 23:32:22 GMT</pubDate><guid isPermaLink="false">560f371f-757e-49b8-87a1-da047d47be11:85955</guid><dc:creator>LarryLentz</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://ts2community.com/blogs/larrylentz/rsscomments.aspx?PostID=85955</wfw:commentRss><comments>http://ts2community.com/blogs/larrylentz/archive/2008/08/25/passed-crm-4-0-apps-exam.aspx#comments</comments><description>&lt;p&gt;Well, I guess second time&amp;#39;s a charm. I managed to pass the Microsoft Dynamics CRM 4.0 Applications certification exam. This was my second try and I barely passed it. But pass I did. I qualifies me for not only the Microsoft Certified Business Management Solutions Specialist for CR$ 4.0 Applications, but also the Microsoft Certified Business Management Solutions Professional in 4.0 Applications as well.&lt;/p&gt; &lt;p&gt;It is a hard test that asks questions that have responses that are either very close to each other, or are ones you wouldn&amp;#39;t have thought of. Plus one has to read it carefully to be sure you know what&amp;#39;s being asked. If you are planning on taking this exam, don&amp;#39;t take it lightly.&lt;/p&gt;&lt;img src="http://ts2community.com/aggbug.aspx?PostID=85955" width="1" height="1"&gt;</description><category domain="http://ts2community.com/blogs/larrylentz/archive/tags/CRM/default.aspx">CRM</category></item></channel></rss>