<?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>thebackroomtech &#187; Blackberry</title>
	<atom:link href="http://thebackroomtech.com/tag/blackberry/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sat, 20 Nov 2010 03:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SQL query to find BES UserID</title>
		<link>http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/</link>
		<comments>http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 17:50:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blackberry Enterprise Server]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[UserID]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=2074</guid>
		<description><![CDATA[Had a support call today about a user not receiving email on his Blackberry device.  After a phone call to Research in Motion, we determined the user was out of the coverage area.  Very frustrating.  All the information was in the Blackberry Enterprise Server&#8217;s MAGT log, I just didn&#8217;t know how to find it.  Here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Had a support call today about a user not receiving email on his Blackberry device.  After a phone call to Research in Motion, we determined the user was out of the coverage area.  Very frustrating.  All the information was in the Blackberry Enterprise Server&#8217;s MAGT log, I just didn&#8217;t know how to find it.  Here&#8217;s how I figured it out.</p>
<p>Previously <a href="http://thebackroomtech.com/2009/06/22/bes-error-checknewmbsyncrecords-missed-mail-item-arrived-for-inactive-or-non-existant-user/" target="_blank">I had posted</a> the following SQL query that determines a user&#8217;s name based upon the BES ID number.</p>
<p><em>SELECT     Id, DisplayName, UserName<br />
FROM         UserConfig<br />
WHERE     (Id = ‘73′)</em></p>
<p>I changed the query around to find the BES UserID based upon the UserName:</p>
<p><em>SELECT     Id, DisplayName, UserName<br />
FROM         UserConfig<br />
WHERE     (UserName = &#8216;jsmith&#8217;)</em></p>
<p>This query gave me the BES UserID, which was 779 in my case.</p>
<p>I then opened up the BES MAGT log, and searched for the following string:</p>
<p><em>UserId: 779 is out of coverage</em></p>
<p>I found it repeatedly.  My user was out of coverage all day, which is why no mail  was received on his Blackberry.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/" title="SQL Query to determine Blackberry MDS Services administration password">SQL Query to determine Blackberry MDS Services administration password</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li><li><a href="http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/" title="Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server">Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server</a></li><li><a href="http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/" title="After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log">After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</a></li><li><a href="http://thebackroomtech.com/2009/02/10/viewing-pending-messages-by-user-in-blackberry-manager/" title="Viewing Pending Messages by user in Blackberry Manager">Viewing Pending Messages by user in Blackberry Manager</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to remotely wipe a media card in a BlackBerry smartphone</title>
		<link>http://thebackroomtech.com/2009/11/19/how-to-remotely-wipe-a-media-card-in-a-blackberry-smartphone/</link>
		<comments>http://thebackroomtech.com/2009/11/19/how-to-remotely-wipe-a-media-card-in-a-blackberry-smartphone/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 14:19:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=2042</guid>
		<description><![CDATA[I was very excited to see the KB17776 article released by Research In Motion today entitled How to remotely wipe an installed microSD media card in a BlackBerry smartphone.  Just yesterday we had a Storm stolen, and I was wondering how to wipe the media card. Unfortunately, this has to be the most useless KB article [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was very excited to see the <a href="http://www.blackberry.com/btsc/dynamickc.do?externalId=KB17776&amp;sliceID=1&amp;command=show&amp;forward=nonthreadedKC&amp;kcId=KB17776" target="_self">KB17776</a> article released by Research In Motion today entitled <em>How to remotely wipe an installed microSD media card in a BlackBerry smartphone</em>.  Just yesterday we had a Storm stolen, and I was wondering how to wipe the media card.</p>
<p>Unfortunately, this has to be the most useless KB article ever.  I would assume any document with the words &#8220;How To&#8221; in the title would actually detail how to do something&#8230;  Here&#8217;s the remainder of the document in it&#8217;s entirety:</p>
<p><em>An installed microSD media card cannot be wiped remotely.</em></p>
<p><em>This is a previously reported issue that has been escalated internally to our development team. No resolution time frame is currently available</em>.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li><li><a href="http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/" title="SQL Query to determine Blackberry MDS Services administration password">SQL Query to determine Blackberry MDS Services administration password</a></li><li><a href="http://thebackroomtech.com/2009/06/23/fix-http-error-413-request-entity-too-large-on-blackberry/" title="Fix: HTTP Error 413: Request Entity Too Large on Blackberry">Fix: HTTP Error 413: Request Entity Too Large on Blackberry</a></li><li><a href="http://thebackroomtech.com/2009/06/22/bes-error-checknewmbsyncrecords-missed-mail-item-arrived-for-inactive-or-non-existant-user/" title="BES Error: CheckNewMbSyncRecords() MISSED MAIL ITEM ARRIVED FOR INACTIVE OR NON-EXISTANT USER">BES Error: CheckNewMbSyncRecords() MISSED MAIL ITEM ARRIVED FOR INACTIVE OR NON-EXISTANT USER</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/11/19/how-to-remotely-wipe-a-media-card-in-a-blackberry-smartphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</title>
		<link>http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/</link>
		<comments>http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 12:38:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blackberry Enterprise Server]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Media Manager]]></category>
		<category><![CDATA[Microsoft Visual C++ Runtime Library]]></category>
		<category><![CDATA[R6025]]></category>
		<category><![CDATA[Roxio]]></category>
		<category><![CDATA[RoxMediaDB9]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=2022</guid>
		<description><![CDATA[My Blackberry Media Manager kept exiting on me when trying to access the Media stored on my Blackberry Storm.  The specific error was: Microsoft Visual C++ Runtime Library X Runtime Error! Program: C:\program Files\Roxio\Media Manager 9\Mediamanager9.exe R6025 &#8211; pure virtual function call The problem ended up being that the RoxMediaDB9 service was disabled. I changed the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>My Blackberry Media Manager kept exiting on me when trying to access the Media stored on my Blackberry Storm.  The specific error was:</p>
<p><em>Microsoft Visual C++ Runtime Library X Runtime Error! </em></p>
<p><em>Program: C:\program Files\Roxio\Media Manager 9\Mediamanager9.exe </em></p>
<p><em>R6025 &#8211; pure virtual function call</em></p>
<p>The problem ended up being that the <em>RoxMediaDB9 </em>service was disabled.</p>
<p>I changed the service from disabled to manual (could have been set to automatic if I wanted it to start following each reboot), started the <em>RoxMediaDB9 </em>service, which allowed Media Manager to start without issue.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/" title="SQL Query to determine Blackberry MDS Services administration password">SQL Query to determine Blackberry MDS Services administration password</a></li><li><a href="http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/" title="Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server">Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server</a></li><li><a href="http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/" title="After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log">After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</a></li><li><a href="http://thebackroomtech.com/2009/02/10/viewing-pending-messages-by-user-in-blackberry-manager/" title="Viewing Pending Messages by user in Blackberry Manager">Viewing Pending Messages by user in Blackberry Manager</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Query to determine Blackberry MDS Services administration password</title>
		<link>http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/</link>
		<comments>http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:20:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blackberry Enterprise Server]]></category>
		<category><![CDATA[credentials]]></category>
		<category><![CDATA[MDS]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1865</guid>
		<description><![CDATA[I was troubleshooting a Blackberry Manager problem today that required the BES MDS credentials.  The admin thought he knew what the credentials were, but wasn&#8217;t sure.  So I wrote the following SQL query and ran it against the Blackberry Enterprise Server&#8217;s BesMgmt database to get the user name and password:   Use BesMgmt select WSAdminUserName, WSAdminPassword from [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was troubleshooting a Blackberry Manager problem today that required the BES MDS credentials.  The admin thought he knew what the credentials were, but wasn&#8217;t sure.  So I wrote the following SQL query and ran it against the Blackberry Enterprise Server&#8217;s BesMgmt database to get the user name and password:  </p>
<div><em>Use BesMgmt</em></div>
<div><em>select</em></div>
<div><em>WSAdminUserName, WSAdminPassword</em></div>
<div><em>from dbo.MDSAGConfig</em></div>
<div> </div>
<div>Replace <em>BesMgmt</em> with the name of your BES database if you are not using the default database name.</div>
<div> </div>
<div>See RIM <a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB15618">KB15618</a> for additional details on how to reset the BES MDS Services administration password.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li><li><a href="http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/" title="Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server">Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server</a></li><li><a href="http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/" title="After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log">After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</a></li><li><a href="http://thebackroomtech.com/2009/02/10/viewing-pending-messages-by-user-in-blackberry-manager/" title="Viewing Pending Messages by user in Blackberry Manager">Viewing Pending Messages by user in Blackberry Manager</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: HTTP Error 413: Request Entity Too Large on Blackberry</title>
		<link>http://thebackroomtech.com/2009/06/23/fix-http-error-413-request-entity-too-large-on-blackberry/</link>
		<comments>http://thebackroomtech.com/2009/06/23/fix-http-error-413-request-entity-too-large-on-blackberry/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 16:10:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1847</guid>
		<description><![CDATA[I was attempting to load a rather large web page on my Blackberry today, and received  the following error:  HTTP Error 413: Request Entity Too Large on Blackberry   Here&#8217;s how I fixed it.   Open Blackberry Manager, selected the affected Blackberry Enterprise Server (BES). Highlight servername_MDS-CS_1 Select the Connections Tab and click Edit Properties [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was attempting to load a rather large web page on my Blackberry today, and received  the following error:</p>
<div> <em>HTTP Error 413: Request Entity Too Large on Blackberry</em></div>
<div> </div>
<div>Here&#8217;s how I fixed it.</div>
<div> </div>
<ol>
<li>Open Blackberry Manager, selected the affected Blackberry Enterprise Server (BES).</li>
<li>Highlight <em>servername_MDS-CS_1</em></li>
<li>Select the <em>Connections</em> Tab and click <em>Edit Properties &gt; General &gt; Flow Control</em></li>
<li>Increase the KB/Connection setting (maximum is 1024, or 1MB)</li>
<li>Restart the Blackberry MDS Connection Service</li>
</ol>
<div> </div>
<div>I was then able to view the large web page on my Blackberry.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li><li><a href="http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/" title="SQL Query to determine Blackberry MDS Services administration password">SQL Query to determine Blackberry MDS Services administration password</a></li><li><a href="http://thebackroomtech.com/2009/06/22/bes-error-checknewmbsyncrecords-missed-mail-item-arrived-for-inactive-or-non-existant-user/" title="BES Error: CheckNewMbSyncRecords() MISSED MAIL ITEM ARRIVED FOR INACTIVE OR NON-EXISTANT USER">BES Error: CheckNewMbSyncRecords() MISSED MAIL ITEM ARRIVED FOR INACTIVE OR NON-EXISTANT USER</a></li><li><a href="http://thebackroomtech.com/2009/05/06/howto-export-a-list-of-all-bes-users-via-the-blackberry-manager-tool/" title="Howto: Export a list of all BES users via the Blackberry Manager tool">Howto: Export a list of all BES users via the Blackberry Manager tool</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/06/23/fix-http-error-413-request-entity-too-large-on-blackberry/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>BES Error: CheckNewMbSyncRecords() MISSED MAIL ITEM ARRIVED FOR INACTIVE OR NON-EXISTANT USER</title>
		<link>http://thebackroomtech.com/2009/06/22/bes-error-checknewmbsyncrecords-missed-mail-item-arrived-for-inactive-or-non-existant-user/</link>
		<comments>http://thebackroomtech.com/2009/06/22/bes-error-checknewmbsyncrecords-missed-mail-item-arrived-for-inactive-or-non-existant-user/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:16:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1837</guid>
		<description><![CDATA[Found the following messages in my Blackberry Enterprise Server 4.1.6 MAGT log file this morning.  I hadn&#8217;t noticed them previously, so I did some digging to find out their origin. CheckNewMbSyncRecords() MISSED MAIL ITEM ARRIVED FOR INACTIVE OR NON-EXISTANT USER, Id=73 CALENDAR UPDATE REQUESTED FOR INACTIVE OR NON-EXISTANT USER, Id=73 Wrote a quick SQL query that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Found the following messages in my Blackberry Enterprise Server 4.1.6 MAGT log file this morning.  I hadn&#8217;t noticed them previously, so I did some digging to find out their origin.</p>
<p><em>CheckNewMbSyncRecords() MISSED MAIL ITEM ARRIVED FOR INACTIVE OR NON-EXISTANT USER, Id=73</em></p>
<p><em>CALENDAR UPDATE REQUESTED FOR INACTIVE OR NON-EXISTANT USER, Id=73</em></p>
<p>Wrote a quick SQL query that I ran against the Besmgmt database to find out who was user ID 73. </p>
<p><em>SELECT     Id, DisplayName, UserName<br />
FROM         UserConfig<br />
WHERE     (Id = &#8217;73&#8242;)</em></p>
<p>The results returned were:</p>
<p>73 Amy Jones ajones</p>
<p>I verified that Amy Jones was still listed as a user in Blackberry Manager.  She was, so I looked at her Groupwise account.  Apparently our User Access group had disabled her Groupwise account while she was on leave from the company.  Disabling the account is what caused the above entries in the log files.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li><li><a href="http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/" title="SQL Query to determine Blackberry MDS Services administration password">SQL Query to determine Blackberry MDS Services administration password</a></li><li><a href="http://thebackroomtech.com/2009/06/23/fix-http-error-413-request-entity-too-large-on-blackberry/" title="Fix: HTTP Error 413: Request Entity Too Large on Blackberry">Fix: HTTP Error 413: Request Entity Too Large on Blackberry</a></li><li><a href="http://thebackroomtech.com/2009/05/06/howto-export-a-list-of-all-bes-users-via-the-blackberry-manager-tool/" title="Howto: Export a list of all BES users via the Blackberry Manager tool">Howto: Export a list of all BES users via the Blackberry Manager tool</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/06/22/bes-error-checknewmbsyncrecords-missed-mail-item-arrived-for-inactive-or-non-existant-user/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto: Export a list of all BES users via the Blackberry Manager tool</title>
		<link>http://thebackroomtech.com/2009/05/06/howto-export-a-list-of-all-bes-users-via-the-blackberry-manager-tool/</link>
		<comments>http://thebackroomtech.com/2009/05/06/howto-export-a-list-of-all-bes-users-via-the-blackberry-manager-tool/#comments</comments>
		<pubDate>Wed, 06 May 2009 10:37:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blckberry Enterprise Server]]></category>
		<category><![CDATA[export]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1713</guid>
		<description><![CDATA[A supervisor requested a list of all Blackberry Enterprise Server users in our organization.  I knew if I had the BES resource kit installed I could provide management with a number of reports, but I didn&#8217;t have time to go through that process.  Here&#8217;s how I quickly exported the list of users through Blackberry Manager [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A supervisor requested a list of all Blackberry Enterprise Server users in our organization.  I knew if I had the BES resource kit installed I could provide management with a number of reports, but I didn&#8217;t have time to go through that process.  Here&#8217;s how I quickly exported the list of users through Blackberry Manager 4.1.6:</p>
<ol>
<li>Open Blackberry Manager </li>
<li>Highlight <em>Blackberry Domain</em> </li>
<li>Select the <em>All Users</em> tab</li>
<li>Highlight the entire list of users by selecting the first user, then selecting the last user while holding down the shift key. </li>
<li>With all the users highlighted, right click a user to bring up the context menu </li>
<li>Select <em>Export Asset Summary Data</em></li>
</ol>
<div>Save the file to a convienent location.  The file will be saved in .txt format, but you can change the file extension to .csv, then open the document in Excel to remove columns or sort data.</div>
<div> </div>
<div>If you have multiple BES servers in your environment and only want to list users on a particular server, perform the same steps as above, but instead of selecting Blackberry domain, highlight the server in question and select the Users tab instead of All Users.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li><li><a href="http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/" title="SQL Query to determine Blackberry MDS Services administration password">SQL Query to determine Blackberry MDS Services administration password</a></li><li><a href="http://thebackroomtech.com/2009/06/23/fix-http-error-413-request-entity-too-large-on-blackberry/" title="Fix: HTTP Error 413: Request Entity Too Large on Blackberry">Fix: HTTP Error 413: Request Entity Too Large on Blackberry</a></li><li><a href="http://thebackroomtech.com/2009/06/22/bes-error-checknewmbsyncrecords-missed-mail-item-arrived-for-inactive-or-non-existant-user/" title="BES Error: CheckNewMbSyncRecords() MISSED MAIL ITEM ARRIVED FOR INACTIVE OR NON-EXISTANT USER">BES Error: CheckNewMbSyncRecords() MISSED MAIL ITEM ARRIVED FOR INACTIVE OR NON-EXISTANT USER</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/05/06/howto-export-a-list-of-all-bes-users-via-the-blackberry-manager-tool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server</title>
		<link>http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/</link>
		<comments>http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 13:20:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blackberry Enterprise Server]]></category>
		<category><![CDATA[Groupwise]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1477</guid>
		<description><![CDATA[A user was recently having issues with his Groupwise email on his Blackberry, so our BES admin planned on removing him from BES, then re-adding him.  Removing the user was no problem, but the admin was quite suprised to find out he could not re-add the user.  When searching for the user to add, the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->A user was recently having issues with his Groupwise email on his Blackberry, so our BES admin planned on removing him from BES, then re-adding him.  Removing the user was no problem, but the admin was quite suprised to find out he could not re-add the user.  When searching for the user to add, the user was not found. </p>
<div>I found RIM <a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB12111">KB12111</a>, which describes running <em>GWSystemAddressBookSync.exe</em> manually to resynchronize the Blackberry Configuration Database with the Groupwise System Address Book.  By default this process runs every 12 hours.</div>
<div> </div>
<div>The user in question was not a new user, but running the manual synchronization allowed the BES admin to find the user and re-add him onto BES.</div>
<div> </div>
<div>By default you can find the <em>GWSystemAddressBookSync.exe</em> program in the <em>C:\Program Files\Research in Motion\Blackberry Enterprise Server</em> directory on the BES server.  Run the .exe from the command prompt and wait for the process to finish.  </p>
<p>My BES is version 4.1.14 with 180 users, and my Groupwise System is version 7.0.3 hot patch 1 with 2600 users, and the sync process took about 14 minutes to complete when run during production hours.<br />
 </p></div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/" title="After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log">After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</a></li><li><a href="http://thebackroomtech.com/2008/03/05/the-correct-order-to-stop-and-start-bes-services/" title="The correct order to stop and start BES services">The correct order to stop and start BES services</a></li><li><a href="http://thebackroomtech.com/2008/03/04/making-groupwise-7-and-blackberry-enterprise-server-communicate/" title="Making Groupwise 7 and Blackberry Enterprise Server Communicate">Making Groupwise 7 and Blackberry Enterprise Server Communicate</a></li><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</title>
		<link>http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/</link>
		<comments>http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:45:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blackberry Enterprise Server]]></category>
		<category><![CDATA[event log]]></category>
		<category><![CDATA[eventloglevel]]></category>
		<category><![CDATA[Groupwise]]></category>
		<category><![CDATA[GWXMLdata]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1472</guid>
		<description><![CDATA[Blackberry KB15941 exlains that starting with BES 4.1, additional warnings are logged to the Blackberry Messaging and Windows Application log.  These warnings are informational in nature, and do not indicate a problem. If you&#8217;d like to reduce or eliminate these messages, KB04342 says to edit the EventLogLevel DWORD value  of the appropriate BES service located [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->Blackberry <a href="http://www.blackberry.com/btsc/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB15941">KB15941</a> exlains that starting with BES 4.1, additional warnings are logged to the Blackberry Messaging and Windows Application log.  These warnings are informational in nature, and do not indicate a problem.</p>
<p>If you&#8217;d like to reduce or eliminate these messages, <a href="http://www.blackberry.com/btsc/dynamickc.do?externalId=KB04342&amp;sliceId=SAL_Public&amp;command=show&amp;forward=nonthreadedKC&amp;kcId=KB04342">KB04342</a> says to edit the <em>EventLogLevel</em> DWORD value  of the appropriate BES service located at : </p>
<div>HKEY_LOCAL_MACHINE\Software\Research In Motion\Blackberry Enterprise Server\Logging Info</div>
<div> </div>
<div>DWORD values and Event Types correspond as follows:</div>
<div> </div>
<div>0 = Disable all event logging</div>
<div>1 = Errors</div>
<div>2 = Warnings</div>
<div>3 = Information</div>
<div>4 = Debug</div>
<div>5 = Other</div>
<div> </div>
<div>Unforturnately, I was unable to determine which service was generating these excessive GWXMLData warnings, so I had to contact RIM directly.  Their response was that the Mailbox Agent service needs to have it&#8217;s <em>EventLogLevel</em> changed to 1, which would log errors only.</div>
<div> </div>
<div>I made this change on my BES server, and the event logs are now much slimmer!</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/" title="Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server">Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server</a></li><li><a href="http://thebackroomtech.com/2008/03/05/the-correct-order-to-stop-and-start-bes-services/" title="The correct order to stop and start BES services">The correct order to stop and start BES services</a></li><li><a href="http://thebackroomtech.com/2008/03/04/making-groupwise-7-and-blackberry-enterprise-server-communicate/" title="Making Groupwise 7 and Blackberry Enterprise Server Communicate">Making Groupwise 7 and Blackberry Enterprise Server Communicate</a></li><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing Pending Messages by user in Blackberry Manager</title>
		<link>http://thebackroomtech.com/2009/02/10/viewing-pending-messages-by-user-in-blackberry-manager/</link>
		<comments>http://thebackroomtech.com/2009/02/10/viewing-pending-messages-by-user-in-blackberry-manager/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 14:28:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blackberry Enterprise Server]]></category>
		<category><![CDATA[Blackberry Manager]]></category>
		<category><![CDATA[pending]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1468</guid>
		<description><![CDATA[After our recent upgrade of our Blackberry Enterprise Server from version 4.0.7 to 4.1.14, I  noticed the total pending message counts shown in the BES MAGT log file never droppped below 275.  I was concerned about this, thinking that the server was busy and could never get all messages processed, even during times of light [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->After our recent upgrade of our Blackberry Enterprise Server from version 4.0.7 to 4.1.14, I  noticed the total pending message counts shown in the BES MAGT log file never droppped below 275.  I was concerned about this, thinking that the server was busy and could never get all messages processed, even during times of light usage, like in the middle of the night.  </p>
<div>I later found that the <em>Pending Data Packets</em> field can be added within Blackberry Manager.  This allowed me to sort by users with the most pending messages.  Identifying these users, and corresponding the <em>Last Contact Time</em> allowed me to determine which users are probably no longer with the company.  A quick call to HR verified my hypothesis, and after removing these users my pending message counts dropped to a more reasonable amount.</div>
<div> </div>
<div>To view the BES pending message counts:</div>
<div> </div>
<div>1.  Launch Blackberry Manager</div>
<div> </div>
<div>2.  Highlight the BES server name, and select <em>Users</em></div>
<div> </div>
<div>3.  From the <em>View</em> menu, select <em>Choose Columns</em></div>
<div> </div>
<div>4.  Under <em>Available Columns</em>, select <em>Pending Data Packets</em> and click  <em>Insert</em> &gt; <em>OK</em></div>
<div> </div>
<div>5.  Click the Pending Data Packets column to sort by users with the most pending requests.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li><li><a href="http://thebackroomtech.com/2009/06/30/sql-query-to-determine-blackberry-mds-services-administration-password/" title="SQL Query to determine Blackberry MDS Services administration password">SQL Query to determine Blackberry MDS Services administration password</a></li><li><a href="http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/" title="Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server">Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server</a></li><li><a href="http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/" title="After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log">After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/02/10/viewing-pending-messages-by-user-in-blackberry-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 53/67 queries in 0.024 seconds using disk: basic
Object Caching 1262/1264 objects using disk: basic

Served from: thebackroomtech.com @ 2012-05-22 21:57:52 -->
