Home > Lucent Technologies > Communications System > Lucent Technologies Centrevu Report Designer Version 8 User Guide

Lucent Technologies Centrevu Report Designer Version 8 User Guide

    Download as PDF Print this page Share this page

    Have a look at the manual Lucent Technologies Centrevu Report Designer Version 8 User Guide online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 413 Lucent Technologies manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.

    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 1 Error Messages16-3
    Cause:
    CentreVu CMS cannot test the row search criteria while 
    data collection is off.
    Solution:Turn data collection on and rerun test of report design.
    Message: CMS system error - Too much data retrieved - try a 
    more restrictive search
    Cause:Too much data was retrieved with the given row search 
    criteria.
    Solution:Add more conditions to the row search criteria so that 
    fewer rows are retrieved.
    Message: CMS system error - Updating translations
    Cause:
    CentreVu CMS cannot test the row search criteria while 
    CentreVu CMS is receiving the set of configuration data 
    from the switch.
    Solution:Wait until configuration data has been sent. Then rerun 
    the test of report design.
    Message: keyword AVG invalid in where clause
    Cause:You cannot use the keyword AVG in a row search criteria.
    Solution:Remove the keyword AVG from the row search criteria.
    Message: keyword BETWEEN invalid for real-time
    Cause:You cannot use the keyword BETWEEN in a row search 
    criteria for a real-time report.
    Solution:Remove the keyword BETWEEN from the row search 
    criteria.
    Message: keyword COUNT invalid in where clause
    Cause:You cannot use the keyword COUNT in a row search 
    criteria.
    Solution:Remove the keyword COUNT from the row search 
    criteria.
    Message: keyword MAX invalid in where clause.
    Cause:You cannot use the keyword MAX in a row search criteria.
    Solution:Remove the keyword MAX from the row search criteria.
    Message: keyword MIN invalid in where clause.
    Cause:You cannot use the keyword MIN in a row search criteria. 
    						
    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 1 Error Messages16-4
    Solution:
    Remove the keyword MIN from the row search criteria.
    Message: keyword SUM invalid in where clause.
    Cause:You cannot use the keyword SUM in a row search criteria.
    Solution:Remove the keyword SUM from the row search criteria.
    Message: keyword SYN invalid in where clause.
    Cause:You cannot use the keyword SYN in a row search criteria.
    Solution:Remove the keyword SYN from the row search criteria. 
    						
    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 2 Historical Report Error Codes16-5
    Phase 2 Historical Report Error Codes16
    This section contains the INFORMIX* error codes most likely to appear 
    for 
    CentreVu CMS historical reports. Each code includes a description of 
    the error and the recommended corrective action.
    These errors are reported in the following format:
    INFORMIX error: 
    In addition, a circumflex (^) may appear in the listed Select statement(s) 
    to mark the location of an error.
    If an error code appears that is not listed in this document, see the
     
    INFORMIX SQL Relational Database Management System Reference 
    Guide
     for INFORMIX SQL.
    *INFORMIX is a registered trademark of Informix Software, Inc.
    Error Description/Solution
    201 Description: A syntax error has occurred.
    Solution: Check that you have not misspelled an RDSQL 
    statement, placed key words out of sequence, or included an 
    INFORMIX-SQL reserved word in your query.
    202 Description: An illegal character has been found in the 
    statement.
    Solution: Remove the illegal character (often a nonprintable 
    control character) and resubmit the statement
    203 Description: An illegal integer has been found in the 
    statement.
    Solution: Integers must be whole numbers from -
    2,147483,647 to 2,147,483,647. Check that you have not 
    included a number with a fractional portion or a number outside 
    the acceptable range. Check also that you have not 
    inadvertently entered a letter in place of a number (for 
    example, 125p3 
    instead of 12503
    ).
    204 Description: An illegal floating-point number has been found 
    in the statement.
    Solution: Check that you have not inadvertently entered a 
    letter in place of a number (for example, 125p3 
    instead of 
    125.03
    ).
    206 Description: The specified table name is not in the database. 
    						
    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 2 Historical Report Error Codes16-6
    Solution: 
    Check the spelling of the table name in your 
    statement.
    217 Description: Column 
    column-name not found in any table in 
    the query.
    Solution: Correct the spelling of the database item and ensure 
    that the item exists in the database table. Check for the 
    presence of required commas and quotes.
    219 Description: Wildcard matching may not be used with 
    noncharacter types.
    Solution: Wildcards (*, ?) and characters enclosed in brackets 
    [ ] can be used only with CHAR data types. Check the data 
    type for the offending column.
    220 Description: There is no ”FROM” clause in the query.
    Solution: Must include a “FROM” clause in the query. Check 
    that you do not have an illegal character ($, #, &, and so on, or 
    a CONTROL character) in the line prior to the FROM keyword.
    223 Description: Duplicate table name 
    table-name in the FROM 
    clause.
    Solution: Remove the redundant table name from the 
    statement or use an alias to rename one of the tables.
    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 less.
    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 
    less 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. Error Description/Solution 
    						
    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 2 Historical Report Error Codes16-7
    Solution: 
    Check 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 less the number of nonaggregate 
    database items that are assigned the same row search ID as 
    that assigned to an aggregate function. Error Description/Solution 
    						
    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 2 Historical Report Error Codes16-8
    301 Description: 
    The total size of the GROUP BY columns 
    exceeds 120 characters. 
    Solution: The total number of characters in all columns listed 
    in the GROUP BY list exceeds 120 characters. Reduce the 
    number of nonaggregate database items that are assigned to a 
    row search ID that is also assigned to an aggregate function.
    303 Description: Expression mixes columns with aggregates.
    Solution: Restructure your query so that columns and 
    aggregates are not included in the same expression.
    309 Description: ORDER BY database item must be included in a 
    report field to which the row search ID is assigned.
    Solution: Check that database items included in the ORDER 
    BY clause appear in the report and are assigned to row search 
    ID.
    324 Description: Ambiguous database item.
    Solution: A database item in your row search criteria exists in 
    more than one table also cited in your row search criteria. 
    Prepend each database item with the appropriate table name.
    352 Description: Database item not found.
    Solution: Check the spelling of the database item.
    367 Description: Sums and averages cannot be computed for 
    character columns.
    Solution: Check that you have not included a database item of 
    a string type (VDN, LOGID, and so on) in the aggregate 
    function statement. Error Description/Solution 
    						
    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 2 Historical Report Error Codes16-9
    522 Description: 
    A database item in a field/bar does not exist in 
    the table specified in the field’s row search ID.
    Solution: Check the Select statement that has the error. The 
    database item that does not exist in the table will be marked 
    with a circumflex (^). Change or delete the database item or 
    change the table in the field’s row search ID.
    809 Description: RDSQL syntax error has occurred.
    Solution: Check that you have not misspelled an RDSQL 
    statement, placed key words out of sequence, or included an 
    INFORMIX SQL reserved word in your query.
    1202 Description: An attempt was made to divide by zero.
    Solution: Check that you are not attempting to divide a 
    numerical column type by a character column type (for 
    example. 16/Jones
    ) or that the value of the divisor does not 
    equal zero.
    1203 Description: Values used in a MATCH must both be type 
    CHARACTER.
    Solution: Check that the values included in your MATCH 
    condition are both CHAR types. Use an alternate comparison 
    condition for nonCHAR types.
    1204 Description: Invalid year in date.
    Solution: Acceptable years are 0001 to 9999. If two digits are 
    used, RDSQL assumes that the year is 19xx. Check the value 
    entered in the date field.
    1205 Description: Invalid month in date.
    Solution: Months must be represented as the number of the 
    month (1 through 12). Check the value entered in the date 
    field. Error Description/Solution 
    						
    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 2 Historical Report Error Codes16-10
    1206 Description: 
    Invalid day in date.
    Solution: Days must be represented as the number of the day 
    (01 through 31). Check the value entered in the date field.
    1226 Description: Decimal or money value exceeds maximum 
    precision.
    Solution: Increase the precision of the DECIMAL or MONEY 
    field. Error Description/Solution 
    						
    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 2 Real-Time Report Error Codes16-11
    Phase 2 Real-Time Report Error Codes16
    This section contains the Real-Time Database Manager error codes. 
    Each code includes a description of the error and a recommended 
    solution.
    These errors are reported in the following format:
    CMS Database Manager error: 
    In addition, a circumflex (^) appears in the listed Select statement(s) to 
    mark the location of an error.
    Error Description/Solution
    1 Description: A syntax error has occurred.
     Solution: Check the select for misspelled keywords or 
    keywords that are out of order.
    2 Description: An illegal character has been found in the 
    select statement.
     Solution: Remove the illegal character (often a nonprintable 
    control character).
    3 Description: The specified table name is invalid.
     Solution: Check the spelling of the table name and for 
    required commas in the From tables
     field.
    4 Description: An invalid column has been specified (it is not 
    found in any of the specified tables).
    Solution: Check the spelling of the column names. 
    						
    							  Error Messages CentreVu Report Designer Version 8 User Guide
    Phase 2 Real-Time Report Error Codes16-12
    5 Description: 
    A mixture of aggregates and nonaggregates 
    are being selected, and this is not allowed in real-time 
    reports. (This error code can also mean mismatched types in 
    comparison.)
    Solution: Create two identical row search conditions, and 
    apply one to the aggregate columns and one to the 
    nonaggregate columns.
    6 Description: Bad column in the order by clause.
    Solution: Check that the column name in the order by clause 
    is spelled correctly and that it is being selected by one of the 
    fields included in this row search.
    7 Description: Bad index in order by clause.
    Solution: Order by clause has to have a column in the 
    “select” clause or a number that indicates a position of the 
    column in the “select” clause.
    8 Description: Bad argument given to an aggregate function. 
    For example, you cannot take the SUM or AVG of a character 
    column.
    Solution: Check the arguments for the aggregates and be 
    sure that data type is appropriate.
    9 Description: In the Select of one of the fields associated with 
    this row search, an action is being performed with the wrong 
    data types. For example, you cannot use arithmetic with 
    character fields.
    Solution: Check for these types of errors in the fields 
    associated with the row search.
    10 Description: Error with subquery.
    Solution: There may be a subquery in the “WHERE” clause 
    that CMS does not support. Check the subqueries. This 
    typically happens with an Agent Group report (a “select” 
    embedded within a “select”).
    11 Description: CMS system error.
    Solution: Check the error logs. Error Description/Solution 
    						
    All Lucent Technologies manuals Comments (0)

    Related Manuals for Lucent Technologies Centrevu Report Designer Version 8 User Guide