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?
go to post Ben Spead · Feb 15, 2022 This looks like a great opportunity for those in Eastern Europe!! I look forward to seeing the results coming out of this incubator program
go to post Ben Spead · Feb 9, 2022 @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?
go to post Ben Spead · Feb 8, 2022 Really glad to see this spelled out so clearly for our customers - thank you @Jeff Fried !!
go to post Ben Spead · Feb 8, 2022 Well deserved @prashanth ponugoti :) Keep up the excellent work in your contributions to our Community!
go to post Ben Spead · Feb 8, 2022 Congratulations everyone and thank you for your code contributions to the Community that everyone can leverage!
go to post Ben Spead · Feb 8, 2022 Congrats to the winners, especially @prashanth ponugoti who is on the winner's podium for the first time!!
go to post Ben Spead · Feb 7, 2022 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!
go to post Ben Spead · Feb 7, 2022 All - please note the new Practice Questions have been added to this post as an attachment, and that the opening up of the Beta Test has been announced: https://community.intersystems.com/post/beta-test-intersystems-ccr-techn... If anyone hasn't registered as a beta tester yet and would like to do so, please email certification@intersystems.com