Index: TECH/Context/RuntimeContext.cls.xml =================================================================== diff -u -r3817 -r3818 --- TECH/Context/RuntimeContext.cls.xml (.../RuntimeContext.cls.xml) (revision 3817) +++ TECH/Context/RuntimeContext.cls.xml (.../RuntimeContext.cls.xml) (revision 3818) @@ -245,7 +245,12 @@ If IsComputerNaamUnresolvedBijVpnConnectie { // Bij Reflection Admin terminal kan de ComputerNaam niet ge-resolved worden wanneer het IP-adres van een VPN-verbinding komt. Daarom deze work-around : #dim ReflectionVbaComputerName as %String = ..ShellExecuteDirectAndRead("GETCOMPUTERNAME","","",CHUIActief) + If $$$HasLength(ReflectionVbaComputerName) { + #dim DomeinSuffixToevoegen As %Boolean = $$$Not(ReflectionVbaComputerName [ ".") + If DomeinSuffixToevoegen { + Set ReflectionVbaComputerName = ReflectionVbaComputerName_".vanhoecke.be" + } Set ..ComputerNaam = ReflectionVbaComputerName } }