Article Robert Cemper · May 30, 2022 2m read Reviews on Open Exchange - May 2022 If one of your packages on OEX receives a review you get notified by OEX only own YOUR package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. #InterSystems IRIS #Open Exchange 3 2 0 123
Article Robert Cemper · May 29, 2022 1m read ZPM - Adding CSP pages into an existing Namespace ZPM is a great tool.You can compose a large WebApplication following the existing examples. But differently, to Classes, Routines, Macros, or Globals I found no direct way to deploy a few additional CSP pages directly into an existing Namespace without touching the existing content. A side issue was to find a solution that is independent of WIN or Linux directories. My solution acts in 2 steps #CSP #InterSystems Package Manager (IPM) #InterSystems IRIS 2 0 1 117
Article Robert Cemper · May 27, 2022 1m read WebCommand There is a popular package "WebTerminal". It is excellent in most situations.Except: #CSP #Debugging #InterSystems IRIS 2 1 0 180
Article Robert Cemper · May 22, 2022 1m read Debugging Trick with SQL I'm sure you have met this situation: There is a bug in a System that you can't reproduce yourself locally You need to run a few lines in the affected instance You get full access to System Management Portal But there is just no terminal, nor console, nor access with Studio, Atelier or VSCode How to run your few lines for testing ??? #Debugging #ObjectScript #Caché #InterSystems IRIS 18 2 5 603
Article Robert Cemper · May 17, 2022 1m read Importance of the Online Demo Server facility In March'22 you may have seen an invitation to Share a Demo of Your Open Exchange ApplicationThe service behind it - InterSystems Online Demo Server (ODS) - is not something new #Open Exchange 5 8 0 186
Article Robert Cemper · May 14, 2022 8m read M:N in Contest #2 Implementation #Contest #Object Data Model #ObjectScript #Caché #InterSystems IRIS 2 0 0 112
Article Robert Cemper · May 14, 2022 2m read M:N in Contest #1 M:N Relationship is a recurring object of my interest for a long time.So the subject turns up with me repeatedly.For this article, I found a nice example with TWO separate M:N relationships. Some M:N². It is not pure fiction but taken from a closer view of OEX Contests that we run on a regular base. #Globals #Object Data Model #ObjectScript #Caché #InterSystems IRIS 9 2 1 276
Article Robert Cemper · May 1, 2022 2m read Reviews on Open Exchange - April 2022 If one of your packages on OEX receives a review you get notified by OEX only own YOUR package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. #InterSystems IRIS #Open Exchange 2 2 0 120
Article Robert Cemper · Mar 24, 2022 3m read GlobalToJSON-XL-Academic This package offers a utility to export an XLarge Global into a JSON object file and to showor import it again. In a previous example, this all was processed in memory. But if this is alarge Global you may either experience <MAXSTRING> or an <STORE> errorif the generated JSON structure exceeds available memory. #Globals #JSON #ObjectScript #InterSystems IRIS 2 1 0 246
Question Robert Cemper · Mar 23, 2022 How to handle a large JSON object? I have a rather simplistic JSON Object of this structure: #JSON #InterSystems IRIS 1 3 0 302