You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/05 23:39:45 UTC

[14/22] incubator-trafodion git commit: Prepared documents for TLP and centralized shared information.

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/21d6d8d3/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
index 0b9e951..48aee43 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
@@ -20,7 +20,7 @@
 * under the License.
 *
 * @@@ END COPYRIGHT @@@
-  */
+*/
 ////
 
 [[data-definition-language-messages]]
@@ -70,7 +70,7 @@ specified a schema that does not exist.
 Table, view, or stored procedure <object-name> does not exist or object type is invalid for the current operation.
 ```
 
-Where <object-name> is the name of a Trafodion database object.
+Where <object-name> is the name of a {project-name} database object.
 
 *Cause:* You attempted an operation on an object that does not exist.
 
@@ -107,7 +107,7 @@ of the constraints that exist on a table.
 Index <index-name> does not exist.
 ```
 
-Where <index-name> is a Trafodion database object name.
+Where <index-name> is a {project-name} database object name.
 
 *Cause:* The operation you attempted requires the existence of an index
 named <index-name>.
@@ -125,11 +125,11 @@ correct qualified name.
 User name <user-name> does not exist.
 ```
 
-Where <user-name> is a Trafodion platform user name.
+Where <user-name> is a {project-name} platform user name.
 
 *Cause:* The user name specified in a GRANT or REVOKE statement, or the
 authorization ID in a CREATE SCHEMA statement, does not represent a
-valid Trafodion platform user.
+valid {project-name} platform user.
 
 *Effect:* The operation fails.
 
@@ -164,7 +164,7 @@ The statement just specified is currently not supported.
 
 *Effect:* The operation fails.
 
-*Recovery:* Do not attempt to use this Trafodion database statement.
+*Recovery:* Do not attempt to use this {project-name} database statement.
 
 <<<
 [[SQL-1012]]
@@ -191,7 +191,7 @@ Not all privileges were granted. You lack grant option on some of the specified
 *Cause:* You attempted to grant privileges, but you do not have grant
 options for at least one of them.
 
-*Effect:* The Trafodion database granted some privileges, but not all
+*Effect:* The {project-name} database granted some privileges, but not all
 that you attempted to grant.
 
 *Recovery:* You must have grant options for privileges to grant them.
@@ -211,7 +211,7 @@ then performs a grant to a third user, you cannot revoke privileges to
 the second user until that user revokes their privileges to the third
 user.
 
-*Effect:* The Trafodion database did not revoke the privileges.
+*Effect:* The {project-name} database did not revoke the privileges.
 
 *Recovery:* Make sure that the dependent privileges from the user whose
 privileges you want to revoke are revoked first.
@@ -226,7 +226,7 @@ Some of the specified privileges could not be revoked.
 *Cause:* You attempted to revoke a privilege that does not exist or that
 was granted by another user.
 
-*Effect:* The Trafodion database did not revoke the privileges.
+*Effect:* The {project-name} database did not revoke the privileges.
 
 *Recovery:* The user who granted the privileges must revoke them.
 
@@ -275,7 +275,7 @@ Privilege settings on metadata tables cannot be changed.
 *Cause:* You attempted to change privilege settings on a metadata table.
 They cannot be changed.
 
-*Effect:* Trafodion does not change the settings.
+*Effect:* {project-name} does not change the settings.
 
 *Recovery:* None.
 
@@ -289,7 +289,7 @@ SQL is already initialized on system <node-name>.
 Where <node-name> is the name of the system on which the INITIALIZE SQL
 statement was executed.
 
-*Cause:* The Trafodion database has already been initialized on this
+*Cause:* The {project-name} database has already been initialized on this
 node.
 
 *Effect:* No operation is performed.
@@ -304,7 +304,7 @@ node.
 Schema <schema-name> already exists.
 ```
 
-Where <schema-name> is the name of a Trafodion database schema.
+Where <schema-name> is the name of a {project-name} database schema.
 
 *Cause:* You attempted to create a schema in a catalog that already
 contains a schema with that name.
@@ -362,7 +362,7 @@ Request failed. One or more dependent objects exist.
 table. These objects cannot be dropped if they have dependent objects
 and the drop-behavior is RESTRICT.
 
-*Effect:* Trafodion does not perform the
+*Effect:* {project-name} does not perform the
 operation.
 
 *Recovery:* For DROP statements that support the CASCADE drop-behavior,
@@ -414,7 +414,7 @@ its catalog.
 The schema must be empty. It contains at least one object <object-name>.
 ```
 
-Where <object-name> is the name of a Trafodion database object existing
+Where <object-name> is the name of a {project-name} database object existing
 in the schema.
 
 *Cause:* You attempted to drop a schema that contains one or more
@@ -449,7 +449,7 @@ accompanying error messages to determine the cause.
 File label <file-name> could not be accessed. File system error <error>.
 ```
 
-Where <file-name> is the name of a Trafodion database file.
+Where <file-name> is the name of a {project-name} database file.
 
 Where <error> is a file system error number.
 
@@ -470,7 +470,7 @@ Where <object-name> is the SQL object.
 
 *Cause:* See the accompanying error message for the cause.
 
-*Effect:* Trafodion does not drop the object.
+*Effect:* {project-name} does not drop the object.
 
 *Recovery:* Apply the recovery of the accompanying error message.
 
@@ -482,7 +482,7 @@ Where <object-name> is the SQL object.
 Catalog <catalog-name> already exists.
 ```
 
-Where <catalog-name> is the name of a Trafodion database catalog.
+Where <catalog-name> is the name of a {project-name} database catalog.
 
 *Cause:* You attempted to create a catalog using the name of an already
 existing catalog.
@@ -511,19 +511,19 @@ ID.
 == SQL 1037
 
 ```
-Trafodion is not installed on system <node>.
+{project-name} is not installed on system <node>.
 ```
 
 Where <node> is the name of the node referenced by the operation.
 
 *Cause:* In a replication or distribution context: An operation
 attempted to create a catalog reference or a partition on a node where
-the Trafodion database has not been installed.
+the {project-name} database has not been installed.
 
 *Effect:* The operation fails.
 
 *Recovery:* Either reissue the statement specifying a different node, or
-install the Trafodion database on <node> and resubmit.
+install the {project-name} database on <node> and resubmit.
 
 [[SQL-1038]]
 == SQL 1038
@@ -549,7 +549,7 @@ The DROP SQL statement could not be executed.
 
 *Cause:* See the accompanying error message for the cause.
 
-*Effect:* Trafodion does not drop SQL.
+*Effect:* {project-name} does not drop SQL.
 
 *Recovery:* Apply the recovery of the accompanying error message.
 
@@ -561,7 +561,7 @@ The use of ALTER on metadata tables is not permitted.
 ```
 
 *Cause:* An ALTER TABLE statement was issued naming a table that is part
-of the Trafodion database metadata. Such tables cannot be altered.
+of the {project-name} database metadata. Such tables cannot be altered.
 
 *Effect:* The operation fails.
 
@@ -649,7 +649,7 @@ that is declared as deferrable. This is an internal error.
 *Effect:* The operation fails.
 
 *Recovery:* Check that the referential constraint references a unique
-constraint that is not declared deferrable. Contact the Trafodion User
+constraint that is not declared deferrable. Contact the {project-name} User
 Distribution List
 
 [[SQL-1046]]
@@ -750,7 +750,7 @@ insufficient privileges.
 
 *Effect:* The operation fails.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for the required
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for the required
 security needed to create a view or trigger.
 
 [[SQL-1053]]
@@ -776,7 +776,7 @@ statement.
 == SQL 1057
 
 ```
-Trafodion objects cannot be created on <volume-name>: File system error <error-number>.
+{project-name} objects cannot be created on <volume-name>: File system error <error-number>.
 ```
 
 Where <volume-name> is the name of a volume.
@@ -820,7 +820,7 @@ constraint.
 *Cause:* You attempted to drop a table that has a referential constraint
 or a check constraint that refers to another table.
 
-*Effect:* Trafodion does not drop the table.
+*Effect:* {project-name} does not drop the table.
 
 *Recovery:* Either drop all constraints that refer to other tables and
 then drop the table, or reissue the DROP TABLE statement, specifying the
@@ -833,9 +833,9 @@ CASCADE option.
 Dropping metadata catalog <catalog-name> is not allowed.
 ```
 
-Where <catalog-name> is the name of a Trafodion database catalog.
+Where <catalog-name> is the name of a {project-name} database catalog.
 
-*Cause:* You attempted to drop a catalog that is part of the Trafodion
+*Cause:* You attempted to drop a catalog that is part of the {project-name}
 database metadata.
 
 *Effect:* The operation fails.
@@ -850,9 +850,9 @@ database metadata.
 Dropping metadata schema <schema-name> is not allowed.
 ```
 
-Where <schema-name> is the name of a Trafodion database metadata schema.
+Where <schema-name> is the name of a {project-name} database metadata schema.
 
-*Cause:* You attempted to drop a schema that is part of the Trafodion
+*Cause:* You attempted to drop a schema that is part of the {project-name}
 database metadata.
 
 *Effect:* The operation fails.
@@ -866,10 +866,10 @@ database metadata.
 Dropping metadata index <index-name> is not allowed.
 ```
 
-Where <index-name> is the name of a Trafodion database index.
+Where <index-name> is the name of a {project-name} database index.
 
 *Cause:* An attempt was made to drop an index that is part of the
-Trafodion database metadata.
+{project-name} database metadata.
 
 *Effect:* The operation fails.
 
@@ -883,7 +883,7 @@ Trafodion database metadata.
 Dropping metadata view <table-name> is not allowed.
 ```
 
-Where <table-name> is the name of a Trafodion database table.
+Where <table-name> is the name of a {project-name} database table.
 
 *Cause:* An attempt was made to drop a view that is a metadata object.
 Metadata views and their creation are not currently supported, so this
