03-13-2017 03:31 AM - edited 03-19-2019 12:12 PM
Unfortunately i forgot my CUC (CISCO Unity Conection) GUI Password. When i tried to reset the password i am getting an error message. Please refer the attachment for the error message and Support me to reset the same.
03-13-2017 04:39 AM
Hi,
Try this out:
A. Create another Admin account
1. Create a user with No mailbox
===================================
run cuc dbquery unitydirdb execute procedure csp_UserCreate(ptemplateObjectId=(select objectid from vw_Usertemplate where displayname='Administrator Template'),palias='<alias which you want>')
2. Assign "System Administrator" Role to the user
==================================================
run cuc dbquery unitydirdb execute procedure csp_PolicyCreate (pRoleObjectId=(SELECT objectid FROM vw_role WHERE rolename='System Administrator'), pUserObjectId=(SELECT objectid FROM vw_globaluser WHERE alias='<Replace with the alias of account you created above>'));
3. Reset the Password of the user
===================================
utils cuc reset password <alias you created above>
4. Try login and then reset the cucadministrator password from CUCA.
See if it works.
Regards,
Hitesh
03-13-2017 09:47 PM
03-14-2017 07:59 AM
Are you using the built-in OS admin account for this??
Or are you using an OS account that was manually created?
03-15-2017 08:00 PM
I am using built-in OS Admin account.
04-04-2018 12:53 PM
Did you get any luck with this?
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