01-21-2013 11:16 AM - edited 03-16-2019 03:17 PM
LDAP Direktory integration is enabled on our BE5000. Now we need to delete a VoiceMailBox. How to do this without deleting the user in the LDAP/AD?
01-21-2013 11:56 AM
Hi,
When using BE you need to delete the user from call manager and then sync it from UC.
Regards,
Tere.
If you find this post helpful, please rate!
01-21-2013 01:10 PM
Hi there,
Just to add, from the CMBE5K system guide:
You cannot delete an end user in Cisco Unity Connection Administration, unless you have enabled LDAP synchronization and the Cisco DirSync service deletes the user in Cisco Unified Communications Manager Administration after you delete the user in the LDAP directory. If the Cisco DirSync service deletes the user for Cisco Unified Communications Manager, you must manually delete the user in Cisco Unity Connection, as described in the
User Moves, Adds, and Changes Guide for Cisco Unity Connection. If you do not delete the user in Cisco Unity Connection Administration, Cisco Unity Connection classifies the user as orphaned.
http://www.cisco.com/en/US/docs/voice_ip_comm/cucmbe/admin/8_6_1/ccmsys/a04direc.html#wp1137937
HTH,
Chris
01-21-2013 09:06 PM
Hi,
i found the solution:
run cuc dbquery unitydirdb SELECT ObjectId from vw_User WHERE Alias = 'dmueller'
run cuc dbquery unitydirdb EXECUTE PROCEDURE csp_UserDelete (pObjectId = '79694ae5-b71c-48e9-9651-694fd78cc5e6')
Run this commands from the commandline, where dmueller is the user you want to delete. Copy the output to the 2. command (pObjectId = ....)
Best Regards
Markus Mantz
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide