Written by

Senior Startups and Community Programs Manager at InterSystems Corporation
Question Evgeny Shvarov · Jul 23, 2019

Cannot Find Ensemble.INC Analog in InterSystems IRIS

Hi guys!

What is the IRIS analog for Ensemble.INC?

Comments

Evgeny Shvarov  Jul 23, 2019 to Dmitry Maslennikov

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'
0
Dmitry Maslennikov  Jul 23, 2019 to Evgeny Shvarov

You just have to enable Ensemble in the installer

  <Namespace Name="${NAMESPACE}" Code="${DBNAME}-CODE" Data="${DBNAME}-DATA" Create="yes" Ensemble="1">
0
Evgeny Shvarov  Jul 23, 2019 to Dmitry Maslennikov

That helped! Thank you!

0