Skip to content

Commit 439a55a

Browse files
committed
Fix code and head
1 parent 4fa55e1 commit 439a55a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/data-factory/connector-troubleshoot-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following errors are general to the copy activity and could occur with any c
6363

6464
- **Recommendation**: Check your integration runtime environment, see [Use Self-hosted Integration Runtime](./format-parquet.md#using-self-hosted-integration-runtime).
6565

66-
#### Error code: 20002
66+
#### <a name="error-code-jniexception"></a> Error code: 20002 - JniException
6767

6868
- **Message**: `An error occurred when invoking Java Native Interface.`
6969

@@ -98,7 +98,7 @@ The following errors are general to the copy activity and could occur with any c
9898

9999
3. Save the file, and then restart the Self-hosted IR machine.
100100

101-
#### <a name="error-code-jniexception"></a> Error code: 20150 - JniException
101+
#### <a name="error-code-getoauth2accesstokenerrorresponse"></a> Error code: 20150 - GetOAuth2AccessTokenErrorResponse
102102

103103
- **Message**: `Failed to get access token from your token endpoint. Error returned from your authorization server: %errorResponse;.`
104104

@@ -258,7 +258,7 @@ The following errors are general to the copy activity and could occur with any c
258258

259259
- **Recommendation**: Verify your query is valid and can return data/schemas. Use [Script activity](transform-data-using-script.md) if you want to execute nonquery scripts and your data store is supported. Alternatively, consider to use stored procedure that returns a dummy result to execute your nonquery scripts.
260260

261-
#### <a name="error-code-failtoresolveparametersinexploratorycontroller"></a> Error code: 11775 - FailToResolveParametersInExploratoryController
261+
#### Error code: 11775
262262

263263
- **Message**: `Failed to connect to your instance of Azure Database for PostgreSQL flexible server. '%'`
264264

articles/data-factory/connector-troubleshoot-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ ms.custom: has-adal-ref, synapse
1616

1717
This article provides suggestions to troubleshoot common problems with the Azure Database for PostgreSQL connector in Azure Data Factory and Azure Synapse.
1818

19-
## <a name="error-code-azurepostgresqlnpgsqldatatypenotsupported"></a> Error code: 23704 - AzurePostgreSqlNpgsqlDataTypeNotSupported
19+
## <a name="error-code-azurepostgresqlnpgsqlpartitioncolumnnamenotprovided"></a> Error code: 23704 - AzurePostgreSqlNpgsqlPartitionColumnNameNotProvided
2020

2121
- **Message**: `Partition column name must be specified.`
2222

2323
- **Cause**: No partition column name is provided, and it couldn't be decided automatically.
2424

25-
## <a name="error-code-azurepostgresqlnpgsqlpartitioncolumnnamenotprovided"></a> Error code: 23705 - AzurePostgreSqlNpgsqlPartitionColumnNameNotProvided
25+
## Error code: 23705
2626

2727
- **Message**: `The data type of the chosen Partition Column, '%partitionColumn;', is '%dataType;' and this data type is not supported for partitioning.`
2828

0 commit comments

Comments
 (0)