Written by

Sales Account Manager at InterSystems
Question David Reche · May 30, 2017

Ensemble System Default Settings Export/Import

Hello,

There is a programatic way to Export/Import the Ensemble System Default Settings?

I know you can use the Production Export Screen and add the "Deployable settings" but I am looking for something more quick and flexible

Thanks

Comments

Eduard Lebedyuk · May 30, 2017

They are stored as objects of Ens.Config.DefaultSettings class.

You can:

  • Export the ^Ens.Config.DefaultSettingsD global
  • Export Ens_Config.DefaultSettings table contents to CSV, etc.
  • Export settings as objects to XML
0