|
Home > Archive > Voice over IP Cisco > December 2007 > How to disable MLA ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to disable MLA ?
|
|
| Cisco Voip 2007-12-21, 1:11 pm |
| Hi All,
How to disable MLA on the CCM if we have lost the password for CCM
administrator ?
THANKS.
| |
| Matthew Saskin 2007-12-21, 1:11 pm |
| -log into the server
-launch SQL query analyzer
-select the callmanager database (CCM030x)
-run the following query:
update MLAParameter set Value = 'F' where Name = 'EnableMLA'
Once you do that, MLA is disabled and you'll be able to use your
original administrator password.
-matt
Cisco Voip wrote:
> Hi All,
>
> How to disable MLA on the CCM if we have lost the password for CCM
> administrator ?
>
> THANKS.
>
>
> ------------------------------------------------------------------------
>
> ________________________________________
_______
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
| |
| Aman Chugh 2007-12-21, 1:11 pm |
| Thats right you can do it from SQL as shown below, dont forget to restart
IIS after this.
Aman
On 12/21/07, Matthew Saskin <matt@saskin.net> wrote:
>
> -log into the server
> -launch SQL query analyzer
> -select the callmanager database (CCM030x)
> -run the following query:
> update MLAParameter set Value = 'F' where Name = 'EnableMLA'
>
> Once you do that, MLA is disabled and you'll be able to use your
> original administrator password.
>
> -matt
>
> cisco Voip wrote:
>
> ________________________________________
_______
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
|
|
|
|
|