Written by

Information Systems Engineer 3 at Choctaw Nation Health Services Authority
Question Jordan Everett · Mar 21, 2023

Namespace Does Not Support Ensemble

Hey all,

I'm trying to enable an existing namespace to be Ensemble enabled by doing the command do ##class(%EnsembleMgr).EnableNamespac($namespace,1), but I'm still getting the error message. Is there something that I'm missing? 

I've attempted to reboot the server and even went incognito to see if it was a caching issue, but I'm still not able to create an Ensemble production in that namespace.

When I do a write ##class(%EnsembleMgr).IsEnsembleInstalled() it returns a 1. The same goes for the command write ##class(%EnsembleMgr).IsEnsembleNamespace().

Any assistance that can be provided would be appreciated.

Product version: HealthShare 2017.2
$ZV: Build 865_3_20793U

Comments

Jeffrey Drumm · Mar 21, 2023

Are you using LDAP for authentication? I seem to remember running into this when the web applications created as part of enabling Ensemble/Interoperability weren't set to support LDAP.

Compare the settings for the web applications created for your new namespace in Security | Applications | Web Applications with those from other (working) Ensemble-enabled namespaces.

0
Jordan Everett  Mar 21, 2023 to Jeffrey Drumm

That worked! Thank you Jeffrey! It ended up being a Web Application configuration issue. I had a web application for the namespace as /csp/healthshare/{namespace} but not for /csp/{namespace}.

0