View Single Post
Old 11-24-2010, 11:09 AM   #20
miguel_corona
New Member
 
Join Date: Nov 2010
Model: 8520
PIN: N/A
Carrier: Telcel
Posts: 1
Default Re: Cannot create user after removing same user

Quote:
Originally Posted by mhulaibi View Post
Try using this command sequence to manually initiate the purging of deleted users, so that you can add them again:

-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


When I do this, I receive the following message:

Could not locate entry in sysdatabases for database "BESMgmt"

Does it mean I don't have a DB named BESMgmt? How can I find the names of the databases I'm using?
Offline   Reply With Quote