Completing your custom report
124 Avaya CMS Custom Reports
—228
Description: cannot have negative characters.
Solution: Check that you have not included a negative
CHAR data type (for example,
-a
or
-p
) in your
statement.
—278
Description: Too many ORDER BY columns; maximum is
eight.
Solution: Reduce the number of columns included in the
ORDER BY clause to eight or fewer.
—280
Description: Total size of ORDER BY columns exceeds
120 bytes.
Solution: Reduce the number of columns included in the
ORDER BY clause so that the total number of characters is
fewer than or equal to 120 (perhaps delete a CHAR column
of 30 or more characters).
—282
Description: Found a quote for which there is no matching
quote.
Solution: Verify that all quoted strings are properly
terminated with a quote.
—284
Description: A subquery has not returned exactly one
value.
Solution: Check data for the subquery. Restructure the
subquery by adding more components in the WHERE
clause so that only one value is returned.
—297
Description: The SELECT list may not contain a subquery.
Solution: Remove the subquery from the SELECT list in
the statement.
—300
Description: There are too many GROUP BY columns
(maximum is eight).
Solution: Reduce to eight or fewer the number of
nonaggregate database items that are assigned the same
row search ID as that assigned to an aggregate function.