AES Trace (renew)

Did you remember my old post about tracing on AES side. It was little bit difficult. You need to change file and bla-bla-bla. Now we have more easier way, just type trcedt servicename set [on|off|bits] bit[1-8]. ie. for trace TSAPI “trcedt TSAPI set on 1”

Tutorial: Using Informix tools to access CMS historical database

Following my previous article, I decided to expand on this topic; I feel it may prove useful for people who don’t want to (or can’t) mess with ODBC in CMS to still have access to historical and administrative data. Here’s how to do it.

How to list CMS users

Following a discussion on Avaya Users forum, here’s how to use standard Informix utility dbaccess to query CMS database and get the list of users defined in CMS, with their logins, names and locations: . /opt/informix/bin/setenv dbaccess cms@cms_ol – <<! select l_name, f_name, room, telephone from users ! You need to run this as root […]