70150: UNEXPECTED SYSTEM ERRORUnexpected system error. Retry the operation.
The error message provides details about the problem.
70151: NOT ENOUGH MEMORY
Insufficient memory to complete the operation.
Close one or more applications or free disk space and repeat the operation.
70152: INSUFFICIENT ACCESS RIGHTS
You have no sufficient rights to access the data file (wrong password to access the network, unable to access the physical file, read-only file, ...).
Check whether the data file is not protected in write mode and whether you have sufficient network rights to access the data file (network).
70180: DYNAMIC DESCRIPTION ERROR
There are two cases:
- A mandatory parameter was not specified during the description of the data file (the logical name of the file is missing for example).
- An inconsistency appears in the dynamic description of the data file (a key memo for example).
The error message provides details about the problem.
70181: UNMANAGED FILE TYPE
The file you try to access is not supported by the HFSQL engine.
70182: INCORRECT REGISTRATION NUMBER
70198: FUNCTION NOT IMPLEMENTED
You are trying to use a function that does not exist.
70199: INTERNAL HF DLL ERROR
This error is caused by a specific operation. Write down the operation performed and contact PC SOFT Technical Support.
70201: USE OF A FILE LARGER THAN 2 GB
You are trying to use a data file configured for a system that supports the files exceeding 2 GB. The current system does not support this type of file.
Modify the description of the file in the analysis. Regenerate the analysis. An automatic data file modification will be performed.
70202: UNKNOWN FILE ITEM
You are trying to use an item that does not exist in the description of the data file.
Check the code used and the name of the item.
70203: INVALID ITEM NUMBER
You are trying to use an item that does not exist in the description of the data file.
Check the code used and the item number.
70204: NO MORE HF CONTEXT AVAILABLE
Too many HFSQL contexts are opened. You are using too many independent contexts linked to your windows. Modify your the description of your windows.
70205: NO RECORDING IN PROGRESS
You are using an HFSQL function that handles the current record. No current record is found in the file. Use a positioning function (HRead* for example) to select a record in the data file or specify the record number in the function.
70206: ATTEMPT TO SCRATCH A DELETED RECORD
A deleted record cannot be crossed. The data found in the record is invalid. To reactivate a deleted record, use
HWrite or
HModify.
70207: DESCRIPTION ALREADY EXISTS
You are trying to describe a data file, a query, a view, ... The name used is already known by the HFSQL engine. Use a different name.
70208: QUERY INITIALIZATION ERROR
An error occurred in the query analysis. The error message provides details about the problem.
70209: FILTER INITIALIZATION ERROR
An error occurred when analyzing the filter condition. The error message provides details about the problem.
70210: REINDEXING NOT POSSIBLE
The file is currently used and it cannot be reindexed.
70211: LAST FILE USED UNKNOWN
No file name specified in the function. The file handled corresponds to the last file used. Though, there is no last file used.
Specify the name of the file in the function.
70212: LAST ITEM USED UNKNOWN
No item name specified in the function. Therefore, the item handled corresponds to the last item used. However, there is no last item used.
Specify the name of the item in the function.
70213: ALIAS NAME ALREADY USED
You are trying to create an alias. The name used is already known by the HFSQL engine. Use an alias name.
70214: ABBREVIATION NAME ALREADY USED
You are trying to use an abbreviation already known by the HFSQL engine. Use an abbreviation.
70216: ATTACHMENT FILE TOO LARGE
A file exceeding 4 GB was attached to a binary memo item (
HLinkMemo). The files exceeding 4 GB are not supported.
70217: CANNOT EXTRACT MEMO
You are using
HExtractMemo. No file name is defined in the header of the memo. Specify the name of a file from into which the memo must be checked out.
70218: READ ERROR ON THE ATTACHED FILE
The file attached to the memo (
HLinkMemo) cannot be read. Check the validity of the attached file (file currently used for example).
70220: INVALID NAME FORMAT
You are using space characters or tabulations in the name of the file or in the name of the dynamic item. These characters are not allowed.
70221: MEMO / FILE OUT-OF-SYNC
The memo file does not correspond to the data file.
70222: TOO MANY RECORDS IN QUERY
The query selects over 4 billion records. This is a limit of the HFSQL engine.
70223: CANNOT CREATE ALIAS
You are trying to create an alias on a query created with
HExecuteSQLQuery. Execute
HExecuteSQLQuery again and replace the query name with the name of the desired alias.
70224: AUTOMATIC MODIFICATION IMPOSSIBLE
You are trying to run an automatic modification on a file other than an HFSQL Classic file. This operation is not allowed.
70225: AUTOMATIC MODIFICATION NOT POSSIBLE
The analysis is not the owner of the data file handled by the automatic modification (the data file was not created by this analysis). This operation is not allowed.
70226: AUTOMATIC MODIFICATION NOT POSSIBLE
The data file used is not defined in the analysis (the data file was not created by this analysis). This operation is not allowed.
70227: MODIFYING A FILE MORE RECENT THAN THE ANALYSIS
The version of the analysis corresponding to the data file handled by the automatic modification is more recent than the current analysis. This operation is not allowed.
70231: THE .FIC FILE HAS REACHED ITS MAXIMUM SIZE
The data file has reached its maximum size defined according to its setting in the analysis or during the dynamic description. For more details, see the HFSQL limits.
70232: NOT ENOUGH MEMORY TO REINDEX
Insufficient RAM to reindex the data file. Perform this operation on another computer.
70233: NEGATIVE AUTOMATIC IDENTIFIER FORBIDDEN
You are trying to assign a negative value to an automatic identifier. This operation is not allowed.
70235: NO 5.5 ANALYSIS LINKED TO THE PROJECT
You are using a function that accesses the Hyper File 5.5 DLL. To use this function, an analysis in WINDEV 5.5 format must be attached to your project. Use the
HInitHF55 function.
70236: NO CURRENT ANALYSIS
An analysis must be opened to perform this operation. This is not the case. Use
HOpenAnalysis or attach an analysis to your project:
- On the "Proyecto" tab, in the "Proyecto" group, click "Descripción".
- Select the "Analysis" tab.
70237: NO CURRENT CONNECTION
You are using an SQLxxxx function. You must define and establish a connection with
SQLConnect.
70238: CANNOT CANCEL DECLARATION
You are trying to cancel a dynamic declaration (
HCancelDeclaration). The corresponding data file is still used. Close the file (
HClose) before canceling the declaration.
70250: INVALID ITEM INDEX
You are handling an array item. The specified index does not exist.
70251:ITEM SUBSCRIPT REQUIRED
You are handling an array item. Specify an index to perform the current operation.
70299: OPERATION INTERRUPTED BY USER
The current operation was interrupted by the user (ESC key).
70300: UNKNOWN .FIC STRUCTURE
The structure of the data file (.FIC) is not recognized by the HFSQL engine.
70301: .FIC FILE CORRUPTED
You are handling an unreadable data file. Use a backup.
70302: INDEX FILE NOT FOUND
The index file was not found. Reindex the data file.
70303: INVALID FILE HEADER
The file header is invalid. The sequence of deleted records is incorrect. The data file is corrupt. Reindex the data file or use a backup.
70305: GUIDAnalyse DIFFERENT
The file was created from a different analysis.
70306: MODIFICATION OF A FILE MORE RECENT THAN THE ANALYSIS
The version of the analysis corresponding to the data file handled by the automatic modification is more recent than the current analysis. This operation is not allowed.
70310: UNKNOWN .MMO STRUCTURE
The structure of the memo file (.MMO) is not recognized by the HFSQL engine.
70311: .MMO FILE CORRUPTED
You are using an unreadable memo file. Use a backup.
70312: MEMO FILE (MMO) NOT FOUND
The memo file was not found. Use a backup.
70314: FTX FILE NOT FOUND
The full-text index file (FTX file) was not found. Use a backup.
70350: CORRUPTED QUERY FILE (WDR)
The structure of the query file (.WDR) is corrupt.
Recreate the query in the query editor.
70351: UNKNOWN QUERY FORMAT
The structure of the query file (.WDR) is not recognized by the HFSQL engine.
Recreate the query in the query editor.
70400: OPERATION AVAILABLE ONLY FOR VIEWS
This function can be used on a view only. Check whether the name specified in the function corresponds to the name of a view.
70401: OPERATION INTERDITE
This operation cannot be performed on this type of element. See the documentation corresponding to the operation performed.
70402: OPERATION AVAILABLE ONLY FOR BINARY MEMOS
This function can only be used on a binary memo. Check whether the name specified in the function corresponds to the name of a binary memo item.
70403: OPERATION AVAILABLE ONLY FOR MEMOS
This function can only be used on a memo. Check whether the name specified in the function corresponds to the name of a memo item.
70404: OPERATION AVAILABLE ONLY FOR KEYS
This function can only be used on a key. Check whether the name specified in the function corresponds to the name of a key item. (equivalent to error 12 in WINDEV 5.5).
70405: PROHIBITED OPERATION ON A FILE IN THE ANALYSIS
This operation cannot be performed on a data file described in the current analysis. See the documentation corresponding to the operation performed.
70406: DISTINCT BROWSE ONLY POSSIBLE ON KEY
The hDistinct constant can only be used with a key item.
70407: FUNCTION NOT SUPPORTED
This function cannot be used on this type of element. In Client/Server, this function is not supported by the server. The server must be upgraded.
See the documentation corresponding to the function.
70408: PROHIBITED OPERATION ON ANAUTOMATIC IDENTIFIER
This operation cannot be performed on an Automatic Identifier item. See the documentation corresponding to the operation performed.
70409: FORBIDDEN OPERATION ONDATABASE
This operation cannot be performed on the current database. See the documentation corresponding to the operation performed.
70410: PROHIBITED OPERATION ON A COMPOUNDKEY
This operation cannot be performed on a Composite Key item. See the documentation corresponding to the operation performed.
70420: NON-AUTOMATIC EXECUTION OF PARAMETERIZED REQUEST WHEN EXECUTING TABLE CONTROL FIELD
If the query associated with the Table control has not been executed, and if no parameter has been defined for this query, the query is not executed to avoid loading too many records: the Table control will remain empty. At least one parameter is required in order for the query to be run automatically.
70450: DEMOVERSION LIMITATION
This operation cannot be performed with WINDEV Trial Version. A limit of WINDEV Trial Version may have been reached. The error message presents the limitation in details.
70500: FUNCTION PARAMETER ERROR
The function parameters are incorrect. See the documentation corresponding to the function.
The error message provides details about the problem.
70501: INVALID CONSTANT
The specified constant is invalid for this function or property. See the relevant documentation.
70550: VALUE OF FILE PROPERTY UNAVAILABLE
You are trying to retrieve the value of a property on a data file. This operation is not allowed. See the relevant documentation.
70551: VALUE OF FILE PROPERTY NOT MODIFIABLE
You are trying to modify the value of a property on a data file. This operation is not allowed. See the relevant documentation.
70560: VALUE OF ITEM PROPERTY UNAVAILABLE
You are trying to retrieve the value of a property on an item. This operation is not allowed. See the relevant documentation.
70561: VALUE OF ITEM PROPERTY NOT MODIFIABLE
You are trying to modify the value of a property on an item. This operation is not allowed. See the relevant documentation.
70570: VALUE OF LINK PROPERTY UNAVAILABLE
You are trying to retrieve the value of a property on a link. This operation is not allowed. See the relevant documentation.
70571: VALUE OF LINK PROPERTY NOT MODIFIABLE
You are trying to modify the value of a property on a link. This operation is not allowed. See the relevant documentation.
70580: PROPERTY VALUE OF A CONNECTION NOT AVAILABLE
You are trying to retrieve the value of a property on a connection. This operation is not allowed. See the relevant documentation.
70581: PROPERTY VALUE OF A NON-MODIFIABLE CONNECTION
You are trying to modify the value of a property on a connection. This operation is not allowed. See the relevant documentation.
70600: HIMPORTTEXT: LINE STRUCTURE ERROR
You are trying to import a text file. The HFSQL engine has detected an error in the structure of the text file.
The error message provides details about the problem.
70601: HIMPORTTEXT: COPY ERROR
You are trying to import a text file. An error occurred when adding records into the data file (.FIC).
The error message provides details about the problem.
70602: HIMPORTEHF55: POSSIBLE DATA LOSS
You are trying to import a data file in Hyper File 5.5 format. The type of a source item differs from the type of the corresponding destination item. The type conversion can trigger a loss of data. You can avoid this error by using a constant to force the import. See the relevant documentation.
70603: HIMPORTEHF55: NO DESTINATION HEADING
You are trying to import a data file in Hyper File 5.5 format. A source item in the file in 5.5 format has no destination in the file in HFSQL Classic format. You can avoid this error by using a constant to force the import. See the relevant documentation.
70604: CANNOT RECOVER 5.5 DESCRIPTION
You are trying to retrieve a file description found in a WDD file in 5.5 format. This description is invalid. Regenerate the WDD in 5.5.
70700: MODIFICATION CONFLICT
70710: MANDATORY ITEM VALUE
The value of an item is mandatory in order to write the record. The item was not filled (case of databases handled by OLE DB). For more details, see
HFSQL error handling help.
70720: REINDEX OPERATION IN PROGRESS ON THE FILE
An operation is performed on the file while this one is currently reindexed. The operation must be retried at the end of reindexing. To find out whether a reindex operation is in progress, use
HReindexingInProgress.
70800: LOCK ERROR
A lock error occurred on the previous function and no test was run (
HErrorLock).
70801: INTEGRITY ERROR
An integrity error occurred on the previous function and no test was run (
HErrorIntegrity).
70802: DUPLICATE ERROR
A duplicate error occurred on the previous function and no test was run (
HErrorDuplicates).
70803: PASSWORD ERROR
A password error occurred on the previous function and this error has not been checked (
HErrorPassword).
70900: AUTOMATIC HELP FAILED
No value was returned by the window or procedure for automatic help. See the documentation.
70901: AUTOMATION ASSISTANCE FAILED
A wrong type of value was returned by the window or procedure for automatic help. See the documentation.
70902: AUTOMATION ASSISTANCE FAILED
An unauthorized value was returned by the window or procedure for automatic help. See the documentation.
71005: UNABLE TO OPEN THE XBASE FILE
Equivalent to error 24 in HFSQL data files.
72000: BAD INITIALIZATION OF THE EXTERNAL LANGUAGE
The buffer associated with the file was not defined (bAssociate).
73000: PROBLEM LOADING DLL
The problem is presented in details in the error message.
73001: NATIVE ACCESS ERROR
The problem is presented in details in the error message.
73050: OLE DB DLL ERROR
The problem is presented in details in the error message.
73500: HF 5 DLL ERROR
The problem is presented in details in the error message.
73501: INVALID DESCRIPTION
The file description returned by Hyper File 5.5 differs from the description defined in the analysis in HFSQL Classic format. Check both descriptions.
73625: BACKUP DOES NOT EXIST
The backup whose identifier is '1' does not exist. See the details of the error with HInfoBackup()
74000: COMMUNICATION ERROR
This error may be caused by an error of name resolution, a timeout error, a loss of connection, ...).
The problem is presented in details in the error message.
74001: ACCESS TO THE REFUSESERVER
The login or the password is incorrect, the user account was disabled, the password has expired or the IP address is refused. .
74002: VERSION TOO OLD
The version of the client or the version of the server is too old. An upgrade is required.
74003: ERRONNEEINTEGRITY CONSTRAINT
The constraint of referential integrity links a file in Client/Server mode to a file located on another server or to a file in HFSQL Classic mode.
74004: DATABASE NAME INCORRECT
The name of the database is empty, invalid or reserved.
74005: ABSOLUTE PATH
You have been using an absolute path. In HFSQL Client/Server, the path must be relative to the database.
74006: CONFIGURATION FILE
The configuration file of the HFSQL server does not exist. Reconfigure your server.
74007: INCORRECT NAME
The specified name is not an existing username or group name.
74009: USERNAME ALREADY USED
The specified username is already used (by another user or by another group).
74010: GROUP NAME ALREADY USED
The specified group name is already used (by another group or by another user).
74011: DATABASE BLOCKED
The database is locked.
74012: UNMANAGED CLIENT/SERVER MODE
This HFSQL DLL does not support Client/Server mode.
74013: MULTI SERVER C/S QUERY NOT ALLOWED
The files used by the query must be found on the same HFSQL server.
74016: INVALID SIZE OF CACHE PAGE
The size of the cache page is invalid.
74018: THE FILE DOES NOT EXIST ON THE SERVER
HDeleteFile tries to delete a file that does not exist on the server.
74020: INVALID HFSQL SERVER NAME
The name of the HFSQL server is not valid. Check the name used.
74030: PROBLEM WITH RIGHTS
A problem about rights occurred. This authorization can be given by the server administrator or via the HFSQL Control Center.
74031: UNABLE TO MODIFY RIGHTS
This modification of rights is not allowed.
74032: UNABLE TO MODIFY RIGHTS
Unable to modify the rights because the database or the file does not exist.
75000: The server cannot define whether the XXX procedure must be run
This error can occur in the following cases:
- A stored procedure with the same name is used with several databases and several connections. The server cannot define whether the XXX procedure must be run with the YYY connection on the ZZZ database or with the YYY1 connection on the ZZZ1 database.
Solution: Specify the connection and database to be used. - Two connections to the database are available. The server cannot defined whether the XXX procedure on the ZZZ database must be run with the YYY connection or with the YYY1 connection.
Solution: Specify the connection to use - The procedure is used in several sets of procedures.
75001: No database was specified
This error can occur when several databases exist for the same connection. To run the stored procedure (XXX), specify a database in the connection used.
75002: Stored procedure not found
This error occurs when the procedure called is not found in the sets of procedures installed on the server.
75003: A WLanguage error occurred while running the stored procedure
This error occurs when the stored procedure contains WLanguage errors.
75004: The XXX element does not exist
The stored procedure or the stored query does not exist.
75005: Unable to update the XXX element
The stored procedure or the stored query is currently used. To update this element, disconnect the users.
75006: Set of procedures not compatible with the 64-bit servers
The set of procedures is used on a 64-bit server. In order for this set of procedures to operate, you must select "Enable the compilation errors and the 64-bit compatibility":
- On the "Análisis" tab, in the "Elemento actual" group, click "Descripción".
- Select the "Compilation" tab.
75010: cannot perform backup
This error occurs when using an invalid destination path for a backup.
75011: Cannot delete, backup in progress
This error occurs when the element that must be deleted (database or file) is currently saved.
75014: Invalid backup destination
You cannot make backup copies within the database directory.
75015: Cannot restore
Unable to restore the databases because a client is connected.
75016: Cannot restore
Unable to restore the databases because another connection has been opened toward one of the databases.
75017: Invalid backup identifier
The identifier of the backup does not exist.
75018: Cannot restore
The specified path contains no valid backup.
75019: Cannot restore server
You are using a connection to a database. To restore a server, you must use a connection without database.
75020: Unable to restore the database
An opened connection is found on the database to restore.
75021: Cannot restore
The server cannot be restored because a backup is in progress.
75100: Reconnection failed
The reconnection fails because the application has a transaction in progress. Indeed, the transaction was automatically canceled by the server when the client was disconnected.
75101: Reconnection failed
The connection fails because the application has a view or a query currently filled (with a browse operation on the started view or query).
75102: Reconnection failed
The reconnection fails because a file is locked.
75103: Reconnection failed
The reconnection failed because a file is locked in read/write.
75104: Reconnection failed
The reconnection fails because a lock in write mode was implemented and the record was modified since the disconnection.
75105: Reconnection failed
The reconnection fails because the reconnection is not supported by the server (version earlier than version 15).