SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
16-28
SQL 15279
Where string1 displays the start of the error.
Cause. A component of the object name ends with a blank or tab character.
Effect. The operation fails.
Recovery. Enter the command without a space at the end of the component name, or
use underscores. Names ending with a space are invalid.
SQL 15280
Where string0 displays the characters causing the parsing error.
Cause. The parser detected the opening vertical bar after a quoted string ended, but
the syntax after that was not legal. Concatenation requires two bars.
Effect. The operation fails.
Recovery. Enter the command with the correct syntax and resubmit.
SQL 15281
Where string0 is the text causing the error.
Cause. A quoted string must always be followed by a dot, comma, or semicolon. A dot
must not be preceded by white space.
Effect. The operation fails.
Recovery. Enter the separator after the quote (a comma might be missing), and then
enter the remaining attributes.
SQL 15284
Cause. The command contains an invalid first parameter.
Effect. The operation fails. A preceding message states the problem, and this
message lists valid parameters when mode macl is set.
15279 Trailing spaces are not allowed in SQL identifiers,
command had: ‘string1’.
15280 A quoted string was followed by syntax error in the
concat operator “||“, command had: string0.
15281 No separator found after quote, command had: ‘string0’.
15284 USAGE: Valid commands are: ADD, ALTER, DELETE, INFO,
START, STOP, VERSION.