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
When your automated integration workflow needs to work with resources in your DB2 database, use the [**DB2** connector](/connectors/db2/). For example, your workflow can read, list rows, add rows, change rows, delete rows, and so on. Your workflow can include actions that return data from your database and make that output available for other actions to use in your workflow.
17
+
When your automated integration workflow needs to work with resources in your DB2 database, use the [**DB2** connector](/connectors/db2/) to perform different operations on your database. For example, your workflow can read, list tables or rows, add rows, update rows, delete rows, and more. These actions can return data from your database for other actions in your workflow to use.
18
18
19
-
The DB2 connector includes a Microsoft client that communicates with remote DB2 servers across a TCP/IP network. So, you can use this connector to access cloud databases such as IBM DB2 for Windows running in Azure virtualization.
19
+
The DB2 connector includes a Microsoft client that communicates with remote DB2 servers across a TCP/IP network. You can use this connector to access cloud databases such as IBM DB2 for Windows running in Azure virtualization.
20
20
21
-
This guide shows how to connect your workflow to your DB2 database and perform various operations on that database.
21
+
This guide shows how to add a DB2 action to your workflow and set up a connection to your DB2 database.
22
22
23
23
## Supported platforms and versions
24
24
@@ -53,22 +53,22 @@ For more information about the connector and these actions, see [DB2 connector](
53
53
54
54
- The logic app resource and workflow from where you want to access your DB2 database.
55
55
56
-
The DB2 connector provides only actions. If you have an empty workflow, you must first [add a trigger](../logic-apps/add-trigger-action-workflow.md) that works best for your business scenario, to start the workflow.
57
-
56
+
The DB2 connector provides only actions. If you have an empty workflow, you must first [add a trigger](../logic-apps/add-trigger-action-workflow.md) that works best for your scenario.
57
+
58
58
The examples in this guide use the [**Recurrence** trigger](connectors-native-recurrence.md).
59
59
60
60
For more information, see:
61
61
62
62
-[Create a Consumption logic app workflow](../logic-apps/quickstart-create-example-consumption-workflow.md)
63
63
-[Create a Standard logic app workflow](../logic-apps/create-single-tenant-workflows-azure-portal.md)
64
64
65
-
- To access on-premises DB2 databases, you need to[install and set up the on-premises data gateway](../logic-apps/logic-apps-gateway-connection.md).
65
+
- To connect your workflow to on-premises DB2 databases, first[install and set up the on-premises data gateway](../logic-apps/logic-apps-gateway-connection.md).
66
66
67
67
<aname="add-action"></a>
68
68
69
69
## Add a DB2 action
70
70
71
-
The following steps show how to add a DB2 action, for example,**Get tables**, to your workflow.
71
+
The following steps show how to add a DB2 action, such as**Get tables**, to your workflow.
72
72
73
73
> [!NOTE]
74
74
>
@@ -117,7 +117,7 @@ For example:
117
117
118
118
| Property | Required | Description |
119
119
|----------|----------|-------------|
120
-
|**Connect via on-premises gateway**| Yes | Applies only to on-premises connections and shows the on-premises connection properties. |
120
+
|**Connect via on-premises gateway**| Yes | Applies only to on-premises connections. This option also shows more properties for the on-premises connection. |
121
121
|**Connection Name**| Yes | The name for your connection, for example, *DB2-connection*. |
122
122
|**Server**| Yes | The address or alias and port number for your DB2 server, for example, *myDB2server:50000*. <br><br>**Note**: This value is a string that represents a TCP/IP address or alias, either in IPv4 or IPv6 format, followed by a colon and a TCP/IP port number. |
123
123
|**Database**| Yes | The name for your database. <br><br>**Note**: This value is a string that represents a DRDA Relational Database Name (RDBNAM): <br><br>- DB2 for z/OS accepts a 16-byte string where the database is known as an *IBM DB2 for z/OS* location. <br><br>- DB2 for i accepts an 18-byte string where the database is known as an *IBM DB2 for i* relational database. <br><br>- DB2 for LUW accepts an 8-byte string. |
@@ -136,7 +136,7 @@ For example:
136
136
137
137
### Test your workflow and view output tables
138
138
139
-
To manually run your workflow, on the designer toolbar, from the **Run** list, select **Run**. After your workflow completes, you can view the output from the run.
139
+
To manually run your workflow, on the designer toolbar, from the **Run** list, select **Run**. After your workflow finishes, you can view the output from the run.
140
140
141
141
1. If the run details page doesn't open, follow these steps based on your logic app:
0 commit comments