" /> Historical reporting problem - Genesys CTI User Forum

Author Topic: Historical reporting problem  (Read 4011 times)

Offline Ezzmiti

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Historical reporting problem
« on: May 04, 2009, 02:36:24 PM »
Advertisement
Hi,
I am new to reporting for Genesys and need to store agent name/ PlaceID, so that I get generate a report that will show who was logged into which place and when. Is this information already stored somewhere or will this require customer stats/layout.

any help much appreciated.


Offline ecki

  • Sr. Member
  • ****
  • Posts: 329
  • Karma: 8
Re: Historical reporting problem
« Reply #1 on: May 04, 2009, 10:38:05 PM »
Hi,

What are you using for your historical reporting? CCON, Stat Server tables or ICON/Infomart?

Offline Ezzmiti

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Historical reporting problem
« Reply #2 on: May 05, 2009, 05:59:45 PM »
Hi Ecki,

We are using CCON.

Offline ecki

  • Sr. Member
  • ****
  • Posts: 329
  • Karma: 8
Re: Historical reporting problem
« Reply #3 on: May 06, 2009, 04:33:37 AM »
Well, then in this case the only way is to merry Genesys config database with your CCON tables. You would have to access the cfg_person table to get agent names and cfg_place or dn to get place names/numbers etc.

Offline Ezzmiti

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Historical reporting problem
« Reply #4 on: May 07, 2009, 10:45:10 AM »
Thanks for the update Ecki,

I understand what you say in query the Genesys config tables to get the name/place/number but would I still collect the login/out event for the agent name via a DMA layout, or some other means?, as I'm thinking maybe I would need a trigger on the table once the agent username was passed in.


Offline borkokrz

  • Full Member
  • ***
  • Posts: 154
  • Karma: 6
Re: Historical reporting problem
« Reply #5 on: May 21, 2009, 11:00:52 AM »
CCON Stores information about agent login when agent logs out. One record is stored in AREC table with STATUS=1, STTIME = time when agent logged in, DURATION = duration of login, AGENT = DBID of agent, DN - DBID of place on which agent was logged. You have to query CCON database itself, you can't use DMA for that.