Configuring the iWay Log Event Listener

How to:

iWay Log Event Listener listens to the Output CDC Data File that is generated by the iWay Informix CDC Agent and reads the SQL statements record by record.


Top of page

x
Procedure: How to Configure the iWay Log Event Listener

To configure the iWay Log Event Listener using the iWay Service Manager Administration Console:

  1. From the Windows Start menu select All Programs, iWay 6.0 Service Manager, and then Console.

  2. Click Registry in the top pane.

  3. In the left pane, select Listeners.

    The Listeners pane opens, as shown in the following image.

    The table that is provided lists existing listeners and a short description for each.

  4. Click Add.

    The Listener Type pane opens.

  5. Select LogListener from the Type drop-down list and click Next.

    The configuration parameters pane for the iWay Log Event Listener (LogListener) opens.

  6. Provide the required configuration parameters for the new listener, which are described in iWay Log Event Listener (LogListener) Configuration Parameters.
  7. Click Next.

    The Name and Description pane opens.

  8. In the Name field, type a name to identify the iWay Log Event Listener (for example, LogEvent_Listener).
  9. In the Description field, type an optional description for the iWay Log Event Listener.
  10. Click Finish.

    The new File listener (LogEvent_Listener) is added to the list in the Listeners pane.


Top of page

x
Reference: iWay Log Event Listener (LogListener) Configuration Parameters

Parameter

Description

Accepts non-XML (flat) only

If set to true, the listener expects flat (non-XML) documents. Automatic parsing is not performed. The default value is false.

Log Directory *

Specifies the log directory to be used. For example:

/home/iwayqa/cdcagent/output/subscr002/ 

You can also specify this value using a Special Register (SREG).

File Name Pattern *

Specifies the file name pattern to be used. For example:

iwaycdc_subscr002_*.txt

You can also specify this value using a Special Register (SREG).

Marker Property File *

Specifies the marker property file. For example:

newTest.properties

Poll Interval (seconds) *

Specifies the polling interval (in seconds) to be used. For example, 0.

Batch Size *

Specifies the batch size amount to be used. For example, 1.

Filter

Specifies the filter to be used.

Key

Specifies the key to be used.

Key Position

Specifies the key position to be used.

Key Position Type

Specifies the key position type. Select column or token from the drop-down list.

By default, column is selected from the drop-down list.

Key Position Delimiter

Specifies the key position delimiter character to be used. Select space or I from the drop-down list.

By default, space is selected from the drop-down list.

Is Key Type Date

Determines whether the key is type date. By default, false is selected from the drop-down list.

Date Input Format

Specifies the input format of the date to be used.

By default, EEE MMM dd HH:mm:ss yyyy is selected from the drop-down list.

Date Input Format

Specifies the input format of the date to be used.

By default, EEE MMM dd HH:mm:ss yyyy is selected from the drop-down list.

Advanced

Execution Time Limit

Specifies a time limit for document execution (in seconds) before cancellation is attempted.

Multithreading

Specifies a number of documents that can be processed in parallel. The default value is 1.

Maximum threads

Parallel threads can grow to the specified count automatically on demand. The default value is 1.


iWay Software