<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="0.91"><channel>
<title>RSS feed</title>
<link>http://www.consultcore.com/coreblog</link>
<description>An RSS feed for 8pixel.net Blog engine</description>
<language>EN</language>
<item>
<author><![CDATA[Admin]]></author>
<category><![CDATA[Microsoft CRM]]></category>
<title><![CDATA[Microsoft Dynamics CRM 2011 User Mapping Error ]]></title>
<description><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="600">
    <tbody>
        <tr>
            <td>
            <p><a href="http://www.consultcore.com"><img alt="Core Solutions, your CRM Specialists" width="90" height="42" src="http:\\www.consultcore.com\eimages\core-reflect-09-logo.png" /></a></p>
            </td>
            <td>
            <p><a href="http://www.consultcore.com/mscrm.htm"><img alt="Microsoft CRM from Core Solutions" width="132" height="29" src="http:\\www.consultcore.com\eimages\mscrm-dynamics2.gif" /></a></p>
            </td>
        </tr>
    </tbody>
</table>
<p align="center"><b>User Mapping Error Upgrading from CRM 4.0 to CRM 2011</b></p>
<div style="text-align: justify; margin: 0in 0in 0pt">I ran into a problem when doing an upgrade from <strong>Microsoft Dynamics CRM </strong>4.0 to CRM 2011.&nbsp; It took several hours to discover how to get past the error and I would like to save you the trouble if you run into a similar issue. To start, this is a company with a 5-User license and 10 users in the office, including 2 outside consultants as administrators.&nbsp; As a result, it is typical for this company to enable and disable users as needed.&nbsp; It is imperative at this point to make sure that the administrator account that you are logged into, that will be doing the import, is an <i>active User</i>. This was a Single Server environment, so the CRM 2011 program was going to replace the CRM 4.0 program.&nbsp; This is not the best scenario but, as Consultants, this will be a fairly common occurrence among our clientele.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">I backed up the database and uninstalled CRM 4.0.&nbsp; I then installed CRM 2011 to the Server.&nbsp; Everything looked good.&nbsp; I was able to open <strong>Microsoft Dynamics CRM 2011 </strong>against the new company I created.&nbsp; Now all I had to do was go into the <i>Deployment Manager</i> and import the 4.0 Organization.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">The problem occurs when you try to map Users from the old database to the new database.&nbsp; The error I got was:</div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><b><i>You must map your Active Directory user account to at least one enabled Microsoft Dynamics CRM user who has the System Administrator role before the organization can be imported.</i></b></div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">There was <a href="http://community.dynamics.com/product/crm/crmtechnical/b/crmlarrylentz/archive/2011/01/24/importing-crm-4-0-organization-into-crm-2011.aspx">one pertinent article about this issue and how to solve it</a>. The recommendation was to remove the <i>Restricted Access Mode</i> from the database, backup the database, restore it on the Server with CRM 2011 and you are all set.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">Well, now I was in a pickle because I had already uninstalled CRM 4.0.&nbsp; I could not just to go into CRM 4.0, access <i>Settings/Users</i> and take off the restriction.&nbsp; Eventually, I did uninstall <strong>Microsoft Dynamics CRM 2011 </strong>and reinstall 4.0 but for some reason <i>Deployment Manager</i> would not let me point to my database, so now what?</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">Here is where I discovered a workaround and, had I know about it ahead of time, I would have resolved the issue in minutes!&nbsp; The secret is understanding the <i>systemuserbase</i> table.&nbsp; There are 2 fields that we will possibly be updating.&nbsp; The first is <i>accessmode</i>.&nbsp; It looks like this on a User Record:</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt"><img alt="" src="http:\\www.consultcore.com\eimages\Gerry-01.jpg" /></div>
<div style="margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">We will want all Users to be <i>Full</i>, not <i>Administrative</i> <i>or Read-Only</i>.&nbsp; You might think that <i>Administrative</i> is more powerful than <i>Full</i> since you are the Administrator.&nbsp; But you have to think of <i>Access Mode</i> in terms of an Administrative <b>Staff</b> and not an Administrator.&nbsp; In the <i>systemuserbase</i> table the field is <i>accessmode</i> and a value of <i>0</i> is <i>Full</i>.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">In SQL the table looks like this:</div>
<div style="text-align: justify; margin: 0in 0in 0pt"><img alt="" src="http:\\www.consultcore.com\eimages\Gerry-02.jpg" /></div>
<div style="margin: 0in 0in 0pt">&nbsp;</div>
<div style="margin: 0in 0in 0pt">Simply run this query to update all Users to <i>Full</i></div>
<div style="margin: 0in 0in 0pt 0.5in"><i>Update systemuserbase</i></div>
<div style="margin: 0in 0in 0pt 0.5in"><i>Set accessmode = 0</i></div>
<div style="margin: 0in 0in 0pt 0.5in"><i>Where accessmode &lt;&gt; 0</i></div>
<div style="margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">Finished &ndash; right? Wrong! When I reinstalled <strong>Microsoft Dynamics CRM 2011 </strong>and went to <i>Deployment Manager</i> I was still getting the same error!&nbsp; Now what? It was hard to tell because of how narrow the columns were, but the User I was logged in as was actually a <b>disabled</b> user in CRM 4.0.&nbsp; This is why I said at the beginning of this article that it is imperative to make sure that your Admin login is not disabled in CRM.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">The field in <i>systemuserbase</i> that controls enabling and disabling Users is the <i>isdisabled</i> field.&nbsp; A value of <i>0</i> means the User is <i>enabled</i> and a value of <i>1</i> means the User is <i>disabled</i>.&nbsp;&nbsp; This was a bit tricky because I needed to first <i>disable</i> an enabled User so I would not exceed the maximum number of Users during Deployment.&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">Here is the SQL query to accomplish this:</div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Update systemuserbase</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Set isdisabled = 1</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Where lastname = &lsquo;SomeUserLastName&rsquo;</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">I then set my Administrator User to <i>Enabled</i> in the Database and I was back on track. Here is the query:</div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Update systemuserbase</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Set isdisabled = 0</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Where lastname = &lsquo;MyUserLastName&rsquo;</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">When I went back into <i>Deployment Manager</i> and pointed to the CRM 4.0 database, I now easily passed through the screens for mapping Users and was able to complete the upgrade. I hope you find this article useful, maybe it will save you some time and you can leave work early. Right!</div>]]></description>
<pubDate>7/12/2011 2:41:20 PM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=72</link>
<id>72</id></item>
<item>
<author><![CDATA[Admin]]></author>
<category><![CDATA[Microsoft CRM]]></category>
<title><![CDATA[True Stories of Marketing with Microsoft CRM]]></title>
<description><![CDATA[<p>A premier event for marketers: <strong>True Stories of Marketing with Microsoft CRM</strong></p>
<div style="margin: 0in 0in 0pt"><strong><a href="http://www.clickdimensions.com/lp/TrueStories.html">Register Here</a></strong></div>
<div style="margin: 0in 0in 0pt">&nbsp;</div>
<div style="margin: 0in 0in 0pt">This live workshop will include examples of real world campaigns where Microsoft CRM</div>
<div style="margin: 0in 0in 0pt">was used to:</div>
<div style="margin: 0in 0in 0pt">&nbsp;</div>
<div style="margin: 0in 0in 0pt">- Double a newsletter list in two weeks using a unique approach toward email marketing and lead scoring</div>
<div style="margin: 0in 0in 0pt">- Develop an easy way to improve web traffic by understanding the quality of visitors by traffic sources</div>
<div style="margin: 0in 0in 0pt">- Implement a strategy for creating great content that positions your firm as a leader</div>
<div style="margin: 0in 0in 0pt">- Apply simple tips for search engine marketing and search engine optimization</div>
<div style="margin: 0in 0in 0pt">- Provide sales with easy to use automated prospecting and marketing tools</div>
<div style="margin: 0in 0in 0pt">- Identify how to best use the right social channels to drive business value</div>]]></description>
<pubDate>6/7/2011 11:24:58 AM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=69</link>
<id>69</id></item>
<item>
<author><![CDATA[Admin]]></author>
<category><![CDATA[GoldMine CRM]]></category>
<title><![CDATA[GOLDMINE PREMIUM EDITION 9.0.1 HOTFIX 1]]></title>
<description><![CDATA[<p><strong>GOLDMINE PREMIUM EDITION 9.0.1 HOTFIX 1</strong></p>
<p>If you have upgraded to GoldMine Premium Edition 9.0.1.49, and Outlook integration is important to you, installing this Hotfix may be a good move. We do NOT recommend upgrading to this build if you are already using a GMPE 9 release without problems. The Hotfix is currently available only through the NFR site and tech support. The fixes will become generally available with the release of GMPE 9.0.2.</p>
<p><em>WHAT IS FIXED IN GOLDMINE PREMIUM EDITION 9.0.1 HOTFIX 1 </em></p>
<p>* Error message appears when opening Outlook calendar if forecasted sales are displayed in Outlook, and there is a forecasted sale related to a contact with a null value in contact field <br />
* GoldMine toolbar does not appear in Outlook when using Terminal Services <br />
* Outlook sync profile does not retain contact group setting if the contact group has a RecID value ending in a space <br />
* When synchronizing with Outlook using a contact group or filter, other users recurring activities are synchronized to Outlook <br />
* Paging of contact records in the Contact Search Center can cause entire database to be selected for different workflow operations <br />
* Memory leak in Outlook.exe process <br />
* Performance issues in Outlook add-in <br />
* AddinExpress error message appears in Outlook <br />
* Object Reference error when reading GoldMine settings from Outlook <br />
* Object reference error in Outlook when no record types are set up in GoldMine <br />
* GoldMine creates Accountno values with less than 20 characters when the contact name is abbreviated as first initial with a dot <br />
* When sorting opportunities by actual close date, the sort is not chronological <br />
* Activities synchronized from Outlook produce one alarm per attendee in GoldMine <br />
* When editing an activity, the Opportunity/Project selection is not available if the Accountno for the corresponding contact contains less than 20 characters <br />
* E-mail filed on the remote is not filed on the server after sync <br />
* When entering an address for additional contacts, the Zip field does not auto-complete as expected</p>
<p>If you think this Hotfix will help with an issue you are experiencing, <a href="mailto:sales@consultcore.com?subject=I%20want%20to%20install%20the%209.0.1%20Hotfix">contact Core </a>to schedule an upgrade.<br />
&nbsp;</p>]]></description>
<pubDate>5/31/2011 2:27:13 PM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=65</link>
<id>65</id></item>
<item>
<author><![CDATA[Craig Mael]]></author>
<category><![CDATA[]]></category>
<title><![CDATA[After the Migration, Check Your Data]]></title>
<description><![CDATA[<p>After your data has been migrated, it is important for you to take a closer look, to ensure your data has been migrated accurately. Here are a few suggestions to make this data check more productive. First, <strong>perform this data check as soon as possible</strong>. Identifying and fixing any migration issues right away will ensure that newly entered data will be properly recorded and will save you time and money. Next, select a short-list of high-level accounts as your Test Set. Then run the following data check steps:</p>
<p>1. Is all related information like History, Calendar and Linked Documents present?<br />
2. Is data in the primary contact fields properly formatted?<br />
3. Are items like Title, Address and Phone Numbers in the right place?<br />
4. Are the data fields properly cased?<br />
5. Are custom settings for items like telephone number formatting or zip code validation working properly?<br />
6. Are your reports present and delivering the expected data?<br />
7. Do you have fields in the system to trigger Automated Processes, and are they working?<br />
8. Are your territories properly aligned?<br />
9. Are your Filters and Groups working in the manner you expect?<br />
10. Are there any field restrictions that are not working properly?</p>
<p>&nbsp;</p>]]></description>
<pubDate>5/2/2011 10:48:55 AM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=63</link>
<id>63</id></item>
<item>
<author><![CDATA[Admin]]></author>
<category><![CDATA[Microsoft CRM]]></category>
<title><![CDATA[Is It Time For Your CRM To Be In The Cloud?]]></title>
<description><![CDATA[<p><strong>Why Buy a Server?</strong></p>
<p>For years <em>CRM Online</em> organizations have been marketing their solution as a &ldquo;cost effective&rdquo; way to get into an enterprise application.&nbsp; Usually, the only way their argument works is if an organization had extremely high IT costs.&nbsp; Most SMB organizations do a good job controlling IT costs, so the primary cost benefit touted by <em>Hosted</em> CRM vendors does not necessarily hold up to the key analytical eye of the CFO.&nbsp;</p>
<p>For many SMB organizations, <em>Hosted</em> applications such as CRM solved non-economic issues.&nbsp; Companies did not have to be concerned about connectivity, server up-time, a distributed workforce, ease of start-up, etc. Organizations that based their purchase decision on one (or more) of the aforementioned reasons, found <em>Hosted CRM</em> the way to go.</p>
<p>As a consulting organization that has spent the last 10 years selling and implementing <em>On-Premise CRM</em>, <strong><em><a href="http://www.consultcore.com">Core Solutions</a></em></strong> takes a different approach to framing the CRM purchase decision.&nbsp; We know that most organizations already have the infrastructure to support a CRM implementation, and that the substantial costs savings achieved by bringing the solution <em>On-Premise</em> would usually outweigh the ease-of-implementation argument.&nbsp;&nbsp;</p>
<p><strong>What Has Changed?</strong></p>
<p><em>Microsoft</em> has aggressively changed the landscape as it relates to <em>Hosted CRM</em>.&nbsp; The new <a href="http://www.consultcore.com/mscrm.htm"><strong><em>Microsoft Dynamics CRM 2011</em></strong> </a>is a full-featured product that can go toe-to-toe with any product on the market.&nbsp; <em>But the real game changer is the price.</em>&nbsp; At <strong>$34.95 a month per user*</strong>, <a href="http://www.consultcore.com/mscrm.htm"><strong><em>Microsoft Dynamics CRM 2011</em></strong> </a>alters the <em>On-Premise/On-Line</em> argument.&nbsp; Now, the annual cost per user is approximately 1/3 the software purchase price, as opposed to competitive offerings that have annual costs per user approximately equal to the first year purchase price.</p>
<p>Clearly, there are still valid reasons to bring software <em>On-Premise</em>.&nbsp; <strong><em><a href="http://www.consultcore.com/mscrm.htm">Microsoft Dynamics CRM 2011</a></em></strong> can be deployed either way.&nbsp; But if you&rsquo;re on the fence, or are thinking that a <em>Hosted CRM</em> application is worth a try, with <strong><em><a href="http://www.consultcore.com/mscrm.htm">Microsoft Dynamics CRM 2011</a></em></strong> you can start hosted and move to <em>On-Premise</em> without the loss of data or the need for data conversion.&nbsp; If you&rsquo;re a current <em>On-Premise</em> customer and want to move to <em>Hosted</em>, no problem, your data can similarly be moved without conversion from <em>On-Premise</em> to <em>Hosted</em>.</p>
<p>To learn more about <em>On-Premise</em> vs. <em>Hosted</em> options, contact <strong><em><a target="_blank" href="http://www.consultcore.com/contact-information.htm"><font color="#33739f">Core Solutions</font></a></em></strong>. We&rsquo;ll be happy to help you decide which is right for you.</p>
<p><em>* Promotional pricing expires June 30, 2011. Non-promotional price is $44.00/user per month.</em></p>]]></description>
<pubDate>2/14/2011 10:00:06 AM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=59</link>
<id>59</id></item>
<item>
<author><![CDATA[Admin]]></author>
<category><![CDATA[GoldMine CRM]]></category>
<title><![CDATA[Auto-Fill sending emails from GoldMine?!?!]]></title>
<description><![CDATA[<p><font size="2" face="Verdana">We received a call from a client who wondered why the GoldMine Auto-Fill address function was intermittent. Intermittent?? We did not even know it existed!</font></p>
<p><font size="2" face="Verdana">The client&nbsp;found that (in 8.0.2) when he goes to add an address to a CC box, if he starts typing an address it auto-fills (like Outlook). This is new in PE, but there is a BIG catch. His issue is that it did not <em>always </em>work. </font></p>
<p><font size="2" face="Verdana">We researched it and found that there is a section in the User.ini called [AutoComplete], and there was a list of names and email addresses in that section. Any of these names will Auto-Fill a CC box in an outgoing email. Next question; how did they get there? We added a CC using the old GoldMine method (click <em>Add|Contact </em>and searched for the CC recipient). Once this was done, the address we searched to was added to the <strong>TOP</strong> of the [AutoComplete] section of the User.ini. When we sent a subsequent email and went to the CC line, if we began typing, the name auto-filled.</font></p>
<p><font size="2" face="Verdana">In order for this to work you need to click in the CC box, as if you were about to <em>manually enter </em>the recipient address. Not well-documented, but it can be a time-saver, especially when you CC the same contacts regularly. </font></p>
<div>By default, the 10 most recently used recipients are stored in the User.ini. To change the&nbsp;size of the auto-complete list, add this setting in user.ini:</div>
<div>&nbsp;</div>
<div>[AutoComplete]</div>
<div>StackMax = ...</div>]]></description>
<pubDate>3/3/2010 11:45:34 AM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=57</link>
<id>57</id></item>
<item>
<author><![CDATA[Admin]]></author>
<category><![CDATA[GoldMine CRM]]></category>
<title><![CDATA[GoldMine: A referral was returned from the server]]></title>
<description><![CDATA[<p>We received a call from a customer last week (<strong>GoldMine Premium Edition 8.0.2 in a Vista OS</strong>), who was getting the following error when attempting to login: <em><strong>&ldquo;A referral was returned from the server.&rdquo; </strong></em><strong>GoldMine </strong>would not start.</p>
<p>After researching the issue we found that <strong>the digital signature used with GoldMine 8.0.x expired in early December</strong>. In a Vista environment, this means that if the <strong>Vista User Account Control (UAC) </strong>feature is turned &quot;On,&quot; <strong>GoldMine </strong>will not be allowed to run.</p>
<p><strong>UAC</strong> is a feature that is built into <strong>Vista, Server 2008 and Windows 7</strong>. It appears as a warning messages asking for confirmation when you double-click on an icon. Many users have, long ago, turned UAC &quot;Off&quot;. Some Programs however (eg. QuickBooks), require the UAC.</p>
<p>Your two options are to <strong>run Vista with UAC turned &quot;Off&quot; </strong></p>
<p>or</p>
<p><strong>upgrade to version 8.5.x of GoldMine</strong>. (If your Maintenance contract is current, there is no charge for the software and you can take advantage of some new features and fixes, along with an active digital certificate.)</p>
<p><a href="mailto:sales@consultcore.com?subject=Re%3A%20Vista%20Issue%2C%20I%20want%20to%20know%20more%20about%20upgrading%20to%20PE%208.5">Contact Core today to check your eligibility.</a></p>]]></description>
<pubDate>12/14/2009 11:24:26 AM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=53</link>
<id>53</id></item>
<item>
<author><![CDATA[Steven Matulewicz]]></author>
<category><![CDATA[GoldMine CRM]]></category>
<title><![CDATA[GoldMine - Checking for Orphans]]></title>
<description><![CDATA[<p>Here are some helpful queries you can run through your SQL interface.&nbsp; Records that are not inter-connected in the <strong>Goldmine </strong>database (known as <em><strong>Orphan Records</strong></em>) can cause some major issues, especially if you are planning on upgrading.</p>
<p>--this one gives you a record count:</p>
<p><em><strong>select count(accountno) from contact1</strong></em></p>
<p>-- this one should come back as zero:</p>
<p><em><strong>select count(accountno) from contact1<br />
where accountno not in (select accountno from contact2)</strong></em></p>
<p>--this one should have less than 5:</p>
<p><em><strong>select count(accountno) from contact2<br />
where accountno not in (select accountno from contact1)</strong></em></p>
<p>--lastly, check your history:</p>
<p><em><strong>select count(accountno) from conthist<br />
where accountno not in (select accountno from contact1)</strong></em></p>
<p>If any of the last 3 queries results in any value above 20, you should contact your <em><strong><a href="mailto:support@consultcore.com?subject=I%20want%20help%20with%20GoldMine%20SQL%20Queries">Goldmine Consultant&nbsp; </a></strong></em>and discuss methods of cleaning your database.</p>]]></description>
<pubDate>12/9/2009 1:32:00 PM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=38</link>
<id>38</id></item>
<item>
<author><![CDATA[Scott Weiss]]></author>
<category><![CDATA[Microsoft CRM]]></category>
<title><![CDATA[Microsoft CRM - The email router service will not start]]></title>
<description><![CDATA[<p>The file: Microsoft.Crm.Tools.EmailAgent.SystemState.xml &nbsp;is corrupt. &nbsp;The file size is probably 0 K. &nbsp;To fix the problem (as always - back up before performing these steps):</p>
<ol>
    <li>On the server running the email router, navigate to the directory where the email router service is installed</li>
    <li>Delete the file - it will be recreated when the service starts. &nbsp;</li>
    <li>Start the service</li>
</ol>]]></description>
<pubDate>12/4/2009 9:03:27 AM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=51</link>
<id>51</id></item>
<item>
<author><![CDATA[Steven Matulewicz]]></author>
<category><![CDATA[GoldMine CRM]]></category>
<title><![CDATA[Using Gmail with Goldmine]]></title>
<description><![CDATA[<p>There is a known issue when trying to use Gmail or Yahoo with Goldmine.&nbsp; We have found a Freeware item called Stunnel that corrects the issue.&nbsp; The following example uses Gmail as an example, you will need to find out what Yahoo uses for ports and pop/smtp.<br />
<br />
1.&nbsp;&nbsp;&nbsp; Go to http://www.stunnel.org/download/binaries.html and download the most recent .exe.<br />
<br />
2.&nbsp;&nbsp;&nbsp; Install Stunnel to EACH LOCAL MACHINE that will be accessing gmail or yahoo.&nbsp; Use the default settings.<br />
<br />
3. Click Start | All Programs | Stunnel | Edit stunnel.conf <br />
<br />
4. Modify as follows: <br />
a. Uncomment the &quot;client = yes&quot; line (remove the ;&nbsp; ) <br />
b. modify the [pop3s] section as follows: <br />
<br />
[pop3]<br />
accept=995<br />
connect=pop.gmail.com:995<br />
[smtp]<br />
accept=465<br />
connect=smtp.gmail.com:465<br />
<br />
5. Click start | All Programs| Stunnel| Install Service.<br />
6. Click start | All Programs| Stunnel| Run Service.&nbsp; NOTE:&nbsp; always make sure the service is running if you have any issues connecting.<br />
7. Now open GoldMine, and use &quot;127.0.0.1&quot; in place of your POP/STMP server definitions on the the accounts you wish to protect with SSL.</p>
<p>8. Go to the Advanced Options window and set the ports to match the definitions you have just made in stunnel.conf.&nbsp; Also, you will probably have to activate the &quot;This server requires authentication&quot; option in the SMTP half of this window.<br />
9. Finally, go to the Gmail account on the Gmail web page and go to your settings area and enable pop3 access. I found that enabling it for &lsquo;all messages than come in from now on&rsquo; was the best option.<br />
&nbsp; <code><br />
</code></p>]]></description>
<pubDate>11/12/2009 11:53:12 AM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=45</link>
<id>45</id></item>
<item>
<author><![CDATA[Steven Matulewicz]]></author>
<category><![CDATA[GoldMine CRM]]></category>
<title><![CDATA[GoldMine - Queries return more than 10,000 records]]></title>
<description><![CDATA[<p>Some companies need to run filters for targeting various campaigns to their customers.&nbsp; However, if they try to view a SQL filter with a large number of members, they hit a snag:&nbsp; the Query&nbsp; Builder has a limit of 10,000 records.&nbsp; So what do you do if your group has more than 10,000 matches?</p>
<p>Not to worry: here is the solution.</p>
<p>For the User who is working with&nbsp;said query, add the following to the <em>[Goldmine] </em>section of their <em>user.ini </em>file:</p>
<p><u><strong>sqlquerylimit=50000</strong></u></p>
<p>This will increase the viewed limit to 50,000. You can, of course, enter in any number; 50,000 is just an example.</p>
<p>Also, if&nbsp; a user needs to see a larger number of items on their <em>Details Tab</em>, add this as well:</p>
<p><u><strong>mssqlmaxbrowserec=xxxxx&nbsp;&nbsp; </strong></u>where &quot;X&quot; is the number of maximum records you want to view.</p>
<p>&nbsp;NOTE:&nbsp; Increasing the size of the view can tend to slow down your Goldmine access:&nbsp; only add this code if it is absolutely necessary.</p>]]></description>
<pubDate>11/2/2009 4:17:28 PM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=26</link>
<id>26</id></item>
<item>
<author><![CDATA[Admin]]></author>
<category><![CDATA[Microsoft CRM]]></category>
<title><![CDATA[MSCRM User Mapping Error]]></title>
<description><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="600">
    <tbody>
        <tr>
            <td>
            <p><a href="http://www.consultcore.com"><img alt="Core Solutions, your CRM Specialists" width="90" height="42" src="http:\\www.consultcore.com\eimages\core-reflect-09-logo.png" /></a></p>
            </td>
            <td>
            <p><a href="http://www.consultcore.com/goldmine.htm"><img alt="Microsoft CRM from Core Solutions" width="132" height="29" src="http:\\www.consultcore.com\eimages\mscrm-dynamics2.gif" /></a></p>
            </td>
        </tr>
    </tbody>
