Question Robert Cemper · Feb 3 Py fails in Win Terminal - fixed USER>do $System.Python.Shell() ERROR #5002: ObjectScript-Error: <OBJECT DISPATCH>Shell+16^%SYS.Python.1 *Failed to Load Python: Check documentation and messages.log, Check CPF parameters:[PythonRuntimeLibrary,PythonRuntimeLibraryVersion], #Embedded Python #InterSystems IRIS 0 9 0 120
Question Robert Cemper · Feb 1 keep only the COS routine object (cache object script) to preserve the source routine.mac Import from DC-PT, @Edilson Eberle Carvalho We have some *.mac routines and we need to preserve their source,as these routines have intellectual authorship and can only be used per sessionwith the right to use (they cannot be viewed or edited).The question: how to keep only the routine object in the IRIS namespace,without interfering with its execution? #InterSystems IRIS 1 2 0 55
Question Robert Cemper · Apr 5, 2024 HS.Gateway.Access.RemoteOperations.cls missing in which Community Docker package can I find HS.Gateway.Access.RemoteOperations.cls #Docker #InterSystems IRIS for Health 0 2 0 91
Question Robert Cemper · Mar 9, 2024 Docker start of iris-community:2024.1-preview fails repeatedly iris-1 | [INFO] Starting InterSystems IRIS instance IRIS... iris-1 | [INFO] Starting Control Process iris-1 | Global buffer setting requires attention. Auto-selected 25% of total memory. iris-1 | Allocated 1508MB shared memory iris-1 | 953MB global buffers, 95MB routine buffers iris-1 | This copy of InterSystems IRIS has been licensed for use exclusively by: iris-1 | ISC RE Build Community Key iris-1 | Copyright (c) 1986-2024 by InterSystems Corporation iris-1 | Any other use is a violation of your license agreement iris-1 | Starting IRIS #Docker #InterSystems IRIS 0 5 0 331
Question Robert Cemper · Nov 20, 2023 Working with Named Pipes While creating my latest examples for the JavaContest I faced the needto communicate with my code from a program in IRIS to my Java code. Communication with |CPIPE| worked as READ or WRITE but not both?In the Documentation Named PIPEs are explained rather shortly."Once open, a pipe acts like an ordinary device." Not so precise.I failed to achieve my expected READ/WRITE as TCP would offer. #ObjectScript #Tools #Ubuntu #InterSystems IRIS 0 4 0 360
Question Robert Cemper · Oct 15, 2023 MIRROR for Embedded Python ? MIRROR is the best solution for almost immediate replications to a Failover Server.The related mechanics are based on Global Journaling. Globals hold Data and Classes and Routines and more ...If Mirroring is in place all is in sync. With minimum delaysThis is of course rather useful for code changes in Classes, Routines, .... To what extent is Embedded Python covered by Mirroring?Or:What is required to Synchronize EmbeddedPython like Mirroring. #Embedded Python #Mirroring #InterSystems IRIS 1 2 0 185
Question Robert Cemper · Oct 15, 2023 embedded Python over ECP With ECP we have the option to have a collection of Frontend instancesAll Frontend servers typically have a common Master in the backgroundConcentrating data on the Master server is the primary goal. As a side effect, this applies also to Classes, Routines, .. anything stored in Globals.This is probably not the most efficient setup. But rather common anyhow. Is embedded Python code also stored in Globals? What is the recommended solution for a similar installation? #ECP #Embedded Python #InterSystems IRIS 1 2 0 183
Question Robert Cemper · Sep 4, 2023 Embedded Python vs. WebTerminal For my Embedded Python ONLY demo package I need some user input.Similar to ObjectScript read "say somthing",reply I use the Python equivalent reply = input("say something") And this works excellent without problems from Terminal or Doker console BAD SURPRISE: with WebTermnial ObjectSscript works fine, but embedded Python fails badly. #Embedded Python #Terminal #InterSystems IRIS 1 7 0 303
Question Robert Cemper · Apr 15, 2023 IRIS cloud SQL in contest - false promise The SQL editor in the contest environment promises these featuresInterSystems SQL Reference. #ChatGPT #Cloud #SQL #InterSystems IRIS 3 2 0 257
Question Robert Cemper · Apr 7, 2023 confusing content on IRIS Cloud SQL looking into tenants I see this:But on the main page, I have 2 deployments that I can work with !! What is going on ?? #Cloud #SQL #InterSystems IRIS 0 2 0 283
Question Robert Cemper · Apr 6, 2023 sharing a deployment on IRIS Cloud SQL I have an accepted tenant and want to share my deployment.how is this possible? #Cloud #SQL #InterSystems IRIS 0 7 0 291
Question Robert Cemper · Mar 17, 2023 Container for Caché Thanks to @Dmitry Maslennikov I have access to a Container for Caché.It is based on Centos.Is there anywhere a container based on Ubuntu available? #Docker #Caché 1 3 1 295
Question Robert Cemper · Mar 17, 2023 JSON mapping with XDATA There is an example on JSON XDATA.But it only describes Name mapping. Is it possible to define somehow also a structural mappinge..g an Array of Arrays Structure: without property names [ [12,33], [88,44]] #JSON #InterSystems IRIS 2 1 0 504
Question Robert Cemper · Mar 17, 2023 A confusing experience During my last migration to IRIS I met this Compatibility parameter NullSubscripts true 0 - Throw error when referencing a null subscript. 1 - Null subscript references do not throw an error. The consequences are shocking. This was allowed: #Globals #Other 2 5 0 354
Question Robert Cemper · Mar 16, 2023 ? un-publish in ZPM ? During a discussion of implementing a private ZPM RegistryI met the question of how to unpublish (or lock) a published package. Digging articles and docu up and down I was unable to find an answer.Any hint on where to search is welcome. NB. local install / uninstall is clear. #InterSystems Package Manager (IPM) #InterSystems IRIS 1 2 0 251
Question Robert Cemper · Mar 15, 2023 ? does Community License include Sharding ? I found a package on OEX for a Sharding DemoIf Sharding is NOT included in the Community LicenseI can not use the Community Distribution but require a different one.And have to add ZPM manually. #Docker #Sharding #Testing #InterSystems IRIS 1 2 0 151
Question Robert Cemper · Mar 15, 2023 ? how to get Docker Host IP ? When I run my IRIS in a Docker Container I know the host an know the mapped portsso access is no problem. BUT: is it possible from my IRIS- inside a Container- 'inside' Dockerto find the actual IP address of the Host?This may sound strange, but for error tracking, it could be quite important. #Docker #Error Handling #InterSystems IRIS 1 9 0 5.6K
Question Robert Cemper · Mar 14, 2023 ? No Terminal access to docker images ? To prepare a migration to IRIS I use Docker images.The (aged) application is built around Caché TerminalAnd on Windows, IRIS uses the same ctelnetd.exe as Caché. In my Docker installation, Telnet Settings are just grayed out in SMP.and my Terminal can't 'connect.Port mapping is OK and verified with TCP Working from the console in Docker with the whole set of ESC andscreen formatting is not acceptable.We tried WebTerminal but there is just no Partition behind as in Terminal. #Docker #Management Portal #System Administration #InterSystems IRIS 2 4 0 271
Question Robert Cemper · Mar 13, 2023 Stream migration from old Caché format to IRIS During a migration from a rather old Caché Version (2016.1) to IRISI met the problem to migrate Streams.The difference in the storage Global is minimalIt's not a big effort to do it manually for a few streams.But for some thousand streams I hope there is a tool already available.But where? #Globals #Caché #InterSystems IRIS 2 2 0 331
Question Robert Cemper · Mar 13, 2023 ? Date before Dec.1840 ? Negative $H(orolog) ? To most of us it's almost dogmatic that $H can't be negative! This is correct concerning the COS Special Variable $HOROLOG.No doubt. It's the presentation of the actual date & time.http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... #Other 14 4 1 820