@@ -933,7 +933,7 @@ not allowed.
 Schema <schema-name> could not be dropped.
 ```
 
-Where <schema-name> is the name of a Trafodion database schema.
+Where <schema-name> is the name of a {project-name} database schema.
 
 *Cause:* See the accompanying error message for the cause of the
 problem.
@@ -951,7 +951,7 @@ message.
 Object <object-name> could not be created. File error: <error-number>.
 ```
 
-Where <object-name> is the name of the Trafodion database object.
+Where <object-name> is the name of the {project-name} database object.
 
 Where <error-number> is the file system error number.
 
@@ -969,9 +969,9 @@ system error <error-number>.
 Object <ANSI-name> could not be accessed.
 ```
 
-Where <ANSI-name> is the name of the Trafodion database object.
+Where <ANSI-name> is the name of the {project-name} database object.
 
-*Cause:* The statement issued required access to the Trafodion platform
+*Cause:* The statement issued required access to the {project-name} platform
 file underlying object <ANSI-name>.
 
 *Effect:* The operation fails.
@@ -1006,7 +1006,7 @@ constraint that has not been disabled.
 Only services ID can execute INITIALIZE SQL.
 ```
 
-*Cause:* You attempted to initialize the Trafodion database, but you are
+*Cause:* You attempted to initialize the {project-name} database, but you are
 not the services ID. Only the services ID can perform this function.
 
 *Effect:* The operation fails.
@@ -1029,7 +1029,7 @@ Where <schema-name> is the name of a schema in the specified catalog.
 
 *Recovery:* Drop all schemas in the catalog and resubmit.
 
-*Recovery:* None. Contact the Trafodion User Distribution List
+*Recovery:* None. Contact the {project-name} User Distribution List
 
 [[SQL-1078]]
 == SQL 1078
@@ -1044,7 +1044,7 @@ Where <location-name> is a name specified in a LOCATION clause.
 
 *Effect:* The operation fails.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for limitations on
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for limitations on
 names allowed in the LOCATION clause. Correct the name and resubmit.
 
 <<<
@@ -1052,7 +1052,7 @@ names allowed in the LOCATION clause. Correct the name and resubmit.
 == SQL 1079
 
 ```
-Trafodion was not able to prepare the statement.
+{project-name} was not able to prepare the statement.
 ```
 
 *Cause:* See the accompanying error message for the cause.
@@ -1072,7 +1072,7 @@ Where <column-name> is the name of a column of a table.
 
 *Cause:* You attempted to create a table that has two columns with the
 same name. If you name a column "SYSKEY," duplication can result from
-the implicit creation by the Trafodion database software of a column
+the implicit creation by the {project-name} database software of a column
 named SYSKEY to ensure uniqueness for the clustering key.
 
 *Effect:* The operation fails.
@@ -1437,7 +1437,7 @@ reissue the statement.
 Metadata tables for catalog <catalog-name> could not be created on <location-info>.
 ```
 
-Where <catalog-name> is the name of a Trafodion database catalog.
+Where <catalog-name> is the name of a {project-name} database catalog.
 
 Where <location-info> is the location where the tables could not be
 created.
@@ -1526,10 +1526,10 @@ Where <table-name> is the name of the object.
 Dropping metadata object <table-name> is not allowed.
 ```
 
-Where <table-name> is the name of a Trafodion database metadata table.
+Where <table-name> is the name of a {project-name} database metadata table.
 
 *Cause:* You attempted to use the DROP TABLE statement to drop a table
-that is part of the Trafodion database metadata.
+that is part of the {project-name} database metadata.
 
 *Effect:* The table is not dropped.
 
@@ -1781,7 +1781,7 @@ exceeds the maximum allowed row size.
 
 *Effect:* The operation fails.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for row size limit
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for row size limit
 calculations. Change the column definitions and reissue the statement.
 
 <<<
@@ -1792,10 +1792,10 @@ calculations. Change the column definitions and reissue the statement.
 Label <file-name> for object could not be accessed. File system error <error-number>.
 ```
 
-Where <file-name> is the Trafodion platform file name of a partition of
+Where <file-name> is the {project-name} platform file name of a partition of
 object.
 
-Where <error-number> is a Trafodion platform file system error.
+Where <error-number> is a {project-name} platform file system error.
 
 *Cause:* An ALTER TABLE or ALTER INDEX operation encountered a file
 system error.
@@ -1813,10 +1813,10 @@ Because it is not audited, this table cannot have a column added that is declare
 
 *Cause:* Internal error.
 
-*Effect:* The Trafodion database is unable to perform the requested
+*Effect:* The {project-name} database is unable to perform the requested
 operation.
 
-*Recovery:* None. Contact the Trafodion User Distribution List
+*Recovery:* None. Contact the {project-name} User Distribution List
 
 <<<
 [[SQL-1143]]
@@ -1874,17 +1874,17 @@ compatible with the type of column <column-name> and resubmit.
 == SQL 1145
 
 ```
-The catalog name <catalog-name> is reserved for Trafodion metadata.
+The catalog name <catalog-name> is reserved for {project-name} metadata.
 ```
 
-Where <catalog-name> is the name of a Trafodion database catalog.
+Where <catalog-name> is the name of a {project-name} database catalog.
 
-*Cause:* Trafodion reserves certain catalog names
+*Cause:* {project-name} reserves certain catalog names
 for its own use.
 
 *Effect:* The operation fails.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for reserved names.
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for reserved names.
 Change <catalog-name> to a name that is not reserved and resubmit.
 
 [[SQL-1146]]
@@ -1958,7 +1958,7 @@ Where <table-name> is the name of the table.
 *Cause:* When the Partition Overlay Support feature is enabled without
 setting volume names (through CQD POS_LOCATIONS) for table partitions to
 reside on, location names are generated automatically. However, the
-Trafodion database software could not generate the location names
+{project-name} database software could not generate the location names
 automatically and, because the CQD POS_RAISE_ERROR is set, the table is
 not created.
 
@@ -1987,7 +1987,7 @@ Where <table-name> is the name of the table.
 *Cause:* When the Partition Overlay Support feature is enabled without
 setting volume names (through CQD POS_LOCATIONS) for table partitions to
 reside on, location names are generated automatically. However, the
-Trafodion database software could not generate the location names
+{project-name} database software could not generate the location names
 automatically, and because the CQD POS_RAISE_ERROR is not set, the given
 table is created as a simple table without partitions as it would be if
 the Partition Overlay Support feature was not enabled.
@@ -2009,7 +2009,7 @@ CONTROL QUERY DEFAULT POS_LOCATIONS, and then retry the request.
 Cannot create object <object-name> as the table size is too big to fit on the system.
 ```
 
-*Cause:* Trafodion could not create the object
+*Cause:* {project-name} could not create the object
 because the requested table size is bigger than the total amount of disk
 space available on the system.
 
@@ -2115,7 +2115,7 @@ key, do not specify a STORE BY clause. Correct the syntax and resubmit.
 System generated column SYSKEY cannot be specified as part of the PARTITION BY clause.
 ```
 
-*Cause:* Trafodion could not create the object
+*Cause:* {project-name} could not create the object
 because system-generated column SYSKEY is not allowed as part of the
 PARTITION BY clause.
 
@@ -2137,14 +2137,14 @@ Where <schema-name> is the schema in which the object is being created.
 Where <directory-name> is the designated subvolume name for that schema.
 
 *Cause:* One or more LOCATION clauses in the CREATE or MODIFY statement
-contained a Trafodion platform location whose subvolume did not match
+contained a {project-name} platform location whose subvolume did not match
 the designated subvolume for the schema in which the object was being
 created.
 
 *Effect:* The object was not created.
 
 *Recovery:* Either correct the invalid LOCATION clauses or remove them
-and allow the system to generate the Trafodion platform locations.
+and allow the system to generate the {project-name} platform locations.
 
 [[SQL-1181]]
 == SQL 1181
@@ -2163,7 +2163,7 @@ Where <error> is the returned file system error number.
 
 *Effect:* The DDL DROP operation fails.
 
-*Recovery:* See previous messages in this Trafodion database software
+*Recovery:* See previous messages in this {project-name} database software
 operation to determine the necessary corrective actions. Also, use the
 file system error <error-number> to analyze the cause. For information
 about file system errors, see <<file_system_errors, File-System Errors>>.
@@ -2265,17 +2265,17 @@ default to be compatible types and resubmit.
 == SQL 1187
 
 ```
-The schema name <schema-name> is reserved for Trafodion metadata.
+The schema name <schema-name> is reserved for {project-name} metadata.
 ```
 
-Where <schema-name> is the name of a Trafodion database schema.
+Where <schema-name> is the name of a {project-name} database schema.
 
-*Cause:* Trafodion reserves certain schema names
+*Cause:* {project-name} reserves certain schema names
 for its own use.
 
 *Effect:* The operation fails.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for reserved schema
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for reserved schema
 names. Choose a name that is not reserved and reissue the CREATE statement.
 
 <<<
@@ -2313,7 +2313,7 @@ Where <parameter-name> is the name of the parameter.
 *Cause:* You specified a data type for this routine parameter that is
 not supported.
 
-*Effect:* Trafodion is unable to complete the operation.
+*Effect:* {project-name} is unable to complete the operation.
 
 *Recovery:* Specify a different data type.
 
@@ -2395,10 +2395,10 @@ about file system errors, see <<file_system_errors,File-System Errors>>.
 == SQL 1233
 
 ```
-Creating schema in Trafodion system catalog <catalog-name> is prohibited.
+Creating schema in {project-name} system catalog <catalog-name> is prohibited.
 ```
 
-Where <catalog-name> is the name of the Trafodion database catalog.
+Where <catalog-name> is the name of the {project-name} database catalog.
 
 *Cause:* You attempted to create a schema in the system catalog.
 
@@ -2689,16 +2689,16 @@ DDL or utility operation.
 == SQL 1263
 
 ```
