3 BRW-15000 to BRW-16976

BRW-15000
Internal error in Query Builder error handler
Category:
Other
Cause:
Error handler could not be started.
Action:
Contact support.
BRW-15001
{1}
Category:
Other
Cause:
Message not found
Action:
Check Query Builder directory in Oracle Home for message file.
BRW-15002
Out of memory!
Category:
Other
Cause:
Out of memory.
Action:
Save documents and restart Query Builder.
BRW-15003
Invalid file name: {1}
Category:
Other
Cause:
User entered an invalid file name (for example, too many characters).
Action:
Enter a new, valid file name.
BRW-15004
Internal error ({1}:{2})
Category:
Other
Cause:
Internal Error Occurred -- Query Builder is in an unreliable state.
Action:
Contact support.
BRW-15005
No file name specified
Category:
Other
Cause:
User did not enter a filename in the Export Data Dialog.
Action:
Enter a filename.
BRW-15006
Unable to DESCRIBE data table
Category:
Data
Cause:
Internal message.
Action:
Contact support.
BRW-15007
SQL statement is too complex to display.
Category:
Other
Cause:
Exceeded the edit buffer size on MSWINDOWS.
Action:
Exclude some columns from the query to reduce the SQL statement size.
BRW-15009
Insufficient privileges to login through Query Builder
Category:
Other
Cause:
Connect privileges are disabled in the SYSTEM.BROWSER_PROFILE table.
Action:
Contact your DBA.
BRW-15010
Insufficient privileges to edit schema through Query Builder
Category:
Other
Cause:
Schema Editing privileges are not enabled in the SYSTEM.BROWSER_PROFILE table.
Action:
Contact your DBA.
BRW-15011
Insufficient privileges to edit data through Query Builder
Category:
Data
Cause:
Data Editing privileges are not enabled in the SYSTEM.BROWSER_PROFILE table.
Action:
Contact your DBA.
BRW-15012
Cannot edit schema with DICTIONARY=ENDUSER command-line option
Category:
Other
Cause:
Query Builder cannot invoke the Schema Builder when DICTIONARY=ENDUSER.
Action:
Run Query Builder with the DICTIONARY=NATIVE command line option.
BRW-15013
Insufficient privileges to edit End User Layer through Query Builder
Category:
Other
Cause:
Meta-data Editing privileges are not enabled in the SYSTEM.BROWSER_PROFILE table.
Action:
Contact your DBA.
BRW-15025
Unable to load list of database roles
Category:
Other
Cause:
Schema internal error in loading list of database roles.
Action:
Contact support if this is not expected.
BRW-15065
Syntax error
Category:
Other
Cause:
User typed a formula incorrectly.
Action:
Re-type the expression.
BRW-15066
Expression is too complex
Category:
Other
Cause:
Expression is too complex.
Action:
Simplify the expression.
BRW-15068
Invalid function: {1}
Category:
Other
Cause:
User entered an invalid function name.
Action:
Specify a valid function.
BRW-15069
Invalid column: {1}
Category:
Other
Cause:
User entered an invalid column name.
Action:
Enter a valid column name.
BRW-15070
Invalid table: {1}
Category:
Other
Cause:
User entered an invalid table name.
Action:
Enter a valid table name.
BRW-15071
Invalid owner: {1}
Category:
Other
Cause:
User entered an invalid user or business area name.
Action:
Enter a valid user or business area name.
BRW-15072
Invalid condition
Category:
Other
Cause:
User entered an invalid condition.
Action:
Delete the condition and enter a valid condition.
BRW-15073
Invalid expression
Category:
Other
Cause:
User entered an invalid expression (usually blank).
Action:
Enter a valid expression.
BRW-15074
Invalid use of reserved word {1}
Category:
Other
Cause:
User used a reserved word as an identifier.
Action:
Identifiers cannot be reserved words. Refer to the help or documentation for details.
BRW-15075
Invalid number of arguments to function {1}
Category:
Other
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.
BRW-15077
Ambiguous name: {1}
Category:
Other
Cause:
User entered an ambiguous column name.
Action:
Enter a specific column name, include any qualifiers.
BRW-15078
Redefinition of name: {1}
Category:
Other
Cause:
User redefined a column or data table using a name that already exists.
Action:
Define the column or table using a new name.
BRW-15079
No columns selected in query
Category:
Other
Cause:
Query was either built or entered with no displayed columns.
Action:
Select columns before re-executing the query.
BRW-15080
No tables specified in query
Category:
Other
Cause:
User entered a query without specifying any tables.
Action:
Select tables before re-executing the query.
BRW-15081
START WITH requires CONNECT BY
Category:
Other
Cause:
SQL statement contained a START WITH clause without a CONNECT BY clause.
Action:
Specify a CONNECT BY clause if using START WITH.
BRW-15082
PRIOR requires CONNECT BY
Category:
Other
Cause:
SQL statement contained a PRIOR clause without a CONNECT BY clause.
Action:
Specify a CONNECT BY clause if using PRIOR.
BRW-15083
Bad argument type to function {1}
Category:
Other
Cause:
User entered the wrong argument type for the function.
Action:
Enter the correct argument type.
BRW-15084
Unterminated comment
Category:
Other
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.
BRW-15085
Circular reference detected in defined column
Category:
Other
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.
BRW-15086
Arguments to a correlated subquery function must be columns
Category:
Other
Cause:
A complex argument was given, such as avg (sal, deptno*2).
Action:
Specify only valid columns, not expressions, in the subquery.
BRW-15087
Invalid location: {1}
Category:
Other
Cause:
User entered an invalid database location for a table.
Action:
Enter a valid database location.
BRW-15088
Ambiguous table: {1}
Category:
Other
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
BRW-15089
Only one PRIOR operator allowed on an expression
Category:
Other
Cause:
User typed 2 or more PRIOR clauses in an expression.
Action:
Remove one of the PRIOR clauses.
BRW-15090
The name {1} is already in use
Category:
Other
Cause:
User entered a name that was already being used.
Action:
Enter a new name.
BRW-15091
Invalid name: {1}
Category:
Other
Cause:
User entered an invalid name (with spaces or unprintable chars).
Action:
Enter a new name.
BRW-15092
Bad usage of outer relationship
Category:
Other
Cause:
User specified an outer relationship on a non-column element.
Action:
Outer relationships are only valid for columns.
BRW-15093
Invalid number of elements in corresponding record
Category:
Other
Cause:
User entered two records with different numbers of elements.
Action:
Reenter the condition.
BRW-15094
Group function is nested too deeply
Category:
Other
Cause:
User entered a double(triple) aggregate condition(expression).
Action:
Simplify aggregate condition/expression.
BRW-15096
Table name conflicts with {1}, renamed to {2}
Category:
Other
Cause:
When opening a query, a table alias name conflicts with a new column.
Action:
---
BRW-15097
Name conflicts with {1}, renamed to {2}
Category:
Other
Cause:
When loading a saved query, an alias name conflicts with a new column.
Action:
---
BRW-15098
Duplicate table {1} in FROM clause
Category:
Other
Cause:
Data table appears more than once in FROM clause (without an alias).
Action:
Remove the duplicate data tables in the FROM clause.
BRW-15099
Subquery returns incorrect number of values
Category:
Other
Cause:
Subquery returns either too many or too few values.
Action:
Reenter condition.
BRW-15100
Correlated expressions are not allowed here
Category:
Other
Cause:
User entered a correlated expression outside a condition.
Action:
Reenter the condition/expression.
BRW-15101
Table alias cannot be reused in the same FROM clause: {1}
Category:
Other
Cause:
User tried to use an alias in the same FROM clause it was defined in.
Action:
Remove the reference to the alias.
BRW-15102
Too many elements in record
Category:
Other
Cause:
User entered a record with more than 254 elements.
Action:
Reduce the number of elements--split the condition into an OR.
BRW-15103
Unnamed SELECT statement in FROM clause
Category:
Other
Cause:
SQL contained a query in the FROM clause without name.
Action:
Add the query name and reparse.
BRW-15110
Invalid number or precision exceeded: {1}
Category:
Other
Cause:
Non-numeric input or the number exceeded this column's precision.
Action:
Re-enter a valid number and precision.
BRW-15111
Invalid date: {1}
Category:
Other
Cause:
Could not format using the columns format mask or either default mask.
Action:
Re-enter a valid format mask.
BRW-15112
Entry exceeds the size limit for this column: {1}
Category:
Other
Cause:
User entered a string longer than the limit for this column.
Action:
Enter a shorter string.
BRW-15113
Not all parameters have been specified
Category:
Other
Cause:
User attempted to execute a query without defining all parameters
Action:
Specify parameters or exclude parameterized expressions and retry.
BRW-15114
Parameters can only be constant expressions
Category:
Other
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.
BRW-15115
Bad usage of parameter {1}
Category:
Other
Cause:
User entered a parameter name for a column or table.
Action:
Specify a valid parameter.
BRW-15116
Invalid parameter name {1}
Category:
Other
Cause:
User entered an invalid parameter name.
Action:
Specify a valid parameter name.
BRW-15117
Invalid parameter {1}
Category:
Other
Cause:
User entered an invalid parameter.
Action:
Specify valid parameter.
BRW-15128
Parser internal error: {1}
Category:
Other
Cause:
Internal error in the parser/scanner.
Action:
Contact support.
BRW-15129
Defined column {1} cannot be used in correlated subquery function
Category:
Other
Cause:
Use of derived columns (DQ4) in correlated subquery.
Action:
Remove that argument from the correlated subquery.
BRW-15130
Query execution failed
Category:
Other
Cause:
Database access error.
Action:
Check database error and rerun query.
BRW-15131
Invalid relational operator
Category:
Other
Cause:
User applied an invalid operator to a condition.
Action:
Enter a valid operator.
BRW-15132
FROM clause was not found where expected
Category:
Other
Cause:
Encountered no FROM clause or GROUP/HAVING clause before a FROM clause.
Action:
Edit SQL statement.
BRW-15133
FROM clause was found without corresponding SELECT clause
Category:
Other
Cause:
Encountered FROM clause before SELECT clause.
Action:
Edit SQL statement.
BRW-15135
Condition cannot be changed
Category:
Other
Cause:
user attempted to change the top condition in Schema Builder.
Action:
Perform the operation on the children conditions.
BRW-15136
SQL contains set operators
Category:
Other
Cause:
Set operations are not supported.
Action:
Run the query in SQLPlus.
BRW-15137
Unable to generate names for complex expressions
Category:
Other
Cause:
Encountered expressions without names when opening a SQL file.
Action:
Define Names for columns in the .sql file.
BRW-15138
CONNECT BY clause existed, and was ignored
Category:
Other
Cause:
Connect By is not supported at this (top) level.
Action:
Run the query in SQLPlus, if results of CONNECT BY were desired.
BRW-15139
Cannot ungroup condition
Category:
Other
Cause:
Attempt to ungroup top condition.
Action:
This operation is not supported.
BRW-15141
Query table cannot contain parameters
Category:
Other
Cause:
Encountered one or more parameters when creating a view.
Action:
Exclude parameters from query or ignore.
BRW-15142
Two or more columns have the same name: {1}
Category:
Other
Cause:
Encountered duplicate column names when creating view.
Action:
Use the Define command to rename duplicate columns.
BRW-15143
{1} is already a display column
Category:
Other
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.
BRW-15144
{1} is already a sort column
Category:
Other
Cause:
User tried to specify a duplicate sort column.
Action:
If duplicate column is desired, define a new name for it and re-sort.
BRW-15145
{1} is already a group column
Category:
Other
Cause:
user tried to specify a duplicate group column.
Action:
If duplicate column is desired, define a new name for it and re-group.
BRW-15146
Internal error in opening query
Category:
Other
Cause:
Internal error in opening query.
Action:
Contact support.
BRW-15147
Internal error in saving query
Category:
Other
Cause:
Internal error in saving query.
Action:
Contact support.
BRW-15148
Relationship must be between compatible data types/size
Category:
Data
Cause:
User tried to relate two columns with incompatible data types.
Action:
Relate only compatible datatypes. Refer to the help or documentation for details.
BRW-15150
Cannot define a self-relationship
Category:
Other
Cause:
User tried to define a relationship within a data table.
Action:
Alias the data table and then define the relationship.
BRW-15151
User-defined relationship already exists
Category:
Other
Cause:
User tried to define a relationship that already exists.
Action:
No action required.
BRW-15152
Illegal column in defined relationship
Category:
Other
Cause:
User specified an illegal expression when defining a relationship.
Action:
Retype in a new column.
BRW-15153
Table alias name cannot end with _A<number>
Category:
Other
Cause:
Illegal alias name.
Action:
Input a new name that does not end with _A&lt;number&gt;.
BRW-15154
Cannot remove database relationship
Category:
Other
Cause:
User tried to remove data dictionary relationship.
Action:
Only user-defined relationships can be deleted.
BRW-15155
The following documents may have been affected:{1}
Category:
Other
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.
BRW-15156
Cannot include table with the same name as the query
Category:
Other
Cause:
User attempted to include data table D in query document D.
Action:
Rename the query before including this table.
BRW-15157
Cannot sort, group, or break on LONG columns
Category:
Other
Cause:
Trying to sort, group or break on LONG column type.
Action:
Cancel the operation. Oracle does not support this.
BRW-15158
Cannot sort, group, or break on RAW columns
Category:
Other
Cause:
Trying to sort, group or break on RAW column type.
Action:
Cancel the operation. Oracle does not support this.
BRW-15159
Cannot display LONG columns from remote databases
Category:
Other
Cause:
Trying to include LONG column type from remote database data table.
Action:
Cancel the operation. Oracle does not support this.
BRW-15160
Maximum number ({1}) of columns exceeded
Category:
Other
Cause:
User exceeded maximum number of display/group/sort columns supported.
Action:
Delete some unwanted columns, then re-include what you need.
BRW-15161
Error in opening {1} display column(s)
Category:
Other
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.
BRW-15162
Error in opening {1} sort column(s)
Category:
Other
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.
BRW-15163
Error in opening {1} group column(s)
Category:
Other
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.
BRW-15164
Error in opening {1} break column(s)
Category:
Other
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.
BRW-15165
Maximum number ({1}) of break columns exceeded
Category:
Other
Cause:
User exceeded the maximum number of break columns supported.
Action:
Delete some unwanted break columns, then re-include what you need.
BRW-15166
Error in opening {1} condition(s)
Category:
Other
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.
BRW-15167
Alias must be {1} bytes or less: {2}
Category:
Other
Cause:
alias name too long.
Action:
Try typing in an alias less than or equal to 30 bytes long.
BRW-15168
Cannot group on aggregate expression
Category:
Other
Cause:
Tried to group on an aggregate expression.
Action:
Group on another expression.
BRW-15169
{1} has already been included as a break column
Category:
Other
Cause:
User tried to specify a duplicate break column.
Action:
If duplicate column is desired, define a new name for it and re-break.
BRW-15170
Invalid Constraint for table {1}
Category:
Other
Cause:
User entered an invalid constraint for the selected table.
Action:
Reenter constraint.
BRW-15171
Invalid Constraint for table column {1}
Category:
Other
Cause:
User entered an invalid constraint for the selected column.
Action:
Reenter constraint.
BRW-15172
Subqueries are not allowed in Constraints
Category:
Other
Cause:
User entered an invalid constraint.
Action:
Reenter constraint.
BRW-15173
Aggregate conditions are not allowed in Constraints
Category:
Other
Cause:
User entered an invalid constraint.
Action:
Reenter constraint.
BRW-15174
Constraints can only be on one table
Category:
Other
Cause:
User entered an invalid constraint.
Action:
Reenter constraint.
BRW-15175
Table not loaded because all columns are hidden
Category:
Other
Cause:
All columns are hidden. At least one column needs to be displayed.
Action:
Use the Browser Administrator Utility to display hidden columns.
BRW-15188
Query returns 1 row
Category:
Other
Cause:
Status message for 1-row Query Count.
Action:
No action required.
BRW-15189
Query returns {1} rows
Category:
Other
Cause:
Status message for n-row Query Count.
Action:
No action required.
BRW-15190
Unable to count without executing; Query returns <= {1} row(s)
Category:
Other
Cause:
Status message for n-row Query Count Distinct.
Action:
No action required.
BRW-15192
Illegal format '{1}' for column '{2}'
Category:
Other
Cause:
User typed an unrecognizable format for a display column.
Action:
Try another format.
BRW-15193
Illegal format
Category:
Other
Cause:
User typed an unrecognizable format for a display column
Action:
Try another format.
BRW-15195
Incompatible column type in relationship: {1}
Category:
Other
Cause:
Trying to create illegal relationship.
Action:
Column types are incompatible. Refer to the help or documentation for details.
BRW-15196
Error in opening {1} table(s)
Category:
Other
Cause:
Unable to open data tables because database was modified or object does not exist.
Action:
Check your connect string (or contact your DBA).
BRW-15197
Error in restoring position for {1} column(s)
Category:
Other
Cause:
Unable to reposition column because database was modified or object does not exist.
Action:
Check your connect string (or contact your DBA).
BRW-15198
Error in restoring join: {1}
Category:
Other
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).
BRW-15199
Error in restoring inclusion state for join: {1}
Category:
Other
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).
BRW-15200
Error in restoring outer join state for join: {1}
Category:
Other
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).
BRW-15258
Invalid document name: {1}
Category:
Other
Cause:
User entered an invalid document name.
Action:
Enter a valid document name.
BRW-15259
Document exceeds 64K size limit
Category:
Other
Cause:
User attempted to save/open a document larger than 64K.
Action:
Reduce size of document.
BRW-15260
Document {1} does not exist
Category:
Other
Cause:
User specified a nonexistent document.
Action:
Specify another document.
BRW-15261
Document {1} already exists
Category:
Other
Cause:
User tried to save under the name of an existing document.
Action:
Specify another document name or delete the existing document.
BRW-15262
Multiple documents named {1}
Category:
Other
Cause:
Multiple documents with same name exist.
Action:
Delete all but one.
BRW-15263
Database object {1} already exists
Category:
Other
Cause:
User tried to save under the name of an existing object.
Action:
Specify another document name.
BRW-15264
Table {1} does not exist
Category:
Other
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).
BRW-15265
Table {1} has been removed or modified
Category:
Other
Cause:
Data Table view corresponding to a saved document has been modified.
Action:
Re-save the document.
BRW-15266
File {1} does not exist
Category:
Other
Cause:
User specified a nonexistent file.
Action:
Specify another file.
BRW-15267
File {1} already exists
Category:
Other
Cause:
User tried to save under the name of an existing file.
Action:
Specify another file name.
BRW-15268
Unable to open file {1}
Category:
Other
Cause:
I/O core was unable to open a file.
Action:
Specify another file.
BRW-15269
Unable to lock file {1}
Category:
Other
Cause:
I/O core was unable to lock a file.
Action:
Specify another file.
BRW-15270
Error reading file {1}
Category:
Other
Cause:
Operating system error or file was not of the correct format.
Action:
Specify another file.
BRW-15271
Error writing file {1}
Category:
Other
Cause:
Operating system error or I/O core error.
Action:
Retry operation.
BRW-15272
Obsolete Query Builder document {1}
Category:
Other
Cause:
User attempted to open an old unsupported document.
Action:
Specify another document.
BRW-15273
File {1} is not a Query Builder file
Category:
Other
Cause:
User attempted to open a non-Browser file.
Action:
Specify another file to open.
BRW-15274
File {1} is not a valid SQL file
Category:
Other
Cause:
User attempted to import an invalid SQL file.
Action:
Specify another file to import.
BRW-15275
No data to export or print
Category:
Data
Cause:
User attempted to export or print a query (or region) with no data.
Action:
Specify another region; execute query; change query.
BRW-15277
Unable to overwrite current table {1}
Category:
Other
Cause:
Error in trying to delete/rename old data table in save.
Action:
Fix problem with data table and re-save.
BRW-15278
Document saved, but view {1} could not be created
Category:
Other
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).
BRW-15279
'{1}' is not a recognized SQL literal
Category:
Other
Cause:
User attempted to import a non-SQLPlus file.
Action:
Specify another file to import.
BRW-15320
Internal I/O core error ({1}, line {2})
Category:
Other
Cause:
Internal State is invalid.
Action:
Contact support.
BRW-15321
Resource not found ({1}).
Category:
Other
Cause:
Resource names do not match Browser code (or file is corrupted).
Action:
Get a correct version of the Browser resource file.
BRW-15322
Resource file not found.
Category:
Other
Cause:
directory structure incorrect, or file is missing for some reason.
Action:
Locate the resource file (check NLS_LANG file name).
BRW-15323
Query already open in current application ({1})
Category:
Other
Cause:
User attempted to open multiple queries with the same name.
Action:
Specify another file.
BRW-15324
Unable to start up windowing system
Category:
Other
Cause:
Incorrect/missing environment variables (for example, DISPLAY, APIPATH).
Action:
All required environment variables must be set correctly.
BRW-15337
Maximum columns in index is {1}
Category:
Other
Cause:
Maximum columns in index reached.
Action:
Create/modify index with less columns.
BRW-15338
Cannot remove/modify index used to enforce unique/primary key
Category:
Other
Cause:
User tried to remove/modify the index used to enforce unique/primary key.
Action:
First remove/modify primary key or unique key.
BRW-15339
Cannot create, modify, or remove index on synonyms
Category:
Other
Cause:
User tried to create, modify, or remove the index for a synonym
Action:
Create, modify, or remove index from base table instead.
BRW-15340
Cannot modify constraints for a synonym.
Category:
Other
Cause:
Modifying constraints of a synonym is not allowed.
Action:
Modify constraint of base data table instead.
BRW-15341
Base table can only be modified after committing duplicated table
Category:
Other
Cause:
User tried to modify a base data table that has been duplicated.
Action:
Commit the duplicated table first.
BRW-15342
Unable to find snapshot information
Category:
Other
Cause:
This database does not support snapshots (or database error).
Action:
Check that you have a snapshot dictionary table.
BRW-15343
Insufficient privileges to use DICTIONARY=NATIVE
Category:
Other
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.
BRW-15344
Insufficient privileges to use DICTIONARY=ENDUSER
Category:
Other
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.
BRW-15345
Cannot load MVIEW$_ or SNAP$_ tables. Load snapshot instead.
Category:
Other
Cause:
Trying to import sql which uses MVIEW$_ or SNAP$_ of snapshot.
Action:
Load the snapshot itself instead.
BRW-15346
Cannot REVOKE privileges you did not grant
Category:
Other
Cause:
User trying to revoke privileges that he/she did not grant.
Action:
The user who grants the privileges should revoke those privileges.
BRW-15347
Cannot grant EXECUTE privilege on tables
Category:
Other
Cause:
Trying to grant EXECUTE privilege on tables.
Action:
EXECUTE privilege is only allowed on packages.
BRW-15348
ALTER, INDEX, REFERENCES, or EXECUTE privileges not allowed on views
Category:
Other
Cause:
Trying to grant ALTER, INDEX, REFERENCES, or EXECUTE on views.
Action:
This is not allowed.
BRW-15349
Only SELECT privilege is allowed on snapshots
Category:
Other
Cause:
SELECT privilege is only allowed for snapshots.
Action:
Grant only SELECT privilege on snapshots.
BRW-15350
No privileges is allowed for synonyms
Category:
Other
Cause:
Trying to grant privileges on synonyms.
Action:
This is not allowed.
BRW-15351
Insufficient privileges. Operation denied.
Category:
Other
Cause:
User try to perform an operation without sufficient privileges.
Action:
Try again after obtaining proper privileges from your DBA.
BRW-15352
Cannot remove existing table columns
Category:
Other
Cause:
Trying to remove an existing table column.
Action:
This operation is not supported by the database.
BRW-15354
Cannot rename existing table columns
Category:
Other
Cause:
Trying to rename an existing data table column.
Action:
This action is not supported by the database.
BRW-15355
Cannot change indexed column datatype to LONG
Category:
Other
Cause:
Trying to change an indexed column type to a LONG datatype.
Action:
This action is not supported by the database.
BRW-15356
Removed tables cause referenced synonyms to be removed
Category:
Other
Cause:
User removed some data tables that have synonyms refer to them.
Action:
None. This is a warning that synonyms are removed automatically.
BRW-15357
Error in removing constraint {1}
Category:
Other
Cause:
Error in removing constraint.
Action:
Try again.
BRW-15358
Error in enabling/disabling constraints for {1}
Category:
Other
Cause:
Error in enabling/disabling constraints.
Action:
Try again.
BRW-15359
Cannot disable a key referred by a newly created FOREIGN key
Category:
Other
Cause:
Trying to disable a primary or unique key that a foreign key depends upon.
Action:
Commit the foreign key first, then disable.
BRW-15360
Foreign key refers to disabled PRIMARY/UNIQUE key {1}
Category:
Other
Cause:
Foreign key refers to a disabled primary key.
Action:
Enable primary key for the foreign key to be created successfully.
BRW-15361
Error in creating PRIMARY/UNIQUE constraints for {1}
Category:
Other
Cause:
Error in creating PRIMARY/UNIQUE constraints.
Action:
Try again.
BRW-15362
Error in creating FOREIGN constraints for {1}
Category:
Other
Cause:
Error in creating FOREIGN constraints.
Action:
Try again.
BRW-15363
Error in creating CHECK constraints for {1}
Category:
Other
Cause:
Error in creating CHECK constraints.
Action:
Try again.
BRW-15364
Length of VARCHAR2 column must be between {1} and {2}
Category:
Other
Cause:
Illegal range for length of VARCHAR2 column.
Action:
Specify a legal length parameter.
BRW-15365
Non-unique INDEX column cannot have PRIMARY/UNIQUE constraint
Category:
Other
Cause:
User tried to create PRIMARY/UNIQUE constraints on a non-unique index.
Action:
Remove the index, and recreate as a unique index.
BRW-15366
PRIMARY/UNIQUE column cannot have non-unique index
Category:
Other
Cause:
Trying to create a non-unique index with PRIMARY/UNIQUE columns.
Action:
Set the index to UNIQUE. Remove and recreate.
BRW-15367
Cannot rename snapshots
Category:
Other
Cause:
User tried to rename a snapshot
Action:
This is not allowed.
BRW-15368
Error in altering snapshot {1}
Category:
Other
Cause:
Internal error.
Action:
Try again.
BRW-15369
Error in creating snapshot {1}
Category:
Other
Cause:
Internal error.
Action:
Try again.
BRW-15370
Cannot add columns to a table duplicated with data
Category:
Data
Cause:
Trying to add columns to an uncommitted data table (duplicated with data).
Action:
Commit first, then add columns
BRW-15371
Comment too long (max {1} bytes)
Category:
Other
Cause:
The comment specified for the data table or column is too long.
Action:
Shorten the comment.
BRW-15372
Cannot set comment for synonym
Category:
Other
Cause:
User tried to create a comment for a synonym.
Action:
Create the comment on the table or view instead.
BRW-15373
Cannot create primary, unique, foreign key, or index on LONG columns
Category:
Other
Cause:
These operations cannot be performed on LONG columns.
Action:
Do not attempt to perform this operation.
BRW-15374
Cannot remove tables that are referenced
Category:
Other
Cause:
User tried to remove a table with primary or unique keys that are referenced.
Action:
Remove referencing table first.
BRW-15375
Cannot create index through database link
Category:
Other
Cause:
User tried to create an index through a database link.
Action:
Login directly then create index.
BRW-15376
Cannot create constraint through database link
Category:
Other
Cause:
User tried to create a constraint through a database link.
Action:
Login directly then create constraint.
BRW-15377
Create or remove constraint is only for table
Category:
Other
Cause:
User tried to create or remove a constraint on non-table database object.
Action:
This action is not supported.
BRW-15378
Table already removed. Create/remove on constraint ignored
Category:
Other
Cause:
User tried to create or remove a constraint on an already removed table.
Action:
Revert table before further modifying it.
BRW-15379
Primary or unique already exists
Category:
Other
Cause:
Duplicate primary or unique key.
Action:
No action required.
BRW-15380
Foreign key must reference primary or unique key
Category:
Other
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.
BRW-15381
Number of columns mismatch between foreign and primary/unique key
Category:
Other
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.
BRW-15382
Foreign key already exists
Category:
Other
Cause:
Foreign key already exists.
Action:
No action required.
BRW-15383
A table can only have one primary key
Category:
Other
Cause:
User tried to specify more than one primary key per table.
Action:
Remove the old primary key and recreate it.
BRW-15384
Cannot remove or modify a keys referenced by foreign keys
Category:
Other
Cause:
Primary or unique key is referenced by foreign keys.
Action:
Remove foreign keys first then remove primary/unique keys.
BRW-15385
Cannot duplicate view from PUBLIC database link as a view
Category:
Other
Cause:
Unable to read SQL statement (LONG column) from PUBLIC database link.
Action:
This action is not supported.
BRW-15386
Circular reference detected in synonym {1}
Category:
Other
Cause:
The synonym has a circular reference in the data dictionary.
Action:
Do not include the particular synonym.
BRW-15387
Login failed
Category:
Other
Cause:
Database or SQLNet error occurred.
Action:
Check the login information and try again.
BRW-15388
Unable to load database relationships
Category:
Other
Cause:
Schema internal error in loading database relationships.
Action:
Contact support if this is not expected.
BRW-15389
Unable to load list of accessible owners
Category:
Other
Cause:
Schema internal error in loading list of accessible owners.
Action:
Contact support if this is not expected.
BRW-15390
Unable to load list of accessible tables
Category:
Other
Cause:
Schema internal error in loading list of data tables.
Action:
Contact support if this is not expected.
BRW-15391
Unable to load table
Category:
Other
Cause:
Schema internal error in loading data table.
Action:
Contact support if this is not expected.
BRW-15392
Unable to load table
Category:
Other
Cause:
Schema internal error in loading table.
Action:
Contact support if this is not expected.
BRW-15393
Unable to load synonym
Category:
Other
Cause:
Schema internal error in loading synonym.
Action:
Contact support if this is not expected.
BRW-15394
Unable to load query
Category:
Other
Cause:
Schema internal error in loading query.
Action:
Contact support if this is not expected.
BRW-15395
Unable to load table column information
Category:
Other
Cause:
Schema internal error in loading column information.
Action:
Contact support if this is not expected.
BRW-15396
Unable to load synonym column information
Category:
Other
Cause:
Schema internal error in loading synonym column information.
Action:
Contact support if this is not expected.
BRW-15397
Unable to load constraints
Category:
Other
Cause:
Schema internal error in loading constraints.
Action:
Contact support if this is not expected.
BRW-15398
Unable to find primary key information
Category:
Other
Cause:
Schema internal error in finding primary keys.
Action:
Contact support if this is not expected.
BRW-15399
Unable to find foreign key information
Category:
Other
Cause:
Schema internal error in finding foreign keys.
Action:
Contact support if this is not expected.
BRW-15400
Unable to load table and column comments
Category:
Other
Cause:
Schema internal error in getting comments.
Action:
Contact support if this is not expected.
BRW-15401
Error in loading database link {1}
Category:
Other
Cause:
Schema internal error in loading database link.
Action:
Refer to accompanying error messages for more information.
BRW-15402
Error in loading owner {1}
Category:
Other
Cause:
Schema internal error in loading database link.
Action:
Refer to accompanying error messages for more information.
BRW-15403
Error in loading table {1}
Category:
Other
Cause:
Schema internal error in loading data table.
Action:
Refer to accompanying error messages for more information.
BRW-15404
Error in loading primary key constraint for {1} ({2})
Category:
Other
Cause:
Schema internal error in loading primary constraint.
Action:
Refer to accompanying error messages for more information.
BRW-15405
Error in loading foreign key constraint {1}
Category:
Other
Cause:
Schema internal error in loading foreign constraint.
Action:
Refer to accompanying error messages for more information.
BRW-15406
Error in loading synonym {1}
Category:
Other
Cause:
Schema internal error in loading primary constraint.
Action:
Refer to accompanying error messages for more information.
BRW-15407
Table referred to by synonym {1} no longer exists
Category:
Other
Cause:
User tried to create a synonym for a nonexistent data table.
Action:
Recreate the synonym.
BRW-15408
Error in loading column information for {1}
Category:
Other
Cause:
Oracle error or the data table has been removed.
Action:
Recreate the data table.
BRW-15409
Error in loading constraint information for {1} ({2})
Category:
Other
Cause:
Oracle error.
Action:
Try it again.
BRW-15410
Table that foreign key {1} ({2}) refers to is inaccessible
Category:
Other
Cause:
The table that the foreign key refers to is inaccessible.
Action:
Grant the table to the current user.
BRW-15411
Logout failed
Category:
Other
Cause:
Internal error in logging out.
Action:
Exit or close the document.
BRW-15412
Table of query {1} was modified. Query loaded as view.
Category:
Other
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.
BRW-15413
Table of query {1} was removed. Query will not be loaded.
Category:
Other
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.
BRW-15414
Table {1} no longer exists
Category:
Other
Cause:
This data table no longer exists in the database.
Action:
Contact system administrator if you need this table.
BRW-15415
Maximum number (254) of table columns exceeded
Category:
Other
Cause:
User tried to load a data table that has more than 254 columns.
Action:
Contact system administrator.
BRW-15416
Maximum number (8192) of tables per user exceeded
Category:
Other
Cause:
User owns too many data tables.
Action:
Contact system administrator.
BRW-15417
Maximum number (1024) of owners and databases exceeded
Category:
Other
Cause:
User tried to load too many user, owner, and database links.
Action:
Contact system administrator.
BRW-15418
Unable to find database link information
Category:
Other
Cause:
This database does not support database link, or database error.
Action:
Try again later if this is unexpected.
BRW-15419
Unable to find synonym information
Category:
Other
Cause:
This database does not support synonyms, or database error.
Action:
Try again later if this is unexpected.
BRW-15420
Unable to find constraint information
Category:
Other
Cause:
This database does not support constraints, or database error.
Action:
Try again later if this is unexpected.
BRW-15421
Unable to find table comment table
Category:
Other
Cause:
This database does not support comments on table, or database error.
Action:
Try again later if this is unexpected.
BRW-15422
Unable to find table Column comments table
Category:
Other
Cause:
This database does not support comments on column, or database error.
Action:
Try again later if this is unexpected.
BRW-15423
Synonym to SEQUENCE is not currently supported
Category:
Other
Cause:
User tried to load a synonym that refers to a sequence.
Action:
This action is not supported.
BRW-15424
Maximum number of login attempts (3) exceeded
Category:
Other
Cause:
User tried to login too many times.
Action:
Contact system administrator for correct username, password, and connect strings.
BRW-15425
End User Layer dictionary not installed
Category:
Other
Cause:
The End User Layer meta-data dictionary was not found.
Action:
Install the End User Layer dictionary or run with DICTIONARY=NATIVE option.
BRW-15430
Index information not loaded
Category:
Other
Cause:
Cannot find index table.
Action:
This is a non-Oracle database; try an ODBC driver.
BRW-15433
Create snapshot with only {1} maximum columns.
Category:
Other
Cause:
User tried to create more than the maximum number of allowed columns in a snapshot.
Action:
Create fewer columns.
BRW-15434
Maximum columns in table is {1}
Category:
Other
Cause:
User tried to create more than the maximum number of allowed columns in a table.
Action:
Create fewer columns.
BRW-15435
DBA privilege is needed to perform this operation
Category:
Other
Cause:
Need DBA privileges.
Action:
Ask your system administrator to grant you DBA privilege.
BRW-15437
Index already exists
Category:
Other
Cause:
User tried to create an index that is the same as an already existing index.
Action:
No action required.
BRW-15438
Index must be on columns from the same table
Category:
Other
Cause:
user tried to create an index on columns from different tables.
Action:
Create the index on columns from the same table.
BRW-15439
Cannot create new tables through database links
Category:
Other
Cause:
User tried to create data tables through database links.
Action:
This operation is not allowed. Login directly then create.
BRW-15440
New columns cannot be created through database links
Category:
Other
Cause:
User tried to create columns through database links.
Action:
This operation is not allowed. Login directly and create.
BRW-15441
User has no CREATE INDEX privilege
Category:
Other
Cause:
User tried to create an index on data table without proper privileges
Action:
Obtain CREATE INDEX privilege on this data table.
BRW-15444
Adding columns is only supported for tables
Category:
Other
Cause:
User tried to add columns to a view, snapshot, synonym, or query.
Action:
This operation is not allowed.
BRW-15445
Cannot remove columns of synonyms, duplicated views or snapshots
Category:
Other
Cause:
User tried to remove columns from a view, snapshot, synonym, or query.
Action:
This operation is not allowed.
BRW-15446
Unable to copy constraints for {1}
Category:
Other
Cause:
Error duplicating constraints.
Action:
No action required.
BRW-15447
Cannot remove Query. Use File Delete... from Query window
Category:
Other
Cause:
User tried to remove a query.
Action:
This is not legal from the Schema Builder. Use the Query window instead.
BRW-15448
Cannot copy Query. Use File Save As... from Query window
Category:
Other
Cause:
User tried to copy a query.
Action:
This is not legal from the Schema Builder. Use the Query window instead.
BRW-15449
Cannot copy with data from table with only LONG columns
Category:
Data
Cause:
User tried to copy a table with a LONG column.
Action:
Database does not support this.
BRW-15450
Operation not allowed on removed table
Category:
Other
Cause:
User tried to do something to a removed data table.
Action:
Undo the remove first.
BRW-15451
Operation not allowed on removed column
Category:
Other
Cause:
User tried to do something to a removed column.
Action:
Undo the remove first.
BRW-15452
Cannot rename another owner's table
Category:
Other
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.
BRW-15453
Cannot rename table at database link
Category:
Other
Cause:
User tried to set the name on a data table at a database link.
Action:
Ask the owner to do this for you.
BRW-15454
Renaming columns is only supported on table and view columns
Category:
Other
Cause:
User tried to set column name for a snapshot, synonym, or query.
Action:
This is not allowed.
BRW-15455
Setting column type is only supported on table columns
Category:
Other
Cause:
User tried to set column type for a view, snapshot, synonym, or query.
Action:
This is not allowed.
BRW-15456
Cannot change column type of an existing column
Category:
Other
Cause:
User tried to change column type of an existing column.
Action:
This is not allowed.
BRW-15457
Default values are allowed only on table columns
Category:
Other
Cause:
User tried to set default for a synonym, snapshot, view, or query.
Action:
This is not allowed.
BRW-15458
Setting length is supported only on table columns
Category:
Other
Cause:
User tried to set length for a synonym, snapshot, view, or query.
Action:
This is not allowed.
BRW-15459
Cannot set length for DATE, LONG, or ROWID datatypes
Category:
Other
Cause:
User tried to set the length for DATE, LONG, or ROWID datatypes.
Action:
This is not allowed.
BRW-15460
Setting scale is allowed only on table columns
Category:
Other
Cause:
User tried to set scale for synonym, snapshot, view, or query columns.
Action:
This is not allowed.
BRW-15461
Cannot set scale for DATE, LONG, or ROWID datatypes
Category:
Other
Cause:
User tried to set scale for DATE, LONG, or ROWID columns.
Action:
This is not allowed.
BRW-15462
Setting precision is allowed only on table columns
Category:
Other
Cause:
User tried to set precision for synonym, snapshot, view, or query columns.
Action:
This is not allowed.
BRW-15463
Setting precision is allowed only on NUMBER datatype
Category:
Other
Cause:
User tried to set precision on columns other than NUMBER.
Action:
This is not allowed.
BRW-15464
Altering column position is allowed only on table columns
Category:
Other
Cause:
User tried to set column position on non-table database objects.
Action:
This is not allowed.
BRW-15465
Cannot change the position of existing column.
Category:
Other
Cause:
User tried to change column position of existing table.
Action:
This is not allowed.
BRW-15466
Table name too long (Max {1} bytes)
Category:
Other
Cause:
Data Table name to long.
Action:
Shorten the name and try again.
BRW-15467
Name already in use. Please choose another name.
Category:
Other
Cause:
Name already in use.
Action:
Choose another name.
BRW-15468
Column name too long (Max {1} bytes)
Category:
Other
Cause:
Column name too long.
Action:
Shorten the name and try again.
BRW-15469
Length of NUMBER column must be between {1} and {2}
Category:
Other
Cause:
Illegal range for length of NUMBER column.
Action:
Specify a legal length parameter.
BRW-15470
Length of CHAR or RAW column must be between {1} and {2}
Category:
Other
Cause:
Illegal range for length of CHAR column.
Action:
Specify a legal length parameter.
BRW-15471
Precision must be between {1} and {2}
Category:
Other
Cause:
Illegal range for precision.
Action:
Specify a legal length parameter.
BRW-15472
Cannot decrease length of existing column
Category:
Other
Cause:
User tried to decrease the length of an existing column.
Action:
This is not allowed.
BRW-15473
Cannot decrease scale of existing column
Category:
Other
Cause:
User tried to decrease scale of an existing column.
Action:
This is not allowed.
BRW-15474
Cannot decrease precision of existing column
Category:
Other
Cause:
User tried to decrease precision of an existing column.
Action:
This is not allowed.
BRW-15475
Table can have at most one LONG column
Category:
Other
Cause:
User tried to create more than one LONG or RAW column per table.
Action:
This is not allowed.
BRW-15476
Error in loading index for {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15477
Error in creating table {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15478
Error in creating view {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15479
Error in creating synonym {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15480
Error in creating index {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15481
Error in dropping {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15482
Error in dropping table {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15483
Error in dropping view {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15484
Error in dropping synonym {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15485
Error in dropping index {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15486
Error in renaming {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15487
Error in setting comment for table {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15488
Error in setting comment for column {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15489
Error in loading index {1} for {2}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15490
Error in loading table privilege for {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15491
Error in loading column privilege for {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15492
Error in altering table {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15493
Operation currently not supported
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15494
Error in loading SQL text of views
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15495
Error in loading SQL text for view {1}
Category:
Other
Cause:
Internal error.
Action:
Contact support.
BRW-15496
Scale must be between {1} and {2}
Category:
Other
Cause:
Illegal value for scale.
Action:
Input legal value for scale.
BRW-15497
Index can only be created on TABLE columns
Category:
Other
Cause:
User tried to create index on a database object other than a TABLE.
Action:
Create index on TABLE columns only.
BRW-15498
Cannot modify a query
Category:
Other
Cause:
It is not legal to modify a query.
Action:
Open the query and modify it as a Browser document.
BRW-15499
Cannot set column attributes of table duplicated with data
Category:
Data
Cause:
User tried to set the column type of a table duplicated with data.
Action:
First commit the table then try again.
BRW-15500
{1}
Category:
Other
Cause:
Oracle error
Action:
None.
BRW-15501
No more application virtual memory
Category:
Memory
Cause:
No more disk space or system memory for Virtual Memory Manager.
Action:
Close a document or make some room on your disk.
BRW-15502
Can only have {1} rows per document
Category:
Other
Cause:
Exceeded self-imposed, compile-time row maximum.
Action:
Consider adding conditions to the query.
BRW-15504
Unable to determine database character set
Category:
Other
Cause:
There was a problem with SELECT USERENV('LANGUAGE') FROM DUAL.
Action:
Non-Oracle database--not supported.
BRW-15505
Unable to open virtual memory file
Category:
Memory
Cause:
No write permission or file system full.
Action:
Change permission on directory or delete some files.
BRW-15506
Unable to close virtual memory file
Category:
Memory
Cause:
Operating system error.
Action:
Ask system administrator for assistance.
BRW-15507
Unable to read from virtual memory file
Category:
Memory
Cause:
Virtual memory file does not exist.
Action:
Make sure the virtual memory file is opened.
BRW-15508
Unable to write to virtual memory file
Category:
Memory
Cause:
File system is full, or virtual memory file was not opened.
Action:
Delete some files. Make sure virtual memory file is opened.
BRW-15509
Unable to create virtual memory manager
Category:
Memory
Cause:
Internal error, or out of memory.
Action:
Ask system administrator for assistance.
BRW-15511
Maximum virtual memory size exceeded
Category:
Memory
Cause:
User input is too big for virtual memory size.
Action:
Try again.
BRW-15513
Null value in command '{1}'
Category:
Other
Cause:
User entered &lt;command&gt;= on the command line with no option selected.
Action:
Add a value for &lt;command&gt;.
BRW-15514
Null command in command line
Category:
Other
Cause:
User entered =&lt;value&gt; at command line but did not specify a command.
Action:
Add the command.
BRW-15515
Unrecognized command '{1}' in command line
Category:
Other
Cause:
User entered an illegal command at command line.
Action:
Change command.
BRW-15516
Command '{1}' specified twice in command line
Category:
Other
Cause:
User entered a command twice at command line.
Action:
Remove one.
BRW-15517
Incompatible commands '{1}' and '{2}' specified
Category:
Other
Cause:
User entered 2 incompatible commands at command line.
Action:
Remove one.
BRW-15518
Invalid option '{1}' in command '{2}'
Category:
Other
Cause:
User entered an illegal option to a command at command line.
Action:
Change option.
BRW-15519
Multiple login specifications in command line
Category:
Other
Cause:
User entered 2 login specifications at command line.
Action:
Remove one.
BRW-15520
Invalid document name '{1}' in command line
Category:
Other
Cause:
User entered an illegal document name at command line.
Action:
Change document name.
BRW-15521
'{1}' command specified without a document
Category:
Other
Cause:
User entered a command without specifying a document at command line.
Action:
Add missing document.
BRW-15522
'{1}' command specified without '{2}'
Category:
Other
Cause:
User entered a command without another required command.
Action:
Add missing command.
BRW-15523
Mismatched parentheses in '{1}' command
Category:
Other
Cause:
User entered mismatched parentheses in the command line.
Action:
Correct mismatched parentheses.
BRW-15530
Cannot edit a deleted row
Category:
Other
Cause:
User tried to edit a row which is marked for deletion.
Action:
Undelete the row first.
BRW-15531
Row has been deleted from the database
Category:
Other
Cause:
Another user deleted this row since you last ran the query.
Action:
Contact support. This should never happen.
BRW-15532
Row has been modified by another user. Requery.
Category:
Other
Cause:
Another user updated this row since you last ran the query.
Action:
Try again.
BRW-15533
Row is currently locked by another user.
Category:
Other
Cause:
Someone else is editing this row.
Action:
Try again later.
BRW-15539
Error in inserting {1} row(s)
Category:
Other
Cause:
One or more rows in input file failed on insert.
Action:
Modify input file or ignore.
BRW-15540
Operation not allowed on data of this type
Category:
Data
Cause:
User tried to edit a cell with data of an uneditable type.
Action:
Unknown.
BRW-15541
Too many edited rows. Please select Commit
Category:
Other
Cause:
Too many pending INSERTS, UPDATES or DELETES in a document.
Action:
Select Commit or Revert.
BRW-15545
Error in reading QXF file. Parsing halted.
Category:
Other
Cause:
Syntax error in reading QXF file.
Action:
Fix QXF file.
BRW-15546
Parse Error: Line {1}
Category:
Other
Cause:
Syntax at that particular line.
Action:
Debug that line.
BRW-15547
Operator unspecified in relationship block.
Category:
Other
Cause:
Operator unspecified in relationship block in QXF File.
Action:
Specify an operator field within the block.
BRW-15548
Error: Argument missing in {1} of relationship block.
Category:
Other
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.
BRW-15550
Illegal INCLUSION_ORDER value ({1}) in expression {2}.
Category:
Other
Cause:
Illegal INCLUSION_ORDER value in expression.
Action:
Correct INCLUSION_ORDER value.
BRW-15551
Expression {1} included but INCLUSION_ORDER unspecified.
Category:
Other
Cause:
The INCLUSION_ORDER unspecified for an included expression block.
Action:
Specify the INCLUSION_ORDER field.
BRW-15552
Expression {1} not included but INCLUSION_ORDER is non-null
Category:
Other
Cause:
Expression is not included (INCLUDED = FALSE) but INCLUSION_ORDER is non-null.
Action:
Correct the values in these fields.
BRW-15553
Error: Empty TEXT string in expression {1}.
Category:
Other
Cause:
The TEXT string is unspecified within a QXF expression block.
Action:
Specify the TEXT string.
BRW-15554
Error: SORT_PRIORITY unspecified for sorted expression {1}.
Category:
Other
Cause:
SORT_PRIORITY unspecified for sorted expression.
Action:
Specify the SORT_PRIORITY.
BRW-15555
Illegal INCLUSION_ORDER value for field {1}in table {2}.
Category:
Other
Cause:
Illegal INCLUSION_ORDER value for field.
Action:
Correct the INCLUSION_ORDER value.
BRW-15556
Field {1} in table {2} included but INCLUSION_ORDER is null.
Category:
Other
Cause:
Field is included (INCLUDED = FALSE) but INCLUSION_ORDER is unspecified.
Action:
Correct the values in these fields.
BRW-15557
Field {1} (table {2}) excluded but INCLUSION_ORDER exists.
Category:
Other
Cause:
The field in specified data table is not included but the INCLUSION_ORDER is non-null.
Action:
Correct the values in these fields.
BRW-15558
SORT_PRIORITY unspecified for sorted field {1} in table {2}.
Category:
Other
Cause:
SORT_PRIORITY unspecified for a sorted field.
Action:
Specify the SORT_PRIORITY for that field.
BRW-15559
Error: Illegal value ({1}) for INCLUSION_ORDER in table {2}.
Category:
Other
Cause:
A negative value in inclusion order.
Action:
Correct that value.
BRW-15560
Table {1} included but INCLUSION_ORDER unspecified.
Category:
Other
Cause:
Data Table included (INCLUDED = TRUE) but INCLUSION_ORDER is unspecified.
Action:
Correct the values in these fields.
BRW-15561
Table {1} is excluded but INCLUSION_ORDER is non-null.
Category:
Other
Cause:
Data Table not included (INCLUDED = FALSE) but INCLUSION_ORDER is non-null.
Action:
Correct the values in these fields.
BRW-15562
Error: There should be no more than one main condition block.
Category:
Other
Cause:
There are more than one main (root) condition blocks.
Action:
Eliminate some condition blocks, or use a conjunction.
BRW-15563
Error: QXF file version 1.0 expected.
Category:
Other
Cause:
Illegal version number specified in VERSION field.
Action:
Modify the version.
BRW-15564
Parse Error: Line {1}: Invalid font style {2}.
Category:
Other
Cause:
Invalid font style.
Action:
Check font style and correct it.
BRW-15565
Parse Error: Line {1}: Invalid font style argument.
Category:
Other
Cause:
Invalid font style argument.
Action:
Check font style strings and correct them.
BRW-15566
Parse Error: Line {1}: Invalid aggregate function {2}
Category:
Other
Cause:
Invalid aggregate function name.
Action:
Correct the function name.
BRW-15567
Parse Error: Line {1}: Invalid summarize argument.
Category:
Other
Cause:
Invalid summarize field argument.
Action:
Correct the field argument.
BRW-15568
Parse Error: Line {1}: Invalid field argument.
Category:
Other
Cause:
Invalid field argument.
Action:
Correct field argument.
BRW-15569
Warning: QXF file is only partially loaded because of error.
Category:
Other
Cause:
Error in loading QXF file.
Action:
Correct those errors.
BRW-15570
Parse Error: Line {1}: Invalid operator {2} in relationship block.
Category:
Other
Cause:
Invalid Operator within relationship block.
Action:
Check operator and correct it.
BRW-15571
Parse Error: Line {1}: Invalid operator field argument.
Category:
Other
Cause:
Invalid Object ID within Derived Item Expression.
Action:
Correct Object ID in dictionary.
BRW-15572
Inconsistent object IDs in derived item expression.
Category:
Other
Cause:
Invalid operator field argument within relationship block.
Action:
Check operator strings and correct them.
BRW-15580
Unable to load list of accessible business areas
Category:
Other
Cause:
End User Layer is missing business area tables.
Action:
Reinstall End User Layer. Ask system administrator for assistance.
BRW-15581
Cannot add columns to table created with duplicate data
Category:
Data
Cause:
User tried to add columns to a table created with duplicate table data.
Action:
Commit the duplicated table then try again.
BRW-15582
New or duplicate table is only allowed on existing table.
Category:
Other
Cause:
Create new table on another new/duplicate/modified table.
Action:
Commit the new/duplicate/modified table first.
BRW-15583
Index requires at least one column
Category:
Other
Cause:
User tried to remove the last column of an index.
Action:
Add other columns then remove.
BRW-15584
Column {1} is of type LONG and will not be copied
Category:
Other
Cause:
Cannot copy a LONG column when creating a snapshot.
Action:
Column cannot be copied.
BRW-15600
Syntax not supported
Category:
Other
Cause:
Attempted to parse unsupported syntax
Action:
Use alternate Oracle 8 syntax.
BRW-15601
Invalid Oracle 8 SQL syntax
Category:
Other
Cause:
Cannot use Oracle 8 language syntax
Action:
Use Oracle 7 SQL.
BRW-15602
Type Constructor in Oracle 8 SQL is not supported
Category:
Other
Cause:
Oracle 8 SQL's type contructors are not supported.
Action:
Revert to Oracle 7.
BRW-15603
REF in Oracle 8 SQL is not supported
Category:
Other
Cause:
Oracle 8 SQL's REF is not supported.
Action:
Use Oracle 7 instead.
BRW-15604
CAST in Oracle 8 SQL is not supported
Category:
Other
Cause:
Oracle 8 SQL's CAST is not supported.
Action:
Use Oracle 7 instead.
BRW-15605
MULTISET in Oracle 8 SQL is not supported
Category:
Other
Cause:
Oracle 8 SQL's MULTISET is not supported.
Action:
Use Oracle 7 intsead.
BRW-15606
METHODS in Oracle 8 SQL is not supported
Category:
Other
Cause:
Oracle 8 SQL's METHODS is not supported.
Action:
Use Oracle 7 instead.
BRW-15607
THE subquery in Oracle 8 SQL is not supported
Category:
Other
Cause:
Oracle 8 SQL's THE subquery is not supported.
Action:
Use Oracle 7 instead.
BRW-15608
PARTITION of tables in Oracle 8 SQL is not supported
Category:
Other
Cause:
Oracle 8 SQL's PARTITION of tables is not supported.
Action:
Use Oracle 7 instead.
BRW-15609
The TABLE keyword in a subquery in Oracle 8 SQL is not supported
Category:
Other
Cause:
TABLE in subquery is not supported.
Action:
Use Oracle 7 instead.
BRW-15610
Rename the Table as a Table Alias
Category:
Other
Cause:
Attempt to use a table instead of a table alias
Action:
Rename the table with a table alias.
BRW-15641
Help system initialization failed. Help will be unavailable.
Category:
Other
Cause:
Unable to locate help document or help resource file.
Action:
User may continue but help menu is unavailable. Use online or paper documentation.
BRW-15643
Resource file not found ({1}), trying default resource file.
Category:
Other
Cause:
NLS_LANG set but file not found.
Action:
Try to open the resource file using the default language.
BRW-15644
Unable to locate help document ({1}), trying default help document.
Category:
Other
Cause:
NLS_LANG set but file not found.
Action:
Try to open the help doc using the default language.
BRW-15647
Unable to locate help document
Category:
Other
Cause:
Could not find help file in correct directory with correct language.
Action:
Check Browser directory structure. Make sure NLS_LANG is set correctly.
BRW-15648
Help system creation error
Category:
Other
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.
BRW-15649
Input for {1} was too low. Minimum valid number is {2}.
Category:
Other
Cause:
The value input was too low.
Action:
Try again with a higher value.
BRW-15650
Input for {1} was too high. Maximum valid number is {2}.
Category:
Other
Cause:
The value input was too high.
Action:
Try again with a lower value.
BRW-15651
Input for {1} was out of range. Must be between {2} and {3}.
Category:
Other
Cause:
The value input was out of the valid range.
Action:
Try again with a valid number.
BRW-15652
Value was reset to {1}.
Category:
Other
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.
BRW-15653
Pref file error: Value {1} was too low. Minimum valid number is {2}.
Category:
Other
Cause:
The value input was too low.
Action:
Try again with a higher value.
BRW-15654
Pref file error: Value {1} was too high. Maximum valid number is {2}.
Category:
Other
Cause:
The value input was too high.
Action:
Try again with a lower value.
BRW-15655
Pref file error: Value {1} out of range. Must be between {2} and {3}.
Category:
Other
Cause:
The value input was out of the valid range.
Action:
Try again with a valid number.
BRW-15656
Pref file error: Value for {1} not recognized
Category:
Other
Cause:
The value set in the preference file was invalid.
Action:
Try again with a valid number.
BRW-15657
Value for OWNERLIST=NAME must contain at least one name
Category:
Other
Cause:
The value for OWNERLIST=NAME was NULL.
Action:
Try again with a valid name
BRW-15900
Unable to find time period information
Category:
Other
Cause:
This database does not support time periods, or database error.
Action:
Try again later if this is unexpected.
BRW-15901
Data source {1} referred to by object {2} no longer exists
Category:
Data
Cause:
Base data source of object has been removed.
Action:
Refresh/delete object.
BRW-15902
Table referred to by object {1} no longer exists
Category:
Other
Cause:
Base data source of object has been removed.
Action:
Refresh/delete object.
BRW-15903
Opposite table {1} is not in a business area. Join info inaccessible.
Category:
Other
Cause:
Relationship: Opposite data table/object not in any group.
Action:
Grant that object to a group.
BRW-15904
Relationship name cannot be longer than {1} bytes
Category:
Other
Cause:
Relationship Name longer than limit.
Action:
Use a shorter name.
BRW-15905
Column heading cannot be longer than {1} bytes
Category:
Other
Cause:
Item Heading longer than limit.
Action:
Use a shorter heading.
BRW-15906
Column format cannot be longer than {1} bytes
Category:
Other
Cause:
Item Format longer than limit.
Action:
Use a shorter format.
BRW-15907
Column display width cannot have more than {1} digits
Category:
Other
Cause:
Item Display Width Precision longer than limit.
Action:
Use Shorter Display width.
BRW-15908
Time period name cannot be longer than {1} bytes
Category:
Other
Cause:
Time Period Name too long.
Action:
Use a shorter time period name.
BRW-15909
Period column and sequence column of time period are the same
Category:
Other
Cause:
Period and sequence columns of time period set to the same column.
Action:
make sure period and sequence columns are different.
BRW-15910
Unable to load time period {1}
Category:
Other
Cause:
Schema internal error in loading time period.
Action:
Refer to accompanying error messages for more information.
BRW-15911
Time period {1} already exists
Category:
Other
Cause:
Time period name must be unique.
Action:
Create time period under a different name.
BRW-15912
Illegal display width value.
Category:
Other
Cause:
Illegal display width value.
Action:
Re-enter a legal value.
BRW-15913
{1} key text cannot be empty.
Category:
Other
Cause:
Foreign or Primary Key text is empty.
Action:
Enter text for primary or foreign key.
BRW-15914
Relationship name cannot be empty.
Category:
Other
Cause:
Relationship name is null.
Action:
Enter relationship name.
BRW-15924
Business area name cannot be empty
Category:
Other
Cause:
Business area name is empty or contains only spaces.
Action:
Enter a new name.
BRW-15925
Table {1} has already been imported as {2}
Category:
Other
Cause:
Table can only be imported once with a given name.
Action:
Import table under a different name.
BRW-15926
Business area {1} already exists
Category:
Other
Cause:
Business area name must be unique.
Action:
Create business area under a different name.
BRW-15927
Business area {1} already contains a table named {2}
Category:
Other
Cause:
Table name must be unique within a business area.
Action:
Rename/reimport table and add to business area.
BRW-15928
Business area name too long (Max {1} bytes)
Category:
Other
Cause:
Business area name too long.
Action:
Shorten the name and try again.
BRW-15929
Business area description too long (Max {1} bytes)
Category:
Other
Cause:
Business area description too long.
Action:
Shorten the description and try again.
BRW-15930
Error committing table {1}
Category:
Other
Cause:
Error occurred while committing table.
Action:
Try again.
BRW-15931
Error committing business area {1}
Category:
Other
Cause:
Error occurred while committing business area.
Action:
Try again.
BRW-15932
Error committing time period {1}
Category:
Other
Cause:
Error occurred while committing time period.
Action:
Try again.
BRW-15933
Error committing relationship {1}
Category:
Other
Cause:
Error occurred while committing relationship
Action:
Try again.
BRW-15937
Error generating SQL for table {1}
Category:
Other
Cause:
Error occurred while generating SQL for a table.
Action:
Try again.
BRW-15938
Error generating SQL for business area {1}
Category:
Other
Cause:
Error occurred while generating SQL for a business area.
Action:
Try again.
BRW-15939
Error generating SQL for time period {1}
Category:
Other
Cause:
Error occurred while generating SQL for a time period.
Action:
Try again.
BRW-15940
Error generating SQL for relationship {1}
Category:
Other
Cause:
Error occurred while generating SQL for relationship.
Action:
Try again.
BRW-15950
No Query Builder tables--Database open/save is disabled
Category:
Other
Cause:
There is no Query Builder system query table in the database.
Action:
Create a system query table (run the Query Builder install script).
BRW-15951
Product user profile information not loaded
Category:
Other
Cause:
Cannot load the user profile table.
Action:
Ask system administrator to create one.
BRW-15952
User privilege table not loaded
Category:
Other
Cause:
Missing USER_USERS table (Non Oracle or oracle V7 database).
Action:
None available.
BRW-15953
Table privilege table not loaded
Category:
Other
Cause:
Cannot find Privilege table.
Action:
Non-Oracle database or Oracle V7 database.
BRW-15954
Oracle Query Builder 2.5 tables are missing or not installed properly
Category:
Other
Cause:
No BROWSER_DOCS_SQL table.
Action:
Re-install Query Builder 2.5 tables.
BRW-15955
Query returned zero rows
Category:
Other
Cause:
Query returned no rows.
Action:
Modify the query so that it requests data that exists in the database.
BRW-16000
Document saved using End User Layer, not Native dictionary. Continue?
Category:
Other
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.
BRW-16001
Document saved using Native dictionary, not End User Layer. Continue?
Category:
Other
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.
BRW-16250
Document already exists. Do you want to overwrite?
Category:
Other
Cause:
User tried to Save As over an existing document.
Action:
User may overwrite or cancel.
BRW-16251
Table has been modified. Continue?
Category:
Other
Cause:
View was removed and recreated; may be inconsistent with document.
Action:
Either continue or abort save.
BRW-16500
Memory not available for local sort. Re-execute?
Category:
Memory
Cause:
All rows not yet fetched for local sort.
Action:
Re-execute query now or later.
BRW-16503
Data not available for local sort. Re-execute?
Category:
Data
Cause:
All rows not yet fetched for local sort.
Action:
Re-execute query now or later.
BRW-16504
Data not available for local break. Re-execute?
Category:
Data
Cause:
All rows not yet fetched for local break.
Action:
Re-execute query now or later.
BRW-16525
Query may require a Cartesian product. Continue?
Category:
Other
Cause:
Query combines results of unrelated tables.
Action:
Ignore message or relate tables before executing. Refer to help or documentation for details.
BRW-16531
Redefine parameter {1}?
Category:
Other
Cause:
User entered previously deleted parameter in expression or condition.
Action:
Press OK if this is what you intended.
BRW-16532
Parameter {1} does not exist. Define?
Category:
Other
Cause:
User entered new parameter in expression or condition.
Action:
Press OK if this is what you intended.
BRW-16549
Revert will undo all changes on these tables. Revert anyway?
Category:
Other
Cause:
Confirmation before reverting data tables.
Action:
Select OK to revert all selected data tables, Cancel to cancel the operation.
BRW-16550
Table %s has primary/unique keys that are referenced. Remove?
Category:
Other
Cause:
Table contains constraints.
Action:
Select OK to remove the data table, Cancel to cancel the operation.
BRW-16551
Column has primary/unique keys or indexes. Remove anyway?
Category:
Other
Cause:
Column is used by constraints or indexes.
Action:
Select OK to remove the column, Cancel to cancel the operation.
BRW-16552
Disable all constraints?
Category:
Other
Cause:
Message to confirm that all constraints should be disabled.
Action:
User may confirm or cancel.
BRW-16553
Enable all constraints?
Category:
Other
Cause:
Message to confirm that all constraints should be enabled.
Action:
User may confirm or cancel.
BRW-16575
There are uncommitted edits which will be lost. Commit?
Category:
Other
Cause:
User has tried to exit the Data Editor without committing changes.
Action:
Select Commit or lose changes.
BRW-16576
Defined Column, Summary or Break values may not be current. Re-execute?
Category:
Other
Cause:
Values edited while displaying breaks, summaries, or defined columns.
Action:
Execute query to update values.
BRW-16620
Save changes to query document '%s'?
Category:
Other
Cause:
Message to prompt user to save changes when closing/quitting.
Action:
User may save or abort changes, or cancel.
BRW-16621
Revert to previously saved version of document '%s'?
Category:
Other
Cause:
Message to prompt user to revert to older document version.
Action:
User may continue or cancel operation.
BRW-16622
File %s already exists. Do you want to overwrite?
Category:
Other
Cause:
Message for overwrite alert in export data.
Action:
User may overwrite file or cancel.
BRW-16623
There is no data available for this operation.
Category:
Data
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.
BRW-16624
Query definition has changed. Data may not be current. Continue?
Category:
Data
Cause:
Query document has changed since last execute.
Action:
Either re-execute the query, continue export, or cancel.
BRW-16625
The printer does not support all fonts needed. Substitute fonts?
Category:
Other
Cause:
The font or some style or weight does not exist for the selected printer.
Action:
User may continue with font substitution or cancel.
BRW-16626
Not enough memory for Print Preview.
Category:
Memory
Cause:
Unable to create bitmap for print preview.
Action:
No action required.
BRW-16627
There is no data available for this operation. Execute query?
Category:
Data
Cause:
Alert message if export data called with empty worksheet.
Action:
User should try executing the query or cancel.
BRW-16628
Unable to get printer device. Printing will be unavailable. Continue?
Category:
Other
Cause:
Error creating a toolkit printer surface with uiprc().
Action:
User may continue with no printing or cancel.
BRW-16629
Do you want to update the container before exiting?
Category:
Other
Cause:
Message to prompt user to save changes when closing/quitting OLE doc.
Action:
User may save or abort changes, or cancel.
BRW-16632
No SQL is available because no columns were selected. Quit?
Category:
Other
Cause:
Message to alert user that so sql statement was created.
Action:
User may exit or continue in query builder.
BRW-16650
The printer does not support all fonts needed. Substitute fonts?
Category:
Other
Cause:
The font or some style or weight does not exist for the selected printer.
Action:
User may continue with font substitution or cancel.
BRW-16651
No printer has been chosen. Use Default?
Category:
Other
Cause:
The user has not explicitly named a printer to use.
Action:
User may continue with the system default printer or cancel.
BRW-16652
Margins for this document are too wide and must be reset.
Category:
Other
Cause:
The user has set the margins to be too large leaving no content.
Action:
User must reset the margins.
BRW-16653
No printer has been chosen. Use Default?
Category:
Other
Cause:
The user has not explicitly named a printer to use.
Action:
User may continue with the system default printer or cancel.
BRW-16654
No pages printed.
Category:
Other
Cause:
User has set copies to 0 or the start/end page outside the range.
Action:
Reset page range.
BRW-16660
Query definition has changed. Data may not be current. Re-execute?
Category:
Data
Cause:
Query document has changed since last DDE update.
Action:
Re-execute the query before DDE update, or update without executing.
BRW-16661
Commit changes to %s?
Category:
Other
Cause:
Message to prompt user to commit changes when closing Schema Builder.
Action:
User may commit or abort changes, or cancel.
BRW-16767
Abandon current parameter settings and cancel query?
Category:
Other
Cause:
In parameters dialog, ask user before cancelling settings.
Action:
User may continue the cancel or return to the dialog.
BRW-16776
Apply settings before closing dialog?
Category:
Other
Cause:
Asks user if settings changes should be committed before close.
Action:
User may apply the changes or exit without committing those changes.
BRW-16780
Cannot paste condition on LONG column.
Category:
Other
Cause:
Cannot paste a condition on a long column from the find dialog.
Action:
This action is not supported.
BRW-16807
Accept the definition for the new business area?
Category:
Other
Cause:
Business Area Define - validate Complete NEW business area
Action:
Accept or cancel
BRW-16808
Cancel the incomplete definition for the new business area?
Category:
Other
Cause:
Business Area Define - validate Incomplete NEW business area
Action:
Confirm or cancel
BRW-16809
Accept the modified business area definition?
Category:
Other
Cause:
Business Area Define - validate MODified business area
Action:
Confirm or cancel
BRW-16810
Accept the definition for the new column?
Category:
Other
Cause:
Data Table Expressions - validate Complete NEW expression
Action:
Confirm or cancel
BRW-16811
Cancel the incomplete definition for the new column?
Category:
Other
Cause:
Data Table Expressions - validate Incomplete NEW expression
Action:
Confirm or cancel
BRW-16812
Accept the modified column definition?
Category:
Other
Cause:
Data Table Expressions - validate MODified expression
Action:
Confirm or cancel
BRW-16813
Accept the definition for the new relationship?
Category:
Other
Cause:
Data Table Relationships - validate Complete NEW relationship
Action:
Confirm or cancel
BRW-16816
Accept the changes to the column's format options?
Category:
Other
Cause:
Data Table Format - validate MODified format options
Action:
Confirm or cancel
BRW-16817
Commit changes?
Category:
Other
Cause:
User tries to quit with uncommitted changes
Action:
Confirm or cancel
BRW-16833
Rollback all changes?
Category:
Other
Cause:
Confirmation before rollback
Action:
OK to rollback all changes. Cancel to cancel operation.
BRW-16837
Business area description cannot be empty.
Category:
Other
Cause:
Business area description is null.
Action:
Enter a description.
BRW-16840
Business area name cannot be empty.
Category:
Other
Cause:
Business area name is null.
Action:
enter a name
BRW-16841
Time period definition is incomplete.
Category:
Other
Cause:
Some time period attributes have not been specified.
Action:
Complete the time period definition.
BRW-16852
User is already imported. Reimport?
Category:
Other
Cause:
User has already been imported.
Action:
Confirm or cancel reimport.
BRW-16961
Document '%s' has unsaved publishers.
Category:
Other
Cause:
Message (1 of 2) to prompt user to save changes on close/quit.
Action:
User may save or abort changes, or cancel.
BRW-16962
They will be lost unless the document is saved.
Category:
Other
Cause:
Message (2 of 2) to prompt user to save changes on close/quit
Action:
User may save or abort changes, or cancel.
BRW-16965
Memory is low. Close open documents or restart with more memory.
Category:
Memory
Cause:
Low memory (&lt;1MB)
Action:
Close extra documents, restart with more memory
BRW-16966
Out of memory. Restart application with a larger memory size.
Category:
Memory
Cause:
No memory
Action:
Close extra documents, restart with more memory
BRW-16967
This application requires System 7.0 or higher.
Category:
Other
Cause:
Operating System version is lower than 7.0
Action:
Upgrade operating system and restart
BRW-16975
Cannot resolve data table '{1}'. Select a new data table?
Category:
Data
Cause:
Query Choose Table
Action:
Confirm or cancel
BRW-16976
Cannot resolve column '{1}' in data table '{2}'. Select a new column?
Category:
Data
Cause:
Query Choose Column
Action:
Confirm or cancel