Home | Site Map | Net How To | Net Issues | Cisco How To | Articles | Forums | Services | Setup Guide | Careers | About Us | Contact Us|

 

 

How to delete users in BlackBerry Professional Software

When you delete a user using BlackBerry Manager, the user is pending and it won’t be removed until you delete it from the SQL Database. The following are example command lines how to delete a user from SQL.

osql –E

1> use BESMgmt

2> select displayname from userconfig

3> go

displayname 

Administrator

bes blackberry

Bob Lin

set up 

Steven Smith

(5 rows affected)

1> use BESMgmt

2> delete from userconfig where displayname="Administrator"

3> go

0000000000000F4C TableName=SyncConfig

Id,2 TableName=UserConfig

(1 row affected)

1>exit



 

Post your questions, comments, feedbacks and suggestions

Related Topics

 

  This web is provided "AS IS" with no warranties.
Copyright © 2002-2015 ChicagoTech.net, All rights reserved. Unauthorized reproduction forbidden.