go to post Oliver Wilms · Apr 10, 2024 I also have a Business Operation that sometimes experiences failures. My Reply Code Actions setting is E=R, my Retry Interval is 60, my Failure Timeout is -1. When a message fails, it retries after 60 seconds. This Business Operation is called from a BPL. Connect Timeout (5) and Response Timeout (30) are the default values. We usually do not get timeout, but we sometimes receive 500 Internal Server Error. In this case I check the response in BPL and initiate a retry.
go to post Oliver Wilms · Mar 21, 2024 STOPALLPRODUCTIONSTry {Kill arrayDo ##class(%SYS.Namespace).ListAll(.array)Set ns = ""For {Set ns = $Order(array(ns))If (ns = "") QuitKill xSet x = $$MyFunc(ns)Write "x = ",x,!}Return} Catch {Write $ZERROR,!}QuitMyFunc(ns)Try {Write "ns = ",ns,!ZN nsSet sc1 = ##class(Ens.Director).StopProduction()Write "sc1 = ",sc1,!} Catch {Write $ZERROR,!}Return ns
go to post Oliver Wilms · Mar 17, 2024 I just tried in my local IRIS using Postman: http://localhost:52773/api/mgmnt/v2/user/myapp I got 201 response and I see classes in Package myapp in USER namespace. When I try the request with invalid JSON body, I got 404 Not Found response.
go to post Oliver Wilms · Feb 3, 2024 Hello, I just completed the survey about the interactive InterSystems IRIS Digital Health Interoperability Instruqt Course. I am also missing bonus points for Video and Second Article for iris-hl7. Thank you for your attention :-)
go to post Oliver Wilms · Jan 31, 2024 Management Portal > System > Globals > View Global Data ^EnsHL7.Segment
go to post Oliver Wilms · Jan 24, 2024 I appreciate the responses from Alexander Koblov. I wonder if @Bob Kuszewski could provide suggestion how is it possible to add mirror member outside of Kubernetes cluster.
go to post Oliver Wilms · Jan 16, 2024 You may or may not see it in Event Log based on what is in ^Ens.Debug global.
go to post Oliver Wilms · Jan 16, 2024 My concern is that IKO deploys failover members with cluster local network addresses. Can an async that is located outside of the Kubernetes cluster be added to the mirror configured by IKO?
go to post Oliver Wilms · Jan 12, 2024 Characters like \ and CR LF must be escaped. In BPL I assign myVariable = request.RawContent Conversion to JSON was successful with this: Set data={} Set data.value=myVariable Set x=data.%ToJSON()
go to post Oliver Wilms · Nov 28, 2023 I think you need more quotes for "proper" JSON ineaConComasAlFinal: iris_cpu_pct{id='AUXWD'}": 0,iris_cpu_pct{id='CSPSRV'}": 0, proper JSON is { "iris_cpu_pct{id='AUXWD'}": 0,"iris_cpu_pct{id='CSPSRV'}": 0,... }
go to post Oliver Wilms · Nov 28, 2023 set lineaConComasAlFinal = $REPLACE(lineaConDobleComillaDosPuntosEnMedio, $CHAR(10),",")
go to post Oliver Wilms · Nov 27, 2023 You can run a SQL Query like this: SELECT * FROM ENS_UTIL.LOG WHERE Type = 'Trace' AND Text=...
go to post Oliver Wilms · Nov 19, 2023 Hello, Helmut. I also tried to integrate IRS with Kafka. My problem is our cluster requires SCRAM-512 authentication. Apparently IRIS only offers SASL plain without tls encryption. I just entered an enhacement idea here: https://ideas.intersystems.com/ideas/DPI-I-484
go to post Oliver Wilms · Nov 19, 2023 Date, time, process / job id, log level, event type, log message. Log level 0 is normal, 2 is warning, 3 is critical
go to post Oliver Wilms · Nov 12, 2023 It appears the servers have different hostnames (a and b), but the certificate has only the server a. You need a second SSL certificate for server b or get a certificate that includes both server names.
go to post Oliver Wilms · Jun 30, 2023 Thank you, Evgeny, for pointing out how to update user(s) by using CPF Merge. I still like to have an option to configure a group of users in a single file and import this group of users with their passwords into several different IRIS instances which may use different CFP Merge files already. If there is a change to my users, I just update the XML file which gets imported using %ZSTART routine whenever any IRIS instance starts.
go to post Oliver Wilms · Apr 22, 2023 I uploaded YouTube video about audit-consolidator: https://www.youtube.com/watch?v=KYen4hEZR9c