Question Nicki Vallentgoed · Nov 8 External language server IRIS to IRIS? Intersystems provides External language server connections for various languages which,from a development perspective, is great as I can keep my application code separate but still interact with the IRIS kernel. It becomes more complex though if you are using Interoperability etc where you might end up with some code in IRIS and some code in another language.What would be great is having an IRIS to IRIS language server where the application code and stay IRIS based but separate from the database? #Languages #InterSystems IRIS for Health 0 5 0 70
Question Nicki Vallentgoed · Nov 7 IRIS Docker template not copying files Using the Basic template for InterSystems IRIS development environment with Docker: github If I use the Dockerfile_mini file and COPY a backup, the file shows up. COPY ./20241104_1448.cbk /home/irisowner/dev #Docker #InterSystems IRIS 0 2 0 39
Question Nicki Vallentgoed · Jan 24 MAXSTRING trying to read string from JSON object. I receive JSON from a webservice and parse it to an object: #JSON #InterSystems IRIS for Health 0 9 0 403
Question Nicki Vallentgoed · Nov 2, 2023 VSCode server version check not always working Using VSCode in a team. Classes are edited locally and then saved to server. Sometimes if we save a change to a class the "version on the server" does not happen or does not function properly and the class gets overwritten. All the intersystems extensions are updated. objectscript.overwriteServerChanges is false This has the potential for serious issues if it happens in a persistent class, but it is difficult to reliably recreate. #VSCode 0 5 0 378
Question Nicki Vallentgoed · Oct 11, 2022 Custom SOAP fault I am creating a soap service according to a wsdl that the client has already coded against.In their operation they have a fault element Exception: #SOAP #Ensemble 0 2 0 181
Question Nicki Vallentgoed · Sep 30, 2022 How to get IP address of client calling HL7 TCP business service I Have some analyzers connecting to a EnsLib.HL7.Service.TCPService. I can see the client IP and port in the event log but I need access to that ip and port either in the business service or even better the associated business process. #Ensemble 0 1 0 151
Question Nicki Vallentgoed · Jun 27, 2022 Possible to mirror Ensemble and Iris? Is it possible to mirror the same database on Iris and an older Ensemble instance? Specifically to try a zero downtime upgrade #Mirroring #Ensemble #InterSystems IRIS for Health 0 6 0 224
Question Nicki Vallentgoed · Apr 1, 2020 Print from Meditech to Ensemble directly As per title, is it possible to print from meditech to an ensemble interface directly and has anyone done it? I see meditech has a port and host option for setting up a printer, so I'm curious. #Ensemble 0 1 0 288
Question Nicki Vallentgoed · Oct 7, 2019 &SQL and ORDER BY ID DESC I know &SQL returns only one result but is &SQL(SELECT ID FROM Cinema.Film ORDER BY ID DESC) and &SQL(SELECT TOP 1 ID FROM Cinema.Film ORDER BY ID DESC) the same in terms of processing required? #SQL #Caché 0 7 0 371
Question Nicki Vallentgoed · Jun 2, 2017 Collection vs parent child vs Reference vs One to many I've been wondering about some code that I have come across a lot over the years.Let's assume I have class Cinema and class Film.Conceptually the data in these classes are never really physically deleted but only flagged as such, due to business requirements.What I find is that developers tend to create a 3rd class "CinemaFilms", in a child relationship to parent Cinema, with a reference to Film. Rather than a one-to-many between Cinema and Film. #Object Data Model #Caché 0 5 1 1.3K
Question Nicki Vallentgoed · Apr 19, 2016 MessagePack support MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.Any chance of adding support for MessagePack? #JSON #Caché 1 2 0 432
Question Nicki Vallentgoed · Mar 10, 2016 Code indentation and Go to declaration functionality Some thins I have noticed, which I am not sure are bugs or features to come.1.) Go to type declaration (F3 or ctrl+click on a class/variable/method)It doesn not work on object variables and methodsWhere it does work, it opens the related class but it is not editable.2. )There is no code indentation correction/ctrl+L ?Is this planned?I would very much prefer to have formatting even if it means loosing some COS "functionalty". #Development Environment 1 4 0 279
Question Nicki Vallentgoed · Mar 9, 2016 project syncing issues I have 2 projects in atelier, A and B which map to namespace A and B on the same server.Namespace B has some classes mapped from namespace A.I then edit a mapped class in project A and save it(I can see the changes in cache studio as well).atelier A:studio:However in project B the class does not change, even if I click the "syncronize all files with associated namespace " button.atelier B: #Development Environment 0 7 0 300
Question Nicki Vallentgoed · Mar 8, 2016 No namespaces reported by selected server I'm trying to add a new project in atelier following the introduction videoBut I get a " No namespaces reported by selected server" error: I can connect to the server though: #Development Environment 0 11 0 630
Question Nicki Vallentgoed · Mar 7, 2016 2016.2.x windows cache studio; cannot delete package HiIn studio when I right-click a package there is no option to delete it.Also how do I upload an image to this post without linking to an external site? #Beginner #Caché #Development Environment #Studio 0 7 0 346