go to post Ben Spead · Nov 3, 2021 @Julian Matthews - Off-topic question: Your screen-capture snippets really helped to quickly illustrate your issue as well as the solution once you found it. This is an incredibly effective way to communicate - what tool to you use to capture these?
go to post Ben Spead · Nov 3, 2021 Well done @Pravin Barton !! Thank you for getting this out the door. I want to note for our readers that the new Community Edition download in Evaluation is intended to replace our long-standing download.InterSystems.com application. So I would encourage all users of the Download application to give this new feature of Evaluation a try and let us know if you have any issues. We intend to retire Download by the end of the year.
go to post Ben Spead · Nov 3, 2021 you can edit the article as long as you are the original author. Thanks again for the great write-up!
go to post Ben Spead · Nov 3, 2021 you can edit the article as long as you are the original author. Thanks again for the great write-up!
go to post Ben Spead · Nov 3, 2021 Could you please paste in the compiled code for zGo+181^mb.MbMainOperation.1 and the code preceding it?
go to post Ben Spead · Nov 3, 2021 what sort of reformatting are you looking to do? Like command expansion that Studio offers or something else?
go to post Ben Spead · Nov 2, 2021 @Nigel.Salm5021 - a LOT of thought and time went into this ... thank you for sharing! I am curious, have you considered publishing a working copy of this code to the Open Exchange? Any particular reason that you haven't shared it in that way?
go to post Ben Spead · Nov 2, 2021 Small suggest - use $zf(-100) rather than $zf(-1) as it is more secure and $zf(-1) is not supposed to be used anymore (it is kept in place for backward compatibility but it really is deprecated for use in new code)
go to post Ben Spead · Oct 29, 2021 I agree Robert - I think ObjectScript, SQL and Embedded Python of the potential of a very powerful trifecta for customer logic (close to the data), data access, and re-usable library access!
go to post Ben Spead · Oct 29, 2021 So you are saying that in order to Embedded Python to be able to be appropriately leveraged in places where it should be leveraged alongside ObjectScript, it is important for all developers to understand its potential, even if they don't have use-cases where they personally require its use?
go to post Ben Spead · Oct 29, 2021 Thank you for confirming that renaming should work. We do in-place upgrades for our apps so I haven't tried that approach of renaming.
go to post Ben Spead · Oct 29, 2021 You should not attempt to move the \mgr\CACHE.DAT as that is Caché CACHELIB core library code. You need to identify the databases holding your custom code and data and those are the .DATs of interest to you. Presumably you have your application in a different namespace? Look at the the location for the routine and data databases in the Management Portal for that Namespace and start there. That being said - I am not sure if we support a rename of CACHE.DAT to IRIS.DAT - hopefully someone else can address that question
go to post Ben Spead · Oct 29, 2021 @Robert Cemper - I agree on the strong recommendation! I am curious, why do you see Embedded Python as central for all IRIS developers?
go to post Ben Spead · Oct 28, 2021 @Michael Pine - I understand that frustration from when I was new and I think the biggest contributing factor (for me) to that frustration was a lack of resources for quickly finding code samples or getting my questions answered. I think that the D.C. has started to fill in this hole for people, and the more we all use it to share ObjectScript Q&As, best practices and Tips & Tricks, the more we will lower that frustration for ourselves and for others coming to the language :) So glad to have you as part of the Community!
go to post Ben Spead · Oct 28, 2021 I would encourage people to consider signing up for this. It is the perfect preparation for the CCR Certification Exam which we are getting ready to launch and need Beta Testers for: https://community.intersystems.com/post/beta-testers-needed-our-upcoming-ccr-technical-implementation-specialist-certification-exam
go to post Ben Spead · Oct 28, 2021 We would really love to see a rich set of beta testers trying out this exam! I would encourage any and all CCR users to consider being a beta tester for us. Thanks in advance for your help!
go to post Ben Spead · Oct 28, 2021 This is pretty exciting work that InterSystems AppServices is thrilled to be involved with. I hope that over time the Git/GitLab work can provide a great solution for customers looking for an easy way to add source control and environment-based change promotion to some of their existing processes. We look forward to feedback from the Community. Thank you for your work on this @Timothy Leavitt and team :)
go to post Ben Spead · Oct 28, 2021 @Nigel.Salm5021 - I love the story about your being escorted out of the Oracle conference session. However, should the question posed to you by the speaker be "Who are you?" rather than "How are you?" .... it looks like it might be a typo or bad auto-correct :)
go to post Ben Spead · Oct 28, 2021 For those interested in learning more about the value of Python in a way that doesn't knock ObjectScript, I highly recommend the following article written by @Nigel.Salm5021: https://community.intersystems.com/post/why-i-love-objectscript-and-why-... It is quite long, but fascinating and well worth the time to read it!