Article Robert Cemper · Sep 27, 2022 2m read Reviews on Open Exchange - Sep. 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. #Open Exchange 1 0 0 166
Article Robert Cemper · Sep 18, 2022 1m read Reviews on Open Exchange - Statistics I produce my monthly Review Report on OEX packages now for 18 months.These are a view figures and some comments: #Open Exchange 5 1 0 141
Article Robert Cemper · Sep 2, 2022 1m read Reviews on Open Exchange - Aug. 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. #Open Exchange 0 1 0 224
Article Robert Cemper · Jul 28, 2022 2m read Reviews on Open Exchange - July 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. #Open Exchange 0 0 0 268
Question Robert Cemper · Jul 2, 2022 Technical Dictionary for translations I just met a personal challenge translating my article to French.Tough I had to learn it at school and could read and understandfamous literature (Sartre, Molière, Mauriac, Proust, Saint-Exupéry, Anouilh, ...) I missed the specific terms used with ISC technology.Thanks to @Lorenzo Scalese my errors were corrected.But no dictionary was able to answer. #Other 1 2 0 237
Article Robert Cemper · Jul 1, 2022 2m read Reviews on Open Exchange - June 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. #Open Exchange 0 0 0 183
Article Robert Cemper · Jun 20, 2022 7m read Working with Globals in Embedded Python My major interest is Working with Globals in Embedded Python.So I checked the available official documentation. #1 Introduction to Globalsan attempt of a generic description of what a global is. Pointing to #Embedded Python #Globals #Python #InterSystems IRIS 20 8 3 1.3K
Article Robert Cemper · Jun 6, 2022 1m read Update - InterSystems Contest Statistics The 24th contest was dominated by already well know winners+ 3 new winning contributors GROWTH: 8,6%Participation by my 5 regions: as: 1, br: 4, eu: 4+1new, us: 1+2new, ru: 5, total:18 With is distribution: #Other 2 2 0 196
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. #Open Exchange 3 2 0 203
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 222
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 Open Exchange app 3 1 0 275
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 ??? #Best Practices #Other 19 3 5 1.1K
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 340
Article Robert Cemper · May 14, 2022 8m read M:N in Contest #2 Implementation #Other Open Exchange app 2 0 0 261
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. #Other Open Exchange app 9 2 1 375
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. #Open Exchange 2 2 0 221
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 #Video #InterSystems IRIS Open Exchange app 2 1 0 423
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 667
Article Robert Cemper · Mar 21, 2022 2m read Reviews on Open Exchange - March 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. So if you did a major change and expect a changed review just let me know. Reviews by other members of the community are marked by * in the last column #Open Exchange 2 0 0 177
Article Robert Cemper · Mar 19, 2022 2m read Compare Global Write in ePy vs. ISOS/COS This example demonstrates the difference you may experience when you write toGllobals directly from Embedded Python compared to native ObjectScript. To make this demo useful I start 2 background jobs that simply write sequentiallyto a dedicated global. A common control method signals for a synchronous start.Similar a common stop & view interrupts data feeding. That's the principle process: #Embedded Python #Globals #ObjectScript #InterSystems IRIS Open Exchange app 2 1 0 243