-Table, view, and stored procedure names that start with <text> are reserved for Trafodion metadata.
+Table, view, and stored procedure names that start with <text> are reserved for {project-name} metadata.
 ```
 
 Where <text> is the disallowed name that was specified.
 
-*Cause:* You specified a Trafodion database reserved object name.
+*Cause:* You specified a {project-name} database reserved object name.
 
 *Effect:* The object is not created.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for the list of
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for the list of
 reserved object names. Choose a name that is not reserved and reissue
 the CREATE statement.
 
@@ -2791,7 +2791,7 @@ file error <file-system-error-number> on <file-name>.
 Where <sql-object-name> is the ANSI name of the affected SQL database
 object.
 
-Where <file-system-error-number> is a Trafodion platform file system
+Where <file-system-error-number> is a {project-name} platform file system
 error code.
 
 *Cause:* A CREATE or ALTER operation encountered a file system error
@@ -2888,12 +2888,12 @@ Unrecognized partitioning scheme for object <object-name>.
 
 <object-name> is the name of the SQL object (table or index).
 
-*Cause:* The Trafodion database does not recognize the partitioning
+*Cause:* The {project-name} database does not recognize the partitioning
 scheme stored in the metadata for the named object.
 
 *Effect:* The named object is considered corrupt and is inaccessible.
 
-*Recovery:* None. Contact the Trafodion User Distribution List Consider
+*Recovery:* None. Contact the {project-name} User Distribution List Consider
 running the VERIFY operation on the named object to check for
 inconsistencies in the metadata with respect to the partitioning scheme.
 
@@ -2966,7 +2966,7 @@ default.
 The specified schema location <directory> is already in use by schema <schema>.
 ```
 
-Where <directory> is the Trafodion platform subvolume name specified in
+Where <directory> is the {project-name} platform subvolume name specified in
 the LOCATION clause of the CREATE SCHEMA command.
 
 Where <schema> is the ANSI name of an existing schema that already uses
@@ -2995,15 +2995,15 @@ backup nodes.
 == SQL 1307
 
 ```
-The schema location <directory> is reserved for Trafodion metadata.
+The schema location <directory> is reserved for {project-name} metadata.
 ```
 
-Where <directory> is the Trafodion platform subvolume name specified in
+Where <directory> is the {project-name} platform subvolume name specified in
 the LOCATION clause of the CREATE SCHEMA command.
 
 *Cause:* In a CREATE SCHEMA command, you specified subvolume in the
 LOCATION clause, however subvolume names with the format
-ZSD<digit><anything> are reserved for Trafodion database software
+ZSD<digit><anything> are reserved for {project-name} database software
 metadata schemas.
 
 *Effect:* The operation fails.

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/21d6d8d3/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc
index aa07a1c..191f033 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc
@@ -20,7 +20,7 @@
 * under the License.
 *
 * @@@ END COPYRIGHT @@@
-  */
+*/
 ////
 
 [[executor-messages]]
@@ -60,7 +60,7 @@ The operation has been canceled.
 Encoding of CONTROL QUERY DEFAULTs: <encoding>.
 ```
 
-*Cause:* Trafodion displays an internal CONTROL
+*Cause:* {project-name} displays an internal CONTROL
 QUERY DEFAULT encoding.
 
 *Effect:* None.
@@ -94,7 +94,7 @@ Explain information is not available for this query.
 
 *Cause:* The explain default has been turned off for this query.
 
-*Effect:* Trafodion is not able to display explain
+*Effect:* {project-name} is not able to display explain
 information.
 
 *Recovery:* Turn the explain default on for this query.
@@ -129,7 +129,7 @@ The operation is prevented by a unique constraint.
 *Cause:* You attempted to perform an operation that is prevented by a
 unique constraint.
 
-*Effect:* Trafodion could not perform the
+*Effect:* {project-name} could not perform the
 operation.
 
 *Recovery:* Make the data you enter unique to be consistent with the
@@ -250,7 +250,7 @@ level, if appropriate.
 Statement was recompiled.
 ```
 
-*Cause:* Trafodion recompiled the statement.
+*Cause:* {project-name} recompiled the statement.
 
 *Effect:* The operation fails.
 
@@ -266,7 +266,7 @@ Table, index or view <name> was not found.
 
 Where <name> is the name of the object.
 
-*Cause:* Trafodion could not find the object
+*Cause:* {project-name} could not find the object
 <name>.
 
 *Effect:* The operation fails.
@@ -316,7 +316,7 @@ starting a transaction.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User Distribution mailing list].
+*Recovery:* Contact {project-support}.
 
 <<<
 [[SQL-8605]]
@@ -350,7 +350,7 @@ committing a transaction.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User Distribution mailing list].
+*Recovery:* Contact {project-support}.
 
 <<<
 [[SQL-8607]]
@@ -383,7 +383,7 @@ rolling back a transaction.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User Distribution mailing list].
+*Recovery:* Contact {project-support}.
 
 <<<
 [[SQL-8609]]
@@ -415,7 +415,7 @@ Where <number> is the error number.
 *Cause:* Transaction subsystem <name> has returned error <number> while
 performing a waited rollback transaction. *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User Distribution mailing list].
+*Recovery:* Contact {project-support}.
 
 <<<
 [[SQL-8612]]
@@ -440,13 +440,13 @@ mode.
 SQL cannot commit or rollback a transaction that was started by application.
 ```
 
-*Cause:* An application started a transaction outside of Trafodion that Trafodion could not commit
+*Cause:* An application started a transaction outside of {project-name} that {project-name} could not commit
 or rollback.
 
 *Effect:* The operation fails.
 
 *Recovery:* The application that started the transaction must perform a
-commit or rollback. Trafodion must start any transactions it will later commit or rollback.
+commit or rollback. {project-name} must start any transactions it will later commit or rollback.
 
 <<<
 [[SQL-8808]]
@@ -458,12 +458,12 @@ Module file <name> contains corrupted or invalid data.
 
 Where <name> is the name of the file.
 
-*Cause:* Trafodion has detected corrupted or
+*Cause:* {project-name} has detected corrupted or
 invalid data in the module file <name>.
 
-*Effect:* Trafodion could not execute the file.
+*Effect:* {project-name} could not execute the file.
 
-*Recovery:* Recompile the .mdf file, using the Trafodion compiler, to
+*Recovery:* Recompile the .mdf file, using the {project-name} compiler, to
 create a valid module file.
 
 [[SQL-8809]]
@@ -477,7 +477,7 @@ Where <name> is the name of the file.
 
 Where <number> is the error number returned.
 
-*Cause:* Trafodion was unable to open module file
+*Cause:* {project-name} was unable to open module file
 <name>.
 
 *Effect:* The operation fails.
@@ -497,7 +497,7 @@ Begin transaction failed while preparing the statement.
 
 *Effect:* The operation fails.
 
-*Recovery:* None. Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User Distribution mailing list].
+*Recovery:* None. Contact {project-support}.
 
 [[SQL-8820]]
 == SQL 8820
@@ -510,7 +510,7 @@ Transaction commit failed while closing the statement.
 
 *Effect:* The operation fails.
 
-*Recovery:* None. Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User Distribution mailing list].
+*Recovery:* None. Contact {project-support}.
 
 <<<
 [[SQL-8821]]
@@ -524,7 +524,7 @@ Rollback transaction failed during the process of fetching the statement.
 
 *Effect:* The operation fails.
 
-*Recovery:* None. Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User Distribution mailing list].
+*Recovery:* None. Contact {project-support}.
 
 [[SQL-8824]]
 == SQL 8824
@@ -553,7 +553,7 @@ The module could not be added.
 
 *Effect:* The operation fails.
 
-*Recovery:* None. Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User Distribution mailing list].
+*Recovery:* None. Contact {project-support}.
 
 [[SQL-8827]]
 == SQL 8827
@@ -564,7 +564,7 @@ The request <name> could not be sent.
 
 Where <name> is the name of the request.
 
-*Cause:* Trafodion was unable to send request <name>. 
+*Cause:* {project-name} was unable to send request <name>. 
 
 *Effect:* The operation fails.
 
@@ -597,7 +597,7 @@ The input parameter is an invalid SQL transaction command.
 
 *Effect:* The operation fails.
 
-*Recovery:* None. Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User Distribution mailing list].
+*Recovery:* None. Contact {project-support}.
 
 <<<
 [[SQL-8834]]
@@ -609,12 +609,12 @@ The SQL installation directory could not be found. Operating system error <numbe
 
 Where <number> is the error number.
 
-*Cause:* Trafodion was unable to find the Trafodion installation directory and 
+*Cause:* {project-name} was unable to find the {project-name} installation directory and 
 received an operating system error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Locate the Trafodion installation directory,
+*Recovery:* Locate the {project-name} installation directory,
 correct your syntax, and resubmit.
 
 [[SQL-8836]]
@@ -667,8 +667,8 @@ Object name provided to CLI is not valid.
 User application committed or aborted a transaction started by SQL. This transaction needs to be committed or aborted by calling SQL COMMIT or ROLLBACK WORK.
 ```
 
-*Cause:* Trafodion started a transaction that was committed or aborted by an embedded program, 
-rather than by Trafodion.
+*Cause:* {project-name} started a transaction that was committed or aborted by an embedded program, 
+rather than by {project-name}.
 
 *Effect:* The operation fails.
 
@@ -842,7 +842,7 @@ An error while reading from file <name>.
 
 Where <name> is the file name.
 
-*Cause:* Trafodion encountered an error while
+*Cause:* {project-name} encountered an error while
 reading the module file <name>.
 
 *Effect:* The operation fails.
