<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GoldMine Success</title>
	<atom:link href="http://www.goldminesuccess.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goldminesuccess.com</link>
	<description>Tips and Add-ons for Greater Success</description>
	<lastBuildDate>Wed, 10 Mar 2010 01:09:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Override Controls To Disable Users Access To Certain GoldMine Features</title>
		<link>http://www.goldminesuccess.com/2010/03/09/using-override-controls-to-disable-users-access-to-certain-goldmine-features/</link>
		<comments>http://www.goldminesuccess.com/2010/03/09/using-override-controls-to-disable-users-access-to-certain-goldmine-features/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 00:24:39 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Master Rights & Wrongs]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[RoTabItems1]]></category>
		<category><![CDATA[User Override Codes]]></category>
		<category><![CDATA[[User-Override:]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1258</guid>
		<description><![CDATA[Back in GoldMine 6.x, GoldMine administrators were introduced to a new feature called User Override Controls that allows administrators to centrally control/override what the users set for their preferences. This is done from the GM.ini under the [GoldMine] section via the [User-Override:&#60;user.ini section&#62;] header.
Through the GM.ini, the GoldMine Administrator, can set a global setting presence [...]]]></description>
			<content:encoded><![CDATA[<p>Back in GoldMine 6.x, GoldMine administrators were introduced to a new feature called User Override Controls that allows administrators to centrally control/override what the users set for their preferences. This is done from the GM.ini under the [GoldMine] section via the [User-Override:&lt;user.ini section&gt;] header.</p>
<p>Through the GM.ini, the GoldMine Administrator, can set a global setting presence for your GoldMine.</p>
<p>For example, to disable all users access to the GoldMine taskbar the GM.ini would read as follows:</p>
<p>[GoldMine]<br />
[User-OverRide:gmbar]<br />
show_gmbar=0</p>
<p>This next one sets the GoldMine default tabs that are to be displayed for all  users. You are defining a<br />
global setting for the default  GoldMine tabs, overriding any user selected tab order.</p>
<p>[User-OverRide:GoldMine]<br />
RoTabItems1 = 1;2;4;5;6;7;8;9;10;11;12;13;14;</p>
<p>These overrides are a great way for the GoldMine Administrator to enforce company wide standards for their GoldMine.</p>
<p><strong>NOTE: </strong><em>Any override settings configured by the Administrator in the GM.ini will ALWAYS override a user&#8217;s settings, even if they attempt to change their local preferences &#8211; GoldMine will never apply the username.ini settings if a corresponding user-override exists in the GM.ini.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/09/using-override-controls-to-disable-users-access-to-certain-goldmine-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing GoldMine Tab Names</title>
		<link>http://www.goldminesuccess.com/2010/03/09/changing-goldmine-tab-names/</link>
		<comments>http://www.goldminesuccess.com/2010/03/09/changing-goldmine-tab-names/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 00:17:33 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Master Rights & Wrongs]]></category>
		<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1255</guid>
		<description><![CDATA[Here&#8217;s  how to rename your GoldMine tabs to something more meaningful to your organization. For example, if you use the GM+Views tab, you might want to rename it to Intranet, or Web – this makes the  tab name look more appropriate, as the GM+Views tab is a built in web browser for GoldMine.
You can [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s  how to rename your GoldMine tabs to something more meaningful to your organization. For example, if you use the GM+Views tab, you might want to rename it to Intranet, or Web – this makes the  tab name look more appropriate, as the GM+Views tab is a built in web browser for GoldMine.</p>
<p>You can add the following string to each USERNAME.ini file and it  will override the default tab names on a user by user basis:</p>
<p>ROTabs1=Summary,Fields,INTRANET,Notes,Contacts,Details,Referrals,Pending,History,Links,Members,Tracks,Opptys,Projects,Tickets,Events,Licenses,Products,Renewal,Sales,Sent</p>
<p>Or, alternatively, you can change every users tab names by adding the  following to the GM.ini file:</p>
<p>[User-OverRide:GoldMine]<br />
ROTabs1=Summary,Fields,INTRANET,Notes,Contacts,Details,Referrals,Pending,History,Links,Members,Tracks,Opptys,Projects,Tickets,Events,Licenses,Products,Renewal,Sales,Sent</p>
<p>As you can see, you need to just change the tab name to the required  text. Simple as that!</p>
<p>NOTE:  Adding the ROTabs1 field to the .ini file won’t  affect the ROTabItems1 values. The ROTabItems1 option holds the order in  which each users tabs are displayed – and fickle users will get angry  if you change it! All we are doing here is changing the default name  mappings, NOT the order of the tabs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/09/changing-goldmine-tab-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GM Error Message: Another GoldMine Installation Is Already Running</title>
		<link>http://www.goldminesuccess.com/2010/03/09/gm-error-message-another-goldmine-installation-is-running/</link>
		<comments>http://www.goldminesuccess.com/2010/03/09/gm-error-message-another-goldmine-installation-is-running/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:29:27 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1250</guid>
		<description><![CDATA[If you attempt to run a workstation installation (GMSetup.exe) for GoldMine Premium Edition and for some reason decide to cancel it before it finishes, the next time you try to run the installation you might get the following error message:
Another GoldMine installation is running.
What you need to do is:
Run regedit (Start&#62; Run&#62; regedit).
Go to HKEY_LOCAL_MACHINE [...]]]></description>
			<content:encoded><![CDATA[<p>If you attempt to run a workstation installation (GMSetup.exe) for GoldMine Premium Edition and for some reason decide to cancel it before it finishes, the next time you try to run the installation you might get the following error message:</p>
<p>Another GoldMine installation is running.</p>
<p>What you need to do is:</p>
<p>Run regedit (Start&gt; Run&gt; regedit).</p>
<p>Go to HKEY_LOCAL_MACHINE &gt;&gt; SOFTWARE &gt;&gt; FRONTRANGE SOLUTIONS.<br />
Delete the folder  GMinProgress.<br />
Exit regedit.</p>
<p>Retry the installation.</p>
<p>Note: If you can&#8217;t find the FRONTRANGE SOLUTIONS Registry Key, search for it by clicking on Edit &gt;&gt; Find, in the Registry Editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/09/gm-error-message-another-goldmine-installation-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Turn Off The HTML Coding In All Notes</title>
		<link>http://www.goldminesuccess.com/2010/03/08/how-to-turn-off-the-html-coding-in-all-notes/</link>
		<comments>http://www.goldminesuccess.com/2010/03/08/how-to-turn-off-the-html-coding-in-all-notes/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 21:50:01 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1247</guid>
		<description><![CDATA[In  GoldMine if you attempt to print a GoldMine  report with Notes in it you may run into an issue where  all of the HTML coding that was used when creating the note is displayed.  To turn off the HTML formatting in all Notes, place the following entry in the [GoldMine] section of your GM.INI [...]]]></description>
			<content:encoded><![CDATA[<p>In  GoldMine if you attempt to print a GoldMine  report with Notes in it you may run into an issue where  all of the HTML coding that was used when creating the note is displayed.  To turn off the HTML formatting in all Notes, place the following entry in the [GoldMine] section of your GM.INI file.</p>
<p>”HTML_CAL_Notes=0”</p>
<p><strong>NOTE: </strong><em> The GM.ini file can be found in your GoldMine Directory, ie;  G:\GoldMine or C:\Program Files\GoldMine</em></p>
<p><em>If you are not sure of your path, in GoldMine go to Help &gt;&gt; About GoldMine &gt;&gt; and then click on System.  The System Files path will tell you the root directory for GoldMine.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/08/how-to-turn-off-the-html-coding-in-all-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Scroll Through The Last Five Contacts Viewed</title>
		<link>http://www.goldminesuccess.com/2010/03/08/how-to-scroll-through-the-last-five-contacts-viewed/</link>
		<comments>http://www.goldminesuccess.com/2010/03/08/how-to-scroll-through-the-last-five-contacts-viewed/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 15:19:27 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1241</guid>
		<description><![CDATA[Have you ever had the need to go back to a record you were previously on, but can&#8217;t remember who the contact or company was? In all versions of GoldMine, you can hold down the Shift Key and hit the Page Down key to scroll through the last five contacts that you previously visited.
In GoldMine Premium [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever had the need to go back to a record you were previously on, but can&#8217;t remember who the contact or company was? In all versions of GoldMine, you can hold down the Shift Key and hit the Page Down key to scroll through the last five contacts that you previously visited.</p>
<p>In GoldMine Premium there is a &#8216;Recently Viewed&#8217; contacts window that will display the last 20 or so contacts that you visited. You can change the number of recently viewed contacts that are displayed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/08/how-to-scroll-through-the-last-five-contacts-viewed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Borland Database Engine (BDE) 4GB Insufficient Disk Space Error Fix</title>
		<link>http://www.goldminesuccess.com/2010/03/05/borland-database-engine-bde-4gb-insufficient-disk-space-error-fix/</link>
		<comments>http://www.goldminesuccess.com/2010/03/05/borland-database-engine-bde-4gb-insufficient-disk-space-error-fix/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:54:46 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1207</guid>
		<description><![CDATA[The following download file contains a hack/fix for the BDE error that causes GoldMine to return the infamous ‘Insufficient Disk Space’ error even though you have ample disk space available.
When you perform a database rebuild (and a few other functions), the BDE asks windows how much free disk space there is (in an attempt to avoid [...]]]></description>
			<content:encoded><![CDATA[<p>The following download file contains a hack/fix for the BDE error that causes GoldMine to return the infamous ‘Insufficient Disk Space’ error even though you have ample disk space available.</p>
<p>When you perform a database rebuild (and a few other functions), the BDE asks windows how much free disk space there is (in an attempt to avoid shredding your database.) This would be a good idea except the BDE trips up if the amount of free space you actually have (in GB) is evenly divisible by 4. So machines with 4.3GB, 16.8GB, 24.5GB, 88.2GB, etc. all choke on the regular BDE free-space request and report that there isn’t enough free space available.</p>
<p>When you NEED to perform a database rebuild, this can be a real problem. In the past, the solution was to free up (or take up) disk space to a point where the free space was not divisible by 4. This could get tricky, however, given that your database files shrink a bit when they’re packed and rebuilt by the maintenance procedure. This sometimes left GoldMine administrators doing a delicate dance with their database and free space throughout the maintenance procedure. Hair-raising, to say the least.</p>
<p>The fix (available via download below) basically routes <em>just</em> this BDE request (the one that checks your free disk space) to a hacked DLL that you must place in your \windows\system32 directory which properly reports the value.</p>
<p>Numerous GoldMine admins have reported success with it.</p>
<p><a href="http://www.castellcomputers.com/files/bde_4g_fix.zip" onclick="pageTracker._trackPageview('/outgoing/www.castellcomputers.com/files/bde_4g_fix.zip?referer=');"><img src="http://www.castellcomputers.com/images/download.gif" alt="Download the file!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/05/borland-database-engine-bde-4gb-insufficient-disk-space-error-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoldMine to Google Desktop Search</title>
		<link>http://www.goldminesuccess.com/2010/03/05/goldmine-to-google-desktop-search/</link>
		<comments>http://www.goldminesuccess.com/2010/03/05/goldmine-to-google-desktop-search/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:43:24 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1202</guid>
		<description><![CDATA[This free GoldMine utility allows the user to pass the field data from the current GoldMine contact to Google Desktop. Using this command-line driven utility, one can feed Google desktop any basic contact data, ampersand macros (such as &#38;FirstName &#38;Address1, &#38;Company, etc.) and even simple dBase expressions. See the included readme file for more information.

]]></description>
			<content:encoded><![CDATA[<p>This free GoldMine utility allows the user to pass the field data from the current GoldMine contact to Google Desktop. Using this command-line driven utility, one can feed Google desktop any basic contact data, ampersand macros (such as &amp;FirstName &amp;Address1, &amp;Company, etc.) and even simple dBase expressions. See the included readme file for more information.</p>
<p><a href="http://www.castellcomputers.com/files/goldminegoogledesktop.zip" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.castellcomputers.com/files/goldminegoogledesktop.zip?referer=');"><img src="http://www.castellcomputers.com/images/download.gif" alt="Download the file!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/05/goldmine-to-google-desktop-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoldMine Error Message: Waiting for Permission to Log In</title>
		<link>http://www.goldminesuccess.com/2010/03/05/goldmine-error-message-waiting-for-permission-to-log-in/</link>
		<comments>http://www.goldminesuccess.com/2010/03/05/goldmine-error-message-waiting-for-permission-to-log-in/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:33:54 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1199</guid>
		<description><![CDATA[Symptom: GoldMine does not let anyone login. Gives message &#8220;waiting for permission to log in&#8221;
Cause: GoldMine license file has been renamed.
Reason: Administrator may have reason for not allowing users to login. If you are the administrator and your system suddenly went into this mode, it means that your database maintenance crashed in the middle of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Symptom:</strong> GoldMine does not let anyone login. Gives message &#8220;waiting for permission to log in&#8221;</p>
<p><strong>Cause:</strong> GoldMine license file has been renamed.</p>
<p><strong>Reason:</strong> Administrator may have reason for not allowing users to login. If you are the administrator and your system suddenly went into this mode, it means that your database maintenance crashed in the middle of the operation. You will need to follow the following steps to correct the problem.</p>
<p>1. Ensure that all GM files are closed (shut down OmniRush DBIO, GoldSync, etc.)<br />
2. Browse to the root goldmine directory and find the file named license.dbx or license.dbu<br />
3. Rename this file to license.dbf<br />
4. Backup your goldmine directory to a backup location. (copy it)<br />
5. Login to GoldMine as a MASTER user.<br />
6. Perform a database maintenance</p>
<p>If your system crashes again, you may have low disk space or a serious database corruption which can&#8217;t be fixed with maintenance. Free up disk space or contact First Direct Corp for further assistance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/05/goldmine-error-message-waiting-for-permission-to-log-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoldMine Error Message: A referral was returned from the server</title>
		<link>http://www.goldminesuccess.com/2010/03/05/goldmine-error-message-a-referral-was-returned-from-the-server/</link>
		<comments>http://www.goldminesuccess.com/2010/03/05/goldmine-error-message-a-referral-was-returned-from-the-server/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:25:32 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1196</guid>
		<description><![CDATA[Recently, many GoldMine users have been encountering a problem, when they double-click the GoldMine shortcut, they’re presented with the error: “A referral was returned from the server.”
After the error, GoldMine does not start.
What’s going on is that every GoldMine version has a digital signature and the one used with GoldMine 8.0.x expired in early December, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, many GoldMine users have been encountering a problem, when they double-click the GoldMine shortcut, they’re presented with the error: “A referral was returned from the server.”</p>
<p>After the error, GoldMine does not start.</p>
<p>What’s going on is that every GoldMine version has a digital signature and the one used with GoldMine 8.0.x expired in early December, 2009. That means that the windows User Account Control (UAC) feature will not allow it to run.</p>
<p>UAC is a feature that is built into Windows Vista, Server 2008 and Windows 7. You know it as that annoying feature that produces a constant stream of messages along the lines of, “Hey, it looks like you are trying to double-click an icon. Did you know that icons could run terrible viruses? Please click OK to confirm you want to run the thing you double-clicked!”</p>
<p> A lot of people have simply turned UAC off, but those who have not are now finding themselves unable to run GoldMine. There are two possible solutions 1.Turn off UAC like the rest of us. Of course, if you haven’t done that by now, you probably have a very good reason (like you use Quickbooks, which requires it) or you enjoy the implied additional security features. 2.Patch to version 8.5.x of GoldMine (free to customers current on their Frontrange Maintenance) and enjoy the many fixes and new features introduced therein (including a new digital certificate.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/05/goldmine-error-message-a-referral-was-returned-from-the-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoldMine Error: Invalid BLOB Handle In Record Buffer</title>
		<link>http://www.goldminesuccess.com/2010/03/05/goldmine-error-invalid-blob-handle-in-record-buffer/</link>
		<comments>http://www.goldminesuccess.com/2010/03/05/goldmine-error-invalid-blob-handle-in-record-buffer/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 19:16:45 +0000</pubDate>
		<dc:creator>Bob Ritter</dc:creator>
				<category><![CDATA[Tech Tips]]></category>

		<guid isPermaLink="false">http://www.goldminesuccess.com/?p=1193</guid>
		<description><![CDATA[You keep getting a string of errors that says  ‘Invalid BLOB handle in record buffer’ when you are working in GoldMine.  
Nothing’s wrong with your GoldMine, really. What it’s saying is that the list of items you’re looking at (the History Tab , for instance) has more items with notes than can be handled by your Borland [...]]]></description>
			<content:encoded><![CDATA[<p>You keep getting a string of errors that says  ‘Invalid BLOB handle in record buffer’ when you are working in GoldMine.  </p>
<p>Nothing’s wrong with your GoldMine, really. What it’s saying is that the list of items you’re looking at (the History Tab , for instance) has more items with notes than can be handled by your Borland Database Engine’s setting for the number of notes fields to cache in memory.  This doesn’t mean the program or database has a problem, it just means that with your current BDE settings, you’re trying to work with too much data at one time.</p>
<p>If you continue to receive this error on even relatively short lists of information, you may need to increase the number of BLOBs that are cached in memory at any given time. To change this setting, open the BDE Administrator from the GoldMine tools menu (or the Windows Control Panel) and locate the proper database alias*.  Highlight it and note the BLOBS TO CACHE setting on the right side. Adjust it, as necessary. The higher the number you set, the more items you can work with in places like the activity list. Keep in mind, however, that the higher the number, the worse your performance could be. A happy medium is typically anywhere from 512 to 1024.</p>
<p>*If you’re not sure of your database alias, you can check it under Help|About|System in GoldMine. It will be listed for the GoldMine Files item. Your alias may look something like this: MSSQL: GoldMine_Data: dbo. The important part in this example is GoldMine_Data.</p>
<p>If you need further assistance contact First Direct Corp directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goldminesuccess.com/2010/03/05/goldmine-error-invalid-blob-handle-in-record-buffer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
