2013-04-02

Avaya Aura Contact Center 6.x and 7.x (AACC) -- How to close multimedia request directly in database

For sure you can do this from AAAD but if you need to automate this task and have a good knowledge of database you might use this SQL request for CCMM database:


update cls.Contacts set Status=15,ClosedTime=getdate() 
where ID=<Contact ID>

2013-02-24

Avaya Aura Contact Center 6.x (AACC) -- SA database passwords


AACC CCMS
login: ccSA
pass:cCaPpS0820
Namespace: ADMIN

AACC CCMM
login:mmAdministrator
pass: mmAdm
Namespace: MULTIMEDIA

AACC CCT
login:_SYSTEM
pass: SYS
Namespace: CCT70


All these passwords are stored in Windows registry without any encryption.