<?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>JasonSamuel.com &#187; blackeberry server</title>
	<atom:link href="http://www.jasonsamuel.com/tag/blackeberry-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonsamuel.com</link>
	<description>Cool stuff I see in the IT world</description>
	<lastBuildDate>Sat, 17 Jul 2010 21:35:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to remove a hidden user from a BES server</title>
		<link>http://www.jasonsamuel.com/2009/02/09/how-to-remove-a-hidden-user-from-a-bes-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-remove-a-hidden-user-from-a-bes-server</link>
		<comments>http://www.jasonsamuel.com/2009/02/09/how-to-remove-a-hidden-user-from-a-bes-server/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 20:01:26 +0000</pubDate>
		<dc:creator>Jason Samuel</dc:creator>
				<category><![CDATA[BlackBerry Enterprise Server]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[blackeberry server]]></category>

		<guid isPermaLink="false">http://www.jasonsamuel.com/?p=68</guid>
		<description><![CDATA[There are situations when a user you deleted at some point may become hidden on a BlackBerry Enterprise Server and never really was removed from the database. This is a lost user in the BES database that somehow needs to be removed or it will cause problems. You can see this lost user is taking [...]<p><a href="http://www.jasonsamuel.com/2009/02/09/how-to-remove-a-hidden-user-from-a-bes-server/">How to remove a hidden user from a BES server</a> is a post from: <a href="http://www.jasonsamuel.com">JasonSamuel.com</a></p>



More of my posts you might like:<ol><li><a href='http://www.jasonsamuel.com/2009/01/09/jason-s-blackberry-enterprise-server-bes-setup-guide/' rel='bookmark' title='Permanent Link: Jason&#8217;s BlackBerry Enterprise Server (BES) Setup Guide'>Jason&#8217;s BlackBerry Enterprise Server (BES) Setup Guide</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are situations when a user you deleted at some point may become hidden on a BlackBerry Enterprise Server and never really was removed from the database. This is a lost user in the BES database that somehow needs to be removed or it will cause problems. You can see this lost user is taking up a license in the Blackberry Manager but you can&#8217;t actually find the user using the GUI. An example of a problem this can cause is if you try to add a user to your BES and you know you have enough licenses, but it gives you an error message saying:</p>
<p>&#8220;The number of users selected exceeds the number of available licenses. Please select a fewer number of users to add.&#8221;</p>
<p>Here is a quick way of finding the hidden user and deleting the account. Just make sure your database is backed up just incase before you begin. Then open up a command line and type in:</p>
<blockquote><p>osql -E</p></blockquote>
<p>Then type these commands for each line (I am going to assume you have named your SQL database the default name of BESMgmt:</p>
<blockquote><p>1&gt;use BESMgmt<br />
2&gt;select DisplayName from UserConfig<br />
3&gt;go</p></blockquote>
<p>This will show you all the different users in your database. Find the user you need to remove and then type in:</p>
<blockquote><p>1&gt;use BESMgmt<br />
2&gt;delete from UserConfig where DisplayName=&#8221;John Doe&#8221;<br />
3&gt;go</p></blockquote>
<p>The other option that can fix remove a deleted user is by using the DBClean tool from RIM. I have hosted it here on my blog since it&#8217;s hard to find this tool sometimes.</p>
<p><a href="http://www.jasonsamuel.com/2009/02/09/how-to-remove-a-hidden-user-from-a-bes-server/">How to remove a hidden user from a BES server</a> is a post from: <a href="http://www.jasonsamuel.com">JasonSamuel.com</a></p>


<p>More of my posts you might like:<ol><li><a href='http://www.jasonsamuel.com/2009/01/09/jason-s-blackberry-enterprise-server-bes-setup-guide/' rel='bookmark' title='Permanent Link: Jason&#8217;s BlackBerry Enterprise Server (BES) Setup Guide'>Jason&#8217;s BlackBerry Enterprise Server (BES) Setup Guide</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonsamuel.com/2009/02/09/how-to-remove-a-hidden-user-from-a-bes-server/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/


Served from: www.jasonsamuel.com @ 2010-07-31 20:00:34 -->