SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Messages Manual—523730-004
14-69
Recovery. Remove the duplicate entry and resubmit.
SQL 15529
Cause. You attempted to reset an alias name or detail-alias name that was being used
in another report command. The name cannot be deleted while another command is
dependent upon it.
Effect. The alias or detail-alias name is not reset.
Recovery. Remove all instances of this alias or detail-alias name from the current
report commands and resubmit.
SQL 15530
Cause. The column name that you specified in the message could not be found in the
list of columns specified in the SELECT statement.
Effect. The operation fails.
Recovery. Verify that the column is specified in the SELECT statement and that the
name is spelled correctly, and resubmit.
SQL 15531
Cause. You specified an invalid column number that was not an integer within the
range that is valid for the current select list. The column number must be an integer
greater than zero and less than or equal to the number of columns specified in the
select list.
Effect. The operation fails.
Recovery. Use a valid column number. and resubmit.
SQL 15532
Cause. The name that you specified has been previously specified. Each name must
be unique.
15529 Alias OR detail-alias name cannot be used because a
command-type command is using it.
15530 column-name not found in SELECT list.
15531 Invalid column number. Numeric reference to a column
specified in a SELECT statement must be an integer within the
range 1 through value.
15532 name is a duplicate item name.