Reason:
A restricted condition contains a word, file name, field name, and so forth, which causes a validation error.
Action:
Review all restrictions applied to this user. One of the conditions imposed by a restriction causes a validation error. Correct the erroneous condition.
Reason:
During the processing of a request, an attempt was made to use a key defined as greater than 180 bytes. CA Dataquery for CA Datacom only supports keys of 80 bytes or less.
Action:
Select a different key.
Reason:
Your query cannot be validated because the keyword "FROM" was not found in a "SELECT" or "DELETE" SQL statement. The correct formats for these SQL statements are:
SELECT column-names FROM table-names WHERE ...
DELETE FROM table-name WHERE ...
Action:
Correct your query statement and validate your query.
Reason:
Your query cannot be validated because a valid object name was not found in the SQL statement in the expected location. Examples of the correct formats for SQL statements with object names indicated in lowercase are:
Action:
Correct and validate your SQL statement.
Reason:
Your query cannot be validated because the keyword "INTO" was not found following "INSERT" in the query statement. The correct format for this SQL statement is
INSERT INTO table-name (column-name,...) VALUES (...)
Action:
Correct your query statement and validate your query.
Reason:
Your SQL statement cannot be validated because the word following the function (such as CREATE) is missing or incorrect. Examples of correct formats for some (but not all) SQL statements follow:
Note: For more information, see the CA Dataquery Reference Guide.
Action:
Correct and validate your SQL statement.
Reason:
Your query cannot be validated because the name for a synonym was not found after the keywords "CREATE SYNONYM." The correct format for this SQL statement is:
CREATE SYNONYM synonym-name FOR table-name
Action:
Correct your query statement and validate your query.
Reason:
Your query cannot be validated because the keyword "FOR" was not found following the synonym name. The correct format for this SQL statement is:
CREATE SYNONYM synonym-name FOR table-name
Action:
Correct your query statement and validate your query.
Reason:
Your query cannot be validated because the keyword "ON" was not found following the word "COMMENT." The correct formats for the SQL statements are:
COMMENT ON TABLE table-name IS ...
COMMENT ON COLUMN table-name.column-name IS ...
COMMENT ON table-name (column-name IS ...)
Action:
Correct your query statement and validate your query.
Reason:
Your query cannot be validated because the keyword "TABLE" or the keyword "COLUMN," or a table name was not found following the keywords "COMMENT ON." The correct formats for these SQL statements are:
COMMENT ON TABLE table-name IS ...
COMMENT ON COLUMN table-name.column-name IS ...
COMMENT ON table-name (column-name IS ...)
Action:
Correct your query statement and validate your query.
Reason:
Your query cannot be validated because a column-name was not found following the keywords "COMMENT ON COLUMN." The correct format for this SQL statement is:
COMMENT ON COLUMN table-name.column-name IS ...
Action:
Correct your query statement and validate your query.
Reason:
Your query cannot be validated because a table-name qualifier was not found preceding the column-name in your query statement. The correct format for this SQL statement is:
COMMENT ON COLUMN table-name.column-name IS ...
Action:
Correct your query statement and validate your query.
Reason:
Your query cannot be validated because you have used an SQL Authorization ID which is too long for CA Dataquery to process. An SQL Authorization ID for CA Dataquery cannot exceed 18 characters.
Action:
Shorten your SQL Authorization ID and validate your query.
Reason:
You have entered an SQL Authorization ID which is not a valid SQL Authorization ID. Perhaps it is misspelled.
Action:
Correct the SQL Authorization ID you entered. You can use your own SQL Authorization ID or another to which you have been given access. Contact your CA Dataquery Administrator for a valid SQL Authorization ID to use.
Reason:
Your query cannot be validated because the keyword "ON" was not found in a "GRANT" or "REVOKE" SQL statement. The correct formats for these SQL statements are:
GRANT privileges ON TABLE table-name TO ...
REVOKE privileges ON TABLE table-name TO ...
Action:
Correct your query statement and validate your query.
Reason:
During query validation or execution, CA Dataquery detected an ORDER BY clause with duplicate field names. Field names are considered duplicates if they are the same, even though the table names are different.
Action:
This is an informational message. You can continue execution by pressing PF3 from the panel that received the message.
Reason:
CA Dataquery cannot be used until the CA Datacom/DB Multi-User Facility has been initialized with DQ specified for the DATACOM MUF startup option. See the CA Datacom/DB Database and System Administration Guide for information on specifying the DATACOM MUF startup option.
Action:
Restart the CA Datacom/DB Multi-User Facility with DQ specified for the DATACOM MUF startup option, then rerun the CA Dataquery facility that received this message.
Reason:
These numbers are reserved for site-specific user-defined messages.
Action:
Contact your CA Dataquery Administrator for assistance.
|
Copyright © 2014 CA.
All rights reserved.
|
|