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
errorMessageInvalidSourceDatabase=SQL error while getting query schema: Error: Cannot open database "test123" requested by the login. The login failed.
2
+
errorMessageInvalidSourceDatabase=Error occurred while trying to get schema from database.Error message: 'Cannot open database "test123" requested by the login. The login failed.
3
3
errorMessageInvalidImportQuery=Import Query select must contain the string '$CONDITIONS'.
4
4
errorMessageMssqlInvalidReferenceName=Invalid reference name 'invalidRef&^*&&*'.
5
5
errorMessageBlankUsername=Username is required when password is given.
6
-
errorMessageBlankPassword=SQL error while getting query schema: Error: Login failed for user
6
+
errorMessageBlankPassword=Error occurred while trying to get schema from database.Error message: 'Login failed for user
7
7
errorMessageInvalidFetchSize=Invalid fetch size. Fetch size must be a positive integer.
8
8
errorMessageBlankSplitBy=Split-By Field Name must be specified if Number of Splits is not set to 1.
9
9
errorMessageInvalidNumberOfSplits=Invalid value for Number of Splits '0'. Must be at least 1.
@@ -12,7 +12,8 @@ errorMessageBoundingQuery=Bounding Query must be specified if Number of Splits i
12
12
errorMessagenumofSplit=Split-By Field Name must be specified if Number of Splits is not set to 1.
13
13
errorMessageInvalidSinkDatabase=Exception while trying to validate schema of database table
14
14
errorMessageInvalidSinkTableName=Table 'Table123@' does not exist.
15
-
errormessageBlankHost=Exception while trying to validate schema of database table
15
+
errormessageBlankHost=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'The TCP/IP connection to the host localhost, port 1433 has failed. Error: "Connection refused (Connection refused). \
16
+
Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".'. Error code: '0'. SQLState: '08S01''
16
17
errorMessageInvalidTableName=Spark program 'phase-1' failed with error: Stage 'SQL Server2' encountered : io.cdap.cdap.etl.api.validation.ValidationException: \
17
18
Errors were encountered during validation. Table 'Table123@' does not exist.. Please check the system logs for more details.
18
19
errorMessageInvalidCredentials=Spark program 'phase-1' failed with error: Unable to create config for batchsink SqlServer \
@@ -23,4 +24,4 @@ errorMessageInvalidCredentialSource=Spark program 'phase-1' failed with error: S
23
24
Plugin with id SQL Server:source.jdbc.sqlserver does not exist in program phase-1 of application
24
25
errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'SQL Server' encountered : java.io.IOException: Could not find stored procedure
25
26
blank.jdbcPluginName.message=Required property 'jdbcPluginName' has no value.
26
-
blank.connection.message=Exception while trying to validate schema of database table
27
+
blank.connection.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'Login failed for user '
0 commit comments