KB Article #61020
Unable to decrypt traded messages.
Your trading partner cannot decrypt messages due to the date field.
Resolution
Change the locale of the operating system or follow these steps.
First, the default locale can be set to US English by defining the following two system properties on the Java command line:
user.language=en
user.region=US
To do this, you must modify startServer.cmd as described below.
Next, add this line *above* the xx_NODE_OPTIONS lines:
set LOCALE_OPTIONS=-Duser.language=en -Duser.region=US
then, add LOCALE_OPTIONS to each of the xx_NODE_OPTIONS lines (except EX):
set CN_NODE_OPTIONS="-XX:MaxNewSize=48m -XX:NewSize=48m -Xms256m -Xmx256m %LOCALE_OPTIONS%"
set TE_NODE_OPTIONS="-XX:MaxNewSize=48m -XX:NewSize=48m -Xms256m -Xmx256m %LOCALE_OPTIONS%"
set TX_NODE_OPTIONS="-XX:MaxNewSize=48m -XX:NewSize=48m -Xms256m -Xmx256m %LOCALE_OPTIONS%"
After making these changes, Interchange will require a stop/start cycle