03-06-2023 05:45 AM
Could anyone share the Informix db access default password.
Cisco UCCX Version 11.6.1
03-06-2023 07:40 AM - edited 03-06-2023 07:42 AM
What you wanna do in there?! What should you be able to do there, which you cannot do via WebGUI or CLI?
Besides: I don't know, if there is access to it at all. This is not a normal DB like in every Windows DB server or similiar.
03-06-2023 09:24 AM
CUCM or UCCX? Your post title and body don't match.
CUCM does not allow direct ODBC access; the closest you can get is a SQL statement via the AXL API; however, that is rarified territory that is not well documented (much of the input validation is implemented at the web app layer, not the DB). Just ask any of the provisioning software ecosystem vendors how much they have struggled with it. Be very careful if you go this route.
UCCX allows ODBC access - but there are only three supported use cases:
Querying the database directly for reporting purposes is not supported and can destabilize UCCX. CUIC implements an I/O throttle to protect the system from excessive database load that could impact call processing. Going directly to the DB bypasses this protection.
Anyway, you can (re)set the password from the Tools > Password Management menu.
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