You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/reverse-etl/reverse-etl-source-setup-guides/db2-setup.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ In order to run a Reverse-ETL sync in a DB2 warehouse, Segment needs the followi
21
21
22
22
1. Open the Db2 warehouse and navigate to **Administration > User management**.
23
23
2. Click **Add**.
24
-
3. Create a new user account with *user* privileges. Make sure you save the username and password, as these are required to set up the Segment configuration in a later step.
24
+
3. Create a new user with *user* privileges. Make sure you save the username and password, as these are required to set up the Segment configuration in a later step.
25
25
26
26
27
27
> info ""
@@ -55,16 +55,12 @@ To set up DB2 as your Reverse ETL source:
55
55
5. Select **DB2** and click **Add Source**.
56
56
6. Enter the configuration settings for your DB2 source:
57
57
* Hostname: `<hostname>`
58
-
* Port: `<port>` (default)
58
+
* Port: `<port>`
59
59
* Database: `<db_name>`
60
60
* Username: `<segment_db2_user>`
61
61
* Password: `<password>`
62
62
* Schema [optional]: If not specified, Segment will use the user’s default schema
63
63
7. Click **Test Connection** to validate the setup.
64
64
8. If the connection is successful, click **Add source**.
65
65
66
-
> warning ""
67
-
> Segment only supports user/password authentication for DB2.
68
-
> Ensure that your DB2 instance is configured to allow remote connections and the user has the necessary permissions.
69
-
70
66
After you've successfully added your DB2 source, [add a model](/docs/connections/reverse-etl/setup/#step-2-add-a-model) and follow the rest of the steps in the Reverse ETL setup guide.
0 commit comments