Skip Headers
Oracle® Fusion Middleware Error Messages Reference
11g Release 1 (11.1.1.6.0)

Part Number E10113-09
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

18 BRW-15000 to BRW-16976

BRW-15000: Internal error in Query Builder error handler
Cause: Error handler could not be started.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15001: {1}
Cause: Message not found
Action: Check Query Builder directory in Oracle Home for message file.

Level: 1

Type: ERROR

Impact: Other

BRW-15002: Out of memory!
Cause: Out of memory.
Action: Save documents and restart Query Builder.

Level: 1

Type: ERROR

Impact: Other

BRW-15003: Invalid file name: {1}
Cause: User entered an invalid file name (for example, too many characters).
Action: Enter a new, valid file name.

Level: 1

Type: ERROR

Impact: Other

BRW-15004: Internal error ({1}:{2})
Cause: Internal Error Occurred -- Query Builder is in an unreliable state.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15005: No file name specified
Cause: User did not enter a filename in the Export Data Dialog.
Action: Enter a filename.

Level: 1

Type: ERROR

Impact: Other

BRW-15006: Unable to DESCRIBE data table
Cause: Internal message.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Data

BRW-15007: SQL statement is too complex to display.
Cause: Exceeded the edit buffer size on MSWINDOWS.
Action: Exclude some columns from the query to reduce the SQL statement size.

Level: 1

Type: ERROR

Impact: Other

BRW-15009: Insufficient privileges to login through Query Builder
Cause: Connect privileges are disabled in the SYSTEM.BROWSER_PROFILE table.
Action: Contact your DBA.

Level: 1

Type: ERROR

Impact: Other

BRW-15010: Insufficient privileges to edit schema through Query Builder
Cause: Schema Editing privileges are not enabled in the SYSTEM.BROWSER_PROFILE table.
Action: Contact your DBA.

Level: 1

Type: ERROR

Impact: Other

BRW-15011: Insufficient privileges to edit data through Query Builder
Cause: Data Editing privileges are not enabled in the SYSTEM.BROWSER_PROFILE table.
Action: Contact your DBA.

Level: 1

Type: ERROR

Impact: Data

BRW-15012: Cannot edit schema with DICTIONARY=ENDUSER command-line option
Cause: Query Builder cannot invoke the Schema Builder when DICTIONARY=ENDUSER.
Action: Run Query Builder with the DICTIONARY=NATIVE command line option.

Level: 1

Type: ERROR

Impact: Other

BRW-15013: Insufficient privileges to edit End User Layer through Query Builder
Cause: Meta-data Editing privileges are not enabled in the SYSTEM.BROWSER_PROFILE table.
Action: Contact your DBA.

Level: 1

Type: ERROR

Impact: Other

BRW-15025: Unable to load list of database roles
Cause: Schema internal error in loading list of database roles.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15065: Syntax error
Cause: User typed a formula incorrectly.
Action: Re-type the expression.

Level: 1

Type: ERROR

Impact: Other

BRW-15066: Expression is too complex
Cause: Expression is too complex.
Action: Simplify the expression.

Level: 1

Type: ERROR

Impact: Other

BRW-15068: Invalid function: {1}
Cause: User entered an invalid function name.
Action: Specify a valid function.

Level: 1

Type: ERROR

Impact: Other

BRW-15069: Invalid column: {1}
Cause: User entered an invalid column name.
Action: Enter a valid column name.

Level: 1

Type: ERROR

Impact: Other

BRW-15070: Invalid table: {1}
Cause: User entered an invalid table name.
Action: Enter a valid table name.

Level: 1

Type: ERROR

Impact: Other

BRW-15071: Invalid owner: {1}
Cause: User entered an invalid user or business area name.
Action: Enter a valid user or business area name.

Level: 1

Type: ERROR

Impact: Other

BRW-15072: Invalid condition
Cause: User entered an invalid condition.
Action: Delete the condition and enter a valid condition.

Level: 1

Type: ERROR

Impact: Other

BRW-15073: Invalid expression
Cause: User entered an invalid expression (usually blank).
Action: Enter a valid expression.

Level: 1

Type: ERROR

Impact: Other

BRW-15074: Invalid use of reserved word {1}
Cause: User used a reserved word as an identifier.
Action: Identifiers cannot be reserved words. Refer to the help or documentation for details.

Level: 1

Type: ERROR

Impact: Other

BRW-15075: Invalid number of arguments to function {1}
Cause: User entered too few or too many arguments for the given function.
Action: Enter the appropriate arguments. Refer to the help or documentation for details.

Level: 1

Type: ERROR

Impact: Other

BRW-15077: Ambiguous name: {1}
Cause: User entered an ambiguous column name.
Action: Enter a specific column name, include any qualifiers.

Level: 1

Type: ERROR

Impact: Other

BRW-15078: Redefinition of name: {1}
Cause: User redefined a column or data table using a name that already exists.
Action: Define the column or table using a new name.

Level: 1

Type: ERROR

Impact: Other

BRW-15079: No columns selected in query
Cause: Query was either built or entered with no displayed columns.
Action: Select columns before re-executing the query.

Level: 1

Type: ERROR

Impact: Other

BRW-15080: No tables specified in query
Cause: User entered a query without specifying any tables.
Action: Select tables before re-executing the query.

Level: 1

Type: ERROR

Impact: Other

BRW-15081: START WITH requires CONNECT BY
Cause: SQL statement contained a START WITH clause without a CONNECT BY clause.
Action: Specify a CONNECT BY clause if using START WITH.

Level: 1

Type: ERROR

Impact: Other

BRW-15082: PRIOR requires CONNECT BY
Cause: SQL statement contained a PRIOR clause without a CONNECT BY clause.
Action: Specify a CONNECT BY clause if using PRIOR.

Level: 1

Type: ERROR

Impact: Other

BRW-15083: Bad argument type to function {1}
Cause: User entered the wrong argument type for the function.
Action: Enter the correct argument type.

Level: 1

Type: ERROR

Impact: Other

BRW-15084: Unterminated comment
Cause: Buffer being read in has an unterminated C-type comment in it.
Action: Edit the file (see that it terminates correctly), and reopen from Query Builder.

Level: 1

Type: ERROR

Impact: Other

BRW-15085: Circular reference detected in defined column
Cause: Modification of a defined column has led to a circular reference.
Action: Redefine the column so that it does not refer to itself in its own definition.

Level: 1

Type: ERROR

Impact: Other

BRW-15086: Arguments to a correlated subquery function must be columns
Cause: A complex argument was given, such as avg (sal, deptno*2).
Action: Specify only valid columns, not expressions, in the subquery.

Level: 1

Type: ERROR

Impact: Other

BRW-15087: Invalid location: {1}
Cause: User entered an invalid database location for a table.
Action: Enter a valid database location.

Level: 1

Type: ERROR

Impact: Other

BRW-15088: Ambiguous table: {1}
Cause: User entered an ambiguous data table name (more than one table uses this name).
Action: User must further qualify the data table. Refer to the help or

Level: 1

Type: ERROR

Impact: Other

BRW-15089: Only one PRIOR operator allowed on an expression
Cause: User typed 2 or more PRIOR clauses in an expression.
Action: Remove one of the PRIOR clauses.

Level: 1

Type: ERROR

Impact: Other

BRW-15090: The name {1} is already in use
Cause: User entered a name that was already being used.
Action: Enter a new name.

Level: 1

Type: ERROR

Impact: Other

BRW-15091: Invalid name: {1}
Cause: User entered an invalid name (with spaces or unprintable chars).
Action: Enter a new name.

Level: 1

Type: ERROR

Impact: Other

BRW-15092: Bad usage of outer relationship
Cause: User specified an outer relationship on a non-column element.
Action: Outer relationships are only valid for columns.

Level: 1

Type: ERROR

Impact: Other

BRW-15093: Invalid number of elements in corresponding record
Cause: User entered two records with different numbers of elements.
Action: Reenter the condition.

Level: 1

Type: ERROR

Impact: Other

BRW-15094: Group function is nested too deeply
Cause: User entered a double(triple) aggregate condition(expression).
Action: Simplify aggregate condition/expression.

Level: 1

Type: ERROR

Impact: Other

BRW-15096: Table name conflicts with {1}, renamed to {2}
Cause: When opening a query, a table alias name conflicts with a new column.
Action: ---

Level: 1

Type: ERROR

Impact: Other

BRW-15097: Name conflicts with {1}, renamed to {2}
Cause: When loading a saved query, an alias name conflicts with a new column.
Action: ---

Level: 1

Type: ERROR

Impact: Other

BRW-15098: Duplicate table {1} in FROM clause
Cause: Data table appears more than once in FROM clause (without an alias).
Action: Remove the duplicate data tables in the FROM clause.

Level: 1

Type: ERROR

Impact: Other

BRW-15099: Subquery returns incorrect number of values
Cause: Subquery returns either too many or too few values.
Action: Reenter condition.

Level: 1

Type: ERROR

Impact: Other

BRW-15100: Correlated expressions are not allowed here
Cause: User entered a correlated expression outside a condition.
Action: Reenter the condition/expression.

Level: 1

Type: ERROR

Impact: Other

BRW-15101: Table alias cannot be reused in the same FROM clause: {1}
Cause: User tried to use an alias in the same FROM clause it was defined in.
Action: Remove the reference to the alias.

Level: 1

Type: ERROR

Impact: Other

BRW-15102: Too many elements in record
Cause: User entered a record with more than 254 elements.
Action: Reduce the number of elements--split the condition into an OR.

Level: 1

Type: ERROR

Impact: Other

BRW-15103: Unnamed SELECT statement in FROM clause
Cause: SQL contained a query in the FROM clause without name.
Action: Add the query name and reparse.

Level: 1

Type: ERROR

Impact: Other

BRW-15110: Invalid number or precision exceeded: {1}
Cause: Non-numeric input or the number exceeded this column's precision.
Action: Re-enter a valid number and precision.

Level: 1

Type: ERROR

Impact: Other

BRW-15111: Invalid date: {1}
Cause: Could not format using the columns format mask or either default mask.
Action: Re-enter a valid format mask.

Level: 1

Type: ERROR

Impact: Other

BRW-15112: Entry exceeds the size limit for this column: {1}
Cause: User entered a string longer than the limit for this column.
Action: Enter a shorter string.

Level: 1

