Yes, I did that, but the values still did not persist. After restarting the integration server, the values returned to their default values.
------------------------------
Pedro Manuel
Integration Developer
Standard Bank Angola
Luanda
------------------------------
Original Message:
Sent: Tue July 08, 2025 07:06 AM
From: Matthias Blomme
Subject: UDP Override at run time
Hi Pedro
Have you set this inside your server.conf.yaml?
UserVariables: udp-persist-global-overrides: true
You can supply a servers.conf.yaml override to your ACE container via a configuration resource. But I haven't tested it, can give it a try this week.
------------------------------
Regards
Matthias Blomme
Integration Specialist
Integration Designers
Turnhout
Original Message:
Sent: Mon July 07, 2025 07:02 AM
From: Pedro Manuel
Subject: UDP Override at run time
Your suggestion is very good and works well.
But they say here you can make the changes persistent. I'm testing it and it doesn't work. Have you ever tried it?
------------------------------
Pedro Manuel
Original Message:
Sent: Tue November 30, 2021 10:23 AM
From: MATTHEW SEGALL
Subject: UDP Override at run time
The UDPs will not persist across container restarts. This is expected. If you need this type of functionality, a UDP is probably not the best option. You would need to configure the startup to read the value some from persistent location and then set it. The problem is of course defining that readable persistent location within a container. You could define a persistent volume and store a property file there.
The better option is to replace the UDP with a different option, like an environment variable.
------------------------------
MATTHEW SEGALL
Original Message:
Sent: Tue November 30, 2021 06:57 AM
From: Anoop C Pillai
Subject: UDP Override at run time
Hello Team,
Can anybody tell how to do the runtime UDP override in App Connect running in containerized environment. My problem is how to persistence the UDP values after each restart of the contianer.
------------------------------
Anoop C Pillai
------------------------------