Skip to main content
InSource Solutions

TN IT183 Override user saved settings with default settings when using InTouch Access Anywhere

InSource_Logo_Transparent.png

 

Description

You may have cause to overwrite user defined settings with system defined settings when using InTouch Access Anywhere.(ITAA).

 

  • Author: Michael Dudley
  • Published: 12/15/2015
  • Applies to: InTouch Access Anywhere 11.1 or various versions

 

 

Details

To define system settings default parameters you must edit the Config.js normally found at:

C:\Program Files (x86)\Wonderware\InTouch Access Anywhere Server\WebServer\AccessAnywhere  *** Be sure to make a back copy of the Config.js file before doing any edits.

Location_AA.jpeg

 

  1. Open the file Config.js (java script) in notepad.ConfigJS.jpeg
  2. Find the line with the parameter: overrideSaved: false
  3. Change false to true

You can now modify other parameters as required to achieve default functionality. For example, you may want modify the default login and password for every connection, in that case you would modify the following parameters and enable them by removing // double-slash in front of the desired parameter:

//     username: "",

//     password: "",                    // plain text

//     domain: "",

After making modifications save the Config.js file and restart the InTouch Access Anywhere windows service. You can use the InTouch Access Anywhere Server Configuration tool or Windows Services directly. 

ITAA_Service.jpeg