Type: ERROR

Impact: Other

BRW-15113: Not all parameters have been specified
Cause: User attempted to execute a query without defining all parameters
Action: Specify parameters or exclude parameterized expressions and retry.

Level: 1

Type: ERROR

Impact: Other

BRW-15114: Parameters can only be constant expressions
Cause: User attempted to enter a parameter value that depended on a column value.
Action: Specify a valid parameter, one that does not depend on the value in a column.

Level: 1

Type: ERROR

Impact: Other

BRW-15115: Bad usage of parameter {1}
Cause: User entered a parameter name for a column or table.
Action: Specify a valid parameter.

Level: 1

Type: ERROR

Impact: Other

BRW-15116: Invalid parameter name {1}
Cause: User entered an invalid parameter name.
Action: Specify a valid parameter name.

Level: 1

Type: ERROR

Impact: Other

BRW-15117: Invalid parameter {1}
Cause: User entered an invalid parameter.
Action: Specify valid parameter.

Level: 1

Type: ERROR

Impact: Other

BRW-15128: Parser internal error: {1}
Cause: Internal error in the parser/scanner.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15129: Defined column {1} cannot be used in correlated subquery function
Cause: Use of derived columns (DQ4) in correlated subquery.
Action: Remove that argument from the correlated subquery.

Level: 1

Type: ERROR

Impact: Other

BRW-15130: Query execution failed
Cause: Database access error.
Action: Check database error and rerun query.

Level: 1

Type: ERROR

Impact: Other

BRW-15131: Invalid relational operator
Cause: User applied an invalid operator to a condition.
Action: Enter a valid operator.

Level: 1

Type: ERROR

Impact: Other

BRW-15132: FROM clause was not found where expected
Cause: Encountered no FROM clause or GROUP/HAVING clause before a FROM clause.
Action: Edit SQL statement.

Level: 1

Type: ERROR

Impact: Other

BRW-15133: FROM clause was found without corresponding SELECT clause
Cause: Encountered FROM clause before SELECT clause.
Action: Edit SQL statement.

Level: 1

Type: ERROR

Impact: Other

BRW-15135: Condition cannot be changed
Cause: user attempted to change the top condition in Schema Builder.
Action: Perform the operation on the children conditions.

Level: 1

Type: ERROR

Impact: Other

BRW-15136: SQL contains set operators
Cause: Set operations are not supported.
Action: Run the query in SQLPlus.

Level: 1

Type: ERROR

Impact: Other

BRW-15137: Unable to generate names for complex expressions
Cause: Encountered expressions without names when opening a SQL file.
Action: Define Names for columns in the .sql file.

Level: 1

Type: ERROR

Impact: Other

BRW-15138: CONNECT BY clause existed, and was ignored
Cause: Connect By is not supported at this (top) level.
Action: Run the query in SQLPlus, if results of CONNECT BY were desired.

Level: 1

Type: ERROR

Impact: Other

BRW-15139: Cannot ungroup condition
Cause: Attempt to ungroup top condition.
Action: This operation is not supported.

Level: 1

Type: ERROR

Impact: Other

BRW-15141: Query table cannot contain parameters
Cause: Encountered one or more parameters when creating a view.
Action: Exclude parameters from query or ignore.

Level: 1

Type: ERROR

Impact: Other

BRW-15142: Two or more columns have the same name: {1}
Cause: Encountered duplicate column names when creating view.
Action: Use the Define command to rename duplicate columns.

Level: 1

Type: ERROR

Impact: Other

BRW-15143: {1} is already a display column
Cause: User tried to specify a duplicate display column.
Action: If duplicate column is desired, define a new name for it and re-display it.

Level: 1

Type: ERROR

Impact: Other

BRW-15144: {1} is already a sort column
Cause: User tried to specify a duplicate sort column.
Action: If duplicate column is desired, define a new name for it and re-sort.

Level: 1

Type: ERROR

Impact: Other

BRW-15145: {1} is already a group column
Cause: user tried to specify a duplicate group column.
Action: If duplicate column is desired, define a new name for it and re-group.

Level: 1

Type: ERROR

Impact: Other

BRW-15146: Internal error in opening query
Cause: Internal error in opening query.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15147: Internal error in saving query
Cause: Internal error in saving query.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15148: Relationship must be between compatible data types/size
Cause: User tried to relate two columns with incompatible data types.
Action: Relate only compatible datatypes. Refer to the help or documentation for details.

Level: 1

Type: ERROR

Impact: Data

BRW-15150: Cannot define a self-relationship
Cause: User tried to define a relationship within a data table.
Action: Alias the data table and then define the relationship.

Level: 1

Type: ERROR

Impact: Other

BRW-15151: User-defined relationship already exists
Cause: User tried to define a relationship that already exists.
Action: No action required.

Level: 1

Type: ERROR

Impact: Other

BRW-15152: Illegal column in defined relationship
Cause: User specified an illegal expression when defining a relationship.
Action: Retype in a new column.

Level: 1

Type: ERROR

Impact: Other

BRW-15153: Table alias name cannot end with _A<number>
Cause: Illegal alias name.
Action: Input a new name that does not end with _A&lt;number&gt;.

Level: 1

Type: ERROR

Impact: Other

BRW-15154: Cannot remove database relationship
Cause: User tried to remove data dictionary relationship.
Action: Only user-defined relationships can be deleted.

Level: 1

Type: ERROR

Impact: Other

BRW-15155: The following documents may have been affected:{1}
Cause: A saved query was being used as a data table in other query documents.
Action: If you change or delete this query, you will affect these other queries.

Level: 1

Type: ERROR

Impact: Other

BRW-15156: Cannot include table with the same name as the query
Cause: User attempted to include data table D in query document D.
Action: Rename the query before including this table.

Level: 1

Type: ERROR

Impact: Other

BRW-15157: Cannot sort, group, or break on LONG columns
Cause: Trying to sort, group or break on LONG column type.
Action: Cancel the operation. Oracle does not support this.

Level: 1

Type: ERROR

Impact: Other

BRW-15158: Cannot sort, group, or break on RAW columns
Cause: Trying to sort, group or break on RAW column type.
Action: Cancel the operation. Oracle does not support this.

Level: 1

Type: ERROR

Impact: Other

BRW-15159: Cannot display LONG columns from remote databases
Cause: Trying to include LONG column type from remote database data table.
Action: Cancel the operation. Oracle does not support this.

Level: 1

Type: ERROR

Impact: Other

BRW-15160: Maximum number ({1}) of columns exceeded
Cause: User exceeded maximum number of display/group/sort columns supported.
Action: Delete some unwanted columns, then re-include what you need.

Level: 1

Type: ERROR

Impact: Other

BRW-15161: Error in opening {1} display column(s)
Cause: Unable to open DISPLAY column because database has changed since save.
Action: This column may have changed or no longer exist in the database.

Level: 1

Type: ERROR

Impact: Other

BRW-15162: Error in opening {1} sort column(s)
Cause: Unable to open SORT column because database has changed since save.
Action: This column may have changed or no longer exist in the database.

Level: 1

Type: ERROR

Impact: Other

BRW-15163: Error in opening {1} group column(s)
Cause: Unable to open GROUP column because database has changed since save.
Action: This column may have changed or no longer exist in the database.

Level: 1

Type: ERROR

Impact: Other

BRW-15164: Error in opening {1} break column(s)
Cause: Unable to open BREAK column because database has changed since save.
Action: This column may have changed or no longer exist in the database.

Level: 1

Type: ERROR

Impact: Other

BRW-15165: Maximum number ({1}) of break columns exceeded
Cause: User exceeded the maximum number of break columns supported.
Action: Delete some unwanted break columns, then re-include what you need.

Level: 1

Type: ERROR

Impact: Other

BRW-15166: Error in opening {1} condition(s)
Cause: Unable to open conditions because database has changed since save.
Action: Tables or columns used in this condition may no longer exist in the database.

Level: 1

Type: ERROR

Impact: Other

BRW-15167: Alias must be {1} bytes or less: {2}
Cause: alias name too long.
Action: Try typing in an alias less than or equal to 30 bytes long.

Level: 1

Type: ERROR

Impact: Other

BRW-15168: Cannot group on aggregate expression
Cause: Tried to group on an aggregate expression.
Action: Group on another expression.

Level: 1

Type: ERROR

Impact: Other

BRW-15169: {1} has already been included as a break column
Cause: User tried to specify a duplicate break column.
Action: If duplicate column is desired, define a new name for it and re-break.

Level: 1

Type: ERROR

Impact: Other

BRW-15170: Invalid Constraint for table {1}
Cause: User entered an invalid constraint for the selected table.
Action: Reenter constraint.

Level: 1

Type: ERROR

Impact: Other

BRW-15171: Invalid Constraint for table column {1}
Cause: User entered an invalid constraint for the selected column.
Action: Reenter constraint.

Level: 1

Type: ERROR

Impact: Other

BRW-15172: Subqueries are not allowed in Constraints
Cause: User entered an invalid constraint.
Action: Reenter constraint.

Level: 1

Type: ERROR

Impact: Other

BRW-15173: Aggregate conditions are not allowed in Constraints
Cause: User entered an invalid constraint.
Action: Reenter constraint.

Level: 1

Type: ERROR

Impact: Other

BRW-15174: Constraints can only be on one table
Cause: User entered an invalid constraint.
Action: Reenter constraint.

Level: 1

Type: ERROR

Impact: Other

BRW-15175: Table not loaded because all columns are hidden
Cause: All columns are hidden. At least one column needs to be displayed.
Action: Use the Browser Administrator Utility to display hidden columns.

Level: 1

Type: ERROR

Impact: Other

BRW-15188: Query returns 1 row
Cause: Status message for 1-row Query Count.
Action: No action required.

Level: 1

Type: ERROR

Impact: Other

BRW-15189: Query returns {1} rows
Cause: Status message for n-row Query Count.
Action: No action required.

Level: 1

Type: ERROR

Impact: Other

BRW-15190: Unable to count without executing; Query returns <= {1} row(s)
Cause: Status message for n-row Query Count Distinct.
Action: No action required.

Level: 1

Type: ERROR

Impact: Other

BRW-15192: Illegal format '{1}' for column '{2}'
Cause: User typed an unrecognizable format for a display column.
Action: Try another format.

Level: 1

Type: ERROR