@@ -858,13 +858,13 @@ Containing SQL is not permitted.
 ```
 
 *Cause:* A stored procedure registered with the NO SQL attribute
-attempted to access Trafodion.
+attempted to access {project-name}.
 
 *Effect:* The corresponding SQL request is rejected.
 
 *Recovery:* Either change the definition of the stored procedure to
 allow SQL access, or determine why the stored procedure contains
-Trafodion  statements that might be called while the stored
+{project-name}  statements that might be called while the stored
 procedure is executing.
 
 [[SQL-8888]]
@@ -893,11 +893,11 @@ is returned.
 The SQL compiler failed to initialize properly. Query results may differ from what is expected, due to different compiler defaults.
 ```
 
-*Cause:* The Trafodion compiler failed to correctly initialize.
+*Cause:* The {project-name} compiler failed to correctly initialize.
 
 *Effect:* Query results might be affected.
 
-*Recovery:* Stop the Trafodion  and restart it.
+*Recovery:* Stop the {project-name}  and restart it.
 
 [[SQL-8901]]
 == SQL 8901
@@ -906,29 +906,29 @@ The SQL compiler failed to initialize properly. Query results may differ from wh
 The MXUDR server for this statement is no longer running. The statement will be assigned a new MXUDR server if it is executed again.
 ```
 
-*Cause:* During execution of a Trafodion statement, an
-attempt was made to contact a nonexistent Trafodion UDR server.
+*Cause:* During execution of a {project-name} statement, an
+attempt was made to contact a nonexistent {project-name} UDR server.
 
 *Effect:* The operation fails.
 
-*Recovery:* Retry the Trafodion statement.
+*Recovery:* Retry the {project-name} statement.
 
 <<<
 [[SQL-8904]]
 == SQL 8904
 
 ```
-Trafodion did not receive a reply from MXUDR, possibly caused by internal errors while executing user-defined routines.
+{project-name} did not receive a reply from MXUDR, possibly caused by internal errors while executing user-defined routines.
 ```
 
-*Cause:* During execution of a Trafodion statement,
-the Trafodion  did not receive an expected reply from
-the Trafodion UDR server.
+*Cause:* During execution of a {project-name} statement,
+the {project-name}  did not receive an expected reply from
+the {project-name} UDR server.
 
 *Effect:* The operation fails.
 
-*Recovery:* Verify that the Trafodion UDR server is running. If
-not, the Trafodion statement will acquire a new
-Trafodion UDR server when it is next executed.
+*Recovery:* Verify that the {project-name} UDR server is running. If
+not, the {project-name} statement will acquire a new
+{project-name} UDR server when it is next executed.
 
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/21d6d8d3/docs/messages_guide/src/asciidoc/_chapters/file_system_errors.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/file_system_errors.adoc b/docs/messages_guide/src/asciidoc/_chapters/file_system_errors.adoc
index 84e7a2b..aed6ea5 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/file_system_errors.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/file_system_errors.adoc
@@ -20,13 +20,13 @@
 * under the License.
 *
 * @@@ END COPYRIGHT @@@
-  */
+*/
 ////
 
 [[file-system-errors]]
 = File-System Errors
 
-Some error messages generated by the Trafodion platform include file-system error
+Some error messages generated by the {project-name} platform include file-system error
 codes. For example:
 
 ====
@@ -41,7 +41,7 @@ This section lists all file-system error codes and provides the corresponding er
 for each code number. The error text can sometimes help you troubleshoot a problem.
 If the initial error message and file-system error text are insufficient to help you solve a
 problem, or if you need more information, 
-contact the mailto:user@trafodion.incubator.apache.org[Trafodion User mailing list].
+contact {project-support}.
 
 
 [cols="15%l,85%",options="header",]

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/21d6d8d3/docs/messages_guide/src/asciidoc/_chapters/generator_msgs.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/generator_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/generator_msgs.adoc
index aabf27a..157f08d 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/generator_msgs.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/generator_msgs.adoc
@@ -20,7 +20,7 @@
 * under the License.
 *
 * @@@ END COPYRIGHT @@@
-  */
+*/
 ////
 
 [[generator-messages]]
@@ -51,7 +51,7 @@ A plan using cluster sampling could not be produced for this query.
 result set and only if there is no WHERE clause in the SELECT statement.
 This query does not satisfy these conditions.
 
-*Effect:* Trafodion is unable to compile the query.
+*Effect:* {project-name} is unable to compile the query.
 
 *Recovery:* Rewrite the query (for example, using nested queries) so
 that cluster sampling is performed on a base table with no WHERE-clause

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/21d6d8d3/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc b/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc
index 6d3405e..45d938f 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/introduction.adoc
@@ -20,18 +20,18 @@
 * under the License.
 *
 * @@@ END COPYRIGHT @@@
-  */
+*/
 ////
 
 = Introduction
 
 == Message Handling
 
-Trafodion reports exception condition messages at a Trafodion Database
+{project-name} reports exception condition messages at a {project-name} Database
 Connectivity Service conversational interface (DCS) window and in the
 Trafodion Command Interface (TrafCI).
 
-Most Trafodion  exception condition messages describe error conditions
+Most {project-name}  exception condition messages describe error conditions
 for which recovery action is required. Some messages are warnings that
 provide information for which no action is required.
 
@@ -39,19 +39,19 @@ Error messages that appear in response to SQL commands are logged to the
 DCS application's log file if you have used the LOG command to request
 them.
 
-The format of a Trafodion  error is "*** ERROR" followed by the error number
+The format of a {project-name}  error is "*** ERROR" followed by the error number
 in brackets, and the descriptive text. Use the error number shown to find
 information about a particular error in this manual. For example, information
-for Trafodion error 1125 can be found under "SQL 1125."
+for {project-name} error 1125 can be found under "SQL 1125."
 
 Messages are listed in this manual in numeric order, broken down by the component
 that produced them.
 
 [[viewing-trafodion-database-messages]]
-== Viewing Trafodion Database Messages
+== Viewing {project-name} Database Messages
 
 The message key is a sequential SQL message number that is returned
-automatically by Trafodion  when an exception condition
+automatically by {project-name}  when an exception condition
 occurs. For example, the following message might be displayed within
 your application development tool while you prepare an embedded SQL
 program:
@@ -71,7 +71,7 @@ manual, you will find the following message information for ERROR[1000]:
 
 *Cause:* You specified a statement with incorrect syntax.
 
-*Effect:* The Trafodion  statement fails.
+*Effect:* The {project-name}  statement fails.
 
 *Recovery:* Correct the syntax and resubmit.
 ====
@@ -87,30 +87,30 @@ The ANSI SQL SQLSTATE variable is a five-character string with a
 two-character class code followed by a three-character subclass code. An
 SQLSTATE value of 00000 indicates successful completion.
 
-Trafodion extends the ANSI SQL SQLSTATE values to include other situations
+{project-name} extends the ANSI SQL SQLSTATE values to include other situations
 not described by the ANSI values. If an ANSI SQL SQLSTATE value exists for
-an error condition, the Trafodion database software returns that value.
-Otherwise, Trafodion returns an SQLSTATE value that is defined by the Trafodion
+an error condition, the {project-name} database software returns that value.
+Otherwise, {project-name} returns an SQLSTATE value that is defined by the {project-name}
 database software.
 
-Trafodion also returns a numeric SQLCODE value after SQL statement execution.
+{project-name} also returns a numeric SQLCODE value after SQL statement execution.
 SQLCODE values with negative numbers signify errors.
 
 SQLCODE values with positive numbers other than 0 (successful completion) or 100
-(no data was found) signify warning messages. Trafodion  identifies all messages
+(no data was found) signify warning messages. {project-name}  identifies all messages
 by their unsigned SQLCODE value and their calculated SQLSTATE value. The SQLCODE
-is used to calculate the SQLSTATE value for all Trafodion messages other than
+is used to calculate the SQLSTATE value for all {project-name} messages other than
 those for which an ANSI SQL SQLSTATE value exists.
 
 The SQLCODE parameter is a deprecated feature that is supported to
 maintain compatibility with earlier versions of the American standard.
 
 <<sqlstate-values,_SQLSTATE Values_>> identifies the equivalent SQLSTATE and
-SQLCODE values for Trafodion  warning and error messages.
+SQLCODE values for {project-name}  warning and error messages.
 
 [[getting-help]]
 == Getting Help
 
-Some messages have no recovery and you will be instructed to contact the
-mailt:user@trafodion.incubator.apache.org[Trafodion user mailing list].
+Some messages have no recovery and you will be instructed to contact
+{project-support}.
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/21d6d8d3/docs/messages_guide/src/asciidoc/_chapters/optimizer_msgs.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/optimizer_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/optimizer_msgs.adoc
index 802bce5..7313382 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/optimizer_msgs.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/optimizer_msgs.adoc
@@ -20,7 +20,7 @@
 * under the License.
 *
 * @@@ END COPYRIGHT @@@
-  */
+*/
 ////
 
 [[optimizer-messages]]
@@ -51,7 +51,7 @@ The metadata table HISTOGRAMS or HISTOGRAM_INTERVALS contains invalid values. If
 *Cause:* You have manually modified the metadata table, and now it
 contains invalid values.
 
-*Effect:* Trafodion is unable to complete
+*Effect:* {project-name} is unable to complete
 compilation.
 
 *Recovery:* Undo your changes using the CLEAR option in UPDATE
@@ -68,7 +68,7 @@ The metadata table HISTOGRAMS or HISTOGRAM_INTERVALS contains invalid boundary v
 *Cause:* You have manually modified the metadata table, and now it
 contains an invalid boundary value.
 
-*Effect:* The Trafodion database uses default histograms to compile the
+*Effect:* The {project-name} database uses default histograms to compile the
 query. This is a warning message.
 
 *Recovery:* Undo your changes using the CLEAR option in UPDATE

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/21d6d8d3/docs/messages_guide/src/asciidoc/_chapters/parser_msgs.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/parser_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/parser_msgs.adoc
index 78cb0ae..fb129a9 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/parser_msgs.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/parser_msgs.adoc
@@ -20,7 +20,7 @@
 * under the License.
 *
 * @@@ END COPYRIGHT @@@
-  */
+*/
 ////
 
 [[parser-and-compilation-messages]]
@@ -172,8 +172,8 @@ Character set <name> is not yet supported.
 Where <name> is the name of the character set.
 
 *Cause:* You specified character set <name> that is not supported for
-use in a Trafodion object, such as a table or module. Examples include
-creating a KANJI or KSC5601 column in a Trafodion table.
+use in a {project-name} object, such as a table or module. Examples include
+creating a KANJI or KSC5601 column in a {project-name} table.
 
 *Effect:* The operation fails.
 
@@ -249,7 +249,7 @@ Scale <value> cannot exceed precision <value>.
 ```
 
 *Cause:* You defined a scale value with greater precision than 
