go to post Evgeny Shvarov · Mar 17, 2021 Hi Phil! I see you are on Caché, but in the case of IRIS, you could consider using ZPM Package manager. It can help to make a package that could be installed on a target IRIS machine with one command, like zpm "install yourproductionpackage" that will install classes and dependent packages if needed and you can run post-install scripts.
go to post Evgeny Shvarov · Mar 17, 2021 Hi Vic! These are great instructions and tools to export/import different server components: InterSystems IRIS license key Configuration Parameter File Databases Namespace interoperability settings Security settings (including users, roles, resources, services, and applications) Task Manager tasks Custom code in %SYS namespace CSP, JS, and CSS files External linked libraries and custom shared libraries So is the idea that this all should be performed manually by an administrator for a mirrored member? If yes how often do we recommend performing these operations?
go to post Evgeny Shvarov · Mar 16, 2021 Hi Kok Sheng How! It's not mandatory to create docker for the app. You can submit it as a landing page where app could be downloaded. E.g. check Dbeaver or George James
go to post Evgeny Shvarov · Mar 15, 2021 Aha! This is what I forgot. Anyway, this leaves a room for enhancement: we have such a simple button to open an URL, and we need to add a class, then add a description in another class (cube class) just to add a button to call for code. Do we want just to add the button that could run an arbitrary cube's method, e.g. like %cube.Method()? would be much handier.
go to post Evgeny Shvarov · Mar 15, 2021 Thanks Sam! What troubles me is should I choose the KPI as a source to make these actions available? The trick is that I don't want to change the data source that I already have for the widget, but want to introduce actions on it.
go to post Evgeny Shvarov · Mar 15, 2021 @Larissa Prussak ! I'm checking the translation - if the USER Namespace is named USUÁRIO in IRIS with Portuguese local?
go to post Evgeny Shvarov · Mar 14, 2021 Globals look ideal for such cases. Maybe it’s doable with custom queries somehow?
go to post Evgeny Shvarov · Mar 11, 2021 The support for arbitrary cron expression is introduced with the 1.1.1 release. The support of any cron expression is introduced by @Lorenzo Scalese, thank you!
go to post Evgeny Shvarov · Mar 10, 2021 Here is the instruction on how to submit the solution. And here is how you can list the company if you want to present Speedminer on behalf of the company. You can use DC account to sign in.
go to post Evgeny Shvarov · Mar 10, 2021 Interesting solution! Do you want to publish the ETL Speedminer on Open Exchange ? To let everyone know and find it easier?
go to post Evgeny Shvarov · Mar 5, 2021 There were a lot of questions on how to vote: active contributing members of the Developer Community are eligible to vote - 24 hours after the first contribution. The contribution should be helpful to the community to let DC moderators faster decide on the approval. The examples of helpful contributions are listed here.
go to post Evgeny Shvarov · Mar 5, 2021 Yes, it's OBJ and not only OBJ, as it turned out. Calling @Dmitry Maslennikov , @Timothy Leavitt @Nikolay Solovyev @Sergei.Mihaylenko
go to post Evgeny Shvarov · Mar 4, 2021 Hi Peipei! Great to know that you use ML algorithms in your solution. Do you use InterSystems IntegratedML? Could you please point to the code to know more about the usage?
go to post Evgeny Shvarov · Mar 3, 2021 Hi Lee! In addition to @Asaf.Sinay's advice, I can recommend to try ISC DEV module It has a nice feature: d ##class(dev.code).export("*.DFI") it will export all DFI and all IRIS BI (DeepSee) globals involved. It's handy if you care about source-control with IRIS BI solutions and want to deploy it next. ISC Dev could be installed as: zpm "install isc-dev"
go to post Evgeny Shvarov · Feb 25, 2021 A great teaser for the course, thanks for sharing, @Yuri Marx!
go to post Evgeny Shvarov · Feb 18, 2021 Hi David! I'm not sure about the original IRIS BI, but if you install the DSW addon it recognizes hyperlinks in listings automatically.