(No prefix)
Generic Messages
The following messages may be returned by more than one utility or component. These messages are not preceded by a component prefix or number.
Bfloat and Float Fields Must Be 4 or 8 Bytes
You have defined a FLOAT or BFLOAT column with a size other than 4 or 8 bytes. Change the column size to 4 or 8 bytes.
Column level permissions not allowed on views
Permissions for individual columns of a view are not supported. You can GRANT or REVOKE permissions for the entire view.
First and Second Password Entries Do Not Match, Please Retype
The password you entered the second time is not the same as the first one you specified. Specify and verify your password again.
Incorrect Parameter
The Client Requester returns this message if it encounters an error while loading at a DOS client machine. You specified an invalid configuration option. For information about configuration properties and specifying the configuration options, refer to Advanced Operations Guide.
Insufficient Memory
The Client Requester returns this message if it encounters an error while loading at a DOS client machine. The Requester cannot allocate enough memory for the configuration options specified. Ensure that the client machine has enough memory to load all the programs you want to run.
Invalid Load File Format. End of Record Marker Not Found
The Maintenance utility (BUTIL) encountered an invalid record terminator in the sequential load file. The Maintenance utility expects a carriage return/line feed at the end of each record in a load file. This error usually occurs because the length specified at the beginning of the sequential record is incorrect.
Local Engine Is Already Loaded
The Client Requester returns this message if it encounters an error while loading at a DOS client machine. A local engine (XQL v2.11 or earlier) is loaded at the machine. You cannot load the older local engine and the newer Requester at the same time.
Must Have DOS 3.1 or Greater
The Client Requester returns this message if it encounters an error while loading at a DOS client machine. The Requesters require DOS v3.1 or later.
Only Master user name can be specified in Execute As clause
The clause “WITH EXECUTE AS ‘Master’,” which can be used in the creation of a trusted view or stored procedure, can contain only “Master” as the user name. No other user name is permissible.
Redirection List Not Large Enough
The SQL Requester returns this message if it encounters an error while loading at a DOS client machine, and it cannot store all the redirected devices in its internal redirection list. Increase the value for the /R configuration option.
Specifying EXECUTE privilege for a Table is illegal
Table permissions do not include EXECUTE.
Specifying REFERENCES or EXECUTE privilege for a view is illegal
View permissions do not include REFERENCES or EXECUTE.
Specifying SELECT, INSERT, UPDATE, DELETE or REFERENCES privilege for a Procedure is illegal
Stored procedures permissions do not include SELECT, INSERT, UPDATE, DELETE or REFERENCES.
SQL Requester Is Already Loaded
The SQL Requester returns this message if you try to load the Requester when it is already loaded at the DOS client machine.