Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > BlackBerry Administrators

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 01-21-2008, 03:27 PM
CrackBerry Newbie
Device Model: 8310 (Curve)
Carrier: Vodafone
 
Join Date: Jan 2008
Posts: 2
Default BlackBerry Professional Software - unable to delete user...

Hello everyone,

I am a new BlackBerry Administrator and have just been handed BlackBerry Professional Software as the 'new' BES from Vodafone NZ. Not many people seem to have used it yet (even the guys providing support to Vodafone customers!), but looking at the folder if self-extracts to it might be equivalent to BES 4.1.4. Indeed, the Help / About from BlackBerry Manager says '4.1.4.15', however the Home screen says 'BlackBerry Professional Software Version: 4.1.4.2'.

Anyway, my issue is that I have previously added a user to our single user license and, having had issues trying to set them up, had to remove them. This worked successfully once or twice, but now they are gone and the 'Number of Users' remains at 1; therefore, when I add a new user, it tells me that I do not have sufficient licences.

If I go into the user tab and search for this user, it doesn't bring up the 'not found' error (as it does with other users), however no record is actually displayed. So it seems to know it's 'in there somewhere', but does not show it.

I've read that there has previously been a 'purge deleted user' option, however I am unable to find this (despite repeated clicking!) in this version of the software.

The latest guidance from the support line was to remove and re-install, which I've done (using the same service account, but to a fresh database - hosted on a separate SQL server) and I still see one licence in use.

Does anyone have any thoughts or ideas on how I can reclaim this license or get the user removed successfully?

Many thanks in advance for your time and assistance,

Simon
Reply With Quote
  #2  
Old 01-21-2008, 04:03 PM
sunkast's Avatar
Super Bad
Device Model: 8320 (Curve)
Carrier: T-Mobile
 
Join Date: Dec 2007
Posts: 11,834
Default

There is another topic on this forum that sounds very similar to this problem. Take a look. Hopefully this solves your problem.

Last edited by sunkast; 01-21-2008 at 04:08 PM.
Reply With Quote
  #3  
Old 01-21-2008, 04:34 PM
CrackBerry Newbie
Device Model: 8310 (Curve)
Carrier: Vodafone
 
Join Date: Jan 2008
Posts: 2
Default Purge users...

Thanks for the input, however in this 'new version' of the 'Express' solution, it looks like they might have 'simplified' the functionality and I cannot find any purge option anywhere.

Is anyone out there using this software and able to see purge when deleting?

Simon
Reply With Quote
  #4  
Old 01-21-2008, 11:21 PM
CrackBerry Abuser
Device Model: 8100 (Pearl)
Carrier: Rogers
 
Join Date: Dec 2007
Posts: 185
Default

Look for a "User Pending Delete" tab or section. This is likely where the user is stuck.

Worse case, hack the user right out of the database....although I don't recomend this.
Reply With Quote
  #5  
Old 02-07-2008, 04:31 PM
CrackBerry Newbie
Device Model: 7100i
Carrier: Sprint/Nextel
 
Join Date: Feb 2008
Posts: 1
Default

i'm using the blackberry professional 4.1.4.15 and don't find the purge deleted users either. have a deleted user that is stuck with my last license and i need to reassign.....
Reply With Quote
  #6  
Old 02-08-2008, 08:06 AM
CrackBerry Abuser
Device Model: 8100 (Pearl)
Carrier: Rogers
 
Join Date: Dec 2007
Posts: 185
Default

Best as I can recall, there is no "user pending delete" window on BPS, but there should be, because this is where your users are stuck.

Best option is to hack them out of the database, and then run DBClean on their mailbox.

If I remember correctly, here's the commands. Make sure you're logged into the computer that has the database on it.

-open command prompt
osql -E
1>use BESMgmt
2>select DisplayName from UserConfig
3>go

This will (should) give you an output with all the DisplayName's in your database. Locate the user in question, and then follow the next steps:

