Question
Manikandasubramani S · Nov 1, 2016

Ensemble - Namespace does not supported

Hi,
We have been upgrading our application to ensemble 2016.1.1. I have moved my data to a particular namespace which i have created and now in management portal i have been getting an error message "namespace does not support Ensemble". Please give solutions to resolve this issue.

Thanks and regards

1
0 1,220
Discussion (2)0
Log in or sign up to continue

Call:

Write ##class(%EnsembleMgr).EnableNamespace(Namespace, 1)

By default in latest versions, when you create new namespace, it should be activated as Ensemble enabled. But you can do it manually at any time, with method EnableNamespace in class %Library.EnsembleMgr.

do ##class(%EnsembleMgr).EnableNamespace($namespace)