Skip to content

Commit ba1714d

Browse files
committed
Update url
1 parent 5e3631b commit ba1714d

File tree

2 files changed

+30
-56
lines changed

2 files changed

+30
-56
lines changed

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

Lines changed: 27 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can refer to the troubleshooting pages for each connector to see problems sp
4444

4545
The following errors are general to the copy activity and could occur with any connector.
4646

47-
#### <a name="error-code-usererrorodbcoperationFailed"></a> Error code: 2200 - UserErrorOdbcOperationFailed
47+
#### <a name="error-code-usererrorodbcoperationfailed"></a> Error code: 2200 - UserErrorOdbcOperationFailed
4848

4949
- **Message**: `The underlying connection was closed: An unexpected error occurred on a send.`
5050

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

7272
- **Recommendation**: Sign in to the machine that hosts *each node* of your self-hosted integration runtime. Check to ensure that the system variable is set correctly, as follows: `_JAVA_OPTIONS "-Xms256m -Xmx16g" with memory bigger than 8G`. Restart all the integration runtime nodes, and then rerun the pipeline.
7373

74-
<a name="error-code-wildcardpathsinknotsupported"></a>
75-
#### Error code: 20020 - WildcardPathSinkNotSupported
74+
#### <a name="error-code-wildcardpathsinknotsupported"></a> Error code: 20020 - WildcardPathSinkNotSupported
7675

7776
- **Message**: `Wildcard in path is not supported in sink dataset. Fix the path: '%setting;'.`
7877

@@ -99,50 +98,45 @@ The following errors are general to the copy activity and could occur with any c
9998

10099
3. Save the file, and then restart the Self-hosted IR machine.
101100

102-
<a name="error-code-jniexception"></a>
103-
#### Error code: 20150 - JniException
101+
#### <a name="error-code-jniexception"></a> Error code: 20150 - JniException
104102

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

107105
- **Cause**: Your client ID or client secret is invalid, and the authentication failed in your authorization server.
108106

109107
- **Recommendation**: Correct all OAuth2 client credential flow settings of your authorization server.
110108

111-
<a name="error-code-failedtogetoauth2accesstoken"></a>
112-
#### Error code: 20151 - FailedToGetOAuth2AccessToken
109+
#### <a name="error-code-failedtogetoauth2accesstoken"></a> Error code: 20151 - FailedToGetOAuth2AccessToken
113110

114111
- **Message**: `Failed to get access token from your token endpoint. Error message: %errorMessage;.`
115112

116113
- **Cause**: OAuth2 client credential flow settings are invalid.
117114

118115
- **Recommendation**: Correct all OAuth2 client credential flow settings of your authorization server.
119116

120-
<a name="error-code-<a name="error-code-oauth2accesstokentypenotsupported"></a>
121-
#### Error code: 20152 - OAuth2AccessTokenTypeNotSupported
117+
#### <a name="error-code-<a name="error-code-oauth2accesstokentypenotsupported"></a> Error code: 20152 - OAuth2AccessTokenTypeNotSupported
122118

123119
- **Message**: `The token type '%tokenType;' from your authorization server is not supported, supported types: '%tokenTypes;'.`
124120

125121
- **Cause**: Your authorization server isn't supported.
126122

127123
- **Recommendation**: Use an authorization server that can return tokens with supported token types.
128-
-
129-
<a name="error-code-<a name="error-code-oauth2clientidcolonnotallowed"></a>
130-
#### Error code: 20153 - OAuth2ClientIdColonNotAllowed
124+
125+
#### <a name="error-code-<a name="error-code-oauth2clientidcolonnotallowed"></a> Error code: 20153 - OAuth2ClientIdColonNotAllowed
131126

132127
- **Message**: `The character colon(:) is not allowed in clientId for OAuth2ClientCredential authentication.`
133128

134129
- **Cause**: Your client ID includes the invalid character colon (`:`).
135130

136131
- **Recommendation**: Use a valid client ID.
137132

138-
#### <a name="error-code-ManagedIdentityCredentialObjectNotSupported"></a> Error code: 20523 - ManagedIdentityCredentialObjectNotSupported
133+
#### <a name="error-code-managedidentitycredentialobjectnotsupported"></a> Error code: 20523 - ManagedIdentityCredentialObjectNotSupported
139134

