Ben Spead · Feb 22, 2022 go to post

Nice application of our new Python support ... I especially love the the QR code feature!!

Ben Spead · Feb 15, 2022 go to post

@Paul Cranston  - curious if you found anything that is helpful, and if not, what areas of automation within HS are you looking for?

Ben Spead · Feb 15, 2022 go to post

This looks like a great opportunity for those in Eastern Europe!!  I look forward to seeing the results coming out of this incubator program

Ben Spead · Feb 9, 2022 go to post

@A.R.N. H Hafeel  - are you specifically interested in Caché or are you looking for the latest and greatest and therefore interested in learning InterSystems IRIS?

Ben Spead · Feb 8, 2022 go to post

Congratulations everyone and thank you for your code contributions to the Community that everyone can leverage!

Ben Spead · Feb 7, 2022 go to post

Congratulations @Shane Nowack and team!

To our users of CCR in the field, thank you in advance for making time this month for participating as a Beta Tester of InterSystems' newest Certification Exam!

Ben Spead · Feb 4, 2022 go to post

Thanks Vic!  Always great to have a documentation reference :)

Ben Spead · Feb 3, 2022 go to post

In the \bin directory is the csystray.exe file.  Run that to get the cube running.  Alternatively, you can use the cube that you do see in your systray and select "Remote System Access" to get to Studio, SMP, etc of your second instance.

Ben Spead · Feb 3, 2022 go to post

No idea, but I don't think it's tied to the IRIS name.  When I am logged into Studio as bspead I see the following:

[quote]

w ##class(%SYSTEM.Util).GetEnviron("USER")
root
w ##class(%SYS.ProcessQuery).GetOSUsername()
cacheusr

[/quote]

Ben Spead · Feb 3, 2022 go to post

@Jeffrey Drumm - it is important to have this run from a process that is already running in the InterSystems IRIS instance (or something spun off from the SuperServer) so that it doesn't pick up your UNIX username if you enter via console.  So being able to run an API like Tim's will work nicely as I can run it via the Output window from Studio:

Ben Spead · Feb 3, 2022 go to post

Thank you @Craig Regester  for the response.  Looking up that file in the docs (https://docs.intersystems.com/iris20201/csp/docbook/DocBook.UI.Page.cls…
) it tells me that "For security reasons, the parameters.isc file is accessible only by the root user."  I am pretty sure there is a way to tell what it is currently running as without needing that level of access.  But it is good to know about this in the cases where root access is an option

Ben Spead · Feb 3, 2022 go to post

Is there a single development server which all developers connect to?  If you are not able to have a fully isolated development environment for each developer then you will end up getting frustrated trying to use client-side source control.

You might want to consider the new server-side Git source control hooks which were recently launched:

https://community.intersystems.com/post/git-shared-development-environm…

This won't solve your issue of working while not on VPN, but it will allow multiple developers to work against the same instance without stepping on each others' toes.  

Ben Spead · Jan 28, 2022 go to post

@Don Martin - It looks like there a typo:

its "irishealth-ml-community", not "irishealth-community-ml"

Try

podman pull containers.intersystems.com/intersystems/irishealth-ml-community:2021.1.0.215.3

(credit to John Martin in ISC RelEng)
 

Ben Spead · Jan 25, 2022 go to post

nice article, thank you for sharing.

Small note - Download is misspelled in the first step of your directions