[
https://issues.apache.org/jira/browse/TRAFODION-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15727230#comment-15727230
]
ASF GitHub Bot commented on TRAFODION-2389:
-------------------------------------------
Github user robertamarton commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/870#discussion_r91204102
--- Diff: docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc ---
@@ -761,40 +814,42 @@ constraint specified in the CREATE INDEX statement.
change the rows in the table to remove duplicates. Then reissue the
statement.
-<<<
-[[SQL-1057]]
-== SQL 1057
+[[SQL-1055]]
+== SQL 1055
```
-{project-name} objects cannot be created on <volume-name>: File system
error <error-number>.
+Object <privilege-object> already exists.
```
-Where <volume-name> is the name of a volume.
+Where <privilege-object> is an object you specified on a REGISTER
statement.
-Where <error-number> is the file system error number.
+*Cause:* You attempted to register a new privilege object in the
--- End diff --
Actually, a <privilege-object> is a component object name. So perhaps:
"Where <privilege-object> is a component object name you specified for a
REGISTER COMPONENT statement."
"Cause: You attempted to register a new component in the {project-name}
database but this component object has already been registered."
...
"Recovery: If the component object name is incorrect, correct and
resubmit."
> Update Messages Guide for some messages from 1000 - 1099
> --------------------------------------------------------
>
> Key: TRAFODION-2389
> URL: https://issues.apache.org/jira/browse/TRAFODION-2389
> Project: Apache Trafodion
> Issue Type: Sub-task
> Components: documentation
> Reporter: David Wayne Birdsall
> Assignee: David Wayne Birdsall
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)