140135
- **Message**: `Managed identity credential is not supported in this version ('%version;') of Self Hosted Integration Runtime.`
141136

142137
- **Recommendation**: Check the supported version and upgrade the integration runtime to a higher version.
143138

144-
<a name="error-code-QueryMissingFormatSettingsInDataset"></a>
145-
#### Error code: 20551 - QueryMissingFormatSettingsInDataset
139+
#### <a name="error-code-querymissingformatsettingsindataset"></a> Error code: 20551 - QueryMissingFormatSettingsInDataset
146140

147141
- **Message**: `The format settings are missing in dataset %dataSetName;.`
148142

@@ -154,115 +148,99 @@ The following errors are general to the copy activity and could occur with any c
154148

155149
- **Recommendation**: Deselect the "Binary copy" in the dataset, and set correct format settings.
156150

157-
<a name="error-code-QueryUnsupportedCommandBehavior"></a>
158-
#### Error code: 20552 - QueryUnsupportedCommandBehavior
151+
#### <a name="error-code-queryunsupportedcommandbehavior"></a> Error code: 20552 - QueryUnsupportedCommandBehavior
159152

160153
- **Message**: `The command behavior "%behavior;" is not supported.`
161154

162155
- **Recommendation**: Don't add the command behavior as a parameter for preview or GetSchema API request URL.
163156

164-
<a name="error-code-DataConsistencyFailedToGetSourceFileMetadata"></a>
165-
#### Error code: 20701 - DataConsistencyFailedToGetSourceFileMetadata
157+
#### <a name="error-code-dataconsistencyfailedtogetsourcefilemetadata"></a> Error code: 20701 - DataConsistencyFailedToGetSourceFileMetadata
166158

167159
- **Message**: `Failed to retrieve source file ('%name;') metadata to validate data consistency.`
168160

169161
- **Cause**: There's a transient issue on the sink data store, or retrieving metadata from the sink data store isn't allowed.
170162

171-
<a name="error-code-DataConsistencyFailedToGetSinkFileMetadata"></a>
172-
#### Error code: 20703 - DataConsistencyFailedToGetSinkFileMetadata
163+
#### <a name="error-code-dataconsistencyfailedtogetsinkfilemetadata"></a> Error code: 20703 - DataConsistencyFailedToGetSinkFileMetadata
173164

174165
- **Message**: `Failed to retrieve sink file ('%name;') metadata to validate data consistency.`
175166

176167
- **Cause**: There's a transient issue on the sink data store, or retrieving metadata from the sink data store isn't allowed.
177168

178-
<a name="error-code-DataConsistencyValidationNotSupportedForNonDirectBinaryCopy"></a>
179-
#### Error code: 20704 - DataConsistencyValidationNotSupportedForNonDirectBinaryCopy
169+
#### <a name="error-code-dataconsistencyvalidationnotsupportedfornondirectbinarycopy"></a> Error code: 20704 - DataConsistencyValidationNotSupportedForNonDirectBinaryCopy
180170

181171
- **Message**: `Data consistency validation is not supported in current copy activity settings.`
182172

183173
- **Cause**: The data consistency validation is only supported in the direct binary copy scenario.
184174

185175
- **Recommendation**: Remove the 'validateDataConsistency' property in the copy activity payload.
186176

187-
<a name="error-code-DataConsistencyValidationNotSupportedForLowVersionSelfHostedIntegrationRuntime"></a>
188-
#### Error code: 20705 - DataConsistencyValidationNotSupportedForLowVersionSelfHostedIntegrationRuntime
177+
#### <a name="error-code-dataconsistencyvalidationnotsupportedforlowversionselfhostedintegrationruntime"></a> Error code: 20705 - DataConsistencyValidationNotSupportedForLowVersionSelfHostedIntegrationRuntime
189178

190179
- **Message**: `'validateDataConsistency' is not supported in this version ('%version;') of Self Hosted Integration Runtime.`
191180

192181
- **Recommendation**: Check the supported integration runtime version and upgrade it to a higher version, or remove the 'validateDataConsistency' property from copy activities.
193182

