Author: rareddy
Date: 2010-09-08 14:46:49 -0400 (Wed, 08 Sep 2010)
New Revision: 2547
Modified:
branches/7.1.x/connectors/connector-ldap/src/main/resources/org/teiid/resource/adapter/ldap/i18n.properties
branches/7.1.x/connectors/translator-ldap/src/main/resources/org/teiid/translator/ldap/i18n.properties
branches/7.1.x/engine/src/main/resources/org/teiid/dqp/i18n.properties
branches/7.1.x/engine/src/main/resources/org/teiid/query/execution/i18n.properties
Log:
TEIID-1027: Removing duplicate keys
Modified:
branches/7.1.x/connectors/connector-ldap/src/main/resources/org/teiid/resource/adapter/ldap/i18n.properties
===================================================================
---
branches/7.1.x/connectors/connector-ldap/src/main/resources/org/teiid/resource/adapter/ldap/i18n.properties 2010-09-08
17:16:13 UTC (rev 2546)
+++
branches/7.1.x/connectors/connector-ldap/src/main/resources/org/teiid/resource/adapter/ldap/i18n.properties 2010-09-08
18:46:49 UTC (rev 2547)
@@ -26,45 +26,5 @@
LDAPConnection.adminUserPassPropNotFound=Ldap Admin password property not found.
LDAPConnection.directoryNamingError=Initializing LDAP directory context failed. Please
check LDAP connection properties, including username and password: {0}
LDAPConnection.contextCloseError=The Connection failed to close LDAP context: {0}
-#
-IQueryToLdapSearchParser.noTablesInFromError=Cannot parse query - no tables defined in
FROM clause.
-IQueryToLdapSearchParser.multiItemsInFromError=Cannot parse query - multiple items in
FROM clause not supported.
-IQueryToLdapSearchParser.baseContextNameError=Base context name (DN) not specified in
Name In Source or connector properties.
-IQueryToLdapSearchParser.groupCountExceededError=Query contained from clause that did not
have exactly and only one group. Query not supported.
-IQueryToLdapSearchParser.criteriaNotParsableError=Compound criteria operator was not
parsable.
-IQueryToLdapSearchParser.timestampClassNotFoundError=Timestamp class was not found.
-IQueryToLdapSearchParser.unsupportedElementError=Encountered an element type that is not
supported. Revise the capabilities.
-IQueryToLdapSearchParser.missingNISError=An element (or expression) found in the
query's compare criteria was missing a NameInSource definition (or name). Please
ensure the name in source is defined for each element.
-IQueryToLdapSearchParser.criteriaNotSupportedError=Encountered a criteria that is not
supported.
-IQueryToLdapSearchParser.searchDetailsLoggingError=Error writing LDAP search details to
log
-#
-LDAPSyncQueryExecution.setControlsError=Failed to set standard sort controls. Please
verify that the server supports sorting, and that the bind user has permission to use sort
controls.
-LDAPSyncQueryExecution.createContextError=Failed to create LDAP search context from the
specified context name. Check the table/group name in source to ensure the context
exists.
-LDAPSyncQueryExecution.execSearchError=Execute search failed. Please check logs for
search details.
-LDAPSyncQueryExecution.nullAttrError=Encountered null attribute name for a select symbol.
Please check name in source for each column.
-LDAPSyncQueryExecution.attrValueFetchError=Failed to fetch attribute value for attribute
{0}. Rowset cannot be constructed from incomplete LDAP results.
-LDAPSyncQueryExecution.supportedClassNotFoundError=Supported class not found.
-LDAPSyncQueryExecution.closeContextError=LDAP error occurred during attempt to close
context : {0}
-#
-LDAPUpdateExecution.createContextError=Failed to create copy of the initial LDAP context:
{0}
-LDAPUpdateExecution.incorrectCommandError=Incorrect command type. Expecting INSERT,
UPDATE, or DELETE.
-LDAPUpdateExecution.columnSourceNameDNNullError=value for column with source name DN is
null - must be set to distinguishedName for new record
-LDAPUpdateExecution.columnSourceNameDNTypeError=value for column with source name DN is
not a string - must be set to distinguishedName string for new record
-LDAPUpdateExecution.noInsertSourceNameDNError=no column in insert statement with source
name DN - must be present and set to distinguishedName for new record
-LDAPUpdateExecution.insertFailed=Insert of {0} failed: {1}
-LDAPUpdateExecution.insertFailedUnexpected=Insert of {0} failed for unexpected reason
-LDAPUpdateExecution.deleteFailed=Delete of {0} failed: {1}
-LDAPUpdateExecution.deleteFailedUnexpected=Delete of {0} failed for unexpected reason
-LDAPUpdateExecution.updateFailed=Update of {0} failed: {1}
-LDAPUpdateExecution.updateFailedUnexpected=Update of {0} failed for unexpected reason
-LDAPUpdateExecution.valueNotLiteralError=specified value for attribute {0} is not a
literal
-LDAPUpdateExecution.criteriaEmptyError=No criteria specified on update - must specify DN
in WHERE clause
-LDAPUpdateExecution.criteriaNotSimpleError=criteria is not a simple comparison -
expecting simple equals comparison on DN as only item in WHERE clause
-LDAPUpdateExecution.criteriaNotEqualsError=criteria is not an equals comparison -
expecting simple equals comparison on DN as only item in WHERE clause
-LDAPUpdateExecution.criteriaLHSNotElementError=left side of criteria is not an element
name - expecting simple equals comparison on DN as only item in WHERE clause
-LDAPUpdateExecution.criteriaSrcColumnError=criteria is on source column {0}, but should
be on a source column named DN
-LDAPUpdateExecution.criteriaRHSNotLiteralError=right side of equals comparison against DN
is not a literal - must be a string literal
-LDAPUpdateExecution.criteriaRHSNotStringError=right side of equals comparison against DN
is not a string - must be a string literal
-LDAPUpdateExecution.closeContextError=LDAP error occurred during attempt to close context
: {0}
-#
+
Modified:
branches/7.1.x/connectors/translator-ldap/src/main/resources/org/teiid/translator/ldap/i18n.properties
===================================================================
---
branches/7.1.x/connectors/translator-ldap/src/main/resources/org/teiid/translator/ldap/i18n.properties 2010-09-08
17:16:13 UTC (rev 2546)
+++
branches/7.1.x/connectors/translator-ldap/src/main/resources/org/teiid/translator/ldap/i18n.properties 2010-09-08
18:46:49 UTC (rev 2547)
@@ -20,11 +20,43 @@
# 02110-1301 USA.
#
+IQueryToLdapSearchParser.noTablesInFromError=Cannot parse query - no tables defined in
FROM clause.
+IQueryToLdapSearchParser.multiItemsInFromError=Cannot parse query - multiple items in
FROM clause not supported.
+IQueryToLdapSearchParser.baseContextNameError=Base context name (DN) not specified in
Name In Source or connector properties.
+IQueryToLdapSearchParser.groupCountExceededError=Query contained from clause that did not
have exactly and only one group. Query not supported.
+IQueryToLdapSearchParser.criteriaNotParsableError=Compound criteria operator was not
parsable.
+IQueryToLdapSearchParser.timestampClassNotFoundError=Timestamp class was not found.
+IQueryToLdapSearchParser.unsupportedElementError=Encountered an element type that is not
supported. Revise the capabilities.
+IQueryToLdapSearchParser.missingNISError=An element (or expression) found in the
query's compare criteria was missing a NameInSource definition (or name). Please
ensure the name in source is defined for each element.
+IQueryToLdapSearchParser.criteriaNotSupportedError=Encountered a criteria that is not
supported.
+IQueryToLdapSearchParser.searchDetailsLoggingError=Error writing LDAP search details to
log
#
-LDAPConnection.urlPropNotFound=Ldap URL property not found.
-LDAPConnection.adminUserDNPropNotFound=Ldap Admin User DN property not found.
-LDAPConnection.adminUserPassPropNotFound=Ldap Admin password property not found.
-LDAPConnection.directoryNamingError=Initializing LDAP directory context failed. Please
check LDAP connection properties, including username and password: {0}
-LDAPConnection.contextCloseError=The Connection failed to close LDAP context: {0}
+LDAPSyncQueryExecution.setControlsError=Failed to set standard sort controls. Please
verify that the server supports sorting, and that the bind user has permission to use sort
controls.
+LDAPSyncQueryExecution.createContextError=Failed to create LDAP search context from the
specified context name. Check the table/group name in source to ensure the context
exists.
+LDAPSyncQueryExecution.execSearchError=Execute search failed. Please check logs for
search details.
+LDAPSyncQueryExecution.nullAttrError=Encountered null attribute name for a select symbol.
Please check name in source for each column.
+LDAPSyncQueryExecution.attrValueFetchError=Failed to fetch attribute value for attribute
{0}. Rowset cannot be constructed from incomplete LDAP results.
+LDAPSyncQueryExecution.supportedClassNotFoundError=Supported class not found.
+LDAPSyncQueryExecution.closeContextError=LDAP error occurred during attempt to close
context : {0}
#
+LDAPUpdateExecution.createContextError=Failed to create copy of the initial LDAP context:
{0}
+LDAPUpdateExecution.incorrectCommandError=Incorrect command type. Expecting INSERT,
UPDATE, or DELETE.
+LDAPUpdateExecution.columnSourceNameDNNullError=value for column with source name DN is
null - must be set to distinguishedName for new record
+LDAPUpdateExecution.columnSourceNameDNTypeError=value for column with source name DN is
not a string - must be set to distinguishedName string for new record
+LDAPUpdateExecution.noInsertSourceNameDNError=no column in insert statement with source
name DN - must be present and set to distinguishedName for new record
+LDAPUpdateExecution.insertFailed=Insert of {0} failed: {1}
+LDAPUpdateExecution.insertFailedUnexpected=Insert of {0} failed for unexpected reason
+LDAPUpdateExecution.deleteFailed=Delete of {0} failed: {1}
+LDAPUpdateExecution.deleteFailedUnexpected=Delete of {0} failed for unexpected reason
+LDAPUpdateExecution.updateFailed=Update of {0} failed: {1}
+LDAPUpdateExecution.updateFailedUnexpected=Update of {0} failed for unexpected reason
+LDAPUpdateExecution.valueNotLiteralError=specified value for attribute {0} is not a
literal
+LDAPUpdateExecution.criteriaEmptyError=No criteria specified on update - must specify DN
in WHERE clause
+LDAPUpdateExecution.criteriaNotSimpleError=criteria is not a simple comparison -
expecting simple equals comparison on DN as only item in WHERE clause
+LDAPUpdateExecution.criteriaNotEqualsError=criteria is not an equals comparison -
expecting simple equals comparison on DN as only item in WHERE clause
+LDAPUpdateExecution.criteriaLHSNotElementError=left side of criteria is not an element
name - expecting simple equals comparison on DN as only item in WHERE clause
+LDAPUpdateExecution.criteriaSrcColumnError=criteria is on source column {0}, but should
be on a source column named DN
+LDAPUpdateExecution.criteriaRHSNotLiteralError=right side of equals comparison against DN
is not a literal - must be a string literal
+LDAPUpdateExecution.criteriaRHSNotStringError=right side of equals comparison against DN
is not a string - must be a string literal
+LDAPUpdateExecution.closeContextError=LDAP error occurred during attempt to close context
: {0}
Modified: branches/7.1.x/engine/src/main/resources/org/teiid/dqp/i18n.properties
===================================================================
--- branches/7.1.x/engine/src/main/resources/org/teiid/dqp/i18n.properties 2010-09-08
17:16:13 UTC (rev 2546)
+++ branches/7.1.x/engine/src/main/resources/org/teiid/dqp/i18n.properties 2010-09-08
18:46:49 UTC (rev 2547)
@@ -279,7 +279,6 @@
TransformationMetadata.does_not_exist._1=does not exist.
-TransformationMetadata.0={0} ambiguous, more than one entity matching the same name
TransformationMetadata.Error_trying_to_read_virtual_document_{0},_with_body__n{1}_1=Error
trying to read virtual document {0}, with body \n{1}
TransformationMetadata.Unknown_support_constant___12=Unknown support constant:
TransformationMetadata.QueryPlan_could_not_be_found_for_physical_group__6=QueryPlan could
not be found for physical group
Modified:
branches/7.1.x/engine/src/main/resources/org/teiid/query/execution/i18n.properties
===================================================================
---
branches/7.1.x/engine/src/main/resources/org/teiid/query/execution/i18n.properties 2010-09-08
17:16:13 UTC (rev 2546)
+++
branches/7.1.x/engine/src/main/resources/org/teiid/query/execution/i18n.properties 2010-09-08
18:46:49 UTC (rev 2547)
@@ -81,12 +81,6 @@
# processor (006)
ERR.015.006.0001= XMLPlan toString couldn''t print entire Program.
ERR.015.006.0003= ProcedurePlan toString couldn''t print entire Program.
-ERR.015.006.0010= Unknown criteria type: {0}
-ERR.015.006.0011= Unable to evaluate {0} expression of {1}
-ERR.015.006.0012= Unknown compare criteria operator: {0}
-ERR.015.006.0014= Failed to create regular expression from match pattern: {0}. {1}
-ERR.015.006.0015= Unable to evaluate expression of {0}
-ERR.015.006.0016= Unknown expression type: {0}
ERR.015.006.0017= Error trying to substitute the reference element :{0} with its value,
unable to find the element in the variable context.
ERR.015.006.0019= Error processing the AssignmentStatement in stored procedure language,
expected to get a single row of data to be assigned to the variable {0} but got more.
ERR.015.006.0020= Error trying to evaluate the criteria used on the IF statement.
@@ -99,7 +93,6 @@
ERR.015.006.0027= Unable to process this query without a criteria.
ERR.015.006.0029= Exception finding temporary tuple source for subquery processor plan
{0}
ERR.015.006.0032= No input symbol was found for the output symbol: {0}
-ERR.015.006.0033= Unable to evaluate {0}: {1}
ERR.015.006.0034= Unexpected symbol type while updating tuple: {0}
ERR.015.006.0035= Failed attempting to project {0} from {1}
ERR.015.006.0037= Tuple source does not exist: {0}
@@ -116,9 +109,6 @@
ERR.015.006.0051= Invalid direction for MoveDocInstruction: {0}
ERR.015.006.0052= Got invalid command type - expected processor plan
ERR.015.006.0054= Instructed to abort processing as default of choice.
-ERR.015.006.0056= The subquery of this compare criteria has to be scalar, but returned
more than one value: {0}
-ERR.015.006.0057= Unknown subquery comparison predicate quantifier: {0}
-ERR.015.006.0058= The command of this scalar subquery returned more than one value: {0}
ERR.015.006.0060= The query for the virtual document {0} produced more than one result
document; each virtual document or virtual document query used by an XQuery may only
return exactly one result document.
ERR.015.006.0061= The query for the virtual document {0} produced zero result documents;
each virtual document or virtual document query used by an XQuery must return exactly one
result document.
Show replies by date