go to post Oliver Wilms · Feb 15, 2023 I just searched history and found these commands somebody else had used. Maybe some could help you: sudo podman login containers.intersystems.com sudo podman search containers.intersystems.com/intersystems/irishealth sudo podman image list containers.intersystems.com/intersystems/irishealth sudo podman pull containers.intersystems.com/intersystems/webgateway-arm64:2022.2.0.372.0 sudo podman search --list-tags containers.intersystems.com/intersystems/arbiter-arm64
go to post Oliver Wilms · Feb 15, 2023 I just tried the same command and I got unauthorized error. The client does not have permission for manifest. Did you login to containers.intersystems.com before you tried the podman run?
go to post Oliver Wilms · Feb 14, 2023 My team uses Podman to build images and run containers. What exactly are you trying to accomplish? podman and docker should be mostly interchangeable. If you have a docker run command, you should be able to do the same using podman instead of docker
go to post Oliver Wilms · Feb 9, 2023 Hello, I tried to add the video link to iris-log-viewer within Open Exchange, but I am not sure why it is not showing. Here is the link: https://youtu.be/VSTVZaC-fp8 Thanks, Oliver
go to post Oliver Wilms · Feb 5, 2023 Thanks, Eduard. I do not need to close the file with file.close()?
go to post Oliver Wilms · Jan 31, 2023 I believe there is a default length for the Read. If you pass in a number large enough or larger, it will read up to the length you specify. I see no harm in having a very large number.
go to post Oliver Wilms · Jan 27, 2023 I am pretty sure that the task needs to completely finish before the next iteration can start. Task manager will not run the same task twice in parallel. The running task will not be stopped just because another iteration is scheduled.
go to post Oliver Wilms · Jan 15, 2023 I created a BPL and read one line at a time. I tried updating data line in code without DTL. I get an error instead of seeing output file. Please take a look in git repo here (just start the production and look for messages from File Passthrough Service): https://github.com/oliverwilms/interoperability-update-datafile
go to post Oliver Wilms · Jan 15, 2023 I would not create record mapper unless you want to make sure the data is in correct format. If you already have record maps defined I see no issue using them.
go to post Oliver Wilms · Jan 7, 2023 Sometimes the IKO wants to scale down our compute stateful set while the Interoperability productions are processing messages. A compute will shut down before it empties its queues and we do not see in Message Bank all messages that were processed before the shutdown. I wonder if anybody wrote code to prevent accepting more messages (stop incoming services) and process what is in queues including Message Bank operation queue which could be called before the actual shutdown (preStop hook)?
go to post Oliver Wilms · Dec 23, 2022 That would be okay in my mind if that were specified somewhere I see it. I was unhappy when I realized my input cube had been cut up differently from the example shown.
go to post Oliver Wilms · Dec 20, 2022 I don't think you will lose your routines. You can export them if you want to be double covered.
go to post Oliver Wilms · Dec 18, 2022 Hi, Robert, you show DC members in your listing. Are there InterSystems employees in the list who do not qualify to win prize money? Just wondering how high I would have to climb to earn a prize ...
go to post Oliver Wilms · Oct 18, 2022 I would like to help you. Can you provide a production configuration to reproduce?
go to post Oliver Wilms · Sep 23, 2022 <if> | Business Process and Data Transformation Language Reference | InterSystems IRIS Data Platform 2022.1
go to post Oliver Wilms · Sep 20, 2022 From Production Configuration page in Management Portal, you can click any service, process, or operation. Look for Actions tab in right side of the screen, and click on Change Class.
go to post Oliver Wilms · Sep 19, 2022 I think you get a WRITE error, because it is not really connecting. Does the external REST API receive your request?