go to post Ben Spead · Mar 3, 2022 Halt or just 'H' https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Ben Spead · Mar 3, 2022 What you heard from the WRC was in error - 2018.1.6 has been planned for over a year. It definitely fixes known bugs (otherwise why release a maintenance release? ;) )
go to post Ben Spead · Mar 3, 2022 @Vitaliy.Serdtsev - you could download the Community Edition of InterSystems IRIS from evaluation.InterSystems.com and just install Studio from that if you wish. Also, is there a reason you want the SingleUser version of Caché rather than the InterSystems IRIS Community Edition (which is freely available to everyone)?
go to post Ben Spead · Mar 2, 2022 as always - thank you for your great community contributions @Robert Cemper :)
go to post Ben Spead · Feb 28, 2022 @prashanth ponugoti - a couple of things to look at: 1) When you open the first link in /csp/healthshare does it open for you after authenticating? 2) Is your /csp/test web application definition set to work in the same namespace as /csp/healthshare? 3) Is a copy of your person.csp file moved to the web application root that you defined for /csp/test? Hope that helps get you started on finding a solution.
go to post Ben Spead · Feb 24, 2022 Note ... make sure you have downloaded the actual Community Edition kit (if you did not then it won't have a license embedded). Go to evaluation.intersystems.com and select the option for Community Edition to make sure you have the right kit.
go to post Ben Spead · Feb 23, 2022 really nice article @Eduard Lebedyuk - thank you for taking the time to write this up! I am going to add this reference to my team's debugging resources list!!
go to post Ben Spead · Feb 23, 2022 @Evgeny Shvarov - you cannot use "!<cmd line>" from the Output window of Studio. It is often very helpful to run a command from the context of a serverside Caché/InterSystems IRIS process which you can do via the Output Window with the above command, but not with "!": !whoami whoami - Error <SYNTAX> Kill stream Set sc = ##class(%Studio.SourceControl.ISC).RunCmd("whoami",.stream,,1) w ! do stream.OutputToDevice() If 'sc { Write $System.Status.GetErrorText(sc) } CMD: whoami irisusr Again, this is particularly useful when running server-side source control commands (if you need to debug or augment hooks)
go to post Ben Spead · Feb 22, 2022 This is great, thank you Evgeny!! Here is another one that I use, often from the Output window in Studio in order to execute an OS-level command (I most frequently use this for p4 commands to interact with my Perforce server from my IRIS server). IIRC, original credit goes to @Timothy Leavitt Kill stream Set sc = ##class(%Studio.SourceControl.ISC).RunCmd("<insert OS Command here>",.stream,,1) w ! do stream.OutputToDevice() If 'sc { Write $System.Status.GetErrorText(sc) }
go to post Ben Spead · Feb 22, 2022 Nice application of our new Python support ... I especially love the the QR code feature!!
go to post Ben Spead · Feb 22, 2022 @Dan Pasco - I always appreciate it when you jump into these threads ... I learn so much!!
go to post Ben Spead · Feb 15, 2022 @Paul Cranston - curious if you found anything that is helpful, and if not, what areas of automation within HS are you looking for?