Impact: Other

BRW-15193: Illegal format
Cause: User typed an unrecognizable format for a display column
Action: Try another format.

Level: 1

Type: ERROR

Impact: Other

BRW-15195: Incompatible column type in relationship: {1}
Cause: Trying to create illegal relationship.
Action: Column types are incompatible. Refer to the help or documentation for details.

Level: 1

Type: ERROR

Impact: Other

BRW-15196: Error in opening {1} table(s)
Cause: Unable to open data tables because database was modified or object does not exist.
Action: Check your connect string (or contact your DBA).

Level: 1

Type: ERROR

Impact: Other

BRW-15197: Error in restoring position for {1} column(s)
Cause: Unable to reposition column because database was modified or object does not exist.
Action: Check your connect string (or contact your DBA).

Level: 1

Type: ERROR

Impact: Other

BRW-15198: Error in restoring join: {1}
Cause: Unable to restore link during open because database was modified or object does not exist.
Action: Check your connect string (or contact your DBA).

Level: 1

Type: ERROR

Impact: Other

BRW-15199: Error in restoring inclusion state for join: {1}
Cause: Unable to set the inclusion state during open because database was modified or object does not exist.
Action: Check your connect string (or contact your DBA).

Level: 1

Type: ERROR

Impact: Other

BRW-15200: Error in restoring outer join state for join: {1}
Cause: Unable to set the outer join during open because database was modified or object does not exist.
Action: Check your connect string (or contact your DBA).

Level: 1

Type: ERROR

Impact: Other

BRW-15258: Invalid document name: {1}
Cause: User entered an invalid document name.
Action: Enter a valid document name.

Level: 1

Type: ERROR

Impact: Other

BRW-15259: Document exceeds 64K size limit
Cause: User attempted to save/open a document larger than 64K.
Action: Reduce size of document.

Level: 1

Type: ERROR

Impact: Other

BRW-15260: Document {1} does not exist
Cause: User specified a nonexistent document.
Action: Specify another document.

Level: 1

Type: ERROR

Impact: Other

BRW-15261: Document {1} already exists
Cause: User tried to save under the name of an existing document.
Action: Specify another document name or delete the existing document.

Level: 1

Type: ERROR

Impact: Other

BRW-15262: Multiple documents named {1}
Cause: Multiple documents with same name exist.
Action: Delete all but one.

Level: 1

Type: ERROR

Impact: Other

BRW-15263: Database object {1} already exists
Cause: User tried to save under the name of an existing object.
Action: Specify another document name.

Level: 1

Type: ERROR

Impact: Other

BRW-15264: Table {1} does not exist
Cause: Data Table view corresponding to a saved document has been removed.
Action: Re-save the document (it no longer exists as a query view).

Level: 1

Type: ERROR

Impact: Other

BRW-15265: Table {1} has been removed or modified
Cause: Data Table view corresponding to a saved document has been modified.
Action: Re-save the document.

Level: 1

Type: ERROR

Impact: Other

BRW-15266: File {1} does not exist
Cause: User specified a nonexistent file.
Action: Specify another file.

Level: 1

Type: ERROR

Impact: Other

BRW-15267: File {1} already exists
Cause: User tried to save under the name of an existing file.
Action: Specify another file name.

Level: 1

Type: ERROR

Impact: Other

BRW-15268: Unable to open file {1}
Cause: I/O core was unable to open a file.
Action: Specify another file.

Level: 1

Type: ERROR

Impact: Other

BRW-15269: Unable to lock file {1}
Cause: I/O core was unable to lock a file.
Action: Specify another file.

Level: 1

Type: ERROR

Impact: Other

BRW-15270: Error reading file {1}
Cause: Operating system error or file was not of the correct format.
Action: Specify another file.

Level: 1

Type: ERROR

Impact: Other

BRW-15271: Error writing file {1}
Cause: Operating system error or I/O core error.
Action: Retry operation.

Level: 1

Type: ERROR

Impact: Other

BRW-15272: Obsolete Query Builder document {1}
Cause: User attempted to open an old unsupported document.
Action: Specify another document.

Level: 1

Type: ERROR

Impact: Other

BRW-15273: File {1} is not a Query Builder file
Cause: User attempted to open a non-Browser file.
Action: Specify another file to open.

Level: 1

Type: ERROR

Impact: Other

BRW-15274: File {1} is not a valid SQL file
Cause: User attempted to import an invalid SQL file.
Action: Specify another file to import.

Level: 1

Type: ERROR

Impact: Other

BRW-15275: No data to export or print
Cause: User attempted to export or print a query (or region) with no data.
Action: Specify another region; execute query; change query.

Level: 1

Type: ERROR

Impact: Data

BRW-15277: Unable to overwrite current table {1}
Cause: Error in trying to delete/rename old data table in save.
Action: Fix problem with data table and re-save.

Level: 1

Type: ERROR

Impact: Other

BRW-15278: Document saved, but view {1} could not be created
Cause: The query is not a valid view. It has been saved, but not as a database view.
Action: Redefine query as a valid view, or ignore (query will be saved, but not as a view).

Level: 1

Type: ERROR

Impact: Other

BRW-15279: '{1}' is not a recognized SQL literal
Cause: User attempted to import a non-SQLPlus file.
Action: Specify another file to import.

Level: 1

Type: ERROR

Impact: Other

BRW-15320: Internal I/O core error ({1}, line {2})
Cause: Internal State is invalid.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15321: Resource not found ({1}).
Cause: Resource names do not match Browser code (or file is corrupted).
Action: Get a correct version of the Browser resource file.

Level: 1

Type: ERROR

Impact: Other

BRW-15322: Resource file not found.
Cause: directory structure incorrect, or file is missing for some reason.
Action: Locate the resource file (check NLS_LANG file name).

Level: 1

Type: ERROR

Impact: Other

BRW-15323: Query already open in current application ({1})
Cause: User attempted to open multiple queries with the same name.
Action: Specify another file.

Level: 1

Type: ERROR

Impact: Other

BRW-15324: Unable to start up windowing system
Cause: Incorrect/missing environment variables (for example, DISPLAY, APIPATH).
Action: All required environment variables must be set correctly.

Level: 1

Type: ERROR

Impact: Other

BRW-15337: Maximum columns in index is {1}
Cause: Maximum columns in index reached.
Action: Create/modify index with less columns.

Level: 1

Type: ERROR

Impact: Other

BRW-15338: Cannot remove/modify index used to enforce unique/primary key
Cause: User tried to remove/modify the index used to enforce unique/primary key.
Action: First remove/modify primary key or unique key.

Level: 1

Type: ERROR

Impact: Other

BRW-15339: Cannot create, modify, or remove index on synonyms
Cause: User tried to create, modify, or remove the index for a synonym
Action: Create, modify, or remove index from base table instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15340: Cannot modify constraints for a synonym.
Cause: Modifying constraints of a synonym is not allowed.
Action: Modify constraint of base data table instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15341: Base table can only be modified after committing duplicated table
Cause: User tried to modify a base data table that has been duplicated.
Action: Commit the duplicated table first.

Level: 1

Type: ERROR

Impact: Other

BRW-15342: Unable to find snapshot information
Cause: This database does not support snapshots (or database error).
Action: Check that you have a snapshot dictionary table.

Level: 1

Type: ERROR

Impact: Other

BRW-15343: Insufficient privileges to use DICTIONARY=NATIVE
Cause: You do not have access privileges to use the NATIVE dictionary.
Action: Use DICTIONARY=ENDUSER instead. This can be specified on the command line.

Level: 1

Type: ERROR

Impact: Other

BRW-15344: Insufficient privileges to use DICTIONARY=ENDUSER
Cause: You do not have access privileges to use the ENDUSER dictionary
Action: Use DICTIONARY=NATIVE instead. This can be specified on the command line.

Level: 1

Type: ERROR

Impact: Other

BRW-15345: Cannot load MVIEW$_ or SNAP$_ tables. Load snapshot instead.
Cause: Trying to import sql which uses MVIEW$_ or SNAP$_ of snapshot.
Action: Load the snapshot itself instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15346: Cannot REVOKE privileges you did not grant
Cause: User trying to revoke privileges that he/she did not grant.
Action: The user who grants the privileges should revoke those privileges.

Level: 1

Type: ERROR

Impact: Other

BRW-15347: Cannot grant EXECUTE privilege on tables
Cause: Trying to grant EXECUTE privilege on tables.
Action: EXECUTE privilege is only allowed on packages.

Level: 1

Type: ERROR

Impact: Other

BRW-15348: ALTER, INDEX, REFERENCES, or EXECUTE privileges not allowed on views
Cause: Trying to grant ALTER, INDEX, REFERENCES, or EXECUTE on views.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15349: Only SELECT privilege is allowed on snapshots
Cause: SELECT privilege is only allowed for snapshots.
Action: Grant only SELECT privilege on snapshots.

Level: 1

Type: ERROR

Impact: Other

BRW-15350: No privileges is allowed for synonyms
Cause: Trying to grant privileges on synonyms.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15351: Insufficient privileges. Operation denied.
Cause: User try to perform an operation without sufficient privileges.
Action: Try again after obtaining proper privileges from your DBA.

Level: 1

Type: ERROR

Impact: Other

BRW-15352: Cannot remove existing table columns
Cause: Trying to remove an existing table column.
Action: This operation is not supported by the database.

Level: 1

Type: ERROR

Impact: Other

BRW-15354: Cannot rename existing table columns
Cause: Trying to rename an existing data table column.
Action: This action is not supported by the database.

Level: 1

Type: ERROR

Impact: Other

BRW-15355: Cannot change indexed column datatype to LONG
Cause: Trying to change an indexed column type to a LONG datatype.
Action: This action is not supported by the database.

Level: 1

Type: ERROR

Impact: Other

BRW-15356: Removed tables cause referenced synonyms to be removed
Cause: User removed some data tables that have synonyms refer to them.
Action: None. This is a warning that synonyms are removed automatically.

Level: 1

Type: ERROR

Impact: Other

BRW-15357: Error in removing constraint {1}
Cause: Error in removing constraint.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15358: Error in enabling/disabling constraints for {1}
Cause: Error in enabling/disabling constraints.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15359: Cannot disable a key referred by a newly created FOREIGN key
Cause: Trying to disable a primary or unique key that a foreign key depends upon.
Action: Commit the foreign key first, then disable.