-Trafodion allows.
+{project-name} allows.
 
 *Effect:* The operation fails.
 
@@ -278,7 +278,7 @@ Precision of decimal, <value>, cannot exceed 18.
 An unsigned integer was expected, not <value>.
 ```
 
-*Cause:* You specified an unexpected value, <value>. Trafodion
+*Cause:* You specified an unexpected value, <value>. {project-name}
 requires an unsigned integer.
 
 *Effect:* The operation fails.
@@ -292,7 +292,7 @@ requires an unsigned integer.
 An unsigned smallint was expected, not <value>.
 ```
 
-*Cause:* You specified an unexpected value, <value>. Trafodion
+*Cause:* You specified an unexpected value, <value>. {project-name}
 requires an unsigned smallint.
 
 *Effect:* The operation fails.
@@ -307,7 +307,7 @@ requires an unsigned smallint.
 An unsigned number was expected within the parentheses, not <value>.
 ```
 
-*Cause:* You specified an unexpected value, <value>. Trafodion
+*Cause:* You specified an unexpected value, <value>. {project-name}
 requires an unsigned number.
 
 *Effect:* The operation fails.
@@ -321,7 +321,7 @@ requires an unsigned number.
 An unsigned number was expected as the first operand within parentheses, not <value>.
 ```
 
-*Cause:* You specified an unexpected value, <value>. Trafodion
+*Cause:* You specified an unexpected value, <value>. {project-name}
 requires an unsigned number.
 
 *Effect:* The operation fails.
@@ -336,7 +336,7 @@ requires an unsigned number.
 An unsigned number was expected as the second operand within parentheses, not <value>.
 ```
 
-*Cause:* You specified an unexpected value, <value>. Trafodion
+*Cause:* You specified an unexpected value, <value>. {project-name}
 requires an unsigned number.
 
 *Effect:* The operation fails.
@@ -367,7 +367,7 @@ The COLLATE clause in a sort specification is not yet supported.
 *Cause:* You attempted to perform a COLLATE clause in a sort
 specification, which is not supported.
 
-*Effect:* Trafodion ignores the COLLATE clause.
+*Effect:* {project-name} ignores the COLLATE clause.
 
 *Recovery:* Remove the COLLATE clause and resubmit.
 
@@ -425,7 +425,7 @@ must be separated by commas.
 *Cause:* You specified an invalid name <name>, which must have only one
 name part.
 
-*Effect:* Trafodion could not prepare the
+*Effect:* {project-name} could not prepare the
 statement.
 
 *Recovery:* Correct the name and resubmit.
@@ -855,7 +855,7 @@ The ALLOCATE value must be between 1 and <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for correct size
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for correct size
 values, and resubmit.
 
 [[SQL-3058]]
@@ -883,7 +883,7 @@ The specified size value (in the MAXSIZE clause or EXTENT size clause) is not va
 
 *Effect:* The operation fails.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for correct size
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for correct size
 values, and resubmit.
 
 [[SQL-3060]]
@@ -897,7 +897,7 @@ The specified percentage value in the DSLACK clause is not valid.
 
 *Effect:* The operation fails.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for correct
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for correct
 percentage values, and resubmit.
 
 <<<
@@ -912,7 +912,7 @@ The format of the specified location name <name> is not valid.
 
 *Effect:* The operation fails.
 
-*Recovery:* See the http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_] for correct name
+*Recovery:* See the {docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_] for correct name
 format, and resubmit.
 
 [[SQL-3062]]
@@ -967,7 +967,7 @@ The primary key constraint cannot be droppable when the STORE BY PRIMARY KEY cla
 *Cause:* You defined a primary key as droppable in a table that includes
 STORE BY PRIMARY KEY in its definition, which is not supported.
 
-*Effect:* Trafodion is unable to process this
+*Effect:* {project-name} is unable to process this
 definition.
 
 *Recovery:* Change the definition of the primary key constraint so that
@@ -998,7 +998,7 @@ The ALLOCATE and DEALLOCATE clauses cannot coexist in the same ALTER INDEX state
 *Cause:* You specified an ALTER INDEX statement with both an ALLOCATE
 and a DEALLOCATE clause, which is not supported.
 
-*Effect:* Trafodion ignores the ALTER INDEX
+*Effect:* {project-name} ignores the ALTER INDEX
 statement.
 
 *Recovery:* Correct the ALTER INDEX statement to include either ALLOCATE
@@ -1309,7 +1309,7 @@ The [NO]AUDIT clause is not allowed in the CREATE INDEX statements.
 *Cause:* You specified a CREATE INDEX statement with the [NO]AUDIT
 clause, which is not supported.
 
-*Effect:* Trafodion ignores the CREATE INDEX
+*Effect:* {project-name} ignores the CREATE INDEX
 statement.
 
 *Recovery:* Correct the syntax and resubmit.
@@ -1828,7 +1828,7 @@ option, which is not supported.
 The statement just entered is currently not supported.
 ```
 
-*Cause:* You specified a statement that is not supported by Trafodion.
+*Cause:* You specified a statement that is not supported by {project-name}.
 
 *Effect:* The operation fails.
 
@@ -2020,7 +2020,7 @@ Positioned UPDATE or DELETE is allowed only in embedded SQL.
 ```
 
 *Cause:* You attempted to perform a positioned UPDATE or DELETE, which
-is supported only in embedded Trafodion.
+is supported only in embedded {project-name}.
 
 *Effect:* The operation fails.
 
@@ -2050,7 +2050,7 @@ Environment variable <value> is being ignored because this version of the code i
 
 Where <value> is the environment variable value specified.
 
-*Cause:* Trafodion is ignoring the environment
+*Cause:* {project-name} is ignoring the environment
 variable you specified. Query results might not match expected results.
 
 *Effect:* None.
@@ -2218,7 +2218,7 @@ Procedure parameter <name> was not used.
 
 Where <name> is the name of the procedure parameter.
 
-*Cause:* Trafodion did not use procedure parameter <name>.
+*Cause:* {project-name} did not use procedure parameter <name>.
 
 *Effect:* None.
 
@@ -2394,7 +2394,7 @@ Dynamic SQL statements are not allowed in compound statements.
 ```
 
 *Cause:* You specified a compound statement that contains dynamic
-Trafodion statements.
+{project-name} statements.
 
 *Effect:* The operation fails.
 
@@ -2437,7 +2437,7 @@ in the length declaration of the data type.
 One or more of the following external (host-language) data types incorrectly appears within the SQL query or operation: <name>.
 ```
 
-*Cause:* You specified a Trafodion query or attempted
+*Cause:* You specified a {project-name} query or attempted
 to perform an operation with an incorrect data type.
 
 The operation fails.
@@ -2563,7 +2563,7 @@ not a quoted string.
 Where <string> is the dynamic parameter or host variable that was
 specified.
 
-*Cause:* Trafodion does not support the use of
+*Cause:* {project-name} does not support the use of
 dynamic parameters or host variables in DDL statements.
 The operation fails.
 
@@ -2621,7 +2621,7 @@ supported.
 Union operands <table-1> and <table-2> have different access/lock modes.
 ```
 
-*Cause:* Trafodion attempted to compile a UNION
+*Cause:* {project-name} attempted to compile a UNION
 query that has an access/lock mode that can be applied to both branches
 of the access/lock mode or only to the second branch of the UNION.
 
@@ -2770,7 +2770,7 @@ EXTERNAL NAME clause is badly formed.
 *Cause:* In the CREATE PROCEDURE statement, the EXTERNAL NAME clause you
 specified does not conform to the required syntax.
 
-*Effect:* Trafodion is unable to create the
+*Effect:* {project-name} is unable to create the
 procedure.
 
 *Recovery:* Correct the syntax and resubmit.
@@ -3004,12 +3004,12 @@ operation as a table reference.
 == SQL 3220
 
 ```
-SHOWDDL failed for object <object-name> because an SQL/MP display option was used on a Trafodion object.
+SHOWDDL failed for object <object-name> because an SQL/MP display option was used on a {project-name} object.
 ```
 
 Where <object-name> specifies the ANSI name of a table, view, or ALIAS.
 
-*Cause:* SHOWDDL was given the display option with a Trafodion 
+*Cause:* SHOWDDL was given the display option with a {project-name} 
 table given as an argument.
 
 *Effect:* SHOWDDL does not display output.
@@ -3022,7 +3022,7 @@ object.
 == SQL 3225
 
 ```
-SHOWLABEL failed for object <object-name>. The object does not exist in the given namespace <name-space>, the object is not accessible, or the object type is not supported. SHOWLABEL supports only Trafodion tables, views and indexes.
+SHOWLABEL failed for object <object-name>. The object does not exist in the given namespace <name-space>, the object is not accessible, or the object type is not supported. SHOWLABEL supports only {project-name} tables, views and indexes.
 ```
 
 Where <object-name> is the specified name of an object.
@@ -3043,11 +3043,11 @@ namespace of a valid, supported, and accessible object.
 == SQL 3226
 
 ```
-SHOWLABEL failed for physical location name <location-name>. Object does not exist or object type is not supported. SHOWLABEL supports only Trafodion tables, views, and indexes.
+SHOWLABEL failed for physical location name <location-name>. Object does not exist or object type is not supported. SHOWLABEL supports only {project-name} tables, views, and indexes.
 ```
 
 Where <location-name> specifies the physical location name of a
