go to post Evgeny Shvarov · Aug 11, 2021 Thank you, Marcio! Is there a typo on innovatium? I see the following:
go to post Evgeny Shvarov · Aug 10, 2021 Added an article on InterSystems Reports in containers and the related demo
go to post Evgeny Shvarov · Aug 9, 2021 Ah, @Alexey Maslov, you mean if there will be an error this won't change the namespace back even with the "new $namespace" command?
go to post Evgeny Shvarov · Aug 9, 2021 Just came across the post. 16K installs in two years! Great story, @Dmitry Maslennikov !
go to post Evgeny Shvarov · Aug 6, 2021 Interesting, @Timothy Leavitt! Do you use metaprogramming at work? Could you please share an example - and even hope we have it on the OEX?
go to post Evgeny Shvarov · Aug 6, 2021 You can use VSCode with the ObjectScript plugin while Studio is not available
go to post Evgeny Shvarov · Aug 5, 2021 @Oliver Wilms, also check @Anton.Umnikov's example of IRIS HA configuration on AWS - here it is.
go to post Evgeny Shvarov · Jul 30, 2021 6 out of 5 for AnalyzeThis - that's a lot ;) @Peter Steiwer, your app is indeed popular!
go to post Evgeny Shvarov · Jul 30, 2021 Wow. That's a lot! I think we need a function that will export all such globals. If there is not in the %SYS we should add a such as a ZPM module.
go to post Evgeny Shvarov · Jul 28, 2021 And if you will use CronMaker you can go with two following commands. First to start Production every working morning: USER>zw ##class(dc.cron.task).Start("Start Production","0 0 8 ? * MON-FRI *","##class(Ens.Director).StartProduction(""InsertNameOfYouPrduction"")",1,.taskId) And to stop Production every working evening: USER>zw ##class(dc.cron.task).Start("Start Production","0 0 8 ? * MON-FRI * ","##class(Ens.Director).StopProduction(60,0)",1,.taskId)
go to post Evgeny Shvarov · Jul 28, 2021 @Muhammad Waseem , if you consider using tasks, I suggest you take a look at iris-cron-task app, that let's you run IRIS tasks with cron syntax: E.g. this is for every hour: USER>zw ##class(dc.cron.task).Start("IRIS cron task name","0 * * * *","s ^B($I(^B))=$H",1,.taskId)
go to post Evgeny Shvarov · Jul 27, 2021 Thanks, Kinshuk! This is helpful but this is a SYSTEM wide call. Do you know a way how to turn off journalling for a particular database?
go to post Evgeny Shvarov · Jul 27, 2021 I agree with Alexander! Yes, as it is stated in the title - it is a development tip. So use this in development freely and be aware of the consequences of calling this in production.