Level: 1

Type: ERROR

Impact: Other

BRW-15360: Foreign key refers to disabled PRIMARY/UNIQUE key {1}
Cause: Foreign key refers to a disabled primary key.
Action: Enable primary key for the foreign key to be created successfully.

Level: 1

Type: ERROR

Impact: Other

BRW-15361: Error in creating PRIMARY/UNIQUE constraints for {1}
Cause: Error in creating PRIMARY/UNIQUE constraints.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15362: Error in creating FOREIGN constraints for {1}
Cause: Error in creating FOREIGN constraints.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15363: Error in creating CHECK constraints for {1}
Cause: Error in creating CHECK constraints.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15364: Length of VARCHAR2 column must be between {1} and {2}
Cause: Illegal range for length of VARCHAR2 column.
Action: Specify a legal length parameter.

Level: 1

Type: ERROR

Impact: Other

BRW-15365: Non-unique INDEX column cannot have PRIMARY/UNIQUE constraint
Cause: User tried to create PRIMARY/UNIQUE constraints on a non-unique index.
Action: Remove the index, and recreate as a unique index.

Level: 1

Type: ERROR

Impact: Other

BRW-15366: PRIMARY/UNIQUE column cannot have non-unique index
Cause: Trying to create a non-unique index with PRIMARY/UNIQUE columns.
Action: Set the index to UNIQUE. Remove and recreate.

Level: 1

Type: ERROR

Impact: Other

BRW-15367: Cannot rename snapshots
Cause: User tried to rename a snapshot
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15368: Error in altering snapshot {1}
Cause: Internal error.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15369: Error in creating snapshot {1}
Cause: Internal error.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15370: Cannot add columns to a table duplicated with data
Cause: Trying to add columns to an uncommitted data table (duplicated with data).
Action: Commit first, then add columns

Level: 1

Type: ERROR

Impact: Data

BRW-15371: Comment too long (max {1} bytes)
Cause: The comment specified for the data table or column is too long.
Action: Shorten the comment.

Level: 1

Type: ERROR

Impact: Other

BRW-15372: Cannot set comment for synonym
Cause: User tried to create a comment for a synonym.
Action: Create the comment on the table or view instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15373: Cannot create primary, unique, foreign key, or index on LONG columns
Cause: These operations cannot be performed on LONG columns.
Action: Do not attempt to perform this operation.

Level: 1

Type: ERROR

Impact: Other

BRW-15374: Cannot remove tables that are referenced
Cause: User tried to remove a table with primary or unique keys that are referenced.
Action: Remove referencing table first.

Level: 1

Type: ERROR

Impact: Other

BRW-15375: Cannot create index through database link
Cause: User tried to create an index through a database link.
Action: Login directly then create index.

Level: 1

Type: ERROR

Impact: Other

BRW-15376: Cannot create constraint through database link
Cause: User tried to create a constraint through a database link.
Action: Login directly then create constraint.

Level: 1

Type: ERROR

Impact: Other

BRW-15377: Create or remove constraint is only for table
Cause: User tried to create or remove a constraint on non-table database object.
Action: This action is not supported.

Level: 1

Type: ERROR

Impact: Other

BRW-15378: Table already removed. Create/remove on constraint ignored
Cause: User tried to create or remove a constraint on an already removed table.
Action: Revert table before further modifying it.

Level: 1

Type: ERROR

Impact: Other

BRW-15379: Primary or unique already exists
Cause: Duplicate primary or unique key.
Action: No action required.

Level: 1

Type: ERROR

Impact: Other

BRW-15380: Foreign key must reference primary or unique key
Cause: The specified foreign key does not reference a primary or unique key.
Action: Make sure the foreign key references a primary or unique key.

Level: 1

Type: ERROR

Impact: Other

BRW-15381: Number of columns mismatch between foreign and primary/unique key
Cause: The foreign key does not match the number of columns in the primary or unique key.
Action: Make sure the number of columns are the same.

Level: 1

Type: ERROR

Impact: Other

BRW-15382: Foreign key already exists
Cause: Foreign key already exists.
Action: No action required.

Level: 1

Type: ERROR

Impact: Other

BRW-15383: A table can only have one primary key
Cause: User tried to specify more than one primary key per table.
Action: Remove the old primary key and recreate it.

Level: 1

Type: ERROR

Impact: Other

BRW-15384: Cannot remove or modify a keys referenced by foreign keys
Cause: Primary or unique key is referenced by foreign keys.
Action: Remove foreign keys first then remove primary/unique keys.

Level: 1

Type: ERROR

Impact: Other

BRW-15385: Cannot duplicate view from PUBLIC database link as a view
Cause: Unable to read SQL statement (LONG column) from PUBLIC database link.
Action: This action is not supported.

Level: 1

Type: ERROR

Impact: Other

BRW-15386: Circular reference detected in synonym {1}
Cause: The synonym has a circular reference in the data dictionary.
Action: Do not include the particular synonym.

Level: 1

Type: ERROR

Impact: Other

BRW-15387: Login failed
Cause: Database or SQLNet error occurred.
Action: Check the login information and try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15388: Unable to load database relationships
Cause: Schema internal error in loading database relationships.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15389: Unable to load list of accessible owners
Cause: Schema internal error in loading list of accessible owners.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15390: Unable to load list of accessible tables
Cause: Schema internal error in loading list of data tables.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15391: Unable to load table
Cause: Schema internal error in loading data table.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15392: Unable to load table
Cause: Schema internal error in loading table.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15393: Unable to load synonym
Cause: Schema internal error in loading synonym.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15394: Unable to load query
Cause: Schema internal error in loading query.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15395: Unable to load table column information
Cause: Schema internal error in loading column information.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15396: Unable to load synonym column information
Cause: Schema internal error in loading synonym column information.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15397: Unable to load constraints
Cause: Schema internal error in loading constraints.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15398: Unable to find primary key information
Cause: Schema internal error in finding primary keys.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15399: Unable to find foreign key information
Cause: Schema internal error in finding foreign keys.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15400: Unable to load table and column comments
Cause: Schema internal error in getting comments.
Action: Contact support if this is not expected.

Level: 1

Type: ERROR

Impact: Other

BRW-15401: Error in loading database link {1}
Cause: Schema internal error in loading database link.
Action: Refer to accompanying error messages for more information.

Level: 1

Type: ERROR

Impact: Other

BRW-15402: Error in loading owner {1}
Cause: Schema internal error in loading database link.
Action: Refer to accompanying error messages for more information.

Level: 1

Type: ERROR

Impact: Other

BRW-15403: Error in loading table {1}
Cause: Schema internal error in loading data table.
Action: Refer to accompanying error messages for more information.

Level: 1

Type: ERROR

Impact: Other

BRW-15404: Error in loading primary key constraint for {1} ({2})
Cause: Schema internal error in loading primary constraint.
Action: Refer to accompanying error messages for more information.

Level: 1

Type: ERROR

Impact: Other

BRW-15405: Error in loading foreign key constraint {1}
Cause: Schema internal error in loading foreign constraint.
Action: Refer to accompanying error messages for more information.

Level: 1

Type: ERROR

Impact: Other

BRW-15406: Error in loading synonym {1}
Cause: Schema internal error in loading primary constraint.
Action: Refer to accompanying error messages for more information.

Level: 1

Type: ERROR

Impact: Other

BRW-15407: Table referred to by synonym {1} no longer exists
Cause: User tried to create a synonym for a nonexistent data table.
Action: Recreate the synonym.

Level: 1

Type: ERROR

Impact: Other

BRW-15408: Error in loading column information for {1}
Cause: Oracle error or the data table has been removed.
Action: Recreate the data table.

Level: 1

Type: ERROR

Impact: Other

BRW-15409: Error in loading constraint information for {1} ({2})
Cause: Oracle error.
Action: Try it again.

Level: 1

Type: ERROR

Impact: Other

BRW-15410: Table that foreign key {1} ({2}) refers to is inaccessible
Cause: The table that the foreign key refers to is inaccessible.
Action: Grant the table to the current user.

Level: 1

Type: ERROR

Impact: Other

BRW-15411: Logout failed
Cause: Internal error in logging out.
Action: Exit or close the document.

Level: 1

Type: ERROR

Impact: Other

BRW-15412: Table of query {1} was modified. Query loaded as view.
Cause: The view that the query depends on has been modified after the last save.
Action: Open the query and save it again to use it as a data table.

Level: 1

Type: ERROR

Impact: Other

BRW-15413: Table of query {1} was removed. Query will not be loaded.
Cause: The view that the query depends on has been removed.
Action: Open the query, and save it again to use it as a data table.

Level: 1

Type: ERROR

Impact: Other

BRW-15414: Table {1} no longer exists
Cause: This data table no longer exists in the database.
Action: Contact system administrator if you need this table.

Level: 1

Type: ERROR

Impact: Other

BRW-15415: Maximum number (254) of table columns exceeded
Cause: User tried to load a data table that has more than 254 columns.
Action: Contact system administrator.

Level: 1

Type: ERROR

Impact: Other

BRW-15416: Maximum number (8192) of tables per user exceeded
Cause: User owns too many data tables.
Action: Contact system administrator.

Level: 1

Type: ERROR

Impact: Other

BRW-15417: Maximum number (1024) of owners and databases exceeded
Cause: User tried to load too many user, owner, and database links.
Action: Contact system administrator.

Level: 1

Type: ERROR

Impact: Other

BRW-15418: Unable to find database link information
Cause: This database does not support database link, or database error.
Action: Try again later if this is unexpected.

Level: 1

Type: ERROR

Impact: Other

BRW-15419: Unable to find synonym information
Cause: This database does not support synonyms, or database error.
Action: Try again later if this is unexpected.

Level: 1

Type: ERROR

Impact: Other

BRW-15420: Unable to find constraint information
Cause: This database does not support constraints, or database error.
Action: Try again later if this is unexpected.

Level: 1

Type: ERROR

Impact: Other

BRW-15421: Unable to find table comment table
Cause: This database does not support comments on table, or database error.
Action: Try again later if this is unexpected.

Level: 1

Type: ERROR

Impact: Other

BRW-15422: Unable to find table Column comments table
Cause: This database does not support comments on column, or database error.
Action: Try again later if this is unexpected.

Level: 1

Type: ERROR