-Trafodion object.
+{project-name} object.
 
 *Cause:* SHOWLABEL was given an invalid physical location as an
 argument.
@@ -3061,14 +3061,14 @@ argument.
 == SQL 3228
 
 ```
-SHOWLABEL failed for physical location name <location-name>. SHOWLABEL supports only the data forks of Trafodion tables, views, and indexes.
+SHOWLABEL failed for physical location name <location-name>. SHOWLABEL supports only the data forks of {project-name} tables, views, and indexes.
 ```
 
 Where <location-name> specifies the physical location name of a
-Trafodion object.
+{project-name} object.
 
 *Cause:* SHOWLABEL supports only the physical names of data forks of 
-Trafodion objects (physical location names that end in "00"). SHOWLABEL
+{project-name} objects (physical location names that end in "00"). SHOWLABEL
 does not support resource forks.
 
 *Effect:* SHOWLABEL does not display output.
@@ -3126,7 +3126,7 @@ Hexadecimal representation of string literals associated with character set <nam
 ```
 
 *Cause:* You used a hexadecimal format to represent a character string
-that is not supported by Trafodion.
+that is not supported by {project-name}.
 
 *Effect:* The operation fails.
 
@@ -3203,7 +3203,7 @@ A DDL statement could not be translated into a statement consisting of single-by
 ```
 
 *Cause:* The DDL statement coded in unicode contains non-ISO88591
-characters. Trafodion does not support arbitrary
+characters. {project-name} does not support arbitrary
 unicode characters.
 
 *Effect:* The operation fails.

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/21d6d8d3/docs/messages_guide/src/asciidoc/_chapters/sort_msgs.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/sort_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/sort_msgs.adoc
index 9cdf9fa..9039a57 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/sort_msgs.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/sort_msgs.adoc
@@ -20,7 +20,7 @@
 * under the License.
 *
 * @@@ END COPYRIGHT @@@
-  */
+*/
 ////
 
 [[sort-messages]]
@@ -33,7 +33,7 @@
 UPDATE STATISTICS encountered an error from statement <name>.
 ```
 
-*Cause:* UPDATE STATISTICS encountered an error from the Trafodion statement <name>.
+*Cause:* UPDATE STATISTICS encountered an error from the {project-name} statement <name>.
 
 *Effect:* The operation fails.
 
@@ -51,11 +51,11 @@ Unable to DROP object <name>.
 *Cause:* UPDATE STATISTICS encountered an error during a DROP of the
 object <name>.
 
-*Effect:* Trafodion is unable to continue processing.
+*Effect:* {project-name} is unable to continue processing.
 
-*Recovery:* Resubmit the statement. If this does not correct the problem, stop and restart Trafodion. 
+*Recovery:* Resubmit the statement. If this does not correct the problem, stop and restart {project-name}. 
 If this does not correct the problem, 
-contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+contact {project-support}.
 
 <<<
 [[SQL-9202]]
@@ -86,7 +86,7 @@ Column names must be unique when specified in column list: (<name>).
 
 *Cause:* You specified a non unique column name in the specified column list.
 
-*Effect:* Trafodion is unable to continue processing.
+*Effect:* {project-name} is unable to continue processing.
 
 *Recovery:* Correct the syntax and resubmit.
 
@@ -101,7 +101,7 @@ Invalid option <option> specified. Value must be <range>.
 *Cause:* You specified an invalid option for UPDATE STATISTICS. The
 value <range> specifies the valid range for this option.
 
-*Effect:* Trafodion is unable to continue
+*Effect:* {project-name} is unable to continue
 processing.
 
 *Recovery:* Correct the syntax and resubmit.
@@ -115,7 +115,7 @@ UPDATE STATISTICS is not supported for object <name>.
 
 *Cause:* You attempted to run UPDATE STATISTICS against an object that is not supported.
 
-*Effect:* Trafodion is unable to continue processing.
+*Effect:* {project-name} is unable to continue processing.
 
 *Recovery:* Correct the syntax and resubmit.
 
@@ -127,12 +127,12 @@ UPDATE STATISTICS is not supported for object <name>.
 You are not authorized to read/write object <name>. Verify that you have the necessary access privileges.
 ```
 
-*Cause:* Trafodion could not perform an UPDATE
+*Cause:* {project-name} could not perform an UPDATE
 STATISTICS statement because you are not authorized to perform this
 operation against this table. You must either own the object <name> or
 be the super ID.
 
-*Effect:* Trafodion is unable to continue processing.
+*Effect:* {project-name} is unable to continue processing.
 
 *Recovery:* Resubmit after checking the table location and access privileges.
 
@@ -145,7 +145,7 @@ The specified SAMPLE option generated an empty sample set. Modify the SAMPLE opt
 
 *Cause:* The SAMPLE option you specified generated an empty sample set.
 
-*Effect:* Trafodion is unable to continue processing.
+*Effect:* {project-name} is unable to continue processing.
 
 *Recovery:* Modify the SAMPLE option and resubmit.
 
@@ -162,8 +162,8 @@ Column definitions could not be accessed.
 *Effect:* The operation fails.
 
 *Recovery:* Resubmit the statement. If this does not correct the
-problem, stop and restart the Trafodion database software. If this does
-not correct the problem, report the entire message to mailto:user@trafodion.incubator.apache.org[the Trafodion User mailing list].
+problem, stop and restart the {project-name} database software. If this does
+not correct the problem, report the entire message to {project-support}.
 
 [[SQL-9209]]
 == SQL 9209
@@ -228,11 +228,11 @@ Object <name> could not be created.
 
 *Cause:* UPDATE STATISTICS encountered an error during a CREATE of the object <name>.
 
-*Effect:* Trafodion is unable to continue processing.
+*Effect:* {project-name} is unable to continue processing.
 
 *Recovery:* Resubmit the statement. If this does not correct the
-problem, stop and restart the Trafodion database software. If this does
-not correct the problem, report the entire message to mailto:user@trafodion.incubator.apache.org[the Trafodion User mailing list].
+problem, stop and restart the {project-name} database software. If this does
+not correct the problem, report the entire message to {project-support}.
 
 <<<
 [[SQL-10007-]]
@@ -246,7 +246,7 @@ Sort failed while writing to a scratch file with error <system-error>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 [[SQL-10011-]]
 == SQL 10011 
@@ -261,7 +261,7 @@ Where <system-error> is the error returned.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 <<<
 [[SQL-10013-]]
@@ -278,7 +278,7 @@ Sort could not find any appropriate disks for overflow.
 *Recovery:* Make sure there are appropriate disks with enough space for
 scratch file use. Disks such as optical disks, phantom disks, and 
 virtual disks are not considered suitable. See the
-http://trafodion.incubator.apache.org/docs/sql_reference/index.html[_Trafodion SQL Reference Manual_]
+{docs-url}/sql_reference/index.html[_{project-name} SQL Reference Manual_]
 for more information on how to influence the placement of scratch files.
 
 [[SQL-10014-]]
@@ -293,7 +293,7 @@ Sort ran out of memory while allocating an internal data structure.
 *Effect:* The operation fails.
 
 *Recovery:* None. This is an internal error. 
-Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+Contact {project-support}.
 
 <<<
 [[SQL-10015-]]
@@ -307,7 +307,7 @@ Sort failed while calling PROCESSHANDLE_GETMINE_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 [[SQL-10016-]]
 == SQL 10016 
@@ -320,7 +320,7 @@ Sort failed while calling PROCESSHANDLE_DECOMPOSE_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 <<<
 [[SQL-10017-]]
@@ -334,7 +334,7 @@ Sort failed while calling DEVICE_GETINFOBYLDEV_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 [[SQL-10018-]]
 == SQL 10018 
@@ -347,7 +347,7 @@ Sort failed while calling FILENAME_FILESTART_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 <<<
 [[SQL-10019-]]
@@ -361,7 +361,7 @@ Sort failed while calling FILENAME_FILENEXT_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 [[SQL-10020-]]
 == SQL 10020 
@@ -374,7 +374,7 @@ Sort failed while calling FILENAME_FINDFINISH_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 <<<
 [[SQL-10021-]]
@@ -388,7 +388,7 @@ Sort failed while calling FILE_GETINFOLISTBYNAME_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 [[SQL-10022-]]
 == SQL 10022 
@@ -401,7 +401,7 @@ Sort failed while calling FILE_CREATE with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 <<<
 [[SQL-10023-]]
@@ -415,7 +415,7 @@ Sort failed while calling FILE_OPEN_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact {project-support}.
 
 [[SQL-10024-]]
 == SQL 10024 
@@ -428,7 +428,7 @@ Sort failed while calling SETMODE_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact the {project-support}.
 
 <<<
 [[SQL-10027-]]
@@ -442,7 +442,7 @@ Sort failed while calling FILE_GETINFOLIST with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact the {project-support}.
 
 [[SQL-10028-]]
 == SQL 10028 
@@ -455,7 +455,7 @@ Sort failed while calling POSITION with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact the {project-support}.
 
 <<<
 [[SQL-10029-]]
@@ -469,7 +469,7 @@ Sort failed while calling FILE_GETINFO_ with error <number>.
 
 *Effect:* The operation fails.
 
-*Recovery:* Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+*Recovery:* Contact the {project-support}.
 
 [[SQL-10047-]]
 == SQL 10047 
@@ -483,7 +483,7 @@ Sort Error: Wrong length read.
 *Effect:* The operation fails.
 
 *Recovery:* None. This is an internal error. 
