TechMate Integration Configuration File

 

A TechMateIntegration.exe.config must exist in the ThirdParty folder under the MoversSuite application folder, e.g. “C:\Program Files (x86)\Movers Suite\ThirdParty.” This file sets the location of the import and export file locations along with the location of the properties file for TechMate web service.

 

The following table explains the application settings needed for TechMate Integration.

 

Element

Description

appSettings

Create elements for the following keys:

 

Key

Value

TechMateImport.FileLocation

Import file folder location on the application server, e.g. “c:\TechMate\FirstMat\MSUITE”

TechMateImport.ConfirmUpdate

Set this value to “true” to instruct TechMate to prompt a user to confirm an update of the MoversSuite record.

Set this value to “false” to update without prompting the user.

TechMateExport.FileLocation

Export file folder location on the application server, e.g. “c:\TechMate\FirstMat\IMPORT”

 

 

applicationSettings

Set the name of the web service processing the requests and set the value of the element to the location of the web service application (see sample below).

 

Sample TechMateIntegration.exe.config file: