Select local Active Directory Server Using Windows System VariablesWhen an Active Directory domain is configured with multiple local logonservers, it may be necessary to have Microstation pick up the correctlocal server for each user, through the Windows System EnvironmentVariables, in the workspace configuration file.
There are, possibly, several ways for implementing this in Microstationcfg files.The most immediate would be to use %logonserver% system variable usingthe default syntax: MS_VARIBLE = $(logonserver) as this should expand tothe name of the server the user is currently logged on, i.e. \\server01\Sometimes it is reported that the using the %logonserver% variable isnot 100% reliable for some setups and in this case using the variable%homeshare% - if defined in the login scripts - together wit the'parentdevdir' variable definition reference - $(PARENTDEVDIR(homeshare)) - should still expand to the name of the logonserver beingused.