Error Messages: Recital
From Recital Documentation Wiki
		
		
		
Recital Error Messages by Number
| ERROR() | Error Message | 
|---|---|
| 1 | Line exceeds maximum width of <expN> characters | 
| 2 | Syntax Error in command | 
| 3 | Illegal character in command line | 
| 4 | Unterminated string | 
| 5 | String is too long | 
| 6 | Name is too long | 
| 7 | Insufficient memory | 
| 8 | Boolean operator was expected | 
| 9 | DOs nested too deep | 
| 10 | Unrecognized phrase/keyword | 
| 11 | Filename was expected | 
| 12 | File cannot be found or is not executable | 
| 13 | This command/feature is not available in RECITAL | 
| 14 | File already exists | 
| 15 | Too many files are open [errno() is 24] | 
| 15 | File does not exist [errno() is 2] | 
| 15 | File access permission denied | 
| 15 | File is in use by another user [errno() is 11] | 
| 15 | Cannot open <filename> - error <error #> | 
| 16 | No database is in USE | 
| 17 | Invalid filename | 
| 18 | Number was expected | 
| 19 | Maximum files allowed open is <maximum number of workareas> | 
| 20 | Value is out of range | 
| 21 | Record is out of range | 
| 22 | Syntax error in expression | 
| 23 | Expression is too complicated | 
| 24 | Fatal system error | 
| 25 | Keyword TO was expected | 
| 26 | Variable name was expected | 
| 27 | Data type mismatch | 
| 28 | Keyword RETURN or end of file was expected | 
| 29 | Bad statement nesting or command used out of context | 
| 30 | Logical expression was expected | 
| 31 | Cannot erase <filename> | 
| 32 | Skeleton name was expected | 
| 33 | Unexpected end of file encountered | 
| 34 | Memory variable was expected | 
| 35 | Memory variable does not exist | 
| 36 | Syntax error | 
| 37 | PROCEDURE name was expected | 
| 38 | Too many @…GETs defined | 
| 39 | Invalid screen co-ordinates | 
| 40 | Invalid picture | 
| 41 | String was expected | 
| 42 | Variable/field <variable/field name> not found | 
| 43 | Field variable was expected | 
| 44 | Database <database name> is already open | 
| 45 | Keyword WITH was expected | 
| 46 | Expression was expected | 
| 47 | Keyword FROM was expected | 
| 48 | Keywords ON or OFF were expected | 
| 49 | Field variable is not in currently selected database | 
| 50 | Keyword FOR or WHILE were expected | 
| 51 | Comma was expected | 
| 52 | Record number is out of range | 
| 53 | Help text for GET is too long | 
| 54 | RANGE can only be checked on dates and numerics | 
| 55 | Invalid LOOKUP field | 
| 56 | Keyword FILE was expected | 
| 57 | Keyword BY was expected | 
| 59 | No such window | 
| 60 | File is not of recognizable format | 
| 61 | Invalid key | 
| 62 | Database is not indexed | 
| 63 | Invalid parameter | 
| 64 | File <filename> already exists | 
| 65 | Keyword ON was expected | 
| 66 | Keyword VIA was expected | 
| 67 | Database is not indexed | 
| 68 | Keyword INTO was expected | 
| 69 | ALIAS name was expected | 
| 70 | Illegal data format in FROM file | 
| 71 | Too many SUM expressions, maximum is <maximum # of sum expressions> | 
| 72 | ’(’ was expected | 
| 73 | ’)’ was expected | 
| 74 | Data type mismatch | 
| 75 | Value should not have any decimal places | 
| 76 | FOR was expected | 
| 77 | Invalid WITH file | 
| 78 | Invalid join field | 
| 79 | Too many fields in field list | 
| 80 | Keyword FIELD was expected | 
| 81 | Database is already open | 
| 82 | No such index | 
| 83 | Database is not shareable | 
| 84 | Field definitions in view file too long | 
| 85 | Keyword REPLACE was expected | 
| 86 | Maximum database records exceeded | 
| 87 | Invalid date | 
| 88 | Syntax error in terminal definition file | 
| 89 | LOCK failed | 
| 90 | UNLOCK failed | 
| 91 | Incorrect use of reserved word | 
| 92 | PROCEDURE name already in use | 
| 93 | Relation expression too long to save | 
| 94 | Internal Error - View Workarea Number | 
| 95 | Filter expression too long to save | 
| 96 | Cannot run <filename> - errno <error #> | 
| 97 | Unrecognized command verb | 
| 98 | Too many strings - increase STRINGBUF | 
| 99 | INDEX key is too long, maximum length is <expN> | 
| 100 | Maximum accumulators exceeded | 
| 101 | Syntax error in column[<column #>] / subtotal[<subtotal #>] expression | 
| 102 | Command not available with RMS indexed sequential files | 
| 103 | Required facility is not available with this license | 
| 104 | ALIAS name already in use | 
| 105 | Lock failed - database not available | 
| 106 | No assistance available | 
| 107 | Index file does not match database | 
| 108 | Error text for GET is too long | 
| 109 | IN was expected | 
| 110 | Cannot replace as key already exists | 
| 111 | Exclusive use of database is required | 
| 112 | Unrecognized function name | 
| 113 | Database <database name> locked by another user | 
| 114 | Mismatched IF.ELSE.ENDIF | 
| 115 | Mismatched DO WHILE and ENDDO | 
| 116 | Cannot lock database - exceeded enqueue quota (ENQLM) | 
| 116 | Cannot lock database - errno <error #> | 
| 117 | Cannot lock index - exceeded enqueue quota (ENQLM) | 
| 117 | Cannot lock index - errno <error #> | 
| 118 | Cannot lock record - exceeded enqueue quota (ENQLM) | 
| 118 | Cannot lock record - errno <error #> | 
| 119 | Lock table is full | 
| 120 | Record not in index | 
| 121 | Too many SORT fields, maximum is <maximum sort fields> | 
| 122 | Cannot rename <filename> - errno <error #> | 
| 123 | Illegal use of SUSPEND | 
| 124 | <Reserved> | 
| 125 | Cannot update record - errno <error #> | 
| 126 | Cannot delete record - errno <error #> | 
| 127 | Cannot append record - errno <error #> | 
| 128 | Too many relationships - maximum is <maximum workareas - 1> | 
| 129 | Related database is not indexed | 
| 130 | Cyclic relation | 
| 131 | Database access permission is Read Only | 
| 132 | Key field does not exist in both databases | 
| 133 | You cannot update a database from itself | 
| 134 | Too many lines in footer block | 
| 135 | Too many lines in header block | 
| 136 | FORMAT file is active | 
| 137 | Fatal I/O error reading index file - exceeded quota | 
| 137 | Fatal I/O error reading index file - errno <error #> | 
| 138 | Fatal I/O error writing to index file - exceeded quota | 
| 138 | Fatal I/O error writing to index file - errno <error #> | 
| 139 | Fatal I/O error reading from database file - exceeded quota | 
| 139 | Fatal I/O error reading record <rec #> from database file - errno <error #> | 
| 140 | Fatal I/O error writing to database file - exceeded quota | 
| 140 | Fatal I/O error writing record <rec #> to database file - errno <error #> | 
| 141 | Variable name already in use as a PROCEDURE | 
| 142 | SUBSTR() start point out of range | 
| 143 | Variable/field <variable/field name> already exists | 
| 144 | Unrecognized bridge type | 
| 145 | Cannot execute as replay mode is already active | 
| 146 | Cannot execute as capture mode is already active | 
| 147 | Cannot unlock database - exceeded enqueue quota (ENQLM) | 
| 147 | Cannot unlock database - errno <error #> | 
| 148 | Not suspended | 
| 149 | Valid only in programs | 
| 150 | Syntax error in browse character expression | 
| 151 | Memo (.DBT) file cannot be opened | 
| 152 | Record is in use by another user | 
| 153 | Dictionary (.DBD) file cannot be opened | 
| 154 | Dictionary (.DBD) file cannot be created | 
| 155 | TO clause must be specified | 
| 156 | ON clause must be specified | 
| 157 | ARRAY reference is out of bounds | 
| 158 | ARRAY not found | 
| 159 | ’]’ was expected | 
| 160 | ARRAY name was expected | 
| 161 | ’[’ was expected | 
| 162 | Illegal use of ARRAY | 
| 163 | Internal Error - <VMS Operating System Error Message> | 
| 164 | Internal error - <error #> | 
| 165 | Validation on field <field name> failed | 
| 166 | Syntax error in field <field name> expression | 
| 167 | Calculated field <field name> cannot be updated | 
| 168 | Incompatible data type for field <field name> default | 
| 169 | <Reserved> | 
| 170 | Syntax error in field <field name> default expression | 
| 171 | Incompatible data type for field <field name> default | 
| 172 | Incompatible data type in calculation expression for field <field name> | 
| 173 | Syntax error in calculation expression for field <field name> | 
| 174 | Position is off the screen | 
| 175 | Keyword was expected | 
| 176 | Bad keyword | 
| 177 | FUNCTION name already in use | 
| 178 | FUNCTION name was expected | 
| 179 | Function <function name> did not return a value | 
| 180 | Illegal use of MEMO field | 
| 181 | Not a RECITAL database | 
| 182 | Record is out of range | 
| 183 | Internal locking error in ’lock_current_record()’ | 
| 184 | Too many screens saved. Maximum is <maximum saved screens> | 
| 185 | Screen memory variable was expected | 
| 186 | Invalid workarea specified | 
| 187 | Command not available with this type of bridge | 
| 188 | This key cannot be redefined | 
| 189 | Nested transactions are not supported | 
| 190 | Cannot open transaction log file <log file> | 
| 191 | Command illegal when transaction in progress | 
| 192 | Transaction log file I/O error | 
| 193 | Internal transaction log error | 
| 194 | TRIM functions cannot be used in index expressions | 
| 195 | Database structure and RMS record length do not match | 
| 196 | Too many @...MENUs defined | 
| 197 | Procedure/Function <procedure name/function name> not declared | 
| 198 | Data type mismatch in parameter list | 
| 199 | SQL functions are only valid in SQL commands | 
| 200 | Nested SQL functions are not supported | 
| 201 | Invalid parameters for COUNT() | 
| 202 | Required facility is not available with this license | 
| 203 | Keyword AT expected | 
| 204 | Maximum file size (ulimit) of <max file size> exceeded | 
| 205 | Shared files are not available with a single user license | 
| 206 | Array name <array name> conflicts with function name | 
| 207 | Unrecognized Treport (RDL) directive | 
| 208 | Language definition file not available for this terminal | 
| 209 | Conflicting keywords/clauses or dictionary entry for @...GET | 
| 210 | Specified keyword/clause cannot be used with a MEMO in @...GET | 
| 211 | SORT key is to long, maximum is <maximum index length> | 
| 212 | MENU name was expected | 
| 213 | Duplicate MENU name | 
| 214 | PAD name was expected | 
| 215 | MENU not defined | 
| 216 | Keyword PROMPT expected | 
| 217 | Duplicate PAD name | 
| 218 | POPUP name not specified | 
| 219 | Duplicate POPUP name | 
| 220 | POPUP not defined | 
| 221 | BAR position exceeds menu size | 
| 222 | BAR position already in use | 
| 223 | BAR definition invalid on this type of POPUP | 
| 224 | Keyword OF expected | 
| 225 | PAD not defined | 
| 226 | Keyword MENU expected | 
| 227 | Nested CALCULATE functions not supported | 
| 228 | Too many CALCULATE expressions, maximum is <maximum number of sum exp.> | 
| 229 | File is already open | 
| 230 | Invalid function parameter | 
| 231 | No current record - database is empty | 
| 232 | No current record database at EOF | 
| 233 | You do not have authorization to perform this operation | 
| 234 | You do not have authorization to modify this field | 
| 235 | Too many PROCEDURE libraries | 
| 236 | Get memory variable expected | 
| 237 | Too many paths specified. Max is 10 | 
| 238 | Character expression was expected | 
| 239 | Number is too large | 
| 240 | File is not a valid RECITAL report format | 
| 241 | WINDOW name was expected | 
| 242 | WINDOW already declared | 
| 243 | WINDOW not defined | 
| 244 | Bad color specification | 
| 245 | Table name expected | 
| 246 | Table already declared | 
| 247 | Table not declared | 
| 248 | Too many parameters. Maximum is 40. | 
| 249 | No such workarea. Range is 1 to <Max # of workareas> | 
| 250 | Keyword "MEMO" expected | 
| 251 | <Remote server error message> | 
| 252 | Distributed cache failure - exceeded enqueue quota (ENQLM) | 
| 253 | Attempt to UPDATE an unlocked record | 
| 254 | Operation not allowed with this type of server | 
| 255 | Variable has undefined contents | 
| 256 | A database is already active in this workarea | 
| 257 | RSI is already active in this workarea | 
| 258 | Cannot establish gateway to server <servername> | 
| 259 | Unrecognized type of network protocol | 
| 260 | Keyword "DATABASE" expected | 
| 261 | No client/server gateway active | 
| 262 | Operation not allowed with this type of gateway | 
| 263 | Menu memory variable was expected | 
| 264 | Cannot connect to <servername> server on <machine name> host machine | 
| 265 | Fatal lseek() error on index file - <index filename> | 
| 266 | MEMO field expected | 
| 267 | WINDOW is too small to contain a TITLE | 
| 268 | FORMAT file is not active | 
| 269 | Invalid SET expression | 
| 270 | TAG name was expected | 
| 271 | Multiple index file <index filename> is not open | 
| 272 | Cannot create TAG <tag name> | 
| 273 | Index TAG <tag name> already exists | 
| 274 | Too many indexes, maximum is 20 | 
| 275 | TAG not found | 
| 276 | Multiple index file not open in current work area | 
| 277 | Cannot open multiple index file <index filename> | 
| 278 | No more work areas available | 
| 279 | This database already has a dictionary | 
| 280 | Invalid file structure | 
| 281 | BAR not found | 
| 282 | Expressions and TO variables do not match | 
| 283 | Keyword PRODUCTION was expected | 
| 284 | Mismatched ’)’ | 
| 285 | INDEX key expression is too long, maximum length is 511 | 
| 286 | Exceeded file limit while appending record <record #> | 
| 287 | <MPE TurboImage database specific error message> | 
| 288 | Database <table name> is opened <file I/O mode> in another workarea | 
| 289 | Fatal System Error - PACK of RDD table failed | 
| 290 | Fatal System Error - ZAP of RDD table failed | 
| 291 | Command/Function is not supported on MSDOS | 
| 292 | PROPERTY not found | 
| 293 | Objects and dynamic arrays cannot be redefined | 
| 294 | Objects cannot be redefined | 
| 295 | Operation not allowed with objects or dynamic arrays | 
| 296 | Object not found | 
| 297 | CLASS name was expected | 
| 298 | Duplicate CLASS name | 
| 299 | PROPERTY name was expected | 
| 300 | CLASS not found | 
| 301 | METHOD name was expected | 
| 302 | ’::’ was expected | 
| 303 | METHOD not found | 
| 304 | PROPERTY <property name> already exists | 
| 305 | METHOD declared EXTERNAL but not defined | 
| 306 | Attempt to assign incompatible data type | 
| 307 | Access to LOCAL member of object denied | 
| 308 | Access to PRIVATE member of object denied | 
| 309 | Too many CLASS libraries defined. Maximum is 20 | 
| 310 | STATIC variable <variable name> in CLASS <class name> not found | 
| 311 | Unknown System Function in CLASS definition | 
| 312 | Illegal System OBJECT operation | 
| 313 | Unknown value returned from SYSTEM object | 
| 314 | TAB not declared | 
| 315 | TAB name was expected | 
| 316 | Invalid file pointer used | 
| 317 | No primary key has been specified on server table | 
| 318 | Cannot lock global memory - errno <error #> | 
| 319 | Error accessing data table, error number 319. Contact Recital support | 
| 330 | Invalid VERSION/REVISION id | 
| 331 | Invalid PRODUCT id | 
| 332 | Invalid authorization code | 
| 333 | Unauthorized software license, Invalid RDD type | 
| 334 | Unauthorized software license, Invalid SERVER type | 
| 335 | Unauthorized software license, Invalid VAX license | 
| 336 | Unauthorized software license, Invalid CPU type | 
| 337 | Number of users has been exceeded maximum of <max # of users> | 
| 338 | Too many REPOSITORY libraries defined. Maximum is 10 | 
| 339 | Could not install NetObject <object name> | 
| 340 | Universal Object Exchange not active on <node name> | 
| 341 | This command/feature is not available with this product | 
| 342 | Warning level set to fatal, trace with iologging | 
| 343 | Keyword AND expected | 
| 344 | Keyword NULL expected | 
| 345 | Keyword AS expected | 
| 346 | Trial version maximum record limit of <expN> exceeded | 
| 347 | Database must be converted for version 8.0. | 
| 348 | Illegal use of GRAPHIC field | 
| 349 | Dictionary (.DBD) file is corrupted | 
| 350 | Directory not found ’<path name>’ | 
| 351 | Unable to load mail | 
| 352 | Unable to send mail message | 
| 353 | Could not install COM object | 
| 354 | Could not install JAVA object | 
| 355 | Could not install CORBA object | 
| 356 | Object type not supported | 
| 357 | COM method error | 
| 358 | COM get property error | 
| 359 | COM set property error | 
| 360 | JAVA method error | 
| 361 | JAVA get property error | 
| 362 | JAVA set property error | 
| 363 | DLL error | 
| 1000 | User defined error message |