I have noticed that the way the nodes are ordered is different between 2 different environments.
If I create the following global :
set ^TEMP("Z")=1
set ^TEMP("Ä")=1Then I dump it with zwrite, I get this (which is expected):
^TEMP("Z")=1
^TEMP("Ä")=1However, on another machine, it gives me this :
^TEMP("Ä")=1
^TEMP("Z")=1The same goes for the following command (which return 0 or 1, depending environment) :
write "Z"]]"Ä"Both are running Windows 10, but one is running IRIS 2021.1, the other CACHE 2017.2.2.
I don't think that's the reason, maybe there's something else (a configuration in Portal).


.png)
.png)


.png)



