go to post Semion Makarov · Dec 3, 2022 HI! You achieved Docker bonus! But Embedded Python is new InterSystems technology, you don't use it. Read more about Embedded Python: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...
go to post Semion Makarov · Jan 14, 2022 Hi Community! We decided to change the results for the Online Demo bonus category.The main reason is that the online server with the dataset hosted on it is not a sufficient demonstration. Please re-read the bonuses descriptions post to find out about the additions to the Usage Demo and Online Demo categories. And read contest chat in Discord.
go to post Semion Makarov · Sep 10, 2021 Fixed, now you can vote. It was a problem on the Open Exchange side. Now the user can vote if he meets one of the conditions described in the article.
go to post Semion Makarov · May 17, 2020 I've asked about Workflow users and roles. But I can use your answer to improve my script. Thank you!
go to post Semion Makarov · May 17, 2020 Use key '-U' with iris session. For example: docker-compose exec iris iris session iris -U NAMESPACEINEED
go to post Semion Makarov · Jun 25, 2019 Hi David!We have fixed this issue. Thank you for the feedback!
go to post Semion Makarov · May 28, 2019 Demo login was fixed. Thank you for the feedback!login=dswdemo, password=dswdemopass
go to post Semion Makarov · Jan 15, 2019 Hi José, you have two ways:1) You have to send the response to "<yourserver>/dsw/Test" with the header "Authorization"="<login:pass in base64>" before each visit to the page.2) You can create a new web application "mdx2jsonpub" in MDX2JSON namespace with MDX2JSON.Rest. Next, you have to configure limited access for this application. For example, you create the new namespace with public dashboards, and you specify only this namespace in the accessibility settings "mdx2jsonpub". Last you have to create the new public "dswpub" web application with DSW app, which makes requests to "mdx2jsonpub" and not to "mdx2json".
go to post Semion Makarov · Jul 16, 2018 Hi Damian! For daily reporting you can use DSW(DeepSee Web) and dsw-reports.Presentation dsw-reports(YouTube, Slideshare)
go to post Semion Makarov · Sep 20, 2017 Sorry for waiting. Go to URL: "{yourserver:port}/csp/sysmon/index.html".
go to post Semion Makarov · Aug 16, 2017 Thanks! My task: I get a SQL query from the service and return a list with column names. But it is important that the list contains the original column names.