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/01/25 22:55:53 UTC

[04/13] incubator-trafodion git commit: Created the initial version of the Trafodion Messages Manual. Fixed broken links between different manuals.

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e77d8018/docs/messages_guide/src/asciidoc/_chapters/udr_language_mgr_msgs.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/_chapters/udr_language_mgr_msgs.adoc b/docs/messages_guide/src/asciidoc/_chapters/udr_language_mgr_msgs.adoc
new file mode 100644
index 0000000..21f7156
--- /dev/null
+++ b/docs/messages_guide/src/asciidoc/_chapters/udr_language_mgr_msgs.adoc
@@ -0,0 +1,112 @@
+////
+/**
+* @@@ START COPYRIGHT @@@
+*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*   http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied.  See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*
+* @@@ END COPYRIGHT @@@
+  */
+////
+
+[[udr-server-and-language-manager-messages]]
+= UDR Server and Language Manager Messages (11000 through 11399)
+
+[[SQL-11108]]
+== SQL 11108
+
+```
+MXUDR: Unable to allocate memory for object <object-name>.
+```
+
+Where <object-name> is the name of the object.
+
+*Cause:* The Trafodion UDR server was not able to obtain enough memory to allocate the named object.
+
+*Effect:* The request message is rejected, and the Trafodion statement fails.
+
+*Recovery:* Stop and start the client process to restart a new Trafodion UDR server, 
+and retry the stored procedure call.
+
+[[SQL-11201]]
+== SQL 11201
+
+```
+Language Manager initialization failed. Details: Error occurred while loading Java class <class-name>.
+```
+
+Where <class-name> is the name of the Java class.
+
+*Cause:* Initialization of the language manager failed because a
+required Java class could not be loaded or because a required Java
+method was not found.
+
+*Effect:* The operation fails.
+
+*Recovery:* Check the installation of the Trafodion platform for Java
+product and the Trafodion language manager. Verify the
+existence of the specified class. Stop and restart the session, and
+retry the Trafodion statement.
+
+<<<
+[[SQL-11202]]
+== SQL 11202
+
+```
+Language Manager initialization failed. Details: Unable to initialize the Java virtual machine.
+```
+
+*Cause:* Initialization of the language manager failed during creation of the Java Virtual Machine.
+
+*Effect:* The operation fails.
+
+*Recovery:* Check the installation of the Trafodion platform for Java
+product. Stop and restart the session, and retry the Trafodion statement.
+
+[[SQL-11221]]
+== SQL 11221
+
+```
+Language Manager is out of memory <string>.
+```
+
+*Cause:* The language manager could not acquire enough memory to
+complete its work on the Trafodion statement.
+
+*Effect:* The operation fails.
+
+*Recovery:* Stop and restart the session and retry the Trafodion
+statement.
+
+<<<
+[[SQL-11222]]
+== SQL 11222
+
+```
+The operation failed because the Java Virtual Machine ran out of memory.
+```
+
+*Cause:* The Java Virtual Machine, hosted by a Trafodion UDR
+server, did not have enough memory to execute a Java method. This error
+condition will be accompanied by another condition that shows when the
+Java Virtual Machine encountered the error.
+
+*Effect:* The operation fails.
+
+*Recovery:* Stop and restart the session and retry the Trafodion statement.
+
+

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e77d8018/docs/messages_guide/src/asciidoc/index.adoc
----------------------------------------------------------------------
diff --git a/docs/messages_guide/src/asciidoc/index.adoc b/docs/messages_guide/src/asciidoc/index.adoc
new file mode 100644
index 0000000..3322c0d
--- /dev/null
+++ b/docs/messages_guide/src/asciidoc/index.adoc
@@ -0,0 +1,73 @@
+////
+* @@@ START COPYRIGHT @@@                                                         
+*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*   http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied.  See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*
+* @@@ END COPYRIGHT @@@ 
+////
+
+= Trafodion Messages Guide
+Version 1.3.0, January 2016
+:doctype: book
+:numbered:
+:toc: left
+:toclevels: 3
+:toc-title: Table of Contents
+:icons: font
+:iconsdir: icons
+:experimental:
+:source-language: text
+
+:images: ../images
+:sourcedir: ../../resources/source
+
+:leveloffset: 1
+
+// The directory is called _chapters because asciidoctor skips direct
+// processing of files found in directories starting with an _. This
+// prevents each chapter being built as its own book.
+
+*License Statement*
+
+Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations under the License.
+
+[cols="2",options="header"]
+|===
+| Version    | Date
+| 1.3.0      | January, 2016  
+|===
+
+include::asciidoc/_chapters/about.adoc[]
+include::asciidoc/_chapters/introduction.adoc[]
+include::asciidoc/_chapters/ddl_msgs.adoc[]
+include::asciidoc/_chapters/compiler_msgs.adoc[]
+include::asciidoc/_chapters/parser_msgs.adoc[]
+include::asciidoc/_chapters/optimizer_msgs.adoc[]
+include::asciidoc/_chapters/generator_msgs.adoc[]
+include::asciidoc/_chapters/executor_msgs.adoc[]
+include::asciidoc/_chapters/sort_msgs.adoc[]
+include::asciidoc/_chapters/udr_language_mgr_msgs.adoc[]
+include::asciidoc/_chapters/sqlstate.adoc[]
+include::asciidoc/_chapters/file_system_errors.adoc[]

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e77d8018/docs/sql_reference/src/asciidoc/_chapters/about.adoc
----------------------------------------------------------------------
diff --git a/docs/sql_reference/src/asciidoc/_chapters/about.adoc b/docs/sql_reference/src/asciidoc/_chapters/about.adoc
index 2f5839a..d8d44dd 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/about.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/about.adoc
@@ -31,7 +31,7 @@ SQL language elements supported by the Trafodion project’s database software.
 Trafodion SQL statements and utilities are entered interactively or from script files using a client-based tool,
 such as the Trafodion Command Interface (TrafCI). To install and configure a client application that enables you
 to connect to and use a Trafodion database, see the