-still in the command prompt
1>use BESMgmt
2>delete from UserConfig where DisplayName=<name from last step>
3>go

1>exit

That should take care of it, if i got the field right (DisplayName). If anyone out there has SQL Enterprise Manager, and wants to check the field names in the UserConfig table in the BESMgmt database, please update us with the correct spelling, or something else that may be easier to use.

Afterwards, you should run DBClean on the user's mailbox. If you don't have DBClean, you can contact RIM to get it, plus instructions on how to run it. I assume its also somewhere here in the forums.
Reply With Quote
  #7  
Old 02-08-2008, 08:10 AM
CrackBerry Abuser
Device Model: 8100 (Pearl)
Carrier: Rogers
 
Join Date: Dec 2007
Posts: 185
Default

Oh, and I forgot to mention the reason for people getting stuck in "users pending delete".

When you delete someone off the BES, it attempts to do 2 things. First, it attempts to delete the BB Info folder off the user's mailbox. Second, it deletes the user from the database. If it is having trouble deleting the BB Info folder from the mailbox, it will never get to step 2. This is generally caused by lack of permissions to access the user's mailbox, for some reason or another. BESAdmin permissions not set up correctly, mailbox was moved/deleted or network problems are some of the common ones.

Please note, if its a permissions issue, or network problem, the steps above about hacking the user out of the database are only a stop gap measure, as it will likely be an issue again.
Reply With Quote
  #8  
Old 02-22-2008, 02:35 PM
jebus2012's Avatar
CrackBerry Newbie
Device Model: 8830
Carrier: Telus
 
Join Date: Feb 2008
Posts: 2
Default

I found permissions to check for the BES Admin account on any additional Exchange servers in the environment.

go to your system manager > Administrative Groups > First Administrative Group > Servers >

go to the properties of the server holding the mailbox of the user with issues.

under the security tab for the server look for your BES Admin account and make sure the following items have been checked above and beyond the default inheritance

Send As
Receive As
Administer information store

after adding those permissions to the server i was able to get a user connected to my Blackberry Professional Server
__________________
HOLY MONKEY IT WORKS!!!
Reply With Quote
  #9  
Old 04-15-2008, 09:53 AM
CrackBerry Newbie
Device Model: 8830
Carrier: Verizon
 
Join Date: Apr 2008
Posts: 2
Default

I am having the same problem. The permissions on the bb admin account are set as above. I have the following syntax error when i try to remove the entry.




Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator.>osql -E
1> use BESMgmt
2> select DisplayName from UserConfig
3> go
DisplayName






-------------------------------------------------------------------------------

------------------------------------------------------------------------

------------------------------------------------------------------------

---------------------------------
David L. O'Donoghue







(1 row affected)
1> use BESMgmt
2> delete from UserConfig where DisplayName=<David L. O'Donoghue>
3> go
Msg 102, Level 15, State 1, Server SERVER2, Line 2
Incorrect syntax near '<'.
Msg 105, Level 15, State 1, Server SERVER2, Line 2
Unclosed quotation mark after the character string 'Donoghue>
'.

Last edited by grateful; 04-15-2008 at 10:24 AM.
Reply With Quote
  #10  
Old 04-15-2008, 10:21 AM
CrackBerry Newbie
Device Model: 8830
Carrier: Verizon
 
Join Date: Apr 2008
Posts: 2
Default

I think the editor interpets the apostrophe and the period in the user name as formatting characters. Does anyone know how to fix this? Also is there a patch to put a proper purge function into this program?
Reply With Quote
  #11  
Old 04-15-2008, 02:45 PM
ssadowski's Avatar
CrackBerry Abuser
Device Model: 8320 (Curve)
Carrier: T-Mobile
PIN: 243FF66A
 
Join Date: Feb 2008
Location: Dallas, TX
Posts: 110
Default

