" /> Import Routing - Genesys CTI User Forum

Author Topic: Import Routing  (Read 4959 times)

Offline lekie

  • Jr. Member
  • **
  • Posts: 90
  • Karma: 0
Import Routing
« on: June 07, 2009, 04:40:14 PM »
Advertisement
Dear All,

I've problem abt import new routing into production. In my exiting there are Main strategies and sub routine. for example A is main strategy. B and C are sub routine.
So, I created a new strategy is D, E is new sub routine and used same sub routine B as in exiting system. When I imported strategy D into production, IRD will ask to rewritten sub routine and then click "ok". So the status of sub routine B will be not ready and i have to recompile again. How can i setting some parameter If i don't want to recompile sub routine B again. I've tested bytecode option but still it's not working.


Thank you in advance,
Best regard,
Lekie

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: Import Routing
« Reply #1 on: June 08, 2009, 06:24:04 AM »
Have you tried open the export file (.zcf) with winzip, and unzip only the .rbn files you really want to import.
Then import the rbn files.

We have strategies with manu subroutines, and this solution works fine for us!

kbs

  • Guest
Re: Import Routing
« Reply #2 on: June 08, 2009, 12:43:17 PM »
Two ways I think you can approach it:
1 - as catanirex describes above
2 - Export each individual strategy then reimport. The second method will also import any dependent non-strategy objects (macros, list objects, etc).

Regarding recompiling, there is an IRD option [called "bytecode"] in 7.5 or later that allows you to export and import the compiled code as part of the process, so you don't need to recompile on import. Refer to the URS documentation for valid values and configuration.

Offline lekie

  • Jr. Member
  • **
  • Posts: 90
  • Karma: 0
Re: Import Routing
« Reply #3 on: June 08, 2009, 04:29:45 PM »
Dear All,

I've test this issue again i can use "bytecode" option on IRD application and right now it's working well .

Thank you for every answer.

Lekie