-http://trafodion.incubator.apache.org/client_install/index.html[_Trafodion Client Installation Guide_].
+http://trafodion.incubator.apache.org/docs/client_install/index.html[_Trafodion Client Installation Guide_].
 
 NOTE: In this manual, SQL language elements, statements, and clauses within statements are based on the
 ANSI SQL:1999 standard.

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e77d8018/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
----------------------------------------------------------------------
diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
index 5e34f5f..28411be 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc
@@ -31,7 +31,7 @@ This section describes the syntax and semantics of Trafodion SQL statements.
 Trafodion SQL statements are entered interactively or from script files using a client-based tool, such as the
 Trafodion Command Interface (TrafCI). To install and configure a client application that enables you to connect
 to and use a Trafodion database, see the
-http://trafodion.incubator.apache.org/client_install/index.html[_Trafodion Client Installation_ _Guide_].
+http://trafodion.incubator.apache.org/docs/client_install/index.html[_Trafodion Client Installation_ _Guide_].
 
 [[sql_statements_categories]]
 == Categories
@@ -58,7 +58,7 @@ NOTE: DDL statements are not currently supported in transactions. That means tha
 transaction (BEGIN WORK&#8230;COMMIT WORK) or when AUTOCOMMIT is OFF. To run these statements, AUTOCOMMIT must be turned ON
 (the default) for the session.
 
-[cols="2*", options="header"]
+[cols="2*", options="headhttp://trafodion.apache.org/docs/sql_reference/index.html#limitser"]
 |===
 | Statement                                                  | What It Does
 | <<alter_library_statement,ALTER LIBRARY Statement>>        | Updates the physical filename for a library object in a Trafodion database.
@@ -3947,13 +3947,13 @@ in the USING clause than the unnamed parameters in the PREPARE statement, Trafod
 +
 The USING clause does not set parameter values for named parameters (represented by ?_param-name_) in a prepared statement.
 To set parameter values for named parameters, use the SET PARAM command. For more information, see the
-http://trafodion.incubator.apache.org/command_interface/index.html[_Trafodion Command Interface Guide_].
+http://trafodion.incubator.apache.org/docs/command_interface/index.html[_Trafodion Command Interface Guide_].
 
 ** `?_param-name_`
 +
 The value for a ?_param-name_ must be previously specified with the SET PARAM command. The _param-name_ is case-sensitive.
 For information about the SET PARAM command, see the
-http://trafodion.incubator.apache.org/command_interface/index.html[_Trafodion Command Interface Guide_].
+http://trafodion.incubator.apache.org/docs/command_interface/index.html[_Trafodion Command Interface Guide_].
 
 ** `_literal-value_`
 +
@@ -3965,7 +3965,7 @@ _literal-value_ contains leading or trailing spaces, commas, or if it matches an
 set, enclose the _literal-value_ in single quotes.
 
 See the <<prepare_statement,PREPARE Statement>>. For information about the SET PARAM command, see the
-http://trafodion.incubator.apache.org/command_interface/index.html[_Trafodion Command Interface Guide_].
+http://trafodion.incubator.apache.org/docs/command_interface/index.html[_Trafodion Command Interface Guide_].
 
 [[execute_considerations]]
 === Considerations for EXECUTE

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e77d8018/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc
----------------------------------------------------------------------
diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc
index 2a2bfaa..63c57d6 100644
--- a/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc
+++ b/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc
@@ -45,7 +45,7 @@ NOTE: Trafodion SQL utilities are entered interactively or from script
 files using a client-based tool, such as the Trafodion Command Interface
 (TrafCI). To install and configure a client application that enables you
 to connect to and issue SQL utilities, see the
-http://trafodion.incubator.apache.org/client_installation/index.html[_Trafodion Client Installation Guide_].
+http://trafodion.incubator.apache.org/docs/client_installation/index.html[_Trafodion Client Installation Guide_].
 
 <<<
 [[load_statement]]