</table>
<p align="center"><b>User Mapping Error Upgrading from CRM 4.0 to CRM 2011</b><b>&nbsp;</b></p>
<div style="text-align: justify; margin: 0in 0in 0pt">I ran into a problem when doing an upgrade from CRM 4.0 to CRM 2011.&nbsp; It took several hours to discover how to get past the error and I would like to save you the trouble if you run into a similar issue. To start, this is a company with a 5-User license and 10 users in the office, including 2 outside consultants as administrators.&nbsp; As a result, it is typical for this company to enable and disable users as needed.&nbsp; It is imperative at this point to make sure that the administrator account that you are logged into, that will be doing the import, is an <i>active User</i>. This was a Single Server environment, so the CRM 2011 program was going to replace the CRM 4.0 program.&nbsp; This is not the best scenario but, as Consultants, this will be a fairly common occurrence among our clientele.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">I backed up the database and uninstalled CRM 4.0.&nbsp; I then installed CRM 2011 to the Server.&nbsp; Everything looked good.&nbsp; I was able to open CRM 2011 against the new company I created.&nbsp; Now all I had to do was go into the <i>Deployment Manager</i> and import the 4.0 Organization.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">The problem occurs when you try to map Users from the old database to the new database.&nbsp; The error I got was:</div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><b><i>You must map your Active Directory user account to at least one enabled Microsoft Dynamics CRM user who has the System Administrator role before the organization can be imported.</i></b></div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">There was one pertinent article about this issue and how to solve it:</div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><a href="http://community.dynamics.com/product/crm/crmtechnical/b/crmlarrylentz/archive/2011/01/24/importing-crm-4-0-organization-into-crm-2011.aspx"><font color="#0000ff">http://community.dynamics.com/product/crm/crmtechnical/b/crmlarrylentz/archive/2011/01/24/importing-crm-4-0-organization-into-crm-2011.aspx</font></a></div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">The recommendation was to remove the <i>Restricted Access Mode</i> from the database, backup the database, restore it on the Server with CRM 2011 and you are all set.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">Well, now I was in a pickle because I had already uninstalled CRM 4.0.&nbsp; I could not just to go into CRM 4.0, access <i>Settings/Users</i> and take off the restriction.&nbsp; Eventually, I did uninstall CRM 2011 and reinstall 4.0 but for some reason <i>Deployment Manager</i> would not let me point to my database, so now what?</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">Here is where I discovered a workaround and, had I know about it ahead of time, I would have resolved the issue in minutes!&nbsp; The secret is understanding the <i>systemuserbase</i> table.&nbsp; There are 2 fields that we will possibly be updating.&nbsp; The first is <i>accessmode</i>.&nbsp; It looks like this on a User Record:</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt"><img alt="" src="http:\\www.consultcore.com\eimages\Gerry-01.jpg" /></div>
<div style="margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">We will want all Users to be <i>Full</i>, not <i>Administrative</i> <i>or Read-Only</i>.&nbsp; You might think that <i>Administrative</i> is more powerful than <i>Full</i> since you are the Administrator.&nbsp; But you have to think of <i>Access Mode</i> in terms of an Administrative <b>Staff</b> and not an Administrator.&nbsp; In the <i>systemuserbase</i> table the field is <i>accessmode</i> and a value of <i>0</i> is <i>Full</i>.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">In SQL the table looks like this:</div>
<div style="text-align: justify; margin: 0in 0in 0pt"><img alt="" src="http:\\www.consultcore.com\eimages\Gerry-02.jpg" /></div>
<div style="margin: 0in 0in 0pt">&nbsp;</div>
<div style="margin: 0in 0in 0pt">Simply run this query to update all Users to <i>Full</i></div>
<div style="margin: 0in 0in 0pt 0.5in"><i>Update systemuserbase</i></div>
<div style="margin: 0in 0in 0pt 0.5in"><i>Set accessmode = 0</i></div>
<div style="margin: 0in 0in 0pt 0.5in"><i>Where accessmode &lt;&gt; 0</i></div>
<div style="margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">Finished &ndash; right? Wrong! When I reinstalled CRM 2011 and went to <i>Deployment Manager</i> I was still getting the same error!&nbsp; Now what? It was hard to tell because of how narrow the columns were, but the User I was logged in as was actually a <b>disabled</b> user in CRM 4.0.&nbsp; This is why I said at the beginning of this article that it is imperative to make sure that your Admin login is not disabled in CRM.</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">The field in <i>systemuserbase</i> that controls enabling and disabling Users is the <i>isdisabled</i> field.&nbsp; A value of <i>0</i> means the User is <i>enabled</i> and a value of <i>1</i> means the User is <i>disabled</i>.&nbsp;&nbsp; This was a bit tricky because I needed to first <i>disable</i> an enabled User so I would not exceed the maximum number of Users during Deployment.&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">Here is the SQL query to accomplish this:</div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Update systemuserbase</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Set isdisabled = 1</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Where lastname = &lsquo;SomeUserLastName&rsquo;</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">I then set my Administrator User to <i>Enabled</i> in the Database and I was back on track. Here is the query:</div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Update systemuserbase</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Set isdisabled = 0</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in"><i>Where lastname = &lsquo;MyUserLastName&rsquo;</i></div>
<div style="text-align: justify; margin: 0in 0in 0pt 0.5in">&nbsp;</div>
<div style="text-align: justify; margin: 0in 0in 0pt">When I went back into <i>Deployment Manager</i> and pointed to the CRM 4.0 database, I now easily passed through the screens for mapping Users and was able to complete the upgrade. I hope you find this article useful, maybe it will save you some time and you can leave work early. Right!</div>]]></description>
<pubDate>10/22/2009 4:28:46 PM</pubDate>
<link>http://www.consultcore.com/coreblog?view=plink&amp;id=20</link>
<id>20</id></item>
</channel></rss>

