Configuration

The client can be configured to manage requests from different Kentucky implementations.

In the same folder as the application (exe) is an xml file named ktc.exe.configkpc.exe.config.

Edit this file using a texteditor i.e Notepad.

Element Description
TimeOut The time in seconds to wait for a response before a timeout exception is thrown.

If a timeout occurs, increase this value

UserId The user id to use
Password The password to use
ServiceUrl The URL to use

The correct values are usually already configured when KTCKPC is distributed.

note

Use Save As in Notepad and make sure that the encoding is UTF-8 . This will ensure that any non ASCII characters (i.e åäö) are Interpreted correct in the xml file.

Related articles