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 189
Article John Murray · Mar 2, 2017 1m read Trusting the code you import As more people join Developer Community, and with increasing efforts to promote code sharing, I'd like to draw fresh attention to this post I wrote a year ago. It spotlights a feature within the class compiler which is both useful and dangerous. When importing code (e.g. from an XML export of classes received from someone), it's worth considering the risks.Even if that post doesn't seem relevant to you at the moment you may wish to note it for the future. A handy way of doing this is to click the star icon at the end of it. #Code Snippet #Deployment #Object Data Model #Tips & Tricks #Caché 2 1 0 311
Article John Murray · Feb 14, 2017 1m read Can you keep a secret? If you are developing applications that use CSP or Zen, or potentially any of the other InterSystems web-related stuff that's built on top of CSP, then it's important to know how to keep one particular secret.A central part of the CSP security architecture is a server-side session key. "Server-side" because its value should never be revealed to the client that is issuing the web requests. If it is revealed, a malicious client might be able to use it to bypass your security and make your server do things you don't want it to. #Security #Frontend #CSP #ZEN #Caché 7 1 0 702
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 280
Article John Murray · Feb 14, 2017 1m read Portal tip: The inconspicuous Menu button Amongst the large fonts and chunky icons of Portal's pages, the Menu button in the top left corner is easily overlooked:When clicked, it often produces the following menu:When I remember it's there, I find the "View Console Log" option particularly handy.I wrote "often" above because I've also noticed that the Menu contents change when I'm on a page within the Ensemble section of Portal: #Caché #Ensemble #HealthShare #Tips & Tricks 4 1 0 591
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 175
Article John Murray · Feb 14, 2017 1m read Portal tip: Feel at home on the Home page Until recently I didn't pay much attention to Portal's home page:If it's not showing when you initially launch Portal you can easily jump to it using the button / tab at the top of the left-hand column of options. And later during your session, get there via the Home link that will be visible at the top of every page.On the Home page the "Recent" section is automatically maintained for you. #Caché #Ensemble #HealthShare #Tips & Tricks 3 0 0 480
Article John Murray · Feb 14, 2017 1m read Portal tip: Use the search box User interfaces such as Portal often give us multiple ways of doing a task. Sometimes we stick with habits and don't realize that another way might save us time. Here's one that I learned by watching someone else using Portal. Use the Search box to get quickly to a page that may otherwise be several layers deep in the Portal hierarchy. For example, suppose I want to check the status of the ECP networking: #Management Portal #Tips & Tricks #Ensemble 2 3 0 322
Article John Murray · Feb 1, 2017 1m read Gotcha when roundtripping classes in UDL format using %Compiler.UDL.TextServices The class %Compiler.UDL.TextServices arrived in 2015.1, bringing us methods for exporting a class in UDL format (i.e. looking just like we're used to seeing it in Studio), and importing a UDL format definition back into a namespace. Some source control tools including our Deltanji are now able to use UDL format, resulting in diffs that are easier to understand. #Caché #Change Management #Compatibility #Compiler #Tools #Ensemble #HealthShare 1 1 0 350
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 537
Question John Murray · Jan 5, 2017 Ghost digest emails? I just received three subscription digest emails that seem to have come from the past. For example, one included this fragment:But when I follow the link from the email the article date is much older:Did the DC software have a glitch? #DC Feedback 1 4 0 322
Question John Murray · Jan 3, 2017 New keys for Field Test? The 2017.1 FT keys expired on December 31st 2016. Can we have a new set? #Caché #Ensemble #HealthShare #Field Tests 3 4 0 441
Article John Murray · Dec 15, 2016 1m read Version history for the production class Last week I was onsite with a new customer of ours, implementing Deltanji to give them control of their development and deployment cycle. One particularly satisfying part of the visit was seeing their pleasure at how their production class now records its changes over time, allowing them to quickly diff the versions and see what configuration items have been added or what settings altered. #Change Management #Tools #HealthShare #System Administration #Ensemble 3 0 0 427
Question John Murray · Dec 1, 2016 Any news of the Atelier release? It feels like a couple of months since the last update (1.0.255) to the Field Test version. #Release 2 2 0 324
Question John Murray · Nov 18, 2016 What are SubProductions? The Ens.Config.Production class has a property called SubProductionsAre sub-productions a work-in-progress within Ensemble? I'm not aware of any documentation or UI related to them. #Ensemble 1 1 0 297
Article John Murray · Nov 8, 2016 1m read Interpreting icons in Atelier Explorer view While testing Atelier 1.0.255 I noticed that the namespace subtree of my Atelier project used different icon shading for the top-level Classes folder compared with the top-level Routines one:Drilling down into parts of the Wasabi package helped me work out the significance of white-filled icons versus brown-filled ones:A package is white if there are no classes in it, but only subpackages. 1 8 0 533
Question John Murray · Nov 8, 2016 What does the () mean on the Add-Ins and Templates items on Atelier's Tools menu? I am using the latest publicly available build, 1.0.255. Here's what my Tools menu looks like, with highlights added by me to indicate the parts I'm trying to understand the purpose of: 0 1 0 332
Article John Murray · Nov 8, 2016 1m read Home page summary doesn't display emoji My recent Ensemble posting here contains a wink emoji in its first sentence, but when rendered on the DC homepage summary list it shows as the text "wink". #DC Feedback 0 4 0 239
Article John Murray · Nov 8, 2016 1m read Vote here - Should Portal's schema editors respect source control? For those who don't have a chance to vote elsewhere today, or for those who want to vote more than once , here's a poll for Ensemble users. #Change Management #Ensemble 6 3 0 409
Article John Murray · Nov 7, 2016 1m read At last! - Ability to Create Namespaces that are not Enabled for Ensemble - Coming in 2017.1 I'm pleased to see this in the documentation of the just-published 2017.1 Field Test of Ensemble:"In certain circumstances, it is useful to create namespaces that are not enabled for Ensemble. In this release you can do this by clearing the Make this an Ensemble namespace checkbox when creating a new namespace. " #Ensemble #Release #System Administration 4 1 0 614