Kourier Configuration


Purpose

Use this page to setup or edit the Kourier Integrator configuration settings. Most of these are global settings that affect the overall processing of Kourier Integrator.

File/Key Field

KT_CONTROL/CONFIG 

Fields 

Field Name

Description - Usage - Notes

Kore Classpath

The full path name to where the Kourier java library (jar file) has been installed onyour U2 server.  On UniData systems, this path name normally ends with KOURIER/KORE-JAVA/KORE-JAVA.  On UniVerse systems, this path name normally ends with KOURIER/KORE-JAVA.

Java Bin

The full path name to where the java run-time library (e.g., the bin directory) has been installed.; If you have installed the java run-time library in its default location you may not need to enter a value in this field.

Java Server URL

If you have setup a an embedded Java server to access Kourier’s Java library, enter the URL of your Java Server here in the format: http://<server-name>:<port-number>. For more information, see Setting Up a Java Server.

Message Log Size

Every time Kourier sends a message to a DSN, a copy is retained in the KT_MESSAGE,MESSAGE file for auditing and support purposes.  This field indicates the maximum number of messages to save. If this field is left blank, the default value is 500.

 

warning
WidgetWarning

Some messages created by Kourier can be very large!  Make sure you have enough disk space to handle the number of saved messages indicated in this field. 


Runtime Stats Log Size

Each time an export is processed via a service it will generate a runtime statistics log entry for that export. To view these statistics use the Export Statistic Listing. Enter a value to indicate the maximum number of log entries to save.  If this field is left blank, the default value is 100,000.

 

warning
WidgetWarning

Make sure you have enough disk space to handle the number of saved messages indicated in this field. The runtime statistics log file will automatically be trimmed when the limit is reached, removing the oldest log entries first.

 

Transaction Log Size

Enter a number to indicate the maximum number of transaction log entries that will be saved. These transactions can be viewed in the Event Log Listing. The number of transactions generated by the Kourier system will depend on configuration setting of the Log File in the Event Log Notification and Configuration page.

 

warning
WidgetWarning

Make sure you have enough disk space to handle the number of transaction log entries indicated in this field. The KT_TRANSACTION file will automatically be trimmed when the limit is reached, removing the oldest log entries first. 

 

Authorization Code

The Kourier Integrator authorization code must be valid in order to properly license your copy of the software. Please contact Kore Technologies to obtain your Authorization code.

UNIX File Permissions

Indicates the UNIX file permissions that should be associated with files created by Kourier. If this field is empty, files will be created with permissions of 775.

Export Only local files

Use this field to indicate if only local files should be exported when running a service. This field is normally left unchecked unless you are running an application that has many accounts with the same data structures (e.g., IDS-Astra application).

SSIS Autorun URL

This is the URL to the Kourier Package Execution service. This field must be completed in if you want to configure Kourier services to automatically run the SSIS package  associated with an export.  The normal location for this service is on the Kourier GUI Server (e.g., http://KU2ServerName/kourier/Services/PackageExecution.svc).

 

note
WidgetNote

You may need to use an IP address for the KU2Server instead of the servers name if your MVServer can not do DNS lookups (e.g., http://nnn.nnn.nnn.nnn/kourier/Services/PackageExecution.svc). 

 

tip
WidgetTip

You can override this URL for a specific Integration using Integration Definition page. 

 

SSIS Timeout

Indicates the maximum time in seconds that Kourier should wait for the Package Execution service to respond. If this field is left blank the default value of 30 seconds is used.

Autorun SSIS Packages Synchronously

This field controls how Kourier executes the SSIS package associated with an export (i.e., asynchronously or synchronously). On production systems, this field should NOT be checked for improved performance.