-Contact the mailto:user@trafodion.incubator.apache.org[Trafodion User distribution list].
+Contact {project-support}.
 
 <<<
 [[SQL-10048-]]

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/21d6d8d3/docs/messages_guide/src/asciidoc/_chapters/sqlstate.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/sqlstate.adoc b/docs/messages_guide/src/asciidoc/_chapters/sqlstate.adoc
index e4e730d..91aeda2 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/sqlstate.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/sqlstate.adoc
@@ -20,13 +20,13 @@
 * under the License.
 *
 * @@@ END COPYRIGHT @@@
-  */
+*/
 ////
 
 [[sqlstate]]
 = SQLSTATE 
 
-Trafodion returns SQLSTATE values that are defined
+{project-name} returns SQLSTATE values that are defined
 in the ISO/ANSI SQL standard and implementation-defined SQLSTATE values. See
 Subclause 22, "Status Codes" in the ISO/ANSI SQL92 Standard "Database
 Language SQL."
@@ -45,11 +45,11 @@ values mapped to SQLSTATE 42000 in the table below.
 ** To deal with the problem of ambiguous SQLCODE values, we recommends retrieving the error message 
 text or the SQLCODE value in addition to the SQLSTATE.
 
-* SQLSTATE values for some Trafodion error and warning messages might be subject to change:
+* SQLSTATE values for some {project-name} error and warning messages might be subject to change:
 
-** In the future, Trafodion might return different SQLSTATE values for error conditions than it does now.
+** In the future, {project-name} might return different SQLSTATE values for error conditions than it does now.
 
-** In the future, the Trafodion error handling might use a different error path, and therefore return a 
+** In the future, the {project-name} error handling might use a different error path, and therefore return a 
 slightly different SQLCODE and implementation defined SQLSTATE value for an error.
 
 [[sqlstate-values]]
@@ -95,10 +95,10 @@ numbers) and error messages (negative SQLCODE numbers).
 | 0150T    | 1029    | Object <object-name> could not be created.
 | 0150U    | 1030    | File label <name> could not be accessed. File System error <error>.
 | 0150V    | 1031    | Object <object-name> could not be dropped.
-| 0150Y    | 1034    | Trafodion was not able to initialize.
+| 0150Y    | 1034    | {project-name} was not able to initialize.
 | 0150Z    | 1035    | Catalog <catalog-name> already exists
 | 01510    | 1036    | Only super ID can execute DROP SQL.
-| 01511    | 1037    | Trafodion is not installed on system <node>.
+| 01511    | 1037    | {project-name} is not installed on system <node>.
 | 01512    | 1038    | Not all catalogs have been dropped from the system.
 | 01513    | 1039    | The drop SQL statement could not be executed.
 | 01514    | 1040    | The use of ALTER on metadata tables is not permitted.
@@ -188,7 +188,7 @@ numbers) and error messages (negative SQLCODE numbers).
 | 0153Y    | 1142    | Attempting to add a column with a NULL, UNIQUE, CHECK, PRIMARY KEY, or FOREIGN KEY constraint defined. This is not supported for a non-audited table.
 | 0153Z    | 1143    | Validation for constraint <name> failed; incompatible data exists in referencing base table <name> and referenced base table <name>. To display the data violating the constraint, please use the following DML statement: <text>
 | 01540    | 1144    | Expected a quoted string in first key clause for column <name> on table <name>, value detected is (<num>).
-| 01541    | 1145    | The catalog name <name> is reserved for the Trafodion metadata.
+| 01541    | 1145    | The catalog name <name> is reserved for the {project-name} metadata.
 | 01542    | 1146    | Unable to alter object <name> because it is not a <name>.
 | 01543    | 1147    | System-generated column <name> of base table <name> cannot appear in a unique or primary key constraint definition.
 | 01544    | 1148    | System-generated column <name> of base table <name> cannot appear in a referential integrity constraint definition.
@@ -198,16 +198,16 @@ numbers) and error messages (negative SQLCODE numbers).
 | 01554    | 1184    | Insufficient privilege on <name>.
 | 01555    | 1185    | The location name is either invalid or missing.
 | 01556    | 1186    | Column <name> is of type <type>, incompatible with the default value's type, <type>.
-| 01557    | 1187    | The schema name <name> is reserved for the Trafodion metadata.
+| 01557    | 1187    | The schema name <name> is reserved for the {project-name} metadata.
 | 01558    | 1188    | Unable to create referential integrity constraint <name> for table <name> due to circular dependency: <name>.
 | 01566    | 1222    | Invalid file type <name>.
 | 01568    | 1224    | Invalid data type for routine param <name>.
-| 01569    | 1225    | Error on access to PROCS table. Trafodion error <integer>.
-| 0156A    | 1226    | Error on access to PARAMS table. Trafodion error <integer>.
+| 01569    | 1225    | Error on access to PROCS table. {project-name} error <integer>.
+| 0156A    | 1226    | Error on access to PARAMS table. {project-name} error <integer>.
 | 0156F    | 1231    | Unable to create user-defined routine <string>.
 | 01600    | 2000    | Error messages for compiler main, IPC, and DEFAULTS table; assertions for optimizer.
 | 01601    | 2001    | Error or warning <num> occurred while opening or reading from DEFAULTS table <name>. Using <name> values.
-| 01602    | 2002    | Internal error: cannot create Trafodion compiler server.
+| 01602    | 2002    | Internal error: cannot create {project-name} compiler server.
 | 01603    | 2003    | Internal error: cannot establish connection with MXCMP server.
 | 01604    | 2004    | Internal error: error from MXCMP; cannot work on this query.
 | 01605    | 2005    | Internal error: from compilation, no errors in diagnostics yet for statement: <name>
@@ -764,7 +764,7 @@ Suggestion: a) Inspect the CQS in effect; or b) Raise the optimization level to
 | 01KN3    | 8831    | Either no current context or the module to which the statement belongs is not added to the current context.
 | 01KN4    | 8832    | Transaction has not been started.
 | 01KN5    | 8833    | The input parameter is an invalid SQL transaction command.
-| 01KN6    | 8834    | Unable to find Trafodion installation directory. Operating system error <num>.
+| 01KN6    | 8834    | Unable to find {project-name} installation directory. Operating system error <num>.
 | 01KN7    | 8835    | Invalid SQL descriptor information requested.
 | 01KN8    | 8836    | Invalid update column for cursor.
 | 01KN9    | 8837    | Invalid user id.
@@ -814,9 +814,9 @@ Suggestion: a) Inspect the CQS in effect; or b) Raise the optimization level to
 | 01KOY    | 8898    | Internal error in CLI.
 | 01KP1    | 8901    | The MXUDR server for this statement is no longer running. The statement will be assigned a new MXUDR server if it is executed again.
 | 01KP2    | 8902    | Internal error: MXUDR returned an invalid UDR handle.
-| 01KP3    | 8903    | An attempt was made by the Trafodion to kill the MXUDR server for this statement <process-name>. PROCESS_STOP_ returned <value>.
+| 01KP3    | 8903    | An attempt was made by the {project-name} to kill the MXUDR server for this statement <process-name>. PROCESS_STOP_ returned <value>.
 | 01KP4    | 8904    | Unable to receive reply from MXUDR, possibly caused by internal errors while executing user-defined routines.
-| 01KP6    | 8906    | An invalid or corrupt MXUDR reply could not be processed, possibly due to memory corruption in MXUDR while executing friendly user-defined routines or an internal error in Trafodion.
+| 01KP6    | 8906    | An invalid or corrupt MXUDR reply could not be processed, possibly due to memory corruption in MXUDR while executing friendly user-defined routines or an internal error in {project-name}.
 | 01L5K    | 9200    | UPDATE STATISTICS encountered an error from statement <name>.
 | 01L5L    | 9201    | Unable to DROP object <name>.
 | 01L5M    | 9202    | UPDATE STATISTICS has located previously generate histogram that are not being regenerated. This might affect the plans that will be generated. Missing column lists are <column-list>.
@@ -984,8 +984,8 @@ Suggestion: a) Inspect the CQS in effect; or b) Raise the optimization level to
 | 01PE6    | 13510   | The SQL declare section might not contain COPY or REPLACE.
 | 01PE7    | 13511   | End of input file while processing EXEC SQL.
 | 01PE8    | 13512   | Input file error while processing EXEC SQL.
-| 01PE9    | 13513   | The BIT data type is not implemented in the Trafodion software.
-| 01PEA    | 13514   | The CHARACTER SET attribute is not implemented in Trafodion.
+| 01PE9    | 13513   | The BIT data type is not implemented in the {project-name} software.
+| 01PEA    | 13514   | The CHARACTER SET attribute is not implemented in {project-name}.
 | 01PEB    | 13515   | Picture <name> is not valid for a host variable.
 | 01PEC    | 13516   | Unexpected end of input file encountered after line <num>.
 | 01PED    | 13517   | Line <num> is too long to process and has been truncated.
@@ -1064,16 +1064,16 @@ Suggestion: a) Inspect the CQS in effect; or b) Raise the optimization level to
 | 01Y01    | 16001   | No message found for error or warning <sqlcode>.
 | 02000    | 100     | The "no data" completion condition (SQLCODE = +100).
 | 01Z01    | 25001   | Program <executable>, executing on <node>, has encountered a version error.
-| 01Z2S    | 25100   | Remote node <node> runs an incompatible version of Trafodion. The Trafodion version (version) of <node> is <version-1>, the local node does not support versions older than <version-2>.
-| 01Z2T    | 25101   | Remote node <node> runs an incompatible version of Trafodion. The Trafodion version (version) of <node> is <version-1>, the local node supports only version <version-2>.
-| 01Z2U    | 25102   | Remote node <node> runs a version of Trafodion which cannot interoperate with other versions. The Trafodion version (version) of <node> is <version-1>.
+| 01Z2S    | 25100   | Remote node <node> runs an incompatible version of {project-name}. The {project-name} version (version) of <node> is <version-1>, the local node does not support versions older than <version-2>.
+| 01Z2T    | 25101   | Remote node <node> runs an incompatible version of {project-name}. The {project-name} version (version) of <node> is <version-1>, the local node supports only version <version-2>.
+| 01Z2U    | 25102   | Remote node <node> runs a version of {project-name} which cannot interoperate with other versions. The {project-name} version (version) of <node> is <version-1>.
 | 01Z8C    | 25300   | Module <module> has module version <version-1>; node <node> does not support module versions lower than <version-2>.
 | 01Z8D    | 25301   | Module <module> has module version <version-1>; the local node does not support module versions higher than <version-2>.
 | 01Z8I    | 25306   | A required system module has module version <version-1>; node <node> does not support query plans from modules with module version lower than <version-2>.
