" /> IRD DB - Genesys CTI User Forum

Author Topic: IRD DB  (Read 5362 times)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
IRD DB
« on: June 15, 2010, 01:53:16 PM »
Advertisement
Hi guys,
I have came with a problem...I need to test customers strategies in my lab before doing a migration. So...I got his IRD DB where all strategies are stored and loaded in my SQL server and configured my IRD DAP to point to that DB, but now...how do I open them as I don't have the scripts in CME for them?? Do you know any way I can achieve that?
Thanks

Offline aponterules

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: IRD DB
« Reply #1 on: June 15, 2010, 10:49:46 PM »
I really would like to help you, but i have no idea.

I hope somebody else can help you,

good luck

Offline ecki

  • Sr. Member
  • ****
  • Posts: 329
  • Karma: 8
Re: IRD DB
« Reply #2 on: June 16, 2010, 12:22:22 AM »
Hi Cav,

You should be able to open them without the script. That is the whole idea with storing the code in to CME database. So what is the exact problem you are dealing with?

E.

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: IRD DB
« Reply #3 on: June 16, 2010, 06:34:02 AM »
Oh, you mean that you ONLY got the table ird_strategies from the customer?

Sorry, in that case you need to have the exports (zcf files) and import them into your CME. In other word you do not have any use of the IRD table..

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: IRD DB
« Reply #4 on: June 16, 2010, 08:42:28 AM »
Hi Cav,

It's possible to open the strategies stored in the IRD_STRATEGIES table but it requires some manual changes in the CME to be done... Here are the steps to follow:

1/ Create a new object of type "Simple Routing" in the Scripts directory in corresponding tenant (e.g. Resources) in CME
2/ Create a new section called "strategy" on the Annex tab of this new object
3/ Add following key to the strategy section
      location = database
      type = Custom
4/ Save the changes
5/ Find DBID of the object you've just created (CME started with the switch -d will show you DBID when you open the object)
6/ Open the IRD_STRATEGIES table and change DBID of corresponding row to match DBID of newly created Simple Routing object
7/ Open the strategy using the IRD

The steps above are valid just for routing strategies and not for subroutines as these require different parameters to be set.

As Catanirex wrote, the easiest way is to ask customer to export the strategies using the IRD.

R.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: IRD DB
« Reply #5 on: June 16, 2010, 02:32:47 PM »
[quote author=René link=topic=5636.msg24652#msg24652 date=1276677748]
Hi Cav,

It's possible to open the strategies stored in the IRD_STRATEGIES table but it requires some manual changes in the CME to be done... Here are the steps to follow:

1/ Create a new object of type "Simple Routing" in the Scripts directory in corresponding tenant (e.g. Resources) in CME
2/ Create a new section called "strategy" on the Annex tab of this new object
3/ Add following key to the strategy section
      location = database
      type = Custom
4/ Save the changes
5/ Find DBID of the object you've just created (CME started with the switch -d will show you DBID when you open the object)
6/ Open the IRD_STRATEGIES table and change DBID of corresponding row to match DBID of newly created Simple Routing object
7/ Open the strategy using the IRD

The steps above are valid just for routing strategies and not for subroutines as these require different parameters to be set.

As Catanirex wrote, the easiest way is to ask customer to export the strategies using the IRD.

R.
[/quote]

Nice, this will work.
Customer access to its CME settings is hard to get because of security...don't ask me...

Thanks guys!

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: IRD DB
« Reply #6 on: June 16, 2010, 07:47:35 PM »
[quote author=René link=topic=5636.msg24652#msg24652 date=1276677748]
It's possible to open the strategies stored in the IRD_STRATEGIES table but it requires some manual changes in the CME to be done... Here are the steps to follow:
[/quote]

cool hack =))) fanx

Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: IRD DB
« Reply #7 on: June 17, 2010, 09:00:41 AM »
Cav,

René is right (as usual) - the strategies saved in the IRD_STRATEGIES need to be referenced in the config db.

Fra