Generate engine public / private keys - connect_cdc_sqdata - Latest

Connect CDC (SQData) Change Data Capture

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Change Data Capture
Copyright
2024
First publish date
2000
ft:lastEdition
2024-09-05
ft:lastPublication
2024-09-05T15:00:09.754973

As previously mentioned, Engines usually run on a different platform than the Data Capture Agent. The Controller Daemon on the Capture platform manages secure communication between Engines and their Capture/Publisher Agents. Therefore a Public / Private Key pair must be generated for the Engine on the platform where the Engine is run. The SQDutil program must be used to generate the necessary keys and must be run under the user-id that will be used by the Engine. For more information about this utility, see the Connect CDC (SQData) SQDUTIL.

Syntax

$ sqdutilkeygen

On z/OS, JCL similar to the sample member NACLKEYS included in the distribution executes the SQDutil program using the keygen command and generates the key pair.

The Public key must then be provided to the administrator of the Capture platform so that it can be added to the nacl.auth.keys file used by the Controller Daemon.

Note: There should also be a Controller Daemon on the platform running Engines to enable command and control features and the browser based Control Center. While it is critical to use unique key pairs when communicating between platforms, it is common to use the same key pair for components running together on the same platform. Consequently, the key pair used by an Engine may be the same pair used by its Controller Daemon.