cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
570
Views
3
Helpful
3
Replies

CM Reporting

walshliam
Level 1
Level 1

Morning, Is there any way to report on which phones have Mobility ena

bled in CM 7? I have 3 users with mobility enabled who are not associtaed to phones, they are taking up 4 DLU's when they should only take 2 while associated with a phone. Since we have thousands of users, searching will be difficult.

Thanks

Liam

1 Accepted Solution

Accepted Solutions

Michael Owuor
Cisco Employee
Cisco Employee

Hi Liam,

To find out all users who have mobility enabled, run the following from the SSH command line on the Pub:

run sql SELECT userId, enableMobility FROM EndUser WHERE enableMobility = 't'

Hope this helps.

Regards,
Michael.

View solution in original post

3 Replies 3

Jaime Valencia
Cisco Employee
Cisco Employee

No native reporting for that, you would need to go thru the database dictionary to find which field determines this and then run qrys to the informix DB.

HTH

java

If this helps, please rate

www.cisco.com/go/pdihelpdesk

HTH

java

if this helps, please rate

Michael Owuor
Cisco Employee
Cisco Employee

Hi Liam,

To find out all users who have mobility enabled, run the following from the SSH command line on the Pub:

run sql SELECT userId, enableMobility FROM EndUser WHERE enableMobility = 't'

Hope this helps.

Regards,
Michael.

Thank you both for the info. Michael, the sql query command worked great! thanks so much.

Liam

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: