This error occurs when another component (for example the form builder) passes a query to Reports Builder and there is a mismatch between the columns passed and the columns expected by Reports Builder. Possible causes of this error include:
Case 1: Reports Builder is expecting more or fewer columns than the number that was actually passed by the calling application.
Case 2: The parameter list of the calling application describes a column differently than what Reports Builder expects. For example, if the report's query selects a character column and the calling application assigns that column a date datatype, this error will be raised.
Action:
You can take the following actions to correct this error:
If Case 1: Ensure that the calling application is passing the same number of columns that Reports Builder is expecting.
If Case 2: Ensure that the datatypes and names of the columns being passed by the calling application match the dataypes and names in the report.
Note: For help on other error messages, see Finding error message help.
Copyright © 1984, 2005, Oracle. All rights reserved.