Gary beat me to the SQL option... ;-)<div><br></div><div>The other option if you're running the IM compliance by logging to an external PGSQL database is that you can get stats on the number of messages sent etc etc, I had a good dev working with me who anonymised this and made some pretty graphs...</div><div><br></div><div>The only commercial option I'm aware of is tiger communications (<a href="http://www.tigercomms.com">www.tigercomms.com</a>) who whilst coming more from the billing side of things have built some UC adoption reporting into their latest product.</div><div><br></div><div>HTH</div><div><br></div><div>IAn</div><div><br><br>On Thursday, 19 May 2016, Gary Parker <<a href="mailto:G.J.Parker@lboro.ac.uk">G.J.Parker@lboro.ac.uk</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On 18 May 2016, at 16:36, Brian Meade <<a href="javascript:;" onclick="_e(event, 'cvml', 'bmeade90@vt.edu')">bmeade90@vt.edu</a>> wrote:<br>
><br>
> There is a Presence Usage Report on the Cisco Unified IM and Presence Reporting dropdown but it only gives you current logged in clients.<br>
><br>
> On Tue, May 17, 2016 at 1:53 PM, Louis Koekemoer (ZA) <<a href="javascript:;" onclick="_e(event, 'cvml', 'Louis.Koekemoer@dimensiondata.com')">Louis.Koekemoer@dimensiondata.com</a>> wrote:<br>
><br>
><br>
> Hi all,<br>
><br>
><br>
><br>
> I have a customer where we deployed Jabber. The client now want a report on the user take-on and utilization of Jabber after the deployment. Does anyone know where one can get a report like that?<br>
<br>
NB. this is for 8.6, ymmv with later versions…<br>
<br>
If you login on the CLI and run this:<br>
<br>
run sql select e.userid, ex.firstname, ex.lastname, ex.department, DBINFO('utc_to_datetime', cd.timelastaccessed) AS lastaccess from enduser as e, credentialdynamic as cd, credential as cr, enduserex as ex where e.pkid = ex.fkenduser and e.pkid=cr.fkenduser and e.tkuserprofile=1 and e.primarynodeid is not null and cr.tkcredential=3 and cr.pkid=cd.fkcredential order by last access<br>
<br>
You’ll get a list of all presence users ordered by the last time they logged in. Run it periodically, log the data and build some usage stats. Not perfect, I know, but better than nothing...<br>
<br>
---<br>
/-Gary Parker----------------------------------f--\<br>
|     Unified Communications Service Manager      |<br>
n      Loughborough University, IT Services       |<br>
|     tel:+441509635635 <a href="javascript:;" onclick="_e(event, 'cvml', 'im:ccgjp@lboro.ac.uk')">im:ccgjp@lboro.ac.uk</a>      o<br>
|     <a href="http://delphium.lboro.ac.uk/pubkey.txt" target="_blank">http://delphium.lboro.ac.uk/pubkey.txt</a>      |<br>
\r----------------------------------------------d-/<br>
<br>
</blockquote></div>