go to post Evgeny Shvarov · Feb 20, 2023 Thanks, Robert! Fixed port is OK. but often I have more than one running docker image at the same time.
go to post Evgeny Shvarov · Feb 17, 2023 Was able to install with Brew: $ brew install caretdev/tap/irissqlcli AEMBP14ESHVAROV:~ eshvarov$ irissqlcli -h localhost -p 1972 -u _SYSTEM -W Password for _SYSTEM: Server: InterSystems IRIS Version 2022.2.0.368 xDBC Protocol Version 65 Version: 0.4.0 [SQL]_SYSTEM@localhost:USER> select 1 +-----------+ | HostVar_1 | +-----------+ | 1 | +-----------+ 1 row in set Time: 0.044s Amazing. Thank you @Dmitry Maslennikov
go to post Evgeny Shvarov · Feb 17, 2023 Now can be installed via Brew: $ brew install caretdev/tap/irissqlcli Thanks @Dmitry Maslennikov
go to post Evgeny Shvarov · Feb 17, 2023 Maybe we need to introduce "Cheat sheet" tag for such cases? @Anastasia Dyubaylo
go to post Evgeny Shvarov · Feb 17, 2023 Thanks, @John Murray !Tried - doesn't work for me: for <UNDEFINED>zOnPhase+79^%ZPM.PackageManager.Developer.Processor.Default.Document.1 it shows: f
go to post Evgeny Shvarov · Feb 17, 2023 Also added a request to open routine upon the error message. At the line of error.
go to post Evgeny Shvarov · Feb 17, 2023 Video highlighting the winners https://www.youtube.com/embed/acsK16J9Gvc[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
go to post Evgeny Shvarov · Feb 16, 2023 I like what @Eduard Lebedyuk suggested. But I also suggest to have the repo (GitHub, GitLab, whatever else git) at first place and deploy from the repo to the production server e.g. via IPM package manager.
go to post Evgeny Shvarov · Feb 14, 2023 I guess it is because they are hosted on google. @Lorenzo Scalese , maybe you could add it as images into the article to let DC host it?
go to post Evgeny Shvarov · Feb 14, 2023 You can use InterSystems Package Manager(IPM) to list all the members of production and distribute it to another machine (e.g. your client) via the IPM registry, or using zpmhub. E.g. you can install several EnsDemo productions as one package: USER>zpm "install irishealth-ensdemo" Or recently I published an example of a very simple CSV data transformation production that you can install as one line: USER>zpm "install esh-i14y-csv" And here is how all the modules of production depicted in a module.xml.
go to post Evgeny Shvarov · Feb 13, 2023 Congratulations to all the participants! This was an amazing contest!
go to post Evgeny Shvarov · Feb 13, 2023 Great! So, @Guillaume Rongier , make sure IPM module.xml includes the Interoperability element (production, DTL, BPL, Lookup, etc), and no any other settings needed.
go to post Evgeny Shvarov · Feb 13, 2023 @Timothy Leavitt, help me, but it looks like git-source-control gets the elements from module.xml if you have this classes or packages in module.xml, they are in source-control.
go to post Evgeny Shvarov · Feb 13, 2023 With this approach nothing is needed: no global and all the elements of production are already “in source-control”. no manual adding via UI needed too.
go to post Evgeny Shvarov · Feb 12, 2023 Hi @王喆 👀! Message key query has the online demo bonus in place. But on the IPM(ZPM) - you need to publish the app IPM module to make it available. See the documentation: https://docs.openexchange.intersystems.com/solutions/submit/#package-man... Also, please follow the naming convention for ObjectScript classes and IPM modules.