Escape Test Environment Not There
User reports that they can only access the production environment of Escape. Many users also utilize the test environment before making major changes in production. This is a great best practice.
In order for the test environment to be an option for Escape users the Online5bootexe.config file needs edited
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appSettings>
<add key="Connection:Production" value="Primary:False; Protocol:TCP, Server:137.164.228.245, Port:9400, Path:ServerConnectionPoint" />
<add key="Connection:Test" value="Primary:False; Protocol:tcp, Server:137.164.228.249, Port:9401, Path:ServerConnectionPoint" />
</appSettings>
</configuration>
Save config and relaunch Escape