Add subscription to CDCzLog publisher - 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
Last updated
2024-11-25
Published on
2024-11-25T15:05:48.570404

Examine the existing CDCzLog Publisher Agent configuration (.cab) file. In our first example, data captured from the new Segment was directed to an existing Engine. The Publisher Agent configuration must now be updated to publish the captured data to the new Engine.

The sqdconf utility, with JCL similar to sample member SQDCONIC included in the distribution, will be used to update the CAB file using the add command specifying the DBD_Name and the new target datastore:
//*---------------------------------------------------
//*-  ADD AN ENGINE TO THE CONFIG FILE
//*---------------------------------------------------
//ADDENG2   EXEC SQDCONF,OWNER=&SYSUID
//SQDPARMS DD *  
add --active --key=IVPDB1
--datastore=cdc:////IMSTOORA
/home/sqdata/imspub1/IMSPUB1.cab
A display job can be run at any time to review the complete content of the updated CAB file.
//*-----------------------------------
//*-  DISPLAY CONFIG FILE            
//*-----------------------------------
//DISPLAY   EXEC SQDCONF,OWNER=&SYSUID
//SQDPARMS DD *                      
display /home/sqdata/imspub1/IMSPUB1.cab
//*