
io.syndesis.dv.server.messages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dv-server Show documentation
Show all versions of dv-server Show documentation
Tool that allows creating, editing and managing dynamic VDBs for the Teiid OpenShift Deployment.
The newest version!
#
# Copyright (C) 2016 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
Error.ENCRYPT_FAILURE=An error occurred while attempting to encrypt sensitive data for the user %s
Error.DECRYPT_FAILURE=An error occurred while attempting to decrypt sensitive data for the user %s
Error.SECURITY_FAILURE_ERROR = An error occurred when trying to authenticate and authorize use of the REST service.
Error.VIEW_NAME_EXISTS = A View with the same name already exists.
Error.VIEW_NAME_VALIDATION_ERROR = An error occurred trying to validate the View name.
Error.INTERNAL_ERROR = An error occurred processing this request: %s
Error.DATASERVICE_SERVICE_GET_DATASERVICE_ERROR = An error occurred constructing the JSON document for DataService %s: %s
Error.DATASERVICE_SERVICE_GET_CONNECTIONS_ERROR = An error occurred constructing the JSON document for the connection of DataService %s: %s
Error.DATASERVICE_SERVICE_GET_JOIN_MISSING_TABLEPATH = Two tablePaths are required for this operation.
Error.DATASERVICE_SERVICE_CREATE_DATASERVICE_ERROR = An error occurred while creating a data service in the repository: %s
Error.DATASERVICE_SERVICE_DELETE_DATASERVICE_ERROR = An error occurred while deleting a data service from the repository: %s
Error.DATASERVICE_SERVICE_UPDATE_DATASERVICE_ERROR = An error occurred while updating a data service from the repository: %s
Error.DATASERVICE_SERVICE_REFRESH_VIEWS_ERROR = An error occurred while refreshing views for a dataservice from the repository: %s
Error.DATASERVICE_SERVICE_CREATE_MISSING_NAME = The DataService name is required when creating a DataService.
Error.DATASERVICE_SERVICE_UPDATE_MISSING_NAME = The DataService name is required when updating a DataService.
Error.DATASERVICE_SERVICE_REFRESH_VIEWS_MISSING_NAME = The DataService name is required for refresh views for a DataService.
Error.DATASERVICE_SERVICE_CREATE_ALREADY_EXISTS = The DataService could not be created because a data service, data source, or other workspace object with the same name and path already exists.
Error.DATASERVICE_SERVICE_FIND_VIEW_INFO_ERROR = An error occurred while attempting to locate view info for Dataservice: %s
Error.DATASERVICE_SERVICE_FIND_SOURCE_VDB_ERROR = An error occurred while attempting to locate a source for Dataservice: %s
Error.DATASERVICE_SERVICE_UPDATE_MISSING_JSON = The DataService json is required when updating a DataService.
Error.DATASERVICE_SERVICE_JSON_MISSING_NAME = A DataService name is missing from the input DataService JSON document.
Error.DATASERVICE_SERVICE_SERVICE_DNE = The DataService requested does not exist.
Error.DATASERVICE_SERVICE_SOURCE_TABLE_DNE = The specified Table does not exist for %s
Error.DATASERVICE_SERVICE_MODEL_SOURCE_DNE = The specified ModelSource does not exist for %s
Error.DATASERVICE_SERVICE_SERVICE_NAME_ERROR = The DataService name parameter %s and JSON %s do not match so a DataService cannot be created.
Error.DATASERVICE_SERVICE_MISSING_PARAMETER_ERROR = The DataService service request is missing one or more required parameters.
Error.DATASERVICE_SERVICE_REQUEST_PARSING_ERROR = An error occurred while processing the request body of an DataService operation.
Error.DATASERVICE_SERVICE_NAME_EXISTS = A data service, data source, or other workspace object with the same name and path already exists.
Error.DATASERVICE_SERVICE_NAME_VALIDATION_ERROR = An error occurred trying to validate the data service name.
Error.DATASERVICE_SERVICE_UPDATE_ERROR = An error occurred trying to update a data service
Error.DATASERVICE_SERVICE_MISSING_NAME = The DataService name is missing from the URL parameters
Error.CONNECTION_SERVICE_MISSING_CONNECTION_NAME = The connection name is required.
Error.SCHEMA_SERVICE_GET_SCHEMA_ERROR = An error occurred constructing the JSON document representing the metadata schema: %s
Error.SCHEMA_SERVICE_GET_SCHEMA_UNKNOWN_KTYPE = The type %s is unknown so no related schema object could be found.
Error.SCHEMA_SERVICE_GET_SCHEMA_NOT_FOUND = The schema for type %s was not found
Error.METADATA_SERVICE_STATUS_ERROR = An error occurred while ascertaining the status of the metadata server: %s
Error.METADATA_SERVICE_REQUEST_PARSING_ERROR = An error occurred while process the request body of the metadata service: %s
Error.METADATA_SERVICE_GET_DATA_SERVICE_DEPLOYABLE_ERROR = An error occurred while trying to determine the deployable status of data service: %s
Error.METADATA_SERVICE_GET_DATA_SOURCE_ERROR = An error occurred constructing the JSON document representing Connection '%s' on the metadata server
Error.METADATA_SERVICE_GET_DATA_SOURCE_TRANSLATOR_ERROR = An error occurred getting the translator for Connection: %s on the metadata server
Error.METADATA_SERVICE_GET_DATA_SOURCES_ERROR = An error occurred constructing the JSON document representing the Connections on the metadata server: %s
Error.METADATA_SERVICE_GET_VDBS_ERROR = An error occurred constructing the JSON document representing the VDBs on the metadata server: %s
Error.METADATA_SERVICE_VDBS_STATUS_ERROR = An error occurred while ascertaining the status of the metadata server vdbs: %s
Error.METADATA_SERVICE_IMPORT_TIMEOUT = The import of teiid vdbs timed out.
Error.METADATA_SERVICE_FILE_ATTRIB_NO_PARAMETERS = The file attributes request object contains no parameters
Error.METADATA_SERVICE_FILE_ATTRIB_NO_NAME = The file attributes request object contains no name
Error.METADATA_SERVICE_FILE_ATTRIB_NO_CONTENT = The file attributes request object contains no content
Error.METADATA_SERVICE_DEPLOY_DATA_SERVICE_ERROR = An error occurred deploying data service '%s' to metadata server.
Error.METADATA_SERVICE_DEPLOY_CONNECTION_ERROR = An error occurred deploying the connection '%s' to metadata server (caution: Teiid refers to connections as 'Data Sources'): %s.
Error.METADATA_SERVICE_DEPLOY_VDB_ERROR = An error occurred deploying vdb '%s' to metadata server.
Error.METADATA_SERVICE_REFRESH_PREVIEW_VDB_ERROR = An error occurred refreshing the preview VDB.
Error.METADATA_SERVICE_MISSING_VDB_NAME = The vdb name is required for this request.
Error.METADATA_SERVICE_UNDEPLOY_VDB_ERROR = An error occurred undeploying VDB '%s' on metadata server.
Error.METADATA_SERVICE_UNDEPLOY_DATA_SOURCE_ERROR = An error occurred undeploying Connection '%s' on metadata server.
Error.METADATA_SERVICE_DATA_SERVICE_MISSING_PATH = The path of the data service is required for its deployment
Error.METADATA_SERVICE_NO_DATA_SERVICE_FOUND = No data service named %s can be found
Error.METADATA_SERVICE_CONNECTION_MISSING_PATH = The path of the connection is required for its deployment
Error.METADATA_SERVICE_NO_CONNECTION_FOUND = No connection named %s can be found
Error.METADATA_SERVICE_NO_VDB_FOUND = No Vdb was found
Error.METADATA_SERVICE_VDB_MISSING_PATH = The path of the Vdb is required for its deployment
Error.METADATA_SERVICE_QUERY_MISSING_QUERY = No query has been specified
Error.METADATA_SERVICE_QUERY_MISSING_TARGET = No target has been specified
Error.METADATA_SERVICE_QUERY_TARGET_NOT_DEPLOYED = The target of the query has not yet been deployed
Error.METADATA_SERVICE_QUERY_ERROR = An error occurred dealing with the executing a query: %s
Error.METADATA_SERVICE_PING_MISSING_TYPE = The ping type of 'admin' or 'jdbc' is required
Error.METADATA_SERVICE_UPDATE_MISSING_PARAMETER_ERROR = The Vdb update request is missing one or more required parameters.
Error.METADATA_SERVICE_UPDATE_REQUEST_PARSING_ERROR = An error occurred while processing the request body of a VDB update operation.
Error.METADATA_SERVICE_UPDATE_MISSING_VDBNAME = The Vdb name is required for this update.
Error.METADATA_SERVICE_UPDATE_MISSING_MODELNAME = The Model name is required for this update.
Error.METADATA_SERVICE_UPDATE_MISSING_METADATA_VDBNAME = The Metadata Vdb name is required for this update.
Error.METADATA_SERVICE_UPDATE_MISSING_METADATA_MODELNAME = The Metadata Model name is required for this update.
Error.METADATA_SERVICE_UPDATE_DDL_FETCH_ERROR = Retrieval of the DDL failed for teiid Vdb: %s Model %s
Error.METADATA_SERVICE_UPDATE_DDL_DNE = The teiid model DDL is empty.
Error.METADATA_SERVICE_UPDATE_ERROR = An error occurred while updating a vdb from the repository
Error.METADATA_SERVICE_DEFAULT_TRANSLATOR_MAPPINGS_NOT_FOUND_ERROR = The default translator mapping file was not found.
Error.METADATA_SERVICE_LOAD_DEFAULT_TRANSLATOR_MAPPINGS_ERROR = An error occurred attempting to load the default translator mappings: %s
Error.METADATA_SERVICE_GET_DATA_SOURCE_NOT_JDBC_ERROR = The specified source is not a JDBC source.
Error.METADATA_SERVICE_GET_DATA_SOURCE_INSTANTIATION_FAILURE = The data source cannot be instantiated from the underlying runtime environment
Error.METADATA_SERVICE_GET_DATA_SOURCE_CONNECTION_ERROR = An error occurred attempting to get the source JDBC connection.
Error.METADATA_SERVICE_GET_DATA_SOURCE_TABLE_FETCH_ERROR = An error occurred attempting to fetch the source JDBC tables.
Error.METADATA_SERVICE_GET_DATA_SOURCE_TABLES_ERROR = An error occurred getting the source tables.
Error.METADATA_SERVICE_GET_DATA_SOURCE_CATALOG_SCHEMA_ERROR = An error occurred getting the source catalog and schema: %s
Error.METADATA_SERVICE_GET_DATA_SOURCE_JDBC_INFO_FAILURE = An error occurred trying to extract jdbc info from the data source: %s
Error.METADATA_SERVICE_GET_DATA_SOURCE_UNRECOGNISED_JDBC_SOURCE = The JDBC source does not provide recognisable metadata
Error.METADATA_SERVICE_GET_TEMPLATE_ERROR = An error occurred constructing the JSON document representing the connection template on the metadata server: %s
Error.METADATA_SERVICE_GET_TEMPLATES_ERROR = An error occurred constructing the JSON document representing the connection templates on the metadata server: %s
Error.METADATA_SERVICE_GET_TEMPLATE_ENTRIES_ERROR = An error occurred constructing the JSON document representing the connection template entries on the metadata server: %s
Error.METADATA_SERVICE_UNDEPLOY_CONNECTION_ERROR = An error occurred while attempting to undeploy the connection '%s': %s
Error.METADATA_GET_SYNDESIS_SOURCES_ERROR= An error occurred while attempting to read syndesis sources: %s
Error.METADATA_SYNDESIS_SOURCE_BIND_MISSING_NAME=The payload is missing name of the syndesis source to bind to
Error.METADATA_SYNDESIS_SOURCE_BIND_PARSE_ERROR=An error occurred while trying to parse payload for bind operation
Error.METADATA_SYNDESIS_SOURCE_BIND_ERROR=An error occurred during bind operation of syndesis source %s
Error.ABOUT_SERVICE_ERROR=An error occurred while fetching information about the application: %s
Error.USER_PROFILE_SERVICE_ERROR=An error occurred while fetching user profile information for the user: %s
Error.NO_USER_PROFILE=The user profile for %s cannot be located
Error.PROFILE_EDITOR_STATE_MISSING_ID=The view editor state id parameter is missing
Error.PROFILE_EDITOR_STATE_MISSING_COMMANDS=The view editor state commands are missing
Error.PROFILE_EDITOR_STATE_MISSING_VIEW_DEFINITION=The view editor state viewDefinition is missing
Error.PROFILE_EDITOR_STATE_GET_ERROR = An error occurred while getting a view editor state: %s
Error.PROFILE_EDITOR_STATES_GET_ERROR = An error occurred while getting view editor states
Error.PROFILE_EDITOR_STATE_CREATE_ERROR = An error occurred while storing a view editor state: %s
Error.PROFILE_EDITOR_STATE_REMOVE_ERROR = An error occurred while removing a view editor state: %s
Error.VIEW_DEFINITION_MISSING_NAME=The view definition name is missing
Error.VIEW_DEFINITION_MISSING_DDL=The view definition DDL is missing
Error.VIEW_DEFINITION_MISSING_DATAVIRTUALIZATIONNAME=The view definition data virtualization name is missing
Error.VALIDATE_VIEW_DEFINITION_ERROR=An error occurred while validating the view definition
Error.VALIDATE_VIEW_DEFINITION_NAME_MATCH_ERROR=DDL does not define view '%s'
Error.PUBLISH_ERROR = An error occurred during the publish operation: %s
Error.VDB_NOT_FOUND = VDB name not provided
Error.VDB_NAME_NOT_PROVIDED = VDB not found
Error.RESOURCE_NOT_FOUND = Resource '%s' was not found.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy