Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,does anyone use the mentioned application? We're using CUCM 14 and trying to install the Assistant Console for few users. The installation works fine, but the AssistantConsole.exe wants administrative privileges?I just found this and it's not m...
Hello everyone,I want to implement a CUIC report to Cisco Finesse Desktop but this doesn't work. The browser just doesn't load the page. The reason is the X-Frame-Options header. CUIC tells in Header, that "X-Frame-Options" is "sameorigin". But becau...
Hi, we have a certificate issue where Cisco Jabber wants to verify the certificate chain but missing the intermediate certificate. It's a CA signed certificate so the root certificate is installed by most of the operating system vendors. The access w...
Hello all, we updated uccx to 12.5 su1 and want to change licensing to Smart Accounts. The Transport Setting is set to Direct so uccx can communicate directly with Cisco. The "Test connection" button works fine, the test succeeds. But if we want to r...
Do I need to install the log4j cop file again after a SU update of CUCM? I installed log4j fix weeks before the update. It was 11.5 SU9 before and CUCM was updated to 11.5 SU10. I know the cop file removes the log4j jar files but I don't know if SU10...
Use this guide for more details why Cisco Jabber is crashing:https://www.cisco.com/c/en/us/support/docs/voice-unified-communications/jabber-windows/116333-technote-windbg-00.html
Do you have the specific reports on both servers in CUIC > Reports > Stock > Unified CCX Live Data? If not, export it from subscriber and upload it to publisher.
Yeah, edit AssistantConsole.exe e.g. with Resource Hacker. Change manifest 0 from <security>
<requestedPrivileges>
<requestedExecutionLevel
level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security> to ...
Had this, too. Workaround: Issue is, that in the database table ipmauser attribute pool cannot be null. I looked into the DB: run sql SELECT pool FROM ipmauser In my case it was always 1 for other assistants.So before I submit the formular in CUCM ...