Impact: Other

BRW-15423: Synonym to SEQUENCE is not currently supported
Cause: User tried to load a synonym that refers to a sequence.
Action: This action is not supported.

Level: 1

Type: ERROR

Impact: Other

BRW-15424: Maximum number of login attempts (3) exceeded
Cause: User tried to login too many times.
Action: Contact system administrator for correct username, password, and connect strings.

Level: 1

Type: ERROR

Impact: Other

BRW-15425: End User Layer dictionary not installed
Cause: The End User Layer meta-data dictionary was not found.
Action: Install the End User Layer dictionary or run with DICTIONARY=NATIVE option.

Level: 1

Type: ERROR

Impact: Other

BRW-15430: Index information not loaded
Cause: Cannot find index table.
Action: This is a non-Oracle database; try an ODBC driver.

Level: 1

Type: ERROR

Impact: Other

BRW-15433: Create snapshot with only {1} maximum columns.
Cause: User tried to create more than the maximum number of allowed columns in a snapshot.
Action: Create fewer columns.

Level: 1

Type: ERROR

Impact: Other

BRW-15434: Maximum columns in table is {1}
Cause: User tried to create more than the maximum number of allowed columns in a table.
Action: Create fewer columns.

Level: 1

Type: ERROR

Impact: Other

BRW-15435: DBA privilege is needed to perform this operation
Cause: Need DBA privileges.
Action: Ask your system administrator to grant you DBA privilege.

Level: 1

Type: ERROR

Impact: Other

BRW-15437: Index already exists
Cause: User tried to create an index that is the same as an already existing index.
Action: No action required.

Level: 1

Type: ERROR

Impact: Other

BRW-15438: Index must be on columns from the same table
Cause: user tried to create an index on columns from different tables.
Action: Create the index on columns from the same table.

Level: 1

Type: ERROR

Impact: Other

BRW-15439: Cannot create new tables through database links
Cause: User tried to create data tables through database links.
Action: This operation is not allowed. Login directly then create.

Level: 1

Type: ERROR

Impact: Other

BRW-15440: New columns cannot be created through database links
Cause: User tried to create columns through database links.
Action: This operation is not allowed. Login directly and create.

Level: 1

Type: ERROR

Impact: Other

BRW-15441: User has no CREATE INDEX privilege
Cause: User tried to create an index on data table without proper privileges
Action: Obtain CREATE INDEX privilege on this data table.

Level: 1

Type: ERROR

Impact: Other

BRW-15444: Adding columns is only supported for tables
Cause: User tried to add columns to a view, snapshot, synonym, or query.
Action: This operation is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15445: Cannot remove columns of synonyms, duplicated views or snapshots
Cause: User tried to remove columns from a view, snapshot, synonym, or query.
Action: This operation is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15446: Unable to copy constraints for {1}
Cause: Error duplicating constraints.
Action: No action required.

Level: 1

Type: ERROR

Impact: Other

BRW-15447: Cannot remove Query. Use File Delete... from Query window
Cause: User tried to remove a query.
Action: This is not legal from the Schema Builder. Use the Query window instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15448: Cannot copy Query. Use File Save As... from Query window
Cause: User tried to copy a query.
Action: This is not legal from the Schema Builder. Use the Query window instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15449: Cannot copy with data from table with only LONG columns
Cause: User tried to copy a table with a LONG column.
Action: Database does not support this.

Level: 1

Type: ERROR

Impact: Data

BRW-15450: Operation not allowed on removed table
Cause: User tried to do something to a removed data table.
Action: Undo the remove first.

Level: 1

Type: ERROR

Impact: Other

BRW-15451: Operation not allowed on removed column
Cause: User tried to do something to a removed column.
Action: Undo the remove first.

Level: 1

Type: ERROR

Impact: Other

BRW-15452: Cannot rename another owner's table
Cause: User tried to set the name of a granted data table.
Action: This is not allowed. Ask the owner to do it for you.

Level: 1

Type: ERROR

Impact: Other

BRW-15453: Cannot rename table at database link
Cause: User tried to set the name on a data table at a database link.
Action: Ask the owner to do this for you.

Level: 1

Type: ERROR

Impact: Other

BRW-15454: Renaming columns is only supported on table and view columns
Cause: User tried to set column name for a snapshot, synonym, or query.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15455: Setting column type is only supported on table columns
Cause: User tried to set column type for a view, snapshot, synonym, or query.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15456: Cannot change column type of an existing column
Cause: User tried to change column type of an existing column.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15457: Default values are allowed only on table columns
Cause: User tried to set default for a synonym, snapshot, view, or query.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15458: Setting length is supported only on table columns
Cause: User tried to set length for a synonym, snapshot, view, or query.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15459: Cannot set length for DATE, LONG, or ROWID datatypes
Cause: User tried to set the length for DATE, LONG, or ROWID datatypes.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15460: Setting scale is allowed only on table columns
Cause: User tried to set scale for synonym, snapshot, view, or query columns.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15461: Cannot set scale for DATE, LONG, or ROWID datatypes
Cause: User tried to set scale for DATE, LONG, or ROWID columns.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15462: Setting precision is allowed only on table columns
Cause: User tried to set precision for synonym, snapshot, view, or query columns.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15463: Setting precision is allowed only on NUMBER datatype
Cause: User tried to set precision on columns other than NUMBER.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15464: Altering column position is allowed only on table columns
Cause: User tried to set column position on non-table database objects.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15465: Cannot change the position of existing column.
Cause: User tried to change column position of existing table.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15466: Table name too long (Max {1} bytes)
Cause: Data Table name to long.
Action: Shorten the name and try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15467: Name already in use. Please choose another name.
Cause: Name already in use.
Action: Choose another name.

Level: 1

Type: ERROR

Impact: Other

BRW-15468: Column name too long (Max {1} bytes)
Cause: Column name too long.
Action: Shorten the name and try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15469: Length of NUMBER column must be between {1} and {2}
Cause: Illegal range for length of NUMBER column.
Action: Specify a legal length parameter.

Level: 1

Type: ERROR

Impact: Other

BRW-15470: Length of CHAR or RAW column must be between {1} and {2}
Cause: Illegal range for length of CHAR column.
Action: Specify a legal length parameter.

Level: 1

Type: ERROR

Impact: Other

BRW-15471: Precision must be between {1} and {2}
Cause: Illegal range for precision.
Action: Specify a legal length parameter.

Level: 1

Type: ERROR

Impact: Other

BRW-15472: Cannot decrease length of existing column
Cause: User tried to decrease the length of an existing column.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15473: Cannot decrease scale of existing column
Cause: User tried to decrease scale of an existing column.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15474: Cannot decrease precision of existing column
Cause: User tried to decrease precision of an existing column.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15475: Table can have at most one LONG column
Cause: User tried to create more than one LONG or RAW column per table.
Action: This is not allowed.

Level: 1

Type: ERROR

Impact: Other

