Written by

MOD
Question Nicky Zhu · Jun 6, 2022

How to programmatically obtain where a Namespace is interoperability enabled or not?

Hi guys,

A client want to programmatically list all namespaces and whether they are interoperability or not. Do we have apis or sql to do that? Thanks.

I've tried several methods of %SYS.Namespace but did not find it yet. Also when I use sql to select from %SYS.Namespace through jdbc, it always return an empty result set.

Product version: IRIS 2021.2

Comments

Alexander Koblov · Jun 6, 2022

Hi Nicky.

See ##class(%Library.EnsembleMgr).IsEnsembleNamespace

0
Nicky Zhu  Jun 6, 2022 to Alexander Koblov

Thanks a lot.

0