01-23-2015 05:31 AM - edited 03-17-2019 01:42 AM
Hi community,
I was wondering if someone knows how to replicate, for example, from CUCM’s Informix database to an external one (Ex: MSSQL or MySQL). It is for troubleshooting purposes.
Remark: I don't like to work directly on the CUCM CLI.
I have seen this before but I can find the information...
Thank you all
01-23-2015 06:58 AM
1 - You can't really do what you want. You'd have to use the AXL SQL API and scan all the database tables for changes and manually populate them to your MySQL database.
2 - Why not just run the queries against the real CUCM DB? If you're just doing queries, it's unlikely to affect CUCM performance. My cluster isn't small and I've only once hit throttling once by trying to do a very hideous SQL update across all line appearances.
GTG
06-23-2015 01:57 AM
hello,
Can anyone tell me that is possible access to Informix database from any linux/unix client ?
I would like to manage and searching database.
06-23-2015 02:07 AM
You can't get something like an ODBC connection. You have to use the CUCM APIs (e.g. AXL) to work with the database.
GTG
06-23-2015 03:14 AM
Hi Gordon,
It means, that I can't use for example "Informix Client Software Development Kit" ;/
06-23-2015 03:19 AM
Correct.
CUCM is heavily locked down. You can't even get a normal operating system shell on it. (Well, not normally....)
GTG
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