BRW-15476: Error in loading index for {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15477: Error in creating table {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15478: Error in creating view {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15479: Error in creating synonym {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15480: Error in creating index {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15481: Error in dropping {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15482: Error in dropping table {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15483: Error in dropping view {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15484: Error in dropping synonym {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15485: Error in dropping index {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15486: Error in renaming {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15487: Error in setting comment for table {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15488: Error in setting comment for column {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15489: Error in loading index {1} for {2}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15490: Error in loading table privilege for {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15491: Error in loading column privilege for {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15492: Error in altering table {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15493: Operation currently not supported
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15494: Error in loading SQL text of views
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15495: Error in loading SQL text for view {1}
Cause: Internal error.
Action: Contact support.

Level: 1

Type: ERROR

Impact: Other

BRW-15496: Scale must be between {1} and {2}
Cause: Illegal value for scale.
Action: Input legal value for scale.

Level: 1

Type: ERROR

Impact: Other

BRW-15497: Index can only be created on TABLE columns
Cause: User tried to create index on a database object other than a TABLE.
Action: Create index on TABLE columns only.

Level: 1

Type: ERROR

Impact: Other

BRW-15498: Cannot modify a query
Cause: It is not legal to modify a query.
Action: Open the query and modify it as a Browser document.

Level: 1

Type: ERROR

Impact: Other

BRW-15499: Cannot set column attributes of table duplicated with data
Cause: User tried to set the column type of a table duplicated with data.
Action: First commit the table then try again.

Level: 1

Type: ERROR

Impact: Data

BRW-15500: {1}
Cause: Oracle error
Action: None.

Level: 1

Type: ERROR

Impact: Other

BRW-15501: No more application virtual memory
Cause: No more disk space or system memory for Virtual Memory Manager.
Action: Close a document or make some room on your disk.

Level: 1

Type: ERROR

Impact: Memory

BRW-15502: Can only have {1} rows per document
Cause: Exceeded self-imposed, compile-time row maximum.
Action: Consider adding conditions to the query.

Level: 1

Type: ERROR

Impact: Other

BRW-15504: Unable to determine database character set
Cause: There was a problem with SELECT USERENV('LANGUAGE') FROM DUAL.
Action: Non-Oracle database--not supported.

Level: 1

Type: ERROR

Impact: Other

BRW-15505: Unable to open virtual memory file
Cause: No write permission or file system full.
Action: Change permission on directory or delete some files.

Level: 1

Type: ERROR

Impact: Memory

BRW-15506: Unable to close virtual memory file
Cause: Operating system error.
Action: Ask system administrator for assistance.

Level: 1

Type: ERROR

Impact: Memory

BRW-15507: Unable to read from virtual memory file
Cause: Virtual memory file does not exist.
Action: Make sure the virtual memory file is opened.

Level: 1

Type: ERROR

Impact: Memory

BRW-15508: Unable to write to virtual memory file
Cause: File system is full, or virtual memory file was not opened.
Action: Delete some files. Make sure virtual memory file is opened.

Level: 1

Type: ERROR

Impact: Memory

BRW-15509: Unable to create virtual memory manager
Cause: Internal error, or out of memory.
Action: Ask system administrator for assistance.

Level: 1

Type: ERROR

Impact: Memory

BRW-15511: Maximum virtual memory size exceeded
Cause: User input is too big for virtual memory size.
Action: Try again.

Level: 1

Type: ERROR

Impact: Memory

BRW-15513: Null value in command '{1}'
Cause: User entered &lt;command&gt;= on the command line with no option selected.
Action: Add a value for &lt;command&gt;.

Level: 1

Type: ERROR

Impact: Other

BRW-15514: Null command in command line
Cause: User entered =&lt;value&gt; at command line but did not specify a command.
Action: Add the command.

Level: 1

Type: ERROR

Impact: Other

BRW-15515: Unrecognized command '{1}' in command line
Cause: User entered an illegal command at command line.
Action: Change command.

Level: 1

Type: ERROR

Impact: Other

BRW-15516: Command '{1}' specified twice in command line
Cause: User entered a command twice at command line.
Action: Remove one.

Level: 1

Type: ERROR

Impact: Other

BRW-15517: Incompatible commands '{1}' and '{2}' specified
Cause: User entered 2 incompatible commands at command line.
Action: Remove one.

Level: 1

Type: ERROR

Impact: Other

BRW-15518: Invalid option '{1}' in command '{2}'
Cause: User entered an illegal option to a command at command line.
Action: Change option.

Level: 1

Type: ERROR

Impact: Other

BRW-15519: Multiple login specifications in command line
Cause: User entered 2 login specifications at command line.
Action: Remove one.

Level: 1

Type: ERROR

Impact: Other

BRW-15520: Invalid document name '{1}' in command line
Cause: User entered an illegal document name at command line.
Action: Change document name.

Level: 1

Type: ERROR

Impact: Other

BRW-15521: '{1}' command specified without a document
Cause: User entered a command without specifying a document at command line.
Action: Add missing document.

Level: 1

Type: ERROR

Impact: Other

BRW-15522: '{1}' command specified without '{2}'
Cause: User entered a command without another required command.
Action: Add missing command.

Level: 1

Type: ERROR

Impact: Other

BRW-15523: Mismatched parentheses in '{1}' command
Cause: User entered mismatched parentheses in the command line.
Action: Correct mismatched parentheses.

Level: 1

Type: ERROR

Impact: Other

BRW-15530: Cannot edit a deleted row
Cause: User tried to edit a row which is marked for deletion.
Action: Undelete the row first.

Level: 1

Type: ERROR

Impact: Other

BRW-15531: Row has been deleted from the database
Cause: Another user deleted this row since you last ran the query.
Action: Contact support. This should never happen.

Level: 1

Type: ERROR

Impact: Other

BRW-15532: Row has been modified by another user. Requery.
Cause: Another user updated this row since you last ran the query.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15533: Row is currently locked by another user.
Cause: Someone else is editing this row.
Action: Try again later.

Level: 1

Type: ERROR

Impact: Other

BRW-15539: Error in inserting {1} row(s)
Cause: One or more rows in input file failed on insert.
Action: Modify input file or ignore.

Level: 1

Type: ERROR

Impact: Other

BRW-15540: Operation not allowed on data of this type
Cause: User tried to edit a cell with data of an uneditable type.
Action: Unknown.

Level: 1

Type: ERROR

Impact: Data

BRW-15541: Too many edited rows. Please select Commit
Cause: Too many pending INSERTS, UPDATES or DELETES in a document.
Action: Select Commit or Revert.

Level: 1

Type: ERROR

Impact: Other

BRW-15545: Error in reading QXF file. Parsing halted.
Cause: Syntax error in reading QXF file.
Action: Fix QXF file.

Level: 1

Type: ERROR

Impact: Other

BRW-15546: Parse Error: Line {1}
Cause: Syntax at that particular line.
Action: Debug that line.

Level: 1

Type: ERROR

Impact: Other

BRW-15547: Operator unspecified in relationship block.
Cause: Operator unspecified in relationship block in QXF File.
Action: Specify an operator field within the block.

Level: 1

Type: ERROR

Impact: Other

BRW-15548: Error: Argument missing in {1} of relationship block.
Cause: No argument in a column field in a relationship block. No argument in the CONDITION_TEXT field within condition block.
Action: Specify the column name in that field. Specify the CONDITION_TEXT field.

Level: 1

Type: ERROR

Impact: Other

BRW-15550: Illegal INCLUSION_ORDER value ({1}) in expression {2}.
Cause: Illegal INCLUSION_ORDER value in expression.
Action: Correct INCLUSION_ORDER value.

Level: 1

Type: ERROR

Impact: Other

BRW-15551: Expression {1} included but INCLUSION_ORDER unspecified.
Cause: The INCLUSION_ORDER unspecified for an included expression block.
Action: Specify the INCLUSION_ORDER field.

Level: 1

Type: ERROR

Impact: Other

BRW-15552: Expression {1} not included but INCLUSION_ORDER is non-null
Cause: Expression is not included (INCLUDED = FALSE) but INCLUSION_ORDER is non-null.
Action: Correct the values in these fields.

Level: 1

Type: ERROR

Impact: Other

BRW-15553: Error: Empty TEXT string in expression {1}.
Cause: The TEXT string is unspecified within a QXF expression block.
Action: Specify the TEXT string.

Level: 1

Type: ERROR

Impact: Other

BRW-15554: Error: SORT_PRIORITY unspecified for sorted expression {1}.
Cause: SORT_PRIORITY unspecified for sorted expression.
Action: Specify the SORT_PRIORITY.

Level: 1

Type: ERROR

Impact: Other

BRW-15555: Illegal INCLUSION_ORDER value for field {1}in table {2}.
Cause: Illegal INCLUSION_ORDER value for field.
Action: Correct the INCLUSION_ORDER value.

Level: 1

Type: ERROR

Impact: Other

BRW-15556: Field {1} in table {2} included but INCLUSION_ORDER is null.
Cause: Field is included (INCLUDED = FALSE) but INCLUSION_ORDER is unspecified.
Action: Correct the values in these fields.

Level: 1

Type: ERROR

Impact: Other

BRW-15557: Field {1} (table {2}) excluded but INCLUSION_ORDER exists.
Cause: The field in specified data table is not included but the INCLUSION_ORDER is non-null.
Action: Correct the values in these fields.

Level: 1

Type: ERROR

Impact: Other

BRW-15558: SORT_PRIORITY unspecified for sorted field {1} in table {2}.
Cause: SORT_PRIORITY unspecified for a sorted field.
Action: Specify the SORT_PRIORITY for that field.

Level: 1

Type: ERROR

Impact: Other

BRW-15559: Error: Illegal value ({1}) for INCLUSION_ORDER in table {2}.
Cause: A negative value in inclusion order.
Action: Correct that value.

Level: 1

Type: ERROR

Impact: Other

BRW-15560: Table {1} included but INCLUSION_ORDER unspecified.
Cause: Data Table included (INCLUDED = TRUE) but INCLUSION_ORDER is unspecified.
Action: Correct the values in these fields.

Level: 1

Type: ERROR

Impact: Other

BRW-15561: Table {1} is excluded but INCLUSION_ORDER is non-null.
Cause: Data Table not included (INCLUDED = FALSE) but INCLUSION_ORDER is non-null.
Action: Correct the values in these fields.

Level: 1

Type: ERROR

Impact: Other

BRW-15562: Error: There should be no more than one main condition block.
Cause: There are more than one main (root) condition blocks.
Action: Eliminate some condition blocks, or use a conjunction.

Level: 1

Type: ERROR

Impact: Other

BRW-15563: Error: QXF file version 1.0 expected.
Cause: Illegal version number specified in VERSION field.
Action: Modify the version.

Level: 1

Type: ERROR

Impact: Other

BRW-15564: Parse Error: Line {1}: Invalid font style {2}.
Cause: Invalid font style.
Action: Check font style and correct it.

Level: 1

Type: ERROR

Impact: Other

BRW-15565: Parse Error: Line {1}: Invalid font style argument.
Cause: Invalid font style argument.
Action: Check font style strings and correct them.

Level: 1

Type: ERROR

Impact: Other

BRW-15566: Parse Error: Line {1}: Invalid aggregate function {2}
Cause: Invalid aggregate function name.
Action: Correct the function name.

Level: 1

Type: ERROR

Impact: Other

BRW-15567: Parse Error: Line {1}: Invalid summarize argument.
Cause: Invalid summarize field argument.
Action: Correct the field argument.

Level: 1

Type: ERROR

Impact: Other

BRW-15568: Parse Error: Line {1}: Invalid field argument.
Cause: Invalid field argument.
Action: Correct field argument.

Level: 1

Type: ERROR

Impact: Other

BRW-15569: Warning: QXF file is only partially loaded because of error.
Cause: Error in loading QXF file.
Action: Correct those errors.

Level: 1

Type: ERROR

Impact: Other

BRW-15570: Parse Error: Line {1}: Invalid operator {2} in relationship block.
Cause: Invalid Operator within relationship block.
Action: Check operator and correct it.

Level: 1

Type: ERROR

Impact: Other

BRW-15571: Parse Error: Line {1}: Invalid operator field argument.
Cause: Invalid Object ID within Derived Item Expression.
Action: Correct Object ID in dictionary.

Level: 1

Type: ERROR

Impact: Other

BRW-15572: Inconsistent object IDs in derived item expression.
Cause: Invalid operator field argument within relationship block.
Action: Check operator strings and correct them.

Level: 1

Type: ERROR

Impact: Other

BRW-15580: Unable to load list of accessible business areas
Cause: End User Layer is missing business area tables.
Action: Reinstall End User Layer. Ask system administrator for assistance.

Level: 1

Type: ERROR

Impact: Other

BRW-15581: Cannot add columns to table created with duplicate data
Cause: User tried to add columns to a table created with duplicate table data.
Action: Commit the duplicated table then try again.

Level: 1

Type: ERROR

Impact: Data

BRW-15582: New or duplicate table is only allowed on existing table.
Cause: Create new table on another new/duplicate/modified table.
Action: Commit the new/duplicate/modified table first.

Level: 1

Type: ERROR

Impact: Other

BRW-15583: Index requires at least one column
Cause: User tried to remove the last column of an index.
Action: Add other columns then remove.

Level: 1

Type: ERROR

Impact: Other

BRW-15584: Column {1} is of type LONG and will not be copied
Cause: Cannot copy a LONG column when creating a snapshot.
Action: Column cannot be copied.

Level: 1

Type: ERROR

Impact: Other

BRW-15600: Syntax not supported
Cause: Attempted to parse unsupported syntax
Action: Use alternate Oracle 8 syntax.

Level: 1

Type: ERROR

Impact: Other

BRW-15601: Invalid Oracle 8 SQL syntax
Cause: Cannot use Oracle 8 language syntax
Action: Use Oracle 7 SQL.

Level: 1

Type: ERROR

Impact: Other

BRW-15602: Type Constructor in Oracle 8 SQL is not supported
Cause: Oracle 8 SQL's type contructors are not supported.
Action: Revert to Oracle 7.

Level: 1

Type: ERROR

Impact: Other

BRW-15603: REF in Oracle 8 SQL is not supported
Cause: Oracle 8 SQL's REF is not supported.
Action: Use Oracle 7 instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15604: CAST in Oracle 8 SQL is not supported
Cause: Oracle 8 SQL's CAST is not supported.
Action: Use Oracle 7 instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15605: MULTISET in Oracle 8 SQL is not supported
Cause: Oracle 8 SQL's MULTISET is not supported.
Action: Use Oracle 7 intsead.

Level: 1

Type: ERROR

Impact: Other

BRW-15606: METHODS in Oracle 8 SQL is not supported
Cause: Oracle 8 SQL's METHODS is not supported.
Action: Use Oracle 7 instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15607: THE subquery in Oracle 8 SQL is not supported
Cause: Oracle 8 SQL's THE subquery is not supported.
Action: Use Oracle 7 instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15608: PARTITION of tables in Oracle 8 SQL is not supported
Cause: Oracle 8 SQL's PARTITION of tables is not supported.
Action: Use Oracle 7 instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15609: The TABLE keyword in a subquery in Oracle 8 SQL is not supported
Cause: TABLE in subquery is not supported.
Action: Use Oracle 7 instead.

Level: 1

Type: ERROR

Impact: Other

BRW-15610: Rename the Table as a Table Alias
Cause: Attempt to use a table instead of a table alias
Action: Rename the table with a table alias.

Level: 1

Type: ERROR

Impact: Other

BRW-15641: Help system initialization failed. Help will be unavailable.
Cause: Unable to locate help document or help resource file.
Action: User may continue but help menu is unavailable. Use online or paper documentation.

Level: 1

Type: ERROR

Impact: Other

BRW-15643: Resource file not found ({1}), trying default resource file.
Cause: NLS_LANG set but file not found.
Action: Try to open the resource file using the default language.

Level: 1

Type: ERROR

Impact: Other

BRW-15644: Unable to locate help document ({1}), trying default help document.
Cause: NLS_LANG set but file not found.
Action: Try to open the help doc using the default language.

Level: 1

Type: ERROR

Impact: Other

BRW-15647: Unable to locate help document
Cause: Could not find help file in correct directory with correct language.
Action: Check Browser directory structure. Make sure NLS_LANG is set correctly.

Level: 1

Type: ERROR

Impact: Other

BRW-15648: Help system creation error
Cause: Help system could not start up.
Action: Browser could not find the help resource file, or NLS_LANG is not set, or memory is low.

Level: 1

Type: ERROR

Impact: Other

BRW-15649: Input for {1} was too low. Minimum valid number is {2}.
Cause: The value input was too low.
Action: Try again with a higher value.

Level: 1

Type: ERROR

Impact: Other

BRW-15650: Input for {1} was too high. Maximum valid number is {2}.
Cause: The value input was too high.
Action: Try again with a lower value.

Level: 1

Type: ERROR

Impact: Other

BRW-15651: Input for {1} was out of range. Must be between {2} and {3}.
Cause: The value input was out of the valid range.
Action: Try again with a valid number.

Level: 1

Type: ERROR

Impact: Other

BRW-15652: Value was reset to {1}.
Cause: The value input was changed because it was out of the valid range.
Action: Try again with a valid number or Browser will use the value shown.

Level: 1

Type: ERROR

Impact: Other

BRW-15653: Pref file error: Value {1} was too low. Minimum valid number is {2}.
Cause: The value input was too low.
Action: Try again with a higher value.

Level: 1

Type: ERROR

Impact: Other

BRW-15654: Pref file error: Value {1} was too high. Maximum valid number is {2}.
Cause: The value input was too high.
Action: Try again with a lower value.

Level: 1

Type: ERROR

Impact: Other

BRW-15655: Pref file error: Value {1} out of range. Must be between {2} and {3}.
Cause: The value input was out of the valid range.
Action: Try again with a valid number.

Level: 1

Type: ERROR

Impact: Other

BRW-15656: Pref file error: Value for {1} not recognized
Cause: The value set in the preference file was invalid.
Action: Try again with a valid number.

Level: 1

Type: ERROR

Impact: Other

BRW-15657: Value for OWNERLIST=NAME must contain at least one name
Cause: The value for OWNERLIST=NAME was NULL.
Action: Try again with a valid name

Level: 1

Type: ERROR

Impact: Other

BRW-15900: Unable to find time period information
Cause: This database does not support time periods, or database error.
Action: Try again later if this is unexpected.

Level: 1

Type: ERROR

Impact: Other

BRW-15901: Data source {1} referred to by object {2} no longer exists
Cause: Base data source of object has been removed.
Action: Refresh/delete object.

Level: 1

Type: ERROR

Impact: Data

BRW-15902: Table referred to by object {1} no longer exists
Cause: Base data source of object has been removed.
Action: Refresh/delete object.

Level: 1

Type: ERROR

Impact: Other

BRW-15903: Opposite table {1} is not in a business area. Join info inaccessible.
Cause: Relationship: Opposite data table/object not in any group.
Action: Grant that object to a group.

Level: 1

Type: ERROR

Impact: Other

BRW-15904: Relationship name cannot be longer than {1} bytes
Cause: Relationship Name longer than limit.
Action: Use a shorter name.

Level: 1

Type: ERROR

Impact: Other

BRW-15905: Column heading cannot be longer than {1} bytes
Cause: Item Heading longer than limit.
Action: Use a shorter heading.

Level: 1

Type: ERROR

Impact: Other

BRW-15906: Column format cannot be longer than {1} bytes
Cause: Item Format longer than limit.
Action: Use a shorter format.

Level: 1

Type: ERROR

Impact: Other

BRW-15907: Column display width cannot have more than {1} digits
Cause: Item Display Width Precision longer than limit.
Action: Use Shorter Display width.

Level: 1

Type: ERROR

Impact: Other

BRW-15908: Time period name cannot be longer than {1} bytes
Cause: Time Period Name too long.
Action: Use a shorter time period name.

Level: 1

Type: ERROR

Impact: Other

BRW-15909: Period column and sequence column of time period are the same
Cause: Period and sequence columns of time period set to the same column.
Action: make sure period and sequence columns are different.

Level: 1

Type: ERROR

Impact: Other

BRW-15910: Unable to load time period {1}
Cause: Schema internal error in loading time period.
Action: Refer to accompanying error messages for more information.

Level: 1

Type: ERROR

Impact: Other

BRW-15911: Time period {1} already exists
Cause: Time period name must be unique.
Action: Create time period under a different name.

Level: 1

Type: ERROR

Impact: Other

BRW-15912: Illegal display width value.
Cause: Illegal display width value.
Action: Re-enter a legal value.

Level: 1

Type: ERROR

Impact: Other

BRW-15913: {1} key text cannot be empty.
Cause: Foreign or Primary Key text is empty.
Action: Enter text for primary or foreign key.

Level: 1

Type: ERROR

Impact: Other

BRW-15914: Relationship name cannot be empty.
Cause: Relationship name is null.
Action: Enter relationship name.

Level: 1

Type: ERROR

Impact: Other

BRW-15924: Business area name cannot be empty
Cause: Business area name is empty or contains only spaces.
Action: Enter a new name.

Level: 1

Type: ERROR

Impact: Other

BRW-15925: Table {1} has already been imported as {2}
Cause: Table can only be imported once with a given name.
Action: Import table under a different name.

Level: 1

Type: ERROR

Impact: Other

BRW-15926: Business area {1} already exists
Cause: Business area name must be unique.
Action: Create business area under a different name.

Level: 1

Type: ERROR

Impact: Other

BRW-15927: Business area {1} already contains a table named {2}
Cause: Table name must be unique within a business area.
Action: Rename/reimport table and add to business area.

Level: 1

Type: ERROR

Impact: Other

BRW-15928: Business area name too long (Max {1} bytes)
Cause: Business area name too long.
Action: Shorten the name and try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15929: Business area description too long (Max {1} bytes)
Cause: Business area description too long.
Action: Shorten the description and try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15930: Error committing table {1}
Cause: Error occurred while committing table.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15931: Error committing business area {1}
Cause: Error occurred while committing business area.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15932: Error committing time period {1}
Cause: Error occurred while committing time period.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15933: Error committing relationship {1}
Cause: Error occurred while committing relationship
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15937: Error generating SQL for table {1}
Cause: Error occurred while generating SQL for a table.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15938: Error generating SQL for business area {1}
Cause: Error occurred while generating SQL for a business area.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15939: Error generating SQL for time period {1}
Cause: Error occurred while generating SQL for a time period.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15940: Error generating SQL for relationship {1}
Cause: Error occurred while generating SQL for relationship.
Action: Try again.

Level: 1

Type: ERROR

Impact: Other

BRW-15950: No Query Builder tables--Database open/save is disabled
Cause: There is no Query Builder system query table in the database.
Action: Create a system query table (run the Query Builder install script).

Level: 1

Type: ERROR

Impact: Other

BRW-15951: Product user profile information not loaded
Cause: Cannot load the user profile table.
Action: Ask system administrator to create one.

Level: 1

Type: ERROR

Impact: Other

BRW-15952: User privilege table not loaded
Cause: Missing USER_USERS table (Non Oracle or oracle V7 database).
Action: None available.

Level: 1

Type: ERROR

Impact: Other

BRW-15953: Table privilege table not loaded
Cause: Cannot find Privilege table.
Action: Non-Oracle database or Oracle V7 database.

Level: 1

Type: ERROR

Impact: Other

BRW-15954: Oracle Query Builder 2.5 tables are missing or not installed properly
Cause: No BROWSER_DOCS_SQL table.
Action: Re-install Query Builder 2.5 tables.

Level: 1

Type: ERROR

Impact: Other

BRW-15955: Query returned zero rows
Cause: Query returned no rows.
Action: Modify the query so that it requests data that exists in the database.

Level: 1

Type: ERROR

Impact: Other

BRW-16000: Document saved using End User Layer, not Native dictionary. Continue?
Cause: User tried to open in Native mode a document saved using the End User Layer.
Action: Run with DICTIONARY=ENDUSER or End User Layer objects will be inaccessible.

Level: 1

Type: ERROR

Impact: Other

BRW-16001: Document saved using Native dictionary, not End User Layer. Continue?
Cause: User tried to open in ENDUSER mode a document saved using the Native dictionary.
Action: Run with DICTIONARY=NATIVE or some database objects may be inaccessible.

Level: 1

Type: ERROR

Impact: Other

BRW-16250: Document already exists. Do you want to overwrite?
Cause: User tried to Save As over an existing document.
Action: User may overwrite or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16251: Table has been modified. Continue?
Cause: View was removed and recreated; may be inconsistent with document.
Action: Either continue or abort save.

Level: 1

Type: ERROR

Impact: Other

BRW-16500: Memory not available for local sort. Re-execute?
Cause: All rows not yet fetched for local sort.
Action: Re-execute query now or later.

Level: 1

Type: ERROR

Impact: Memory

BRW-16503: Data not available for local sort. Re-execute?
Cause: All rows not yet fetched for local sort.
Action: Re-execute query now or later.

Level: 1

Type: ERROR

Impact: Data

BRW-16504: Data not available for local break. Re-execute?
Cause: All rows not yet fetched for local break.
Action: Re-execute query now or later.

Level: 1

Type: ERROR

Impact: Data

BRW-16525: Query may require a Cartesian product. Continue?
Cause: Query combines results of unrelated tables.
Action: Ignore message or relate tables before executing. Refer to help or documentation for details.

Level: 1

Type: ERROR

Impact: Other

BRW-16531: Redefine parameter {1}?
Cause: User entered previously deleted parameter in expression or condition.
Action: Press OK if this is what you intended.

Level: 1

Type: ERROR

Impact: Other

BRW-16532: Parameter {1} does not exist. Define?
Cause: User entered new parameter in expression or condition.
Action: Press OK if this is what you intended.

Level: 1

Type: ERROR

Impact: Other

BRW-16549: Revert will undo all changes on these tables. Revert anyway?
Cause: Confirmation before reverting data tables.
Action: Select OK to revert all selected data tables, Cancel to cancel the operation.

Level: 1

Type: ERROR

Impact: Other

BRW-16550: Table %s has primary/unique keys that are referenced. Remove?
Cause: Table contains constraints.
Action: Select OK to remove the data table, Cancel to cancel the operation.

Level: 1

Type: ERROR

Impact: Other

BRW-16551: Column has primary/unique keys or indexes. Remove anyway?
Cause: Column is used by constraints or indexes.
Action: Select OK to remove the column, Cancel to cancel the operation.

Level: 1

Type: ERROR

Impact: Other

BRW-16552: Disable all constraints?
Cause: Message to confirm that all constraints should be disabled.
Action: User may confirm or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16553: Enable all constraints?
Cause: Message to confirm that all constraints should be enabled.
Action: User may confirm or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16575: There are uncommitted edits which will be lost. Commit?
Cause: User has tried to exit the Data Editor without committing changes.
Action: Select Commit or lose changes.

Level: 1

Type: ERROR

Impact: Other

BRW-16576: Defined Column, Summary or Break values may not be current. Re-execute?
Cause: Values edited while displaying breaks, summaries, or defined columns.
Action: Execute query to update values.

Level: 1

Type: ERROR

Impact: Other

BRW-16620: Save changes to query document '%s'?
Cause: Message to prompt user to save changes when closing/quitting.
Action: User may save or abort changes, or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16621: Revert to previously saved version of document '%s'?
Cause: Message to prompt user to revert to older document version.
Action: User may continue or cancel operation.

Level: 1

Type: ERROR

Impact: Other

BRW-16622: File %s already exists. Do you want to overwrite?
Cause: Message for overwrite alert in export data.
Action: User may overwrite file or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16623: There is no data available for this operation.
Cause: Alert message if number of rows or columns available to print is zero.
Action: User should try re-executing the query, or include some columns.

Level: 1

Type: ERROR

Impact: Data

BRW-16624: Query definition has changed. Data may not be current. Continue?
Cause: Query document has changed since last execute.
Action: Either re-execute the query, continue export, or cancel.

Level: 1

Type: ERROR

Impact: Data

BRW-16625: The printer does not support all fonts needed. Substitute fonts?
Cause: The font or some style or weight does not exist for the selected printer.
Action: User may continue with font substitution or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16626: Not enough memory for Print Preview.
Cause: Unable to create bitmap for print preview.
Action: No action required.

Level: 1

Type: ERROR

Impact: Memory

BRW-16627: There is no data available for this operation. Execute query?
Cause: Alert message if export data called with empty worksheet.
Action: User should try executing the query or cancel.

Level: 1

Type: ERROR

Impact: Data

BRW-16628: Unable to get printer device. Printing will be unavailable. Continue?
Cause: Error creating a toolkit printer surface with uiprc().
Action: User may continue with no printing or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16629: Do you want to update the container before exiting?
Cause: Message to prompt user to save changes when closing/quitting OLE doc.
Action: User may save or abort changes, or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16632: No SQL is available because no columns were selected. Quit?
Cause: Message to alert user that so sql statement was created.
Action: User may exit or continue in query builder.

Level: 1

Type: ERROR

Impact: Other

BRW-16650: The printer does not support all fonts needed. Substitute fonts?
Cause: The font or some style or weight does not exist for the selected printer.
Action: User may continue with font substitution or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16651: No printer has been chosen. Use Default?
Cause: The user has not explicitly named a printer to use.
Action: User may continue with the system default printer or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16652: Margins for this document are too wide and must be reset.
Cause: The user has set the margins to be too large leaving no content.
Action: User must reset the margins.

Level: 1

Type: ERROR

Impact: Other

BRW-16653: No printer has been chosen. Use Default?
Cause: The user has not explicitly named a printer to use.
Action: User may continue with the system default printer or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16654: No pages printed.
Cause: User has set copies to 0 or the start/end page outside the range.
Action: Reset page range.

Level: 1

Type: ERROR

Impact: Other

BRW-16660: Query definition has changed. Data may not be current. Re-execute?
Cause: Query document has changed since last DDE update.
Action: Re-execute the query before DDE update, or update without executing.

Level: 1

Type: ERROR

Impact: Data

BRW-16661: Commit changes to %s?
Cause: Message to prompt user to commit changes when closing Schema Builder.
Action: User may commit or abort changes, or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16767: Abandon current parameter settings and cancel query?
Cause: In parameters dialog, ask user before cancelling settings.
Action: User may continue the cancel or return to the dialog.

Level: 1

Type: ERROR

Impact: Other

BRW-16776: Apply settings before closing dialog?
Cause: Asks user if settings changes should be committed before close.
Action: User may apply the changes or exit without committing those changes.

Level: 1

Type: ERROR

Impact: Other

BRW-16780: Cannot paste condition on LONG column.
Cause: Cannot paste a condition on a long column from the find dialog.
Action: This action is not supported.

Level: 1

Type: ERROR

Impact: Other

BRW-16807: Accept the definition for the new business area?
Cause: Business Area Define - validate Complete NEW business area
Action: Accept or cancel

Level: 1

Type: ERROR

Impact: Other

BRW-16808: Cancel the incomplete definition for the new business area?
Cause: Business Area Define - validate Incomplete NEW business area
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Other

BRW-16809: Accept the modified business area definition?
Cause: Business Area Define - validate MODified business area
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Other

BRW-16810: Accept the definition for the new column?
Cause: Data Table Expressions - validate Complete NEW expression
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Other

BRW-16811: Cancel the incomplete definition for the new column?
Cause: Data Table Expressions - validate Incomplete NEW expression
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Other

BRW-16812: Accept the modified column definition?
Cause: Data Table Expressions - validate MODified expression
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Other

BRW-16813: Accept the definition for the new relationship?
Cause: Data Table Relationships - validate Complete NEW relationship
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Other

BRW-16816: Accept the changes to the column's format options?
Cause: Data Table Format - validate MODified format options
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Other

BRW-16817: Commit changes?
Cause: User tries to quit with uncommitted changes
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Other

BRW-16833: Rollback all changes?
Cause: Confirmation before rollback
Action: OK to rollback all changes. Cancel to cancel operation.

Level: 1

Type: ERROR

Impact: Other

BRW-16837: Business area description cannot be empty.
Cause: Business area description is null.
Action: Enter a description.

Level: 1

Type: ERROR

Impact: Other

BRW-16840: Business area name cannot be empty.
Cause: Business area name is null.
Action: enter a name

Level: 1

Type: ERROR

Impact: Other

BRW-16841: Time period definition is incomplete.
Cause: Some time period attributes have not been specified.
Action: Complete the time period definition.

Level: 1

Type: ERROR

Impact: Other

BRW-16852: User is already imported. Reimport?
Cause: User has already been imported.
Action: Confirm or cancel reimport.

Level: 1

Type: ERROR

Impact: Other

BRW-16961: Document '%s' has unsaved publishers.
Cause: Message (1 of 2) to prompt user to save changes on close/quit.
Action: User may save or abort changes, or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16962: They will be lost unless the document is saved.
Cause: Message (2 of 2) to prompt user to save changes on close/quit
Action: User may save or abort changes, or cancel.

Level: 1

Type: ERROR

Impact: Other

BRW-16965: Memory is low. Close open documents or restart with more memory.
Cause: Low memory (&lt;1MB)
Action: Close extra documents, restart with more memory

Level: 1

Type: ERROR

Impact: Memory

BRW-16966: Out of memory. Restart application with a larger memory size.
Cause: No memory
Action: Close extra documents, restart with more memory

Level: 1

Type: ERROR

Impact: Memory

BRW-16967: This application requires System 7.0 or higher.
Cause: Operating System version is lower than 7.0
Action: Upgrade operating system and restart

Level: 1

Type: ERROR

Impact: Other

BRW-16975: Cannot resolve data table '{1}'. Select a new data table?
Cause: Query Choose Table
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Data

BRW-16976: Cannot resolve column '{1}' in data table '{2}'. Select a new column?
Cause: Query Choose Column
Action: Confirm or cancel

Level: 1

Type: ERROR

Impact: Data