@@ -44,7 +44,8 @@ You can refer to the troubleshooting pages for each connector to see problems sp
44
44
45
45
The following errors are general to the copy activity and could occur with any connector.
46
46
47
- #### Error code: 2200
47
+ <a name =" error-code-usererrorodbcoperationFailed " ></a >
48
+ #### Error code: 2200 - UserErrorOdbcOperationFailed
48
49
49
50
- ** Message** : ` The underlying connection was closed: An unexpected error occurred on a send. `
50
51
@@ -55,15 +56,15 @@ The following errors are general to the copy activity and could occur with any c
55
56
- Check the authentication method used for the connection.
56
57
- Review firewall configuration settings for Azure Cosmos DB to ensure they allow the necessary traffic.
57
58
58
- #### Error code: 20000
59
+ <a name =" error-code-jrenotfound " ></a >
60
+ #### Error code: 20000 - JreNotFound
59
61
60
62
- ** Message** : ` Java Runtime Environment cannot be found on the Self-hosted Integration Runtime machine. It is required for parsing or writing to Parquet/ORC files. Make sure Java Runtime Environment has been installed on the Self-hosted Integration Runtime machine. `
61
63
62
64
- ** Cause** : The self-hosted IR can't find Java Runtime. Java Runtime is required for reading particular sources.
63
65
64
66
- ** Recommendation** : Check your integration runtime environment, see [ Use Self-hosted Integration Runtime] ( ./format-parquet.md#using-self-hosted-integration-runtime ) .
65
67
66
-
67
68
#### Error code: 20002
68
69
69
70
- ** Message** : ` An error occurred when invoking Java Native Interface. `
@@ -72,7 +73,8 @@ The following errors are general to the copy activity and could occur with any c
72
73
73
74
- ** 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.
74
75
75
- #### Error code: 20020
76
+ <a name =" error-code-wildcardpathsinknotsupported " ></a >
77
+ #### Error code: 20020 - WildcardPathSinkNotSupported
76
78
77
79
- ** Message** : ` Wildcard in path is not supported in sink dataset. Fix the path: '%setting;'. `
78
80
@@ -99,45 +101,51 @@ The following errors are general to the copy activity and could occur with any c
99
101
100
102
3 . Save the file, and then restart the Self-hosted IR machine.
101
103
102
- #### Error code: 20150
104
+ <a name =" error-code-jniexception " ></a >
105
+ #### Error code: 20150 - JniException
103
106
104
107
- ** Message** : ` Failed to get access token from your token endpoint. Error returned from your authorization server: %errorResponse;. `
105
108
106
109
- ** Cause** : Your client ID or client secret is invalid, and the authentication failed in your authorization server.
107
110
108
111
- ** Recommendation** : Correct all OAuth2 client credential flow settings of your authorization server.
109
112
110
- #### Error code: 20151
113
+ <a name =" error-code-failedtogetoauth2accesstoken " ></a >
114
+ #### Error code: 20151 - FailedToGetOAuth2AccessToken
111
115
112
116
- ** Message** : ` Failed to get access token from your token endpoint. Error message: %errorMessage;. `
113
117
114
118
- ** Cause** : OAuth2 client credential flow settings are invalid.
115
119
116
120
- ** Recommendation** : Correct all OAuth2 client credential flow settings of your authorization server.
117
121
118
- #### Error code: 20152
122
+ <a name="error-code-<a name =" error-code-oauth2accesstokentypenotsupported " ></a >
123
+ #### Error code: 20152 - OAuth2AccessTokenTypeNotSupported
119
124
120
125
- ** Message** : ` The token type '%tokenType;' from your authorization server is not supported, supported types: '%tokenTypes;'. `
121
126
122
127
- ** Cause** : Your authorization server isn't supported.
123
128
124
129
- ** Recommendation** : Use an authorization server that can return tokens with supported token types.
125
-
126
- #### Error code: 20153
130
+ -
131
+ <a name="error-code-<a name =" error-code-oauth2clientidcolonnotallowed " ></a >
132
+ #### Error code: 20153 - OAuth2ClientIdColonNotAllowed
127
133
128
134
- ** Message** : ` The character colon(:) is not allowed in clientId for OAuth2ClientCredential authentication. `
129
135
130
136
- ** Cause** : Your client ID includes the invalid character colon (` : ` ).
131
137
132
138
- ** Recommendation** : Use a valid client ID.
133
139
134
- #### Error code: 20523
140
+ <a name =" error-code-ManagedIdentityCredentialObjectNotSupported " ></a >
141
+ #### Error code: 20523 - ManagedIdentityCredentialObjectNotSupported
135
142
136
143
- ** Message** : ` Managed identity credential is not supported in this version ('%version;') of Self Hosted Integration Runtime. `
137
144
138
145
- ** Recommendation** : Check the supported version and upgrade the integration runtime to a higher version.
139
146
140
- #### Error code: 20551
147
+ <a name =" error-code-QueryMissingFormatSettingsInDataset " ></a >
148
+ #### Error code: 20551 - QueryMissingFormatSettingsInDataset
141
149
142
150
- ** Message** : ` The format settings are missing in dataset %dataSetName;. `
143
151
@@ -149,99 +157,115 @@ The following errors are general to the copy activity and could occur with any c
149
157
150
158
- ** Recommendation** : Deselect the "Binary copy" in the dataset, and set correct format settings.
151
159
152
- #### Error code: 20552
160
+ <a name =" error-code-QueryUnsupportedCommandBehavior " ></a >
161
+ #### Error code: 20552 - QueryUnsupportedCommandBehavior
153
162
154
163
- ** Message** : ` The command behavior "%behavior;" is not supported. `
155
164
156
165
- ** Recommendation** : Don't add the command behavior as a parameter for preview or GetSchema API request URL.
157
166
158
- #### Error code: 20701
167
+ <a name =" error-code-DataConsistencyFailedToGetSourceFileMetadata " ></a >
168
+ #### Error code: 20701 - DataConsistencyFailedToGetSourceFileMetadata
159
169
160
170
- ** Message** : ` Failed to retrieve source file ('%name;') metadata to validate data consistency. `
161
171
162
172
- ** Cause** : There's a transient issue on the sink data store, or retrieving metadata from the sink data store isn't allowed.
163
173
164
- #### Error code: 20703
174
+ <a name =" error-code-DataConsistencyFailedToGetSinkFileMetadata " ></a >
175
+ #### Error code: 20703 - DataConsistencyFailedToGetSinkFileMetadata
165
176
166
177
- ** Message** : ` Failed to retrieve sink file ('%name;') metadata to validate data consistency. `
167
178
168
179
- ** Cause** : There's a transient issue on the sink data store, or retrieving metadata from the sink data store isn't allowed.
169
180
170
- #### Error code: 20704
181
+ <a name =" error-code-DataConsistencyValidationNotSupportedForNonDirectBinaryCopy " ></a >
182
+ #### Error code: 20704 - DataConsistencyValidationNotSupportedForNonDirectBinaryCopy
171
183
172
184
- ** Message** : ` Data consistency validation is not supported in current copy activity settings. `
173
185
174
186
- ** Cause** : The data consistency validation is only supported in the direct binary copy scenario.
175
187
176
188
- ** Recommendation** : Remove the 'validateDataConsistency' property in the copy activity payload.
177
189
178
- #### Error code: 20705
190
+ <a name =" error-code-DataConsistencyValidationNotSupportedForLowVersionSelfHostedIntegrationRuntime " ></a >
191
+ #### Error code: 20705 - DataConsistencyValidationNotSupportedForLowVersionSelfHostedIntegrationRuntime
179
192
180
193
- ** Message** : ` 'validateDataConsistency' is not supported in this version ('%version;') of Self Hosted Integration Runtime. `
181
194
182
195
- ** Recommendation** : Check the supported integration runtime version and upgrade it to a higher version, or remove the 'validateDataConsistency' property from copy activities.
183
196
184
- #### Error code: 20741
197
+ <a name =" error-code-SkipMissingFileNotSupportedForNonDirectBinaryCopy " ></a >
198
+ #### Error code: 20741 - SkipMissingFileNotSupportedForNonDirectBinaryCopy
185
199
186
200
- ** Message** : ` Skip missing file is not supported in current copy activity settings, it's only supported with direct binary copy with folder. `
187
201
188
202
- ** Recommendation** : Remove 'fileMissing' of the skipErrorFile setting in the copy activity payload.
189
203
190
- #### Error code: 20742
204
+ <a name =" error-code-SkipInconsistencyDataNotSupportedForNonDirectBinaryCopy " ></a >
205
+ #### Error code: 20742 - SkipInconsistencyDataNotSupportedForNonDirectBinaryCopy
191
206
192
207
- ** Message** : ` Skip inconsistency is not supported in current copy activity settings, it's only supported with direct binary copy when validateDataConsistency is true. `
193
208
194
209
- ** Recommendation** : Remove 'dataInconsistency' of the skipErrorFile setting in the copy activity payload.
195
210
196
- #### Error code: 20743
211
+ <a name =" error-code-SkipForbiddenFileNotSupportedForNonDirectBinaryCopy " ></a >
212
+ #### Error code: 20743 - SkipForbiddenFileNotSupportedForNonDirectBinaryCopy
197
213
198
214
- ** Message** : ` Skip forbidden file is not supported in current copy activity settings, it's only supported with direct binary copy with folder. `
199
215
200
216
- ** Recommendation** : Remove 'fileForbidden' of the skipErrorFile setting in the copy activity payload.
201
217
202
- #### Error code: 20744
218
+ <a name =" error-code-SkipForbiddenFileNotSupportedForThisConnector " ></a >
219
+ #### Error code: 20744 - SkipForbiddenFileNotSupportedForThisConnector
203
220
204
221
- ** Message** : ` Skip forbidden file is not supported for this connector: ('%connectorName;'). `
205
222
206
223
- ** Recommendation** : Remove 'fileForbidden' of the skipErrorFile setting in the copy activity payload.
207
224
208
- #### Error code: 20745
225
+ <a name =" error-code-SkipInvalidFileNameNotSupportedForNonDirectBinaryCopy " ></a >
226
+ #### Error code: 20745 - SkipInvalidFileNameNotSupportedForNonDirectBinaryCopy
209
227
210
228
- ** Message** : ` Skip invalid file name is not supported in current copy activity settings, it's only supported with direct binary copy with folder. `
211
229
212
230
- ** Recommendation** : Remove 'invalidFileName' of the skipErrorFile setting in the copy activity payload.
213
231
214
- #### Error code: 20746
232
+ <a name =" error-code-SkipInvalidFileNameNotSupportedForSource " ></a >
233
+ #### Error code: 20746 - SkipInvalidFileNameNotSupportedForSource
215
234
216
235
- ** Message** : ` Skip invalid file name is not supported for '%connectorName;' source. `
217
236
218
237
- ** Recommendation** : Remove 'invalidFileName' of the skipErrorFile setting in the copy activity payload.
219
238
220
- #### Error code: 20747
239
+ <a name =" error-code-SkipInvalidFileNameNotSupportedForSink " ></a >
240
+ #### Error code: 20747 - SkipInvalidFileNameNotSupportedForSink
221
241
222
242
- ** Message** : ` Skip invalid file name is not supported for '%connectorName;' sink. `
223
243
224
244
- ** Recommendation** : Remove 'invalidFileName' of the skipErrorFile setting in the copy activity payload.
225
245
226
- #### Error code: 20748
246
+ <a name =" error-code-SkipAllErrorFileNotSupportedForNonBinaryCopy " ></a >
247
+ #### Error code: 20748 - SkipAllErrorFileNotSupportedForNonBinaryCopy
227
248
228
249
- ** Message** : ` Skip all error file is not supported in current copy activity settings, it's only supported with binary copy with folder. `
229
250
230
251
- ** Recommendation** : Remove 'allErrorFile' in the skipErrorFile setting in the copy activity payload.
231
252
232
- #### Error code: 20771
253
+ <a name =" error-code-DeleteFilesAfterCompletionNotSupportedForNonDirectBinaryCopy " ></a >
254
+ #### Error code: 20771 - DeleteFilesAfterCompletionNotSupportedForNonDirectBinaryCopy
233
255
234
256
- ** Message** : ` 'deleteFilesAfterCompletion' is not support in current copy activity settings, it's only supported with direct binary copy. `
235
257
236
258
- ** Recommendation** : Remove the 'deleteFilesAfterCompletion' setting or use direct binary copy.
237
259
238
- #### Error code: 20772
260
+ <a name =" error-code-DeleteFilesAfterCompletionNotSupportedForThisConnector " ></a >
261
+ #### Error code: 20772 - DeleteFilesAfterCompletionNotSupportedForThisConnector
239
262
240
263
- ** Message** : ` 'deleteFilesAfterCompletion' is not supported for this connector: ('%connectorName;'). `
241
264
242
265
- ** Recommendation** : Remove the 'deleteFilesAfterCompletion' setting in the copy activity payload.
243
266
244
- #### Error code: 27002
267
+ <a name =" error-code-FailedToDownloadCustomPlugins " ></a >
268
+ #### Error code: 27002 - FailedToDownloadCustomPlugins
245
269
246
270
- ** Message** : ` Failed to download custom plugins. `
247
271
@@ -251,15 +275,17 @@ The following errors are general to the copy activity and could occur with any c
251
275
252
276
## General connector errors
253
277
254
- #### Error code: 9611
278
+ <a name =" error-code-UserErrorOdbcInvalidQueryString " ></a >
279
+ #### Error code: 9611 - UserErrorOdbcInvalidQueryString
255
280
256
281
- ** Message** : ` The following ODBC Query is not valid: '%'. `
257
282
258
283
- ** Cause** : You provide a wrong or invalid query to fetch the data/schemas.
259
284
260
285
- ** 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.
261
286
262
- #### Error code: 11775
287
+ <a name =" error-code-FailToResolveParametersInExploratoryController " ></a >
288
+ #### Error code: 11775 - FailToResolveParametersInExploratoryController
263
289
264
290
- ** Message** : ` Failed to connect to your instance of Azure Database for PostgreSQL flexible server. '%' `
265
291
0 commit comments