" /> Query to find the Application Mode Changes from Log db - Genesys CTI User Forum

Author Topic: Query to find the Application Mode Changes from Log db  (Read 1574 times)

Offline siva.thota143@gmail.com

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Query to find the Application Mode Changes from Log db
« on: July 26, 2017, 03:59:48 PM »
Advertisement
Can some one help me with a query to find the status the all applications mode (Flips and status) changes from Log data base .

Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
Re: Query to find the Application Mode Changes from Log db
« Reply #1 on: July 28, 2017, 07:36:40 PM »
Try this:


select timegenerated, appname, hostname, messagetext from g_log_messages where message_id in (4562, 4563, 5150, 4560, 4561, 5151, 5060, 5090, 5063, 5064, 5065)