Display Business Rule Not Working In Domain Separated Instance

FA94
Tera Contributor

Hi,

We have recently upgraded our Domain Separated instnace to San Diego and after the upgrade the Display business rules don't seem to be working at all. Any idea what might be causing this?

Thanks!

1 ACCEPTED SOLUTION

Veena Vanaparth
ServiceNow Employee
ServiceNow Employee

Hi,

It is a known error in the San Diego release which has been fixed in the San Diego Patch 2 release. There is a workaround that can be used before you upgrade to this release.

The workaround can be applied by setting the system property "glide.sys.domain.use_domain_business_rule_info_optimization" = false.

If the property does not already exist in the sys_properties table, you can create a new record as outlined below:
Name: glide.sys.domain.use_domain_business_rule_info_optimization
Type: true | false
Value: false

View solution in original post

6 REPLIES 6

Veena Vanaparth
ServiceNow Employee
ServiceNow Employee

Hi,

It is a known error in the San Diego release which has been fixed in the San Diego Patch 2 release. There is a workaround that can be used before you upgrade to this release.

The workaround can be applied by setting the system property "glide.sys.domain.use_domain_business_rule_info_optimization" = false.

If the property does not already exist in the sys_properties table, you can create a new record as outlined below:
Name: glide.sys.domain.use_domain_business_rule_info_optimization
Type: true | false
Value: false

Veena, do you know the PRB related to this issue?  I'm on patch 7 and still need to use the workaround.  

 

Thanks 

Tom