" /> SQL Query needed to get the IRD Strategy names and subroutines being used in CME - Genesys CTI User Forum

Author Topic: SQL Query needed to get the IRD Strategy names and subroutines being used in CME  (Read 2536 times)

Offline msrc1234

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Advertisement
anyone has SQL Query to get the IRD Strategy names and subroutines being used from Genesys config database tables

Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
select * from cfg_script s
where s.type = 5

Offline msrc1234

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Thanks..i also need only those that are currently loaded on CDN.

Offline Dionysis

  • Sr. Member
  • ****
  • Posts: 408
  • Karma: 8
To do that you'll need to compare the above query with the "cfg_flex_prop" table which holds all of the annex tab data.

There's a thread somewhere which has useful SQL scripts, pretty sure what you're looking for is there.

Adam G

  • Guest
[url=http://www.sggu.com/smf/index.php/topic,9724.msg44061.html#msg44061]http://www.sggu.com/smf/index.php/topic,9724.msg44061.html#msg44061[/url]
[url=http://www.sggu.com/smf/index.php/topic,9136.0.html]http://www.sggu.com/smf/index.php/topic,9136.0.html[/url]
« Last Edit: September 23, 2016, 12:31:18 PM by adamgill »