|
1 | 1 | validationSuccessMessage=No errors found.
|
2 |
| -errorMessageInvalidSourceDatabase=Error occurred while trying to get schema from database.Error message: 'Cannot open database "test123" requested by the login. The login failed. |
| 2 | +errorMessageInvalidSourceDatabase=SQL Error occurred, sqlState: 'S0001', errorCode: '4060', errorMessage: SQL Exception occurred: [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=Error occurred while trying to get schema from database.Error message: 'Login failed for user |
| 6 | +errorMessageBlankPassword=SQL Error occurred, sqlState: 'S0001', errorCode: '18456', errorMessage: SQL Exception occurred: [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.
|
10 | 10 | errorMessageNumberOfSplitNotNumber=Unable to create config for batchsource
|
11 | 11 | errorMessageBoundingQuery=Bounding Query must be specified if Number of Splits is not set to 1.
|
12 | 12 | errorMessagenumofSplit=Split-By Field Name must be specified if Number of Splits is not set to 1.
|
13 |
| -errorMessageInvalidSinkDatabase=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'Cannot open database "test123" requested by the login. |
| 13 | +errorMessageInvalidSinkDatabase=Error encountered while configuring the stage: 'SQL Error occurred, sqlState: 'S0001', errorCode: '4060', errorMessage: SQL Exception occurred: [Message='Cannot open database "test123" requested by the login. The login failed. |
14 | 14 | errorMessageInvalidSinkTableName=Table 'Table123@' does not exist.
|
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'' |
| 15 | +errormessageBlankHost=Error encountered while configuring the stage: 'SQL Error occurred, sqlState: '08S01', errorCode: '0', errorMessage: SQL Exception occurred: [Message='The TCP/IP connection to the host localhost, port 1433 has failed. \ |
| 16 | + Error: "Connection refused (Connection refused). 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.".', SQLState='08S01', ErrorCode='0'].' |
17 | 17 | errorMessageInvalidTableName=Spark program 'phase-1' failed with error: Stage 'SQL Server2' encountered : io.cdap.cdap.etl.api.validation.ValidationException: \
|
18 | 18 | Errors were encountered during validation. Table 'Table123@' does not exist.. Please check the system logs for more details.
|
19 | 19 | errorMessageInvalidCredentials=Spark program 'phase-1' failed with error: Unable to create config for batchsink SqlServer \
|
20 | 20 | 'connection' is invalid: Failed to assign value
|
21 |
| -errorMessageInvalidsourcetable=Spark program 'phase-1' failed with error: Stage 'SQL Server' encountered : io.cdap.cdap.api.exception.ProgramFailureException: \ |
22 |
| - Error occurred while trying to get schema from database.Error message: 'Incorrect syntax near the keyword 'table'.'. Error code: '156'. SQLState: 'S0001'. Please check the system logs for more details. |
| 21 | +errorMessageInvalidsourcetable=Spark program 'phase-1' failed with error: Stage 'SQL Server' encountered : io.cdap.cdap.api.exception.ProgramFailureException: SQL Error occurred, sqlState: 'S0001', errorCode: '156', \ |
| 22 | + errorMessage: SQL Exception occurred: [Message='Incorrect syntax near the keyword 'table'.', SQLState='S0001', ErrorCode='156'].. Please check the system logs for more details. |
23 | 23 | errorMessageInvalidCredentialSource=Spark program 'phase-1' failed with error: Stage 'SQL Server' encountered : java.lang.IllegalArgumentException: \
|
24 | 24 | Plugin with id SQL Server:source.jdbc.sqlserver does not exist in program phase-1 of application
|
25 | 25 | errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'SQL Server' encountered : java.io.IOException: Could not find stored procedure
|
26 | 26 | blank.jdbcPluginName.message=Required property 'jdbcPluginName' has no value.
|
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 ' |
| 27 | +blank.connection.message=Error encountered while configuring the stage: 'SQL Error occurred, sqlState: 'S0001', errorCode: '18456', errorMessage: SQL Exception occurred: [Message='Login failed for user ' |
0 commit comments