Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: kapusta1152 on January 14, 2014, 01:35:50 AM

Title: Business segmentation compile error
Post by: kapusta1152 on January 14, 2014, 01:35:50 AM
Hello All,

How to fix Compile error on IRD 8.1.300.22 for Business segmentation block?

Business segmentation compile error

"Compiling of strategy.
90726129, Error: Compile error"
#########################
btw is 90726129 an error code?

Thanks
Title: Re: Business segmentation compile error
Post by: terry on January 14, 2014, 04:18:50 AM
90726129 is not eror code but id of strategy block where error happens (IRD uses this number to put focus on right block when you double click on error line).

Provided information I believe is not enough to answer. You probably need to find which exactly business rule from segmentstion object fail to compile and see what might be wrong with this bussiness rule.
Also does IRD shows correctly all attributes in involved business rules in 'Details' column?
Title: Re: Business segmentation compile error
Post by: kapusta1152 on January 14, 2014, 07:33:57 PM
Thanks for clarification regarding ID of strategy block.

I was able to fix an error after editing attribute and corresponding Business Rule (BR).

Before:

att_LOB      UData[‘language’]=’SP’ & UData[‘lExitReason’]=’Fraud’
###########################################
After :
att_LOB   
  SP              UData[‘language’]=’SP’
  Fraud        UData[‘ExitReason’]=’Fraud’