Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry® Enterprise Solution

Reply
BlackBerry Technical Advisor
FaceMan
Posts: 212
Registered: ‎04-01-2008

Re: Please recover user..

Since your running BlackBerry Professional Software you wont have the User Delete Tab. Here is an article that can help you

 

http://support/knowledgebase/php/viewdocument.do;jsessionid=6EEA22B3539B506AC3364F558C82794C?action=...

 

 

Let us know how it turns out...

 

 

 

Please use plain text.
New Contributor
cfreiberger
Posts: 7
Registered: ‎01-28-2009

Re: Please recover user..

Thank you, but I get a "page cannot be displayed" following that link.
Please use plain text.
Forums Veteran I
bbhorrigan
Posts: 2,036
Registered: ‎12-04-2008

Re: Please recover user..

doesn't load for me either
******************************************************************


If someone helped you give them kudos. Research all info!
Please use plain text.
New Contributor
cfreiberger
Posts: 7
Registered: ‎01-28-2009

Re: Please recover user..

I ended up following the instructions to completely remove BlackBerry Professional Software from the server, including the REGEDIT parts, rebooted the server, then reinstalled from scratch. It now works perfectly. Thank you everyone for the assistance.
Please use plain text.
Regular Contributor
wusmani
Posts: 58
Registered: ‎04-05-2008

Re: Please recover user..

Sorry to hear you had to build the server from scratch. The problem you were having is that the database had more users, while the BlackBerry Manager wasn't displaying the correct number of users. In the future, if you face this issue again, run the following on the command prompt (in the following order):

1- osql -E
2- use besmgmt (or whatever is the name of your configuration database)
3- go
4- select mailboxsmtpaddr from userconfig
5- go

This will list the email addresses of all users added to your server. Once you are able to identify the user who you don't want on your server, run the following on the command prompt (again in the same order):

1- osql -E
2- Use besmgmt
3- go
4- Delete from UserConfig where mailboxsmtpaddr ='user@xyz.com'
5- go

This will remove the unintended account from your BES/BPS database.
WhackBerry_
Please use plain text.