Quote:
Originally Posted by grateful View Post
1> use BESMgmt
2> delete from UserConfig where DisplayName=<David L. O'Donoghue>
3> go
Msg 102, Level 15, State 1, Server SERVER2, Line 2
Incorrect syntax near '<'.
Msg 105, Level 15, State 1, Server SERVER2, Line 2
Unclosed quotation mark after the character string 'Donoghue>
'.
Try using a double-quote instead of an angle bracket, or use a single quote and escape the single quote in David's name.

I.E.

use BESMgmt
delete from UserConfig where DisplayName="David L. O'Donoghue"
go
__________________
Blackberry 8320 (Curve) Unlocked, T-Mobile US/T-Mobile Germany
Funambol 3.0.8 Client/Funambol 6.5 GA
-----
Check out my blog: Oh no, lost again...
Reply With Quote
  #12  
Old 04-25-2008, 10:50 PM
CrackBerry Newbie
Device Model: 8830
Carrier: Verizon
 
Join Date: Apr 2008
Posts: 1
Default Thanks

Worked like a charm! Thanks.

osql -E

1> use BESMgmt
2> select DisplayName from UserConfig
3> go
Name Here
(1 row affected)
1> delete from UserConfig where DisplayName="name"
2> go
Reply With Quote
  #13  
Old 08-20-2008, 11:48 AM
CrackBerry User
Device Model: Storm
Carrier: Vodafone
 
Join Date: Aug 2008
Posts: 45
Default

Hi Guys

I am having this exact same issue, when i try the above i get the following error

C:\Documents and Settings\Administrator>osql -E
[Shared Memory]SQL Server does not exist or access denied.
[Shared Memory]ConnectionOpen (Connect()).

C:\Documents and Settings\Administrator>


I am not too clever with SQL but I am logged in as administrator and dont understand why this is happening, can anyone point me in the right direction please!?
Reply With Quote
  #14  
Old 08-20-2008, 12:56 PM
CrackBerry User
Device Model: Storm
Carrier: Vodafone
 
Join Date: Aug 2008
Posts: 45
Default

Quote:
Originally Posted by AnthoUK View Post
Hi Guys

I am having this exact same issue, when i try the above i get the following error

C:\Documents and Settings\Administrator>osql -E
[Shared Memory]SQL Server does not exist or access denied.
[Shared Memory]ConnectionOpen (Connect()).

C:\Documents and Settings\Administrator>


I am not too clever with SQL but I am logged in as administrator and dont understand why this is happening, can anyone point me in the right direction please!?
I Have managed to solve this

For anyone else as stupid as me it needed the following

osql -E -S <SERVERNAME>\<DATABASENAME>
Reply With Quote
  #15  
Old 01-30-2009, 08:15 PM
CrackBerry Newbie
Device Model: 8330 (Curve)
Carrier: Sprint/Nextel
 
Join Date: Jan 2009
Posts: 1
Default

Quote:
Originally Posted by kparks4285 View Post
Worked like a charm! Thanks.

osql -E

1> use BESMgmt
2> select DisplayName from UserConfig
3> go
Name Here
(1 row affected)
1> delete from UserConfig where DisplayName="name"
2> go
Thanks so much for this! Worked PERFECTLY!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



 
 Site Support | Accessory Order Support | App Store Support | Advertise | Newsletter | About Us

Creating smartphone communities
Android Central - Android reviews, news and forums Crackberry - Blackberry news, reviews and community TiPb - iPhone news, accessory reviews & forums
Pre Central - Palm Pre Review, News and Community Treo Central - Treo & Centro News and Forums WMExperts - Windows Mobile Reviews & News

The names RIM and BlackBerry are registered Trademarks of Research in Motion Limited.
CrackBerry.com is in No Way Affiliated with Research in Motion Limited.
Copyright ©2007-2009 Smartphone Experts. Terms and Conditions. Privacy Policy. All rights reserved.