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: cloudsql-postgresql-plugin/src/e2e-test/resources/errorMessage.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ errorMessageBlankPassword=SQL error while getting query schema:
15
15
errorMessageInvalidPassword=SQL error while getting query schema: Error: FATAL: password authentication failed for user
16
16
errorMessageInvalidSourceHost=SQL error while getting query schema: The connection attempt failed.
17
17
errorMessageInvalidTableName=Table 'table' does not exist. Ensure table '"table"' is set correctly and that the
18
-
errorMessageInvalidSinkDatabase=Exception while trying to validate schema of database table
18
+
errorMessageInvalidSinkDatabase=Error occurred while trying to get schema from database.Error message: 'FATAL: database "invalidDB" does not exist'. Error code: '0'. SQLState: '3D000''
19
19
errorLogsMessageInvalidBoundingQuery=The column index is out of range: 1, number of columns: 0..
20
20
errorMessageConnectionName=Connection Name must be in the format <PROJECT_ID>:<REGION>:<INSTANCE_NAME> to connect to \
21
21
a public CloudSQL PostgreSQL instance.
22
22
errorMessagePrivateConnectionName=Enter the internal IP address of the Compute Engine VM cloudsql proxy is running on, \
23
23
to connect to a private CloudSQL PostgreSQL instance.
24
-
errorMessageWithBlankPassword=Exception while trying to validate schema of database table
24
+
errorMessageWithBlankPassword=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'Something unusual has occurred to cause the driver to fail. Please report this exception.'. Error code: '0'. SQLState: '99999''
25
25
errorMessageUpdateUpsertOperationName=Table key must be set if the operation is 'Update' or 'Upsert'.
invalid.username.message=SQL error while getting query schema:
3
3
invalidtableName.error.message=Table '123#' does not exist. Ensure table '123#' is set correctly
4
4
invalidreferenceName.error.message=Invalid reference name
5
-
invalid.host.message=Exception while trying to validate schema of database table
5
+
invalid.host.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.'. Error code: '0'. SQLState: '08S01''
6
6
invalid.password.message=SQL error while getting query schema:
7
7
invalid.databasename.message=SQL error while getting query schema:
8
8
invalid.query.message=SQL error while getting query schema:
9
9
numberofsplits.error.message=Unable to create config for batchsource Mysql 'numSplits' is invalid
10
10
boundingQuery.error.message=Bounding Query must be specified if Number of Splits is not set to 1.
11
11
splitfield.error.message=Split-By Field Name must be specified if Number of Splits is not set to 1
12
-
invalid.sink.database.message=Exception while trying to validate schema
12
+
invalid.sink.database.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'Unknown database 'test123''. Error code: '1049'. SQLState: '42000''
13
13
blank.username.message=Username is required when password is given.
14
14
errorMessageInvalidFetchSize=Invalid fetch size. Fetch size must be a positive integer.
15
15
errorMessageInvalidNumberOfSplits=Invalid value for Number of Splits '0'. Must be at least 1.
16
16
errorMessageInvalidImportQuery=Import Query select must contain the string '$CONDITIONS'.
17
-
blank.connection.message=Exception while trying to validate schema of database table
17
+
blank.connection.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'Access denied for user
18
+
blank.HostConnection.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.'. Error code: '0'. SQLState: '08S01''
18
19
blank.jdbcPluginName.message=Required property 'jdbcPluginName' has no value.
Copy file name to clipboardExpand all lines: oracle-plugin/src/e2e-test/resources/errorMessage.properties
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ errorMessageInvalidNumberOfSplits=Invalid value for Number of Splits '0'. Must b
7
7
errorMessageNumberOfSplitNotNumber=Unable to create config for batchsource Oracle 'numSplits' is invalid: Value of field\
8
8
\ class io.cdap.plugin.db.config.AbstractDBSpecificSourceConfig.numSplits is expected to be a number.
9
9
errorMessageInvalidFetchSize=Invalid fetch size. Fetch size must be a positive integer.
10
-
errorMessageInvalidSourceDatabase=SQL error while getting query schema: Error: Listener refused the connection with the following error: ORA-12514, \
11
-
TNS:listener does not currently know of service requested in connect descriptor , SQLState: 08006, ErrorCode: 12514
10
+
errorMessageInvalidSourceDatabase=Error occurred while trying to get schema from database.Error message: 'Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor '. Error code: '12514'. SQLState: '08006'
12
11
errorMessageInvalidImportQuery=Import Query select must contain the string '$CONDITIONS'. if Number of Splits is not set\
13
12
\ to 1. Include '$CONDITIONS' in the Import Query
14
13
errorMessageBlankUsername=Username is required when password is given.
15
-
errorMessageInvalidTableName=Exception while trying to validate schema of database table '"table"' for connection
16
-
errorMessageInvalidSinkDatabase=Exception while trying to validate schema of database table '"TARGETTABLE_
17
-
errorMessageInvalidHost=Exception while trying to validate schema of database table '"table"' for connection
14
+
errorMessageInvalidTableName=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'IO Error: Unknown host specified '. Error code: '17002'. SQLState: '08006''
15
+
errorMessageInvalidSinkDatabase=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'IO Error: Unknown host specified '. Error code: '17002'. SQLState: '08006''
16
+
errorMessageInvalidHost=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'IO Error: Unknown host specified '. Error code: '17002'. SQLState: '08006''
18
17
errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'Oracle' encountered : \
19
18
java.io.IOException: ORA-00936: missing expression . Please check the system logs for more details.
20
19
blank.database.message=Required property 'database' has no value.
21
-
blank.connection.message=Exception while trying to validate schema of database table
20
+
blank.connection.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'ORA-01005: null password given; logon denied '. Error code: '1005'. SQLState: '72000''
21
+
blank.HostBlank.message=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'IO Error: The Network Adapter could not establish the connection'. Error code: '17002'. SQLState: '08006''
Copy file name to clipboardExpand all lines: postgresql-plugin/src/e2e-test/resources/errorMessage.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ errorMessageBlankPassword=SQL error while getting query schema: The server reque
16
16
errorMessageInvalidPassword=SQL error while getting query schema: FATAL: password authentication failed for user
17
17
errorMessageInvalidSourceHost=SQL error while getting query schema: The connection attempt failed.
18
18
errorMessageInvalidTableName=Table 'table' does not exist. Ensure table '"table"' is set correctly and that the
19
-
errorMessageInvalidSinkDatabase=Exception while trying to validate schema of database table '"targettable_
20
-
errorMessageInvalidHost=Exception while trying to validate schema of database table '"table"' for connection
19
+
errorMessageInvalidSinkDatabase='Error occurred while trying to get schema from database.Error message: 'FATAL: database "invalidDB" does not exist'. Error code: '0'. SQLState: '3D000''
20
+
errorMessageInvalidHost=Error encountered while configuring the stage: 'Error occurred while trying to get schema from database.Error message: 'The connection attempt failed.'. Error code: '0'. SQLState: '08001''
21
21
errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'PostgreSQL' encountered : \
22
22
java.io.IOException: The column index is out of range: 1, number of columns: 0.. Please check the system logs for more details.
0 commit comments