In this case there is a "semi long story" behind why we didn't set the UGII_SITE_DIR in the windows control panel.
We have today two "config servers" where we store NX config, custom symbols etc, one in Europe and one in India. We might in the future setup more "config servers" in other parts of the world.
We wanted for this reason to have a solution such that the content of the "config servers" to be identical , including the ugii_env_nx9.dat - We can easily sync the other server if/when we make a change.
The way we solved it was to create a new Windows variable "NX_SERVER"
( NX_SERVER = \\servername\)
We can then in the ugii_env_nx9.dat set all the variables similar to :
UGII_SITE_DIR=${NX_SITE}\directory
So in the end each computer has three windows variables ( apart from the ones that the install creates)
NX_SITE = \\servernameUGII_GROUP_DIR = \\servername\directory\directory etc
UGII_ENV_FILE = \\servername\directory\ugii_env_nx9.dat
( - We did not succeed in having this NX_SERVER variable in the other two Windows variables, why all three has to have the full server name entered.)
Regards,
Tomas