Skip to content

Commit 2044a0b

Browse files
committed
Tweak DB2 conn string
1 parent c709f2d commit 2044a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-db2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Typical properties inside the connection string:
9595
"properties": {
9696
"type": "Db2",
9797
"typeProperties": {
98-
"connectionString": "server=<server:port>;database=<database>; authenticationType=Basic;username=<username>; password=<password>; packageCollection=<packagecollection>;certificateCommonName=<certname>;"
98+
"connectionString": "server=<server:port>;database=<database>;authenticationType=Basic;username=<username>;password=<password>;packageCollection=<packagecollection>;certificateCommonName=<certname>;"
9999
},
100100
"connectVia": {
101101
"referenceName": "<name of Integration Runtime>",
@@ -112,7 +112,7 @@ Typical properties inside the connection string:
112112
"properties": {
113113
"type": "Db2",
114114
"typeProperties": {
115-
"connectionString": "server=<server:port>;database=<database>; authenticationType=Basic;username=<username>; packageCollection=<packagecollection>;certificateCommonName=<certname>;",
115+
"connectionString": "server=<server:port>;database=<database>;authenticationType=Basic;username=<username>;packageCollection=<packagecollection>;certificateCommonName=<certname>;",
116116
"password": { 
117117
"type": "AzureKeyVaultSecret", 
118118
"store": { 

0 commit comments

Comments
 (0)