Hello, we recently ran into an issue with IS version upgrade. We always use the numberFormat passing a value and expecting to receive the informed mask ##.## but after the update we started to receive something like ##,## due to the language configuration of the server at the time of the installation, the solution found was:
Add to file:
SoftwareAG\profiles\IS_default\configuration\wrapper.conf
This:
Java Additional Parameters
.
.
.
.
warepper.java.aditional.10=-Duser.language=en
warepper.java.aditional.11=-Duser.region=EN
warepper.java.aditional.12=-Duser.country=US
Windows service whith IS 10.11