Question Otto Medin · Apr 17 Assigning a business host setting to a section Hi all, I can't find the list of business host setting sections and (crucially) how to refer to them in the SETTINGS parameter, as marked in purple here: Parameter SETTINGS = "MySetting:Basic"; Does anyone know where this list lives? Otto #Business Process (BPL) #Interoperability #InterSystems IRIS #Ensemble #Health Connect #InterSystems IRIS for Health 0 3 0 66
Question Otto Medin · Oct 4, 2024 Can a business host know that the production is trying to shut down? Hi all, Does anyone know of a way for a business host (specifically an operation) to check whether the production it's running in is trying to shut down? Cheers, Otto #InterSystems IRIS for Health 0 4 0 128
Question Otto Medin · Jul 6, 2024 Handling non-8-bit characters in HTTP headers. Hi all, When passing on the content of a file in a REST API call, I need to put the original file name in an HTTP header. As it happens, some file names have non-8-bit characters in them ("å", "ö", and the like), and these arrive garbled on the other side. Does anybody know the correct way to encode them (assuming they should be encoded at all)?$zconvert(filename, "O", "UTF8") does not appear to be it. I'm leaning towards $zconvert(filename, "O", "URL"), but leaning isn't good enough.Thanks,Otto #REST API #InterSystems IRIS for Health 0 2 0 132
Question Otto Medin · Sep 20, 2021 Google Cloud, SuperServer port 1971? Hi all, I'm deploying IRIS for Health on a Google Cloud VM, and I note that the SuperServer port is 1971, rather than good old 1972. Is this as it's supposed to be? I can't see that it's documented anywhere. Cheers, Otto #Cloud #Deployment #InterSystems IRIS for Health 0 4 0 331
Question Otto Medin · May 27, 2021 User-friendly method or macro library for data transformations? Hi all, I'm looking for a user-friendly way to make a method library available in DTL, and by user-friendly I mean via '..MyMethod()' or '$$$MyMacro()' rather than '##class(MyPackage.MyClassName).MyMethod()'. Does anybody know of a way to add a second superclass or a set of macros to a DTL ... or some other trick? Cheers, Otto #DTL #Ensemble #InterSystems IRIS #InterSystems IRIS for Health 0 2 0 228