" /> Business segmentation compile error - Genesys CTI User Forum

Author Topic: Business segmentation compile error  (Read 3505 times)

Offline kapusta1152

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 0
Business segmentation compile error
« on: January 14, 2014, 01:35:50 AM »
Advertisement
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

Offline terry

  • Sr. Member
  • ****
  • Posts: 328
  • Karma: 35
Re: Business segmentation compile error
« Reply #1 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?

Offline kapusta1152

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 0
Re: Business segmentation compile error
« Reply #2 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’