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
Copy file name to clipboardExpand all lines: articles/data-factory/connector-troubleshoot-guide.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You can refer to the troubleshooting pages for each connector to see problems sp
43
43
44
44
The errors below are general to the copy activity and could occur with any connector.
45
45
46
-
### Error code: JreNotFound
46
+
####Error code: JreNotFound
47
47
48
48
-**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.`
49
49
@@ -52,7 +52,7 @@ The errors below are general to the copy activity and could occur with any conne
52
52
-**Recommendation**: Check your integration runtime environment, see [Use Self-hosted Integration Runtime](./format-parquet.md#using-self-hosted-integration-runtime).
53
53
54
54
55
-
### Error code: WildcardPathSinkNotSupported
55
+
####Error code: WildcardPathSinkNotSupported
56
56
57
57
-**Message**: `Wildcard in path is not supported in sink dataset. Fix the path: '%setting;'.`
58
58
@@ -79,53 +79,53 @@ The errors below are general to the copy activity and could occur with any conne
79
79
80
80
3. Save the file, and then restart the Self-hosted IR machine.
81
81
82
-
### Error code: JniException
82
+
####Error code: JniException
83
83
84
84
-**Message**: `An error occurred when invoking Java Native Interface.`
85
85
86
86
-**Cause**: If the error message contains "Cannot create JVM: JNI return code [-6][JNI call failed: Invalid arguments.]", the possible cause is that JVM can't be created because some illegal (global) arguments are set.
87
87
88
88
-**Recommendation**: Log 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.
89
89
90
-
### Error code: GetOAuth2AccessTokenErrorResponse
90
+
####Error code: GetOAuth2AccessTokenErrorResponse
91
91
92
92
-**Message**: `Failed to get access token from your token endpoint. Error returned from your authorization server: %errorResponse;.`
93
93
94
94
-**Cause**: Your client ID or client secret is invalid, and the authentication failed in your authorization server.
95
95
96
96
-**Recommendation**: Correct all OAuth2 client credential flow settings of your authorization server.
97
97
98
-
### Error code: FailedToGetOAuth2AccessToken
98
+
####Error code: FailedToGetOAuth2AccessToken
99
99
100
100
-**Message**: `Failed to get access token from your token endpoint. Error message: %errorMessage;.`
101
101
102
102
-**Cause**: OAuth2 client credential flow settings are invalid.
103
103
104
104
-**Recommendation**: Correct all OAuth2 client credential flow settings of your authorization server.
105
105
106
-
### Error code: OAuth2AccessTokenTypeNotSupported
106
+
####Error code: OAuth2AccessTokenTypeNotSupported
107
107
108
108
-**Message**: `The toke type '%tokenType;' from your authorization server is not supported, supported types: '%tokenTypes;'.`
109
109
110
110
-**Cause**: Your authorization server is not supported.
111
111
112
112
-**Recommendation**: Use an authorization server that can return tokens with supported token types.
113
113
114
-
### Error code: OAuth2ClientIdColonNotAllowed
114
+
####Error code: OAuth2ClientIdColonNotAllowed
115
115
116
116
-**Message**: `The character colon(:) is not allowed in clientId for OAuth2ClientCredential authentication.`
117
117
118
118
-**Cause**: Your client ID includes the invalid character colon (`:`).
-**Message**: `'validateDataConsistency' is not supported in this version ('%version;') of Self Hosted Integration Runtime.`
169
169
170
170
-**Recommendation**: Check the supported integration runtime version and upgrade it to a higher version, or remove the 'validateDataConsistency' property from copy activities.
-**Message**: `Skip inconsistency is not supported in current copy activity settings, it's only supported with direct binary copy when validateDataConsistency is true.`
181
181
182
182
-**Recommendation**: Remove 'dataInconsistency' of the skipErrorFile setting in the copy activity payload.
-**Message**: `'deleteFilesAfterCompletion' is not supported for this connector: ('%connectorName;').`
229
229
230
230
-**Recommendation**: Remove the 'deleteFilesAfterCompletion' setting in the copy activity payload.
231
231
232
-
### Error code: FailedToDownloadCustomPlugins
232
+
####Error code: FailedToDownloadCustomPlugins
233
233
234
234
-**Message**: `Failed to download custom plugins.`
235
235
@@ -239,15 +239,15 @@ The errors below are general to the copy activity and could occur with any conne
239
239
240
240
## General connector errors
241
241
242
-
### Error code: UserErrorOdbcInvalidQueryString
242
+
####Error code: UserErrorOdbcInvalidQueryString
243
243
244
244
-**Message**: `The following ODBC Query is not valid: '%'.`
245
245
246
246
-**Cause**: You provide a wrong or invalid query to fetch the data/schemas.
247
247
248
248
-**Recommendation**: Verify your query is valid and can return data/schemas. Use [Script activity](transform-data-using-script.md) if you want to execute non-query scripts and your data store is supported. Alternatively, consider to use stored procedure that returns a dummy result to execute your non-query scripts.
-**Message**: `The parameters and expression cannot be resolved for schema operations. …The template function 'linkedService' is not defined or not valid.`
0 commit comments