Question John Murray · Jun 11, 2023 Can a ZPM / IPM package be required to install in %SYS only? I am trying to write the module.xml for a package that creates a web application associated with the %SYS namespace. #InterSystems Package Manager (IPM) #InterSystems IRIS 0 3 0 266
Question John Murray · Oct 2, 2018 Can I compile a class without using worker jobs? Using our cool new debugging extension for Visual Studio Code I'm trying to debug a CreateProjection method of a class, but when I compile it the work apparently gets done in one of the worker jobs, so my breakpoint never triggers.Is there a compiler flag or qualifier to force the compilation to be done in-process rather than getting handed off to a worker job? #Compiler #Debugging #Object Data Model #Caché 2 4 0 460
Question John Murray · Feb 13, 2018 Do you always use unique names for class members? Documentation here lists the kinds of members a class definition may contain. In summary:ParametersMethodsPropertiesClass queriesXData blocksProjections(and some that are relevant only for persistent classes):Storage definitionsIndicesForeign keysSQL triggersLater in the same document, a section headed "Class Member Names" contains this warning: #Coding Guidelines #Object Data Model #Caché 2 7 0 357
Question John Murray · Jan 30, 2018 Compilation qualifier /checkuptodate -- What is an "expanded class"? In part of this post in 2016 @Eduard Lebedyuk asked if anyone knew what is meant by an "expanded class", as referred to in the text that appears when we run the ShowQualifiers classmethod of %SYSTEM.OBJ thus:SAMPLES>DO $system.OBJ.ShowQualifiers()... Name: /checkuptodate Description: Skip classes or expanded classes that are up-to-date. #Compiler #Object Data Model #Caché 0 3 0 426
Question John Murray · Nov 29, 2017 What is the significance of the "Production Name" attribute of an Ensemble Rule? On the "General" tab of the Rule Editor there's a field called "Production Name". The doc says (my emphasis):The name of the production in which you expect to use this routing rule.Does anyone know where this value is used?Is it safe to set this field blank? #Ensemble #Business Rules 0 4 0 300
Question John Murray · Nov 9, 2017 Where can we obtain the code written for a generated method? When a class containing a method generator is compiled, the code that implements the method at runtime is written according to the instructions in the method definition. #Compiler #Object Data Model #Caché 0 6 0 590
Question John Murray · Sep 25, 2017 Are images in posts only shown to logged-in users? I just noticed that when I view this post of mine from a browser where I'm not logged in, none of the three embedded screenshot images appear:https://community.intersystems.com/post/why-atelier-11s-compare-servers-...Is this intentional? Or a bug? #DC Feedback 0 2 0 215
Question John Murray · Sep 22, 2017 Why is Atelier 1.1's "Compare With Server's Copy" option not available from document context menu? When server-side source control such as Deltanji is being used with Atelier we sometimes want to re-sync the local Atelier copy of a class or routine by pulling the copy from the server. 0 6 0 555
Question John Murray · Aug 10, 2017 Did DC lose a convenient way of reloading the homepage? I'm pretty sure that we used to be able to click on the logo at the top of the homepage in order to reload it:But this no longer has a hyperlink, so I have to use my browser's reload facilities.Was this change deliberate? #DC Feedback 0 7 0 241
Question John Murray · May 4, 2017 Did we just get an update to the DC software? The colour scheme seems to have changed from green to blue, perhaps to be more in line with ISC corporate image.Anything else new?UPDATE: information has since been posted here. #DC Feedback 0 5 0 212
Question John Murray · May 2, 2017 What is the current status of Enterprise Manager? A few years ago InterSystems announced a tool to help Caché system managers on sites with a large number of Caché instances. It was called Enterprise Manager.When I recently searched for information about it I didn't have much success. #Caché #System Administration 0 2 0 570
Question John Murray · Apr 27, 2017 How to access submenu items using mobile UI Using Chrome on my Android mobile I can't seem to get to a specific submenu option. For example in the screenshot below I use the menu button to bring up the first-level menu. Then I tap on "COMMUNITY". The second-level menu appears briefly, but doesn't give me time to tap the entry I want ("FEEDBACK") before it decides to take me to the page headed "Connect with Members".Am I missing a trick, or is this a bug? #DC Feedback 0 2 0 354
Question John Murray · Apr 10, 2017 Why does the Analytics page now ask for credentials? When I use the Analytics option from the Community menu I'm now being prompted for credentials:This didn't happen before. Has something changed? #DC Feedback 0 3 0 198
Question John Murray · Apr 6, 2017 Questions about Top Stories The DC homepage has a Top Stories panel.What makes a story appear here?When I click the "View All" link (highlighted above) I get the page at https://community.intersystems.com/top-storiesThis one seems to reload periodically, each time displaying more and more posts. Will it ever stop? Or maybe it'll try and load every post there's ever been. #DC Feedback 0 2 0 141
Question John Murray · Mar 29, 2017 ETA for the next Field Test? Now that 2017.1 has been released, any indication when we can look forward to the next Field Test starting?Update on 27-Apr-2017: the 2017.2 FT for Caché and Ensemble is now available via this page.Update on 02-May-2017: announcement posted here. #Caché #Ensemble #Field Tests 1 4 0 353
Question John Murray · Mar 2, 2017 Is the "no answer" view faulty? Below is a clip from the https://community.intersystems.com/homepage/default/no_answer page:The entry I've focused on reports having 3 answers. So why is it listed? #DC Feedback 1 2 0 186
Question John Murray · Mar 2, 2017 Can I retain a post as a favorite but cancel my subscription to it? Suppose I find a post that seems really useful, and that I expect to want to return to in the future. I click on the star to favorite it (giving the author some kudos). But later there's a lot of commenting on it that I don't care about. Can I keep it as a favorite but unsubscribe from updates? Or should I resort to browser bookmarking? #DC Feedback 0 2 0 162
Question John Murray · Feb 14, 2017 DC postings now autofeeding the Google Group - what's the idea? As well as participating in DC I continue to monitor the Google Group at https://groups.google.com/forum/#!forum/intersystems-public-cacheSince yesterday the Google Group has started receiving postings from a user called intersystems.dc. These postings look like they're trying to replicate DC postings, though images don't appear. Nor are there any links leading across to DC, which is where the follow-up comments and answers are likely to appear. #DC Feedback 1 4 0 254
Question John Murray · Feb 14, 2017 Does the "Favorites" panel still have a role? Early on in my use of DC I think I marked a couple of things as favorites. On the right-hand side of the DC listings I have this:The first entry links to a post by Bill McCormick. The second links to the Field Tests group.Is there a way for me to remove these entries? Or are they a remnant of some DC feature that has been superseded? #DC Feedback 0 2 0 151
Question John Murray · Jan 30, 2017 <ILLEGAL VALUE> when trying to call $ZF("GETFILE") on OpenVMS Per the information at http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... I am trying to use a call to $ZF("GETFILE") to obtain information about an OpenVMS file. But I get an <ILLEGAL VALUE> error. For example: w $zf("GETFILE",filename,"UIC") reports: <ILLEGAL VALUE> My filename variable contains the full path and name of a file that I own. I hold the %All role in Cache. #Caché #Callout #OpenVMS 0 4 0 493