Access control list and agent configuration files - connect_cdc_sqdata - Latest

Connect CDC (SQData) Secure Communications Components

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) Secure Communications Components
Copyright
2024
First publish date
2000
Last edition
2024-07-30
Last publish date
2024-07-30T19:55:16.493453

These two files are usually created using a text editor on Linux.

Access Control List - The acl.cfg will contain something similar to the following, with the user_name (user_id) under which the Engine will execute either assigned to a group_name or specified in the acls section.
default_acl=query

[groups]
group_name=user_name

[acls]
group_name=admin
A sample sqdagents.cfg file for a single engine running on Linux might look like the following:
acl=acl.cfg
authorized_keys=/home/sqdata/nacl.auth.keys
identity=/home/sqdata/.nacl/id_nacl
message_file=../logs/acl.log
service=2626

[DB2TOKAF]
type=engine
program=sqdata
args=--log-level=2 DB2TOKAF.prc
working_directory=c:/home/sqdata/ENGINE
auto_start=yes