Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started 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
-
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?
-
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’