go to post Robert Cemper · Dec 31, 2020 That's the way it works. You consume it once.You'll get a mail once processed. But probably not this year
go to post Robert Cemper · Dec 27, 2020 I just added a new and more actual example of using the traditional CPIPE device.It has my personal preference over %Net.Remote.Utility as I feel to have more direct control. Here is the link to Open Exchange
go to post Robert Cemper · Dec 25, 2020 The link points to the leaderboard of 2019 this is 2020 leaderboard as seen above.
go to post Robert Cemper · Dec 25, 2020 OK. The first time I followed to the end. The code I was forced to produce by time pressure is so ugly and dirty that I refuse to publish it.Nevertheless a clear demonstration for what was ISOS (aka COS) NOT designed for:Higher mathematical calculus, matrix transformations, arrays with independent dimensions, ....[ Though I have to admit that I encountered tensors, rotors, matrix transformations, Mr. Fermat's theories, ... only at university 50+ years ago. And I didn't miss it in between ] There was no demand for the real strengths of IRIS!In addition, I verified my personal credo that writing some code in ISOS/COSonly because it is possible makes no sense and is of no commercial value.Especially with the broad range of options in IRIS to include external code.
go to post Robert Cemper · Dec 24, 2020 Instead of fiddling into system internals, you may just map ^ERROR or better just the annoying partto a different DB to see the impact. Then you clean up this one on a regular basis this DB,Just Kill this branch. Or map it to IRISTEMP. It is cleaned at every restart.
go to post Robert Cemper · Dec 23, 2020 It is written by the standard ERROR logger ^%ETN.int used allover system routines.You can see it in SMP/ application errors. And it might be wise to examine it if it is growing so fast.
go to post Robert Cemper · Dec 22, 2020 here it is:https://www.trustradius.com/reviews/intersystems-iris-2020-12-15-16-53-48
go to post Robert Cemper · Dec 18, 2020 A GREAT improvement! Though a challenge to the voters: They have to make a decision !
go to post Robert Cemper · Dec 15, 2020 Hmm. The link to GM says: Ooops! Sorry friend, looks like this challenge is no longer available. My title: " Never say IMPOSSIBLE with IRIS "
go to post Robert Cemper · Dec 10, 2020 I fully support you.Out of tradition, there is a tendency to implement already existing solutions though betterand well-positioned on the markets. @Dmitry Maslennikov :- you might remember times when even a webserver was written inside Caché- or various text editors, source manager packages, and ..., and ... and ...JUST because it was possible.Decades back you had your globals and your language and not even an OS below.But this was in previous millenium. This time is definitely over.
go to post Robert Cemper · Dec 10, 2020 I missed this during a migration from Caché to IRIS.There were roughly 1500 routines and ~2000 classes. grown over >15 years.The point was to find out dependencies and estimate the impact of changes.
go to post Robert Cemper · Dec 10, 2020 A cross-reference for external Classmethods and/or routines within: a routine a class a package of classes a package of routines this
go to post Robert Cemper · Dec 8, 2020 The key issue I see is: Is there a Related XML schema available.If YES:- you can generate a package with the existing tools- import the file with %XML.Reader- do an %JSON... exportThe XML schema is necessary because straight XML is just TEXT with no datatypeswhile JSON has data types. For XML the type of data is documented in XML Schema. If NO:You may call any of the public available XML to JSON converters.They may guess rather easy for numerics vs. strings in most cases.But detecting Boolean (true /false ) vs. Integer is somewhat mysterious to me.My personal opinion: re-inventing this wheel is not worth the effort.Writing an adapter makes sense
go to post Robert Cemper · Dec 6, 2020 Thank you @Nigel Salm ! The buzzword "language" distracted me.In IRIS our good old ENSEMBLE was renamed to Interoperability and is there by default.@Heloisa Ramalho you should know it best and could give a native explanation
go to post Robert Cemper · Dec 5, 2020 In principle YES.SQL does it with parallel processing of queries.CSP Servers do it by its concept of sessions.The class compiler does it.Work Queue Manager supports it.It is part of IRIS.ObjectScript itself just has a JOB command to start a process in the background.how you organize it is up to you.
go to post Robert Cemper · Dec 1, 2020 These classes may service your need: Security.SQL Security.SQLAdminPrivilegeSet Security.SQLPrivileges Security.SQLRoleGrantOption
go to post Robert Cemper · Nov 30, 2020 In DC ANALYTICS / Authors what do these column headers stand for? Comment Rating Post Rating VPP Context VPP Absolute For Rating I'd expect Votes ? But VPP ?