Token File: Difference between revisions

From OKOS Wiki
Jump to navigation Jump to search
(Created page with "A Token file is an XML file that is required for ODIS to run. The token file must be located in the application directory and match the name shown in ODIS.exe.config. Unless used for Analysis only, a Token file is matched to the A/D board serial number, and can only be used in a system with that A/D board. Analysis Only tokens can be used on Post-Processing setups but cannot be used on a full ODIS system. Token files are provided by OKOS: please contact OKOS So...")
 
No edit summary
Line 5: Line 5:
Analysis Only tokens can be used on Post-Processing setups but cannot be used on a full ODIS system.
Analysis Only tokens can be used on Post-Processing setups but cannot be used on a full ODIS system.


Token files are provided by OKOS: please contact OKOS Solutions to get a Token file or update an existing file.
Token files are provided by OKOS: please contact [[mailto:support@okos.com OKOS Solutions LLC]] to get a Token file or update an existing file.


==Automatically Installing a Token file==
==Automatically Installing a Token file==


The installer will prompt the user for a path to the Token file to use.  If installing a new version of ODIS, select the file from the previously installed version.  Otherwise, select the directory where you put the Token file that was provided to you by OKOS Solutions.
The installer will prompt the user for a path to the Token file to use.  If installing a new version of ODIS, select the file from the previously installed version.  Otherwise, select the directory where you put the Token file that was provided to you.


==Manually installing a Token file==
==Manually installing a Token file==
Line 18: Line 18:
<li>Copy the Token file to the directory where your installation of ODIS resides, e.g. "C:\OKOS\ODIS_3_19_60-64"</li>
<li>Copy the Token file to the directory where your installation of ODIS resides, e.g. "C:\OKOS\ODIS_3_19_60-64"</li>
<li>In the same directory, open the file "ODIS-3.exe.config" with a text editor.  ''Note: For ODIS-NDT systems, this file will be named "ODIS-NDT.exe.config"''</li>
<li>In the same directory, open the file "ODIS-3.exe.config" with a text editor.  ''Note: For ODIS-NDT systems, this file will be named "ODIS-NDT.exe.config"''</li>
<li>towards the bottom of the file, there will be an "appSettings" section which should look like this:</li>
<li>towards the bottom of the file, there will be an "appSettings" section which should contain an entry like this:</li>
</ol>
</ol>


   <appSettings>
   <appSettings>
     <add key="BroadcastIP" value="225.225.225.225" />
     ...  
     <add key="RestoreParameters" value="true" />
    ...
    <add key="TokenFile" value="ODIS_IC.xml" />
     <b><add key="TokenFile" value="ODIS_IC.xml" /></b>
    ...
    ...
   </appSettings>
   </appSettings>


Line 32: Line 34:


   <appSettings>
   <appSettings>
     <add key="BroadcastIP" value="225.225.225.225" />
     ...  
     <add key="RestoreParameters" value="true" />
     ...
     <add key="TokenFile" value="VUE400OKOS#500101-9930023-Warn20220115-Exp20220131.xml" />
     <add key="TokenFile" <b>value="VUE400OKOS#500101-9930023-Warn20220115-Exp20220131.xml"</b> />
    ...
    ...
   </appSettings>
   </appSettings>



Revision as of 17:01, 2 January 2024

A Token file is an XML file that is required for ODIS to run. The token file must be located in the application directory and match the name shown in ODIS.exe.config.

Unless used for Analysis only, a Token file is matched to the A/D board serial number, and can only be used in a system with that A/D board.

Analysis Only tokens can be used on Post-Processing setups but cannot be used on a full ODIS system.

Token files are provided by OKOS: please contact [OKOS Solutions LLC] to get a Token file or update an existing file.

Automatically Installing a Token file

The installer will prompt the user for a path to the Token file to use. If installing a new version of ODIS, select the file from the previously installed version. Otherwise, select the directory where you put the Token file that was provided to you.

Manually installing a Token file

To manually update or change a Token file, do the following:

  1. Shut down ODIS, if running.
  2. Copy the Token file to the directory where your installation of ODIS resides, e.g. "C:\OKOS\ODIS_3_19_60-64"
  3. In the same directory, open the file "ODIS-3.exe.config" with a text editor. Note: For ODIS-NDT systems, this file will be named "ODIS-NDT.exe.config"
  4. towards the bottom of the file, there will be an "appSettings" section which should contain an entry like this:
 <appSettings>
   ... 
   ...
   <add key="TokenFile" value="ODIS_IC.xml" />
   ...
   ...
 </appSettings>
  1. Add or modify the "TokenFile" key so the the value of the entry matches the name of your Token file, e.g.:
 <appSettings>
   ... 
   ...
   <add key="TokenFile" value="VUE400OKOS#500101-9930023-Warn20220115-Exp20220131.xml" />
   ... 
   ...
 </appSettings>
  1. Save the file
  2. Restart ODIS