Updating a source definition for Data Gate
Connect to a data source to give Data Gate access to the original data in Db2 for z/OS. You define a data source when you create (provision) an instance for the first time. This data source can be changed later .
Before you begin
Important: If the source database changes, the newly configured Db2
for z/OS subsystem must have activated a valid
Db2 Connect license (see Activating the Db2 Connect Unlimited license on a Db2 for z/OS subsystem).
Procedure
The details page of the instance is displayed. For example:

Understanding Side Effects When Updating Source Database Connection Information
Updating the source database connection information in Data Gate can have different impacts on your existing configuration. This section explains the effects of modifying various connection parameters.
Important: Some connection changes will cause you to lose all previously loaded tables
and require you to start from scratch.
Impact Summary
| Parameter Type | What You Change | What Happens | Impact on Your Data | What You Need to Do |
|---|---|---|---|---|
| Source Database Connection AND Log Reader Connection | In Source database: Host, Secure DDF port, Location. In Log reader: Host, Secure DDF port. | Pairing is dropped and recreated. | ALL loaded tables are LOST. Replication state is RESET. Table configurations are REMOVED. | Re-add all tables, reload all data, reconfigure replication. |
| Authentication Credentials | Username, Password, TLS certificate, Keystore/Truststore passwords. | Pairing is retained. | Loaded tables are PRESERVED. Replication continues. No data loss. | No action required (connection updates automatically). |
Note: Log reader connection parameters only apply if you selected Use different
connection information for the log reader during configuration. Therefore, Host and
Secure DDF port appear in two sections: Source database section and
Log reader section.
CAUTION:
Changing ANY of these fields (in either section) will cause table loss.
Detailed Scenarios
Scenario 1: Changing Source Database Connection
- Trigger: Changing Host, Secure DDF port, or Location in the Source database section.
- Effect: All table selections are removed, and pairing is dropped and recreated.
- Example: Updating host from
db2host1.example.comtodb2host2.example.comresults in losing all loaded tables and requiring re-adding and reloading tables.
Scenario 2: Changing Log Reader Connection
- Trigger: Changing Host or Secure DDF port in the Log reader section (only if using different connection information for the log reader).
- Effect: All table selections are removed, and pairing is dropped and recreated.
- Example: Updating Log reader host from
db2host1.example.comtodb2host2.example.comresults in losing all loaded tables and requiring re-adding and reloading tables.
Scenario 3: Changing Credentials Only
- Trigger: Changing Username or Password in either Source database or Log reader section.
- Effect: Pairing is retained, and all table selections are preserved.
- Example: Updating a user's password results in retaining all loaded tables and continuing replication normally. No action required.
Scenario 4: Updating TLS Certificate
- Trigger: Uploading a new TLS certificate or changing Keystore/Truststore passwords.
- Effect: Pairing is retained, and all table selections are preserved.
- Example: Updating a certificate from
certificate1.p12tocertificate2.p12results in retaining all loaded tables and continuing replication normally. No action required.