cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11356
Views
10
Helpful
11
Replies

Cannot delete users Unity Connection Voicemail account

CPBVOIP176
Level 1
Level 1

When I try to delete a Unity voicemail account, following messages appear:

  • Failed to delete Unified Communications Manager user association. To force delete operation, click Here.
  • Unable to disassociate user (user account name) from Unified Communications Manager.

This has not happened before. Suspect user was initally set up differently from other users as have no problem deleting voicemail of others.

Any help you can offer would greatly be appreciated.

11 Replies 11

techguy73
Level 1
Level 1

If the user is imported from the Call Manager, it has to be deleted there as well and resynch and then delete from UC.

hth

CPBVOIP176
Level 1
Level 1

Thank you for your response. The user is not in CUCM. Please view attachment. Thanks!

Bradford Magnani
Cisco Employee
Cisco Employee

Is this Business Edition? (Co-resident UC and CUCM on same server)  Or is it standalone UC with an AXL integration pointed to the CUCM server?

It is a standalone UC.

Bradford Magnani
Cisco Employee
Cisco Employee

There's a table on the platform side (CUCM) that maps the end user to a UC user.  It sounds like the user may have been deleted from CUCM, but UC still has record of it, so now UC has the orphaned user with no mapping anymore on CUCM, so its likely failing to match up with the CUCM mapping, thus failing.

From CUCM, or the CUCMBE box CLI to confirm that the entry is in fact gone:

run sql select userid, pkid from enduser where userid = 'hytchang'

Likely to be 0 results, which is fine.  We'll now have to then manually remove the user from UC.  It's a two step process.

From UC or CUCMBE box box CLI first you will need to find the ObjectId for the user that you want to remove:

run cuc dbquery unitydirdb SELECT ObjectId from vw_User WHERE Alias = 'hytchang'

And then you will want to delete that user as such:

run cuc dbquery unitydirdb EXECUTE PROCEDURE csp_UserDelete (pObjectId = 'full objectid that was returned from above query')

Hope that helps,

Brad

Thank you.....do you know if the option they provide of "forcing" the deletion would have the same results?

Did you ever get a response on if forcing the delete removes the users cleanly. i am having the same or very similar issue. LDAP deleted the users from CUCM and when i attempt to delete the users from CUC to reclaim the licenses i am getting the same issue you expressed.Above

Failed to delete Unified Communications Manager user association. To force delete operation, click Here.

Dennis Sutphin Jr.

This one worked. Thanks a lot

Ten Years later, I am having a similar issue to this.  I have an account in CUC 11.5SU6 alias KENDRA STAGNER.  This user has since Joined Active Directory and has a different alias, but both accounts are on my unity servers, and I cannot delete the non-LDAP KENDRA STAGNER account.  I ran the following commands:

LDAP-Integrated account:

admin:run sql select userid, pkid from enduser where userid = '1572009374157002@mil'
userid pkid
==================== ====================================
1572009374157002@mil 03e48de8-c42b-fbd6-e405-9a74dc12f0cc

 

Non-LDAP Integrated account:

admin:run cuc dbquery unitydirdb SELECT ObjectId from vw_User WHERE Alias = 'KENDRA STAGNER'

objectid
------------------------------------
7c29b9e8-7aa3-4726-82a2-e6f0b26df32b

 

Attempted to remove:

admin:run cuc dbquery unitydirdb EXECUTE PROCEDURE csp_UserDelete (pObjectId ='7c29b9e8-7aa3-4726-82a2-e6f0b26df32b')

Object not found. Object = [465751b2-5d29-42ca-adf0-c2217c459719], Table = [tbl_Mailbox], Column = [MailboxObjectId]
Command failed

 

Am I missing something, or is there something going on in my CUC DB?  I've had this issue before with this same user a while ago, and I recall fixing it something like this before, but my memory is trash.

 

This account doesn't appear as a normal account, no option to integrate with LDAP, or make it Local, no option to change the extension, and all Edit fields other than password, change password or roles are all greyed out.  Like it's an orphan.

CPBVOIP176
Level 1
Level 1

1. Login in to Putty (or any other means that allows you to get to the CLI)

2. Type in the Unity server IP address

3. Select the SSH radial button and then click OPEN.

4. Log in using the Administrator ID and password.

5. At the command line, type in the following command, where XXXX is the user netID.

run cuc dbquery unitydirdb SELECT ObjectId from vw_User WHERE Alias = 'XXXX'

NOTE: If you copy the command line, to paste it in SSH simply right mouse click

This will run a query and give you the database location that should look something like this : d5d1d135-2bfb-4ddb-b775-09878796dcc5

6. To delete the user, type the following command:

run cuc dbquery unitydirdb EXECUTE PROCEDURE csp_UserDelete (pObjectId =' XXXXXXXXXXXXXXXXXXXXXX) where XXXXXXXXXXXXXXXXXXXXXX is the Identity number that came back from your previous query.

Command line should show Rows:0

Double check Unity to ensure the user is deleted.

ciscokid6969
Level 1
Level 1

In my case when i tried to force it, it said that they were still referenced somewhere. It then provided links to the reference and it all made sense. The user was set in a call handler as a "press here to contact BLAH" option. So that reference had to be deleted before i could delete the user.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: