Use this process to setup or edit the Kourier Integrator configuration settings.
None.
None
Field Name | Description - Usage - Notes |
Kore Classpath | The full path name to where the Kourier java library (jar file) has been installed on your 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. |
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.
Caution: 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.
Caution: 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. |
Authorization Code | The Kourier Integrator authorization code must be valid in order to properly license your copy of the software. Please call 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 filled 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: You may need to use an IP address for the KU2Server instead of the servers name if your MV Server can not do DNS lookups (e.g. http://nnn.nnn.nnn.nnn/kourier/Services/PackageExecution.svc). |
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. |