-| 01Z8J    | 25307   | The query plan can be executed only by a node with Trafodion version (version) <version-1>, the version of <node> is <version-1>.
-| 01Z8K    | 25308   | The query plan has plan version <version-1>, the local Trafodion version (version) can execute only query plans with plan version <version-1>.
-| 01Z8L    | 25309   | Module <module> can be executed only by a node with Trafodion version (version) version1, the version of <node> is <version-1>.
-| 01Z8M    | 25310   | Module <module> has module version <version-1>, the local Trafodion version (version) can execute only modules with module version <version-1>.
+| 01Z8J    | 25307   | The query plan can be executed only by a node with {project-name} version (version) <version-1>, the version of <node> is <version-1>.
+| 01Z8K    | 25308   | The query plan has plan version <version-1>, the local {project-name} version (version) can execute only query plans with plan version <version-1>.
+| 01Z8L    | 25309   | Module <module> can be executed only by a node with {project-name} version (version) version1, the version of <node> is <version-1>.
+| 01Z8M    | 25310   | Module <module> has module version <version-1>, the local {project-name} version (version) can execute only modules with module version <version-1>.
 | 01Z8N    | 25311   | System module <module> has a wrong module version. The expected module version is <version-1>. the actual module version is <version-2>.
 | 02000    | 100 |T  h e "no data" completion condition (SQLCODE=+100).
 | 07001    | -15015    |PARAM <name> (value <num>) cannot be converted to type <type>.
@@ -1636,7 +1636,7 @@ Suggestion: a) Inspect the CQS in effect; or b) Raise the optimization level to
 | X013X    | -1141   | Could not obtain an up-and-audited DAM volume. Please check your system configuration.
 | X013Z    | -1143   | Validation for constraint <name> failed; incompatible data exists in referencing base table <name> and referenced base table <name>. To display the data violating the constraint, please use the following DML statement: <name>
 | X0140    | -1144   | Expected a quoted string in first key clause for column <name> on table <name>, value detected is (<name>).
-| X0141    | -1145   | The catalog name <name> is reserved for Trafodion metadata.
+| X0141    | -1145   | The catalog name <name> is reserved for {project-name} metadata.
 | X0142    | -1146   | Unable to alter object <name> because it is not a <name>.
 | X0143    | -1147   | System-generated column <name> of base table <name> cannot appear in a unique or primary key constraint definition.
 | X0144    | -1148   | System-generated column <name> of base table <name> cannot appear in a referential integrity constraint definition.
@@ -1645,12 +1645,12 @@ Suggestion: a) Inspect the CQS in effect; or b) Raise the optimization level to
 | X0153    | -1183   | Cannot instantiate module <name>, conflicting lock exists.
 | X0154    | -1184   | Insufficient privilege on <name>.
 | X0155    | -1185   | The location name is either invalid or missing.
-| X0157    | -1187   | The schema name <name> is reserved for Trafodion metadata.
+| X0157    | -1187   | The schema name <name> is reserved for {project-name} metadata.
 | X0158    | -1188   | Unable to create referential integrity constraint <name> for table <name> due to circular dependency: <name>.
 | X0166    | -1222   | Invalid file type <type>.
 | X0168    | -1224   | Invalid data type for routine param <name>.
-| X0169    | -1225   | Error on access to PROCS table. Trafodion error <integer>.
-| X016A    | -1226   | Error on access to PARAMS table. Trafodion error <integer>.
+| X0169    | -1225   | Error on access to PROCS table. {project-name} error <integer>.
+| X016A    | -1226   | Error on access to PARAMS table. {project-name} error <integer>.
 | X016F    | -1231   | Unable to create user-defined routine <routine-name>.
 | X0200    | -2000   | Error messages for compiler main, IPC, and DEFAULTS table; assertions for optimizer.
 | X0201    | -2001   | Error or warning <num> occurred while opening or reading from DEFAULTS table <name>. Using <name> values.
@@ -1800,9 +1800,9 @@ level might result in a long compile time.
 | X080J    | -8883   | 
 | X08P1    | -8901   | The MXUDR server for this statement is no longer running. The statement will be assigned a new MXUDR server if it is executed again.
 | X08P2    | -8902   | Internal error: MXUDR returned an invalid UDR handle.
-| X08P3    | -8903   | An attempt was made by Trafodion to kill the MXUDR server for this statement <process-name>. PROCESS_STOP_ returned <value>.
+| X08P3    | -8903   | An attempt was made by {project-name} to kill the MXUDR server for this statement <process-name>. PROCESS_STOP_ returned <value>.
 | X08P4    | -8904   | Unable to receive reply from MXUDR, possibly caused by internal errors while executing user-defined routines.
-| X08P6    | -8906   | An invalid or corrupt MXUDR reply could not be processed, possibly due to memory corruption in MXUDR while executing friendly user-defined routines or an internal error in Trafodion.
+| X08P6    | -8906   | An invalid or corrupt MXUDR reply could not be processed, possibly due to memory corruption in MXUDR while executing friendly user-defined routines or an internal error in {project-name}.
 | X082S    | -8100   | Define <name> does not exist
 | X08O4    | -8868   | Unable to create context when current transaction is implicitly started by SQL.
 | X08O5    | -8869   | The specified file number is not a QFO, or the file number is not internally associated with a QFO object (CLI internal error).
@@ -2032,8 +2032,8 @@ level might result in a long compile time.
 | X0DE6    | -13510  | The SQL declare section might not contain COPY or REPLACE.
 | X0DE7    | -13511  | End of input file while processing EXEC SQL.
 | X0DE8    | -13512  | Input file error while processing EXEC SQL.
-| X0DE9    | -13513  | The BIT data type is not implemented in Trafodion.
-| X0DEA    | -13514  | The CHARACTER SET attribute is not implemented in Trafodion.
+| X0DE9    | -13513  | The BIT data type is not implemented in {project-name}.
+| X0DEA    | -13514  | The CHARACTER SET attribute is not implemented in {project-name}.
 | X0DEB    | -13515  | Picture <name> is not valid for a host variable.
 | X0DEC    | -13516  | Unexpected end of input file encountered after line <num>.
 | X0DED    | -13517  | Line <num> is too long to process and has been truncated.
@@ -2084,16 +2084,16 @@ level might result in a long compile time.
 | X0K00    | -20000  | SQL Utilities error messages.
 | X0K31    | -20109  | <text>
 | X0P01    | -25001  | Program <executable>, executing on <node>, has encountered a version error.
-| X0P2S    | -25100  | Remote node <node> runs an incompatible version of Trafodion. The Trafodion version (version) of node is <version-1>, the local node does not support versions older than <version-2>.
-| X0P2T    | -25101  | Remote node <node> runs an incompatible version of Trafodion. The Trafodion version (version) of <node> is <version-1>, the local node supports only version <version-2>.
-| X0P2U    | -25102  | Remote node <node> runs a version of Trafodion which cannot interoperate with other versions. The Trafodion version (version) of <node> is <version-1>.
+| X0P2S    | -25100  | Remote node <node> runs an incompatible version of {project-name}. The {project-name} version (version) of node is <version-1>, the local node does not support versions older than <version-2>.
+| X0P2T    | -25101  | Remote node <node> runs an incompatible version of {project-name}. The {project-name} version (version) of <node> is <version-1>, the local node supports only version <version-2>.
+| X0P2U    | -25102  | Remote node <node> runs a version of {project-name} which cannot interoperate with other versions. The {project-name} version (version) of <node> is <version-1>.
 | X0P8C    | -25300  | Module <module> had module version <version-1>; node <node> does not support module versions lower than <version-2>.
 | X0P8D    | -25301  | Module <module> had module version <version-1>; the local node does not support module versions higher than <version-2>.
 | X0P8I    | -25306  | A required system module has module version <version-1>; node <node> does not support query plans from modules with module version lower than <version-2>.
-| X0P8J    | -25307  | The query plan can be executed only by a node with Trafodion version (version) <version-1>, the version of <node> is <version-1>.
-| X0P8K    | -25308  | The query plan has plan version <version-1>, the local Trafodion version (version) can execute only query plans with plan version <version-1>.
-| X0P8L    | -25309  | Module <module> can be executed only by a node with Trafodion version (version) version1, the version of <node> is <version-1>.
-| X0P8M    | -25310  | Module <module> has module version <version-1>, the local Trafodion version (version) can execute modules only with module version <version-1>.
+| X0P8J    | -25307  | The query plan can be executed only by a node with {project-name} version (version) <version-1>, the version of <node> is <version-1>.
+| X0P8K    | -25308  | The query plan has plan version <version-1>, the local {project-name} version (version) can execute only query plans with plan version <version-1>.
+| X0P8L    | -25309  | Module <module> can be executed only by a node with {project-name} version (version) version1, the version of <node> is <version-1>.
+| X0P8M    | -25310  | Module <module> has module version <version-1>, the local {project-name} version (version) can execute modules only with module version <version-1>.
 | X0P8N    | -25311  | System module <module> has a wrong module version. The expected module version is <version-1>. The actual module version is <version-2>.
 | X0U08    | -30008  | Internal error. Rowset index is out of range.
 | X0U09    | -30009  | Internal error. Trying to add more elements than maximum rowset size.