Create a new server for FileSystem - Connect_CDC - connect_cdc_mimix_share - 6.x

Connect CDC Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
6.x
ft:locale
en-US
Product name
Connect CDC
ft:title
Connect CDC Getting Started Guide
Copyright
2025
First publish date
2003
ft:lastEdition
2026-02-25
ft:lastPublication
2026-02-25T19:01:02.274000
L1_Product_Gateway
Integrate
L2_Product_Segment
Data Integration
L3_Product_Brand
Precisely Connect
L4_Investment_Segment
Application Data Integration
L5_Product_Group
ADI - Connect
L6_Product_Name
Connect CDC
  1. Enter a server name in the Name field.
  2. Select FileSystem from DBMS type dropdown.
    Tip: GMT offset (minutes) shows how many minutes your local time differs from Greenwich Mean Time (GMT). For example, Boston is 300 minutes behind GMT. This information is for reference only.

  3. Click the Settings tab to add or modify parameters. See the Server Properties dialog for FileSystem table for descriptions.

Table 1. Server Properties dialog
Parameter Description
Connection Type
  • Localhost - Refers to the system where the Connect CDC Kernel is installed and running.
  • Remote Connections - Enables a secure, authenticated link between Connect CDC and the designated S3 bucket for data exchange.
    Note: If Remote Connections is selected, refer to Create a new remote file server for S3 as a target.
Rollover criteria The system creates a new target file when certain events occur. By default, this happens when the request stops. When a rollover occurs, an alert is sent to monitoring and control tools such as Connect CDC MonCon.
Rollover file naming format:
TargetFileName_YYYYMMDDHHmmSS_rev.csv
where:
  • YYYY = Year
  • MM = Month
  • DD = Day
  • HH = Hour (24-hour format)
  • mm = Minutes
  • SS = Seconds
  • rev = Revision number
The other options are:
  • At time (HH:MM:SS) - Rolls over at a specific time of day using 24-hour format (e.g., 23:00 for 11:00 PM). You can only specify time, not the day.

  • Every interval (HH:MM:SS) - Rolls over after a set interval (e.g., 02:30:00 for 2 hours 30 minutes). Hours can exceed 24.

  • Size greater than (characters) - Rolls over when the file exceeds a specified number of characters.

  • Rows greater than - Rolls over when the file contains more than a specified number of rows.

File format
Sets the format for messages sent to Kafka:
  • CSV (No Schema): Comma-Separated Values format.
  • JSON: Encodes messages as complete JSON objects, making them readable by any JSON parser.

Omit null columns - Select this option to remove any data fields with null values from the message.

Note: This option is only available when the target is set to use the JSON message format.
Images for update

Specifies how Connect CDC records before and after values for all columns in a file when capturing an Update statement:

  • After image only: - Connect CDC records only the after values in the record.
    Note: This is the default setting.
  • Both in the same record: - Connect CDC records both before and after values in a single record. This option is available only when the target uses the JSON message format.

Each in a separate record: - Connect CDC records both before and after values, but places them in separate records. For the before value, Connect CDC sets the entry in the sv_manip_type column to B.

Character set

Choose one of the following options:

  • Default – Uses the character set of the operating system.

  • UTF-8 – Select this option if your source table includes Unicode columns.

Null string The default is “~”. Connect CDC differentiates between null and empty strings. Connect CDC identifies an empty string as no character.
Quote character The default is a double quote ("). The quote character has the same requirements as the delimiter character.
Delimiter
  • Field - By default, fields are separated by a comma (,).
  • Record - The default record delimiter varies by operating system:
    • Unix: \n
    • Windows: \r\n

Valid Character set for Field and Record

You can specify multiple printable characters as delimiters. The default size value of the record delimiter is 10, and 20 in the case where escaped characters are used. At least one printable character, or two for an escaped character, should be entered as a delimiter.

Valid Values and Limitations

  • Maximum printable characters allowed: 10
  • Minimum printable characters allowed: 1
  • Any upper and lower case letters
  • Any numeric digits
  • Any special characters from the following set:
     `,~!@#$%^&*()-_++{}[]|;:”’<>./?    
  • Escaped characters (backslash character \), followed by the characters from the following subset:
    t, n, \, 0, or r  

Each of these will be counted as one (1) character. If you use a space, you must enter \b. The binary zero is not allowed in the list of escaped characters.

Note: You can mix all of the above characters as delimiters.