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."
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---