go to post John Murray · Dec 11 as before CSP and SMP I am confused. The original post says: No Management Portal or Web ServicesThe entire CSP/web stack is removed.
go to post John Murray · Dec 5 I received this message on Discord from one of the InterSystems team: Demo cloud service doesn’t work for now, we disabled this feature. But you still can provide demo on your own server. This text needs correcting, and not just because of the inconsistency about how many points an online demo is worth:
go to post John Murray · Dec 5 In your example does IE.cls represent your interop production class? One of the longstanding source control challenges of the InterSystems interop architecture has been the monolithic nature of the prodclass. Deltanji transformed the scene a few years ago by implementing source control at the level of the individual business hosts within the prodclass. Unless your project and my project overlap on one or more business hosts, we can work alongside each other in a shared development namespace and each promote our work to test (and ultimately to prod) independently.
go to post John Murray · Dec 5 I might be on a road to nowhere though, given the problems I've been finding. I wonder if this'll qualify me for the "Find and report a bug" bonus 🤞
go to post John Murray · Dec 5 I'd like to set up an online demo of my entry, gj :: dataLoader, using the template suggested above. Yesterday I posted on Discord to request the service key as advised at https://github.com/intersystems-community/iris-google-run-deploy-templat..., but no reply yet. I assume it'll come either by DM on Discord (or here on DC), or else by email.
go to post John Murray · Dec 4 Since you are using a custom login class maybe the warning at https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... is relevant: Usually, the login page is loaded before the user has logged in to InterSystems IRIS, so the requesting process runs under the CSPSystem user (or whatever user connects the CSP Gateway to InterSystems IRIS). As a result, the CSPSystem user must have sufficient privileges to load and run the code in the login page, which generally requires READ permissions on the resource protecting the database in which the login page is located.
go to post John Murray · Dec 1 So, a bit confusing that Open Exchange sent out an email just now saying that the voting is open, and closes on 7th December...
go to post John Murray · Nov 24 Many thanks for this. I have now published a new release of the gj :: configExplorer extension that works in VS Code on Windows.
go to post John Murray · Nov 24 I'm pleased to announce that InterSystems fixed the issue preventing this extension from working in VS Code on Windows. A new Windows-compatible release of the extension (0.0.4) is now available on Marketplace.
go to post John Murray · Nov 20 @Stefan Wittmann - Please expedite publication of version 2.0.3 of the Node.js package, which WRC tells me will fix the problem that's been causing my gj :: configExplorer extension to crash VS Code. https://github.com/gjsjohnmurray/gjConfigExplorer/issues/6
go to post John Murray · Nov 18 For the record, this was resolved at https://community.intersystems.com/post/vs-code-find-routines
go to post John Murray · Nov 18 Having read the "lively" thread discussion as it has developed so far, my suggestion is that the form should ask the poster if the report can be made public. If yes, then after it has been reviewed (by ISC staff? DC moderators?) for security implications it can be made public if there are none.
go to post John Murray · Nov 18 Have you followed all the steps documented in the README to enable Proposed APIs?
go to post John Murray · Nov 13 @Dmitry Maslennikov do you intend to address any of the 5 open issues on the iTerm repo, one of which is IMO a significant security vulnerability I reported more than a year ago?
go to post John Murray · Nov 13 Looks similar to at least part of the issue I covered in https://community.intersystems.com/post/webterminal-broken-iris-20242
go to post John Murray · Oct 15 Or use the tip at https://community.intersystems.com/post/visualize-your-intersystems-serv... from @Thomas Wuppermann
go to post John Murray · Oct 15 As noted in the original post, when a Windows version of the VSIX is built and used it crashes VS Code's extension host process. I have a WRC open for this, as I suspect there's a problem with how the Windows variant of the InterSystems API package has been built. Meanwhile maybe try the steps in https://community.intersystems.com/post/how-windows-users-can-try-gj-con...
go to post John Murray · Oct 12 Ah, so I assume you reverse engineered the unpublished TCP protocol that the published Native API packages use, right?