How to enable Analytics for a namespace
Hi all,
I am trying to understand how to work with Analytics but I get the message "Analytics is not enabled in the USER namespace"
.png)
How can I enable that for my namespace?
I am currently using iris-community:2023.1.0.185.0.
Thanks in advance!
Discussion (4)1
Comments
Go to Security, Web Applications, select /csp/user, which is default app for the USER namespace, or if you need it for another namespace, find default web application for that namespace. And check Analytics there, and save
.png)
Thank you Dmitry!
In addition to what @Dmitry Maslennikov told here is the way to enable IRIS BI(Analytics) programmatically:
do EnableDeepSee^%SYS.cspServer("/csp/user/")Thank you Evgeny, that will also be useful!