Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: cavagnaro on June 15, 2010, 01:53:16 PM

Title: IRD DB
Post by: cavagnaro on June 15, 2010, 01:53:16 PM
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
Title: Re: IRD DB
Post by: aponterules 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
Title: Re: IRD DB
Post by: ecki 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.
Title: Re: IRD DB
Post by: catanirex 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..
Title: Re: IRD DB
Post by: René 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.
Title: Re: IRD DB
Post by: cavagnaro 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!
Title: Re: IRD DB
Post by: Timur Karimov 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
Title: Re: IRD DB
Post by: Fra 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