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.
go to post Evgeny Shvarov · Jul 22, 2021 Thanks, Robert! For those who are not aware - SMP stands for System Management Portal - the web UI to manage IRIS.
go to post Evgeny Shvarov · Jul 22, 2021 Thanks, Robert! For those who are not aware - SMP stands for System Management Portal - the web UI to manage IRIS.
go to post Evgeny Shvarov · Jul 21, 2021 What a thrilling and scary story, Mike! I need this editing feature for development purposes only.
go to post Evgeny Shvarov · Jul 21, 2021 If you plan to have IRIS analytics server one of the options is to setup the second server as disaster recovery mirror member - it's an async mirror member. This will let you to have a server that is almost always automatically up-to-date and the server is ready for analytics queries load
go to post Evgeny Shvarov · Jun 29, 2021 Nigel! This is so nice from you! Thank you for your pleasant words and touching story! It’s so great to hear that! I share your good words with the whole DC Team of managers, developers and moderators! And of course with our dear DC members from all over the world!
go to post Evgeny Shvarov · Jun 25, 2021 Very cool! We have a DC messenger now )) add an API - people will make an app for iPhone to chat about DC :) Thank you, team!
go to post Evgeny Shvarov · Jun 24, 2021 To start a production: do ##class(Ens.Director).StartProduction("myProduction") To stop a production: do ##class(Ens.Director).StopProduction() This is from here.
go to post Evgeny Shvarov · Jun 21, 2021 Even it doesn't work on the deployment side you can check it locally in your IRIS container with ZPM using zpm "install zpm-explorer" Or git clone the project and build the container