194-
<a name="error-code-SkipMissingFileNotSupportedForNonDirectBinaryCopy"></a>
195-
#### Error code: 20741 - SkipMissingFileNotSupportedForNonDirectBinaryCopy
183+
#### <a name="error-code-skipmissingfilenotsupportedfornondirectbinarycopy"></a> Error code: 20741 - SkipMissingFileNotSupportedForNonDirectBinaryCopy
196184

197185
- **Message**: `Skip missing file is not supported in current copy activity settings, it's only supported with direct binary copy with folder.`
198186

199187
- **Recommendation**: Remove 'fileMissing' of the skipErrorFile setting in the copy activity payload.
200188

201-
<a name="error-code-SkipInconsistencyDataNotSupportedForNonDirectBinaryCopy"></a>
202-
#### Error code: 20742 - SkipInconsistencyDataNotSupportedForNonDirectBinaryCopy
189+
#### <a name="error-code-skipinconsistencydatanotsupportedfornondirectbinarycopy"></a> Error code: 20742 - SkipInconsistencyDataNotSupportedForNonDirectBinaryCopy
203190

204191
- **Message**: `Skip inconsistency is not supported in current copy activity settings, it's only supported with direct binary copy when validateDataConsistency is true.`
205192

206193
- **Recommendation**: Remove 'dataInconsistency' of the skipErrorFile setting in the copy activity payload.
207194

208-
<a name="error-code-SkipForbiddenFileNotSupportedForNonDirectBinaryCopy"></a>
209-
#### Error code: 20743 - SkipForbiddenFileNotSupportedForNonDirectBinaryCopy
195+
#### <a name="error-code-skipforbiddenfilenotsupportedfornondirectbinarycopy"></a> Error code: 20743 - SkipForbiddenFileNotSupportedForNonDirectBinaryCopy
210196

211197
- **Message**: `Skip forbidden file is not supported in current copy activity settings, it's only supported with direct binary copy with folder.`
212198

213199
- **Recommendation**: Remove 'fileForbidden' of the skipErrorFile setting in the copy activity payload.
214200

215-
<a name="error-code-SkipForbiddenFileNotSupportedForThisConnector"></a>
216-
#### Error code: 20744 - SkipForbiddenFileNotSupportedForThisConnector
201+
#### <a name="error-code-skipforbiddenfilenotsupportedforthisconnector"></a> Error code: 20744 - SkipForbiddenFileNotSupportedForThisConnector
217202

218203
- **Message**: `Skip forbidden file is not supported for this connector: ('%connectorName;').`
219204

220205
- **Recommendation**: Remove 'fileForbidden' of the skipErrorFile setting in the copy activity payload.
221206

222-
<a name="error-code-SkipInvalidFileNameNotSupportedForNonDirectBinaryCopy"></a>
223-
#### Error code: 20745 - SkipInvalidFileNameNotSupportedForNonDirectBinaryCopy
207+
#### <a name="error-code-skipinvalidfilenamenotsupportedfornondirectbinarycopy"></a> Error code: 20745 - SkipInvalidFileNameNotSupportedForNonDirectBinaryCopy
224208

225209
- **Message**: `Skip invalid file name is not supported in current copy activity settings, it's only supported with direct binary copy with folder.`
226210

227211
- **Recommendation**: Remove 'invalidFileName' of the skipErrorFile setting in the copy activity payload.
228212

229-
<a name="error-code-SkipInvalidFileNameNotSupportedForSource"></a>
230-
#### Error code: 20746 - SkipInvalidFileNameNotSupportedForSource
213+
#### <a name="error-code-skipinvalidfilenamenotsupportedforsource"></a> Error code: 20746 - SkipInvalidFileNameNotSupportedForSource
231214

232215
- **Message**: `Skip invalid file name is not supported for '%connectorName;' source.`
233216

234217
- **Recommendation**: Remove 'invalidFileName' of the skipErrorFile setting in the copy activity payload.
235218

236-
<a name="error-code-SkipInvalidFileNameNotSupportedForSink"></a>
237-
#### Error code: 20747 - SkipInvalidFileNameNotSupportedForSink
219+
#### <a name="error-code-skipinvalidfilenamenotsupportedforsink"></a> Error code: 20747 - SkipInvalidFileNameNotSupportedForSink
238220

