Skip to content

Commit cd96a3a

Browse files
committed
[netlify-build] small fixes
1 parent efae4b2 commit cd96a3a

File tree

1 file changed

+2
-6
lines changed
  • src/connections/reverse-etl/reverse-etl-source-setup-guides

1 file changed

+2
-6
lines changed

src/connections/reverse-etl/reverse-etl-source-setup-guides/db2-setup.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In order to run a Reverse-ETL sync in a DB2 warehouse, Segment needs the followi
2121
2222
1. Open the Db2 warehouse and navigate to **Administration > User management**.
2323
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.
2525

2626

2727
> info ""
@@ -55,16 +55,12 @@ To set up DB2 as your Reverse ETL source:
5555
5. Select **DB2** and click **Add Source**.
5656
6. Enter the configuration settings for your DB2 source:
5757
* Hostname: `<hostname>`
58-
* Port: `<port>` (default)
58+
* Port: `<port>`
5959
* Database: `<db_name>`
6060
* Username: `<segment_db2_user>`
6161
* Password: `<password>`
6262
* Schema [optional]: If not specified, Segment will use the user’s default schema
6363
7. Click **Test Connection** to validate the setup.
6464
8. If the connection is successful, click **Add source**.
6565

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-
7066
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

Comments
 (0)