You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by rm...@apache.org on 2018/08/03 23:03:27 UTC

[3/4] trafodion git commit: Updated messages manual

Updated messages manual


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/a666773f
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/a666773f
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/a666773f

Branch: refs/heads/master
Commit: a666773f92cfdc5d6ece66c288d78ec61fc362da
Parents: 3d013bc
Author: Roberta Marton <ro...@apache.org>
Authored: Fri Aug 3 18:58:48 2018 +0000
Committer: Roberta Marton <ro...@apache.org>
Committed: Fri Aug 3 18:58:48 2018 +0000

----------------------------------------------------------------------
 .../src/asciidoc/_chapters/ddl_msgs.adoc        | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/a666773f/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 6c8d5d8..f6cb4db 100644
--- a/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
+++ b/docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc
@@ -1075,6 +1075,26 @@ for <column-name>.
 *Recovery:* Specify a valid default value for the column and resubmit.
 
 <<<
+[[SQL-1086]]
+== SQL 1086
+
+```
+<auth-name> is not a <auth-type>.
+```
+
+Where <auth-name> is the name of a user or role.
+
+Where <auth-type is one of the following: user or role.
+
+*Cause:* A request was made to read metadata for an operation associated with an
+authorization name.  
+The authorization name was found but it was not the type expected. 
+
+*Effect:* The operation fails.
+
+*Recovery:* Enter the correct authorization name and resubmit the request.
+
+<<<
 [[SQL-1089]]
 == SQL 1089