239221
- **Message**: `Skip invalid file name is not supported for '%connectorName;' sink.`
240222

241223
- **Recommendation**: Remove 'invalidFileName' of the skipErrorFile setting in the copy activity payload.
242224

243-
<a name="error-code-SkipAllErrorFileNotSupportedForNonBinaryCopy"></a>
244-
#### Error code: 20748 - SkipAllErrorFileNotSupportedForNonBinaryCopy
225+
#### <a name="error-code-skipallerrorfilenotsupportedfornonbinarycopy"></a> Error code: 20748 - SkipAllErrorFileNotSupportedForNonBinaryCopy
245226

246227
- **Message**: `Skip all error file is not supported in current copy activity settings, it's only supported with binary copy with folder.`
247228

248229
- **Recommendation**: Remove 'allErrorFile' in the skipErrorFile setting in the copy activity payload.
249230

250-
<a name="error-code-DeleteFilesAfterCompletionNotSupportedForNonDirectBinaryCopy"></a>
251-
#### Error code: 20771 - DeleteFilesAfterCompletionNotSupportedForNonDirectBinaryCopy
231+
#### <a name="error-code-deletefilesaftercompletionnotsupportedfornondirectbinarycopy"></a> Error code: 20771 - DeleteFilesAfterCompletionNotSupportedForNonDirectBinaryCopy
252232

253233
- **Message**: `'deleteFilesAfterCompletion' is not support in current copy activity settings, it's only supported with direct binary copy.`
254234

255235
- **Recommendation**: Remove the 'deleteFilesAfterCompletion' setting or use direct binary copy.
256236

257-
<a name="error-code-DeleteFilesAfterCompletionNotSupportedForThisConnector"></a>
258-
#### Error code: 20772 - DeleteFilesAfterCompletionNotSupportedForThisConnector
237+
#### <a name="error-code-deletefilesaftercompletionnotsupportedforthisconnector"></a> Error code: 20772 - DeleteFilesAfterCompletionNotSupportedForThisConnector
259238

260239
- **Message**: `'deleteFilesAfterCompletion' is not supported for this connector: ('%connectorName;').`
261240

262241
- **Recommendation**: Remove the 'deleteFilesAfterCompletion' setting in the copy activity payload.
263242

264-
<a name="error-code-FailedToDownloadCustomPlugins"></a>
265-
#### Error code: 27002 - FailedToDownloadCustomPlugins
243+
#### <a name="error-code-failedtodownloadcustomplugins"></a> Error code: 27002 - FailedToDownloadCustomPlugins
266244

267245
- **Message**: `Failed to download custom plugins.`
268246

@@ -272,17 +250,15 @@ The following errors are general to the copy activity and could occur with any c
272250

273251
## General connector errors
274252

275-
<a name="error-code-UserErrorOdbcInvalidQueryString"></a>
276-
#### Error code: 9611 - UserErrorOdbcInvalidQueryString
253+
#### <a name="error-code-usererrorodbcinvalidquerystring"></a> Error code: 9611 - UserErrorOdbcInvalidQueryString
277254

278255
- **Message**: `The following ODBC Query is not valid: '%'.`
279256

280257
- **Cause**: You provide a wrong or invalid query to fetch the data/schemas.
281258

282259
- **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.
283260

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

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

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to troubleshoot issues with the Azure Database for Postgr
55
author: jianleishen
66
ms.subservice: data-movement
77
ms.topic: troubleshooting
8-
ms.date: 10/20/2023
8+
ms.date: 01/16/2025
99
ms.author: jianleishen
1010
ms.custom: has-adal-ref, synapse
1111
---
@@ -16,15 +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>
20-
## Error code: 23704 - AzurePostgreSqlNpgsqlDataTypeNotSupported
19+
## <a name="error-code-azurepostgresqlnpgsqldatatypenotsupported"></a> Error code: 23704 - AzurePostgreSqlNpgsqlDataTypeNotSupported
2120

2221
- **Message**: `Partition column name must be specified.`
2322

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

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

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

0 commit comments

Comments
 (0)