Cannot Find Ensemble.INC Analog in InterSystems IRIS
Hi guys!
What is the IRIS analog for Ensemble.INC?
Discussion (4)1
Comments
What do you mean? There are still Ensemble.inc
Tried to compile the class in IRIS - says
Error compiling routine: Util.LogQueueCounts. Errors: Util.LogQueueCounts.cls : Util.LogQueueCounts.1(7) : MPP5635 : No include file 'Ensemble'
You just have to enable Ensemble in the installer
<Namespace Name="${NAMESPACE}" Code="${DBNAME}-CODE" Data="${DBNAME}-DATA" Create="yes" Ensemble="1">That helped! Thank you!