Question Oliver Wilms · Mar 21 ERROR <Ens>ErrBPTerminated: Terminating BP JSON2HL7 # due to error: ERROR #5035: General exception Name 'Parsing error' Code '3' Data '' > ERROR #5035: General exception Name 'Parsing error' Code '3' Hello, I want to show a fellow DC member how to convert JSON file into HL7 message. I personally do not work with HL7. I set up a production with EnsLib.File.PassthroughService. It passes Ens.StreamContainer to BPL process. I call a DTL to transform StreamContainer to HL7 message. I run into an error: ERROR <Ens>ErrBPTerminated: Terminating BP JSON2HL7 # due to error: ERROR #5035: General exception Name 'Parsing error' Code '3' Data ''> ERROR #5035: General exception Name 'Parsing error' Code '3' Data '' The code is in this GitHub repo: #Business Process (BPL) #DTL #HL7 #JSON #Ensemble 0 1 0 57
Question Oliver Wilms · Feb 5 Error reading messages.log file using Embedded Python in iris-log-viewer I copied a 5 MB messages.log file to AWS where I have iris-log-viewer app deployed. I ran the test to see how it takes in IRIS code to import the lines into a persistent table: IRISAPP>set m5mb="/home/irisowner/irisdev/messages.old_20221231.log" IRISAPP> IRISAPP>do ##class(otw.log.irislogreader).Test1(m5mb)Test1 begins at 02/05/2023 12:49:30ReadLogLines/home/irisowner/irisdev/messages.old_20221231.logOpenTest1 ends at 02/05/2023 12:49:34Test1 execution time: 3.500789 select count(*) from otw_log.Log 63239 #Embedded Python #InterSystems IRIS 0 7 0 66
Question Oliver Wilms · Jan 6 IRIS Interoperability shutdown Has anybody tried to write custom code to empty out queues when Interoperability shuts down? We run IRIS in Kubernetes cluster and we have compute pods scaling up and down. We have Message Bank operation to keep all messages in one place. We want to see all messages in Message Bank. #Ensemble 1 3 0 147
Question Oliver Wilms · Nov 23, 2022 What is the likelihood of encountering "missing messages" in message bank? My team works on implementing an Interoperability solution utilizing InterSystems Kubernetes Operator on Red Hat OpenShift container platform. We are trying to determine how many messages we can process in any given time. We have a Feeder app running in 10 containers sending 50k messages each to a load balancer all beginning at the same time. Messages are received via HTTPS protocol by webgateway containers. Interoperability production runs in compute pods with persistent data, journals, and WIJ volumes. #Containerization #Enterprise Message Bank #Ensemble #InterSystems IRIS 1 1 1 305
Question Oliver Wilms · Sep 11, 2022 BuildKit does not work in Online demo Hello, Community, I tried to deploy online demo for interoperability-test app. I see it errored because BuildKit is not available. Can the Docker be configured to support BuildKit? #Contest #Docker #Open Exchange 0 3 0 114
Question Oliver Wilms · Aug 12, 2022 Password requirements Many password requirements can be enforced using a password validation routine which is available to implement in System Management Portal. But how about this one: Check that at least 50% of the characters changed from old password to new password. We need to have access to the old password to check this, currently password validation routine only gets the new password. #Access control #Authentication #InterSystems IRIS 0 1 0 163
Question Oliver Wilms · Jul 12, 2022 IRIS as a backend database for Java application Hello, I work on deploying IRIS using Kubernetes operator and Red Hat OpenShift. I encouraged another team working on Java application to consider using IRIS as database. My team deployed IRIS cluster using two mirrored data pods for the other team. The other team asked me for the connection information. To learn how to use Java with IRIS, I attempted to deploy two apps from Open Exchange: https://openexchange.intersystems.com/package/CRUD-GLOBALS-IRISNATIVEAPI... #Application Server #Java #JDBC #InterSystems IRIS 2 1 0 149
Question Oliver Wilms · Jul 10, 2022 login failure I am still working on iris-for-money app: https://github.com/oliverwilms/iris-for-money Account.csp posts a rest call with _SYSTEM username and the password. xhttp.open("POST", "/restapi/sql/" + query, true,"_SYSTEM","SYS");xhttp.send(); /restapi web application has Password Authentication Method enabled. SYS is the correct password for _SYSTEM user. I do not understand why I see login failure in Audit database. #Authentication #CSP #REST API #InterSystems IRIS #Open Exchange 0 1 0 139
Question Oliver Wilms · Jul 9, 2022 ERROR #5540: SQLCODE: -99 Message: User UnknownUser is not privileged for the operation I am working on iris-for-money app: https://github.com/oliverwilms/iris-for-money Account.csp posts a rest call with _SYSTEM username and the password. xhttp.open("POST", "/restapi/sql/" + query, true,"_SYSTEM","SYS");xhttp.send(); The error is logged in Riches.REST for this line: Set tSC = tStatement.%Prepare(pQuery) #Authentication #REST API #InterSystems IRIS 0 3 0 237
Question Oliver Wilms · Apr 29, 2022 PoolSize System Default Setting Hello, I tried to define Pool Size in System Default Settings, but it is not being used. I see I am not the first to try this without success: Define PoolSize as system default value | InterSystems Developer Community Any suggestions? #Business Operation #Ensemble 0 3 0 258