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 ERROR DLL HF
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 2GO
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 ENTRY IN THEFILE
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: THE ITEM NUMBER IS INCORRECT
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: 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 REGISTRATION 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: EXISTING DESCRIPTION
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 IMPOSSIBLE
The file is currently used and it cannot be re-indexed.
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 USED ITEM 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 IN USE
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 IN USE
You are trying to use an abbreviation already known by the HFSQL engine. Use an abbreviation.
70216: FILE ATTACHMENT TOO BIG
A file exceeding 4 GB was attached to a binary memo item (
HLinkMemo). The files exceeding 4 GB are not supported.
70217: UNABLE TO 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: ERROR READING 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: INCORRECT 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 PHASE SHIFT - FILE
The memo file does not correspond to the data file.
70222: TOO MANY RECORDS INQUERY
The query selects over 4 billions records. This is a limit of the HFSQL engine.
70223: IMPOSSIBLEALIAS CREATION
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 IMPOSSIBLE
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 IMPOSSIBLE
The data file used is not described in the analysis (the data file was not created by this analysis). This operation is not allowed.
70227: MODIFICATION OF A FILE NEWER THANANALYSIS
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: .FIC 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 FOR RE-INDEXATION
Insufficient RAM to re-index the data file. Perform this operation on another computer.
70233: NEGATIVE AUTOMATIC IDENTIFIER INTERD
You are trying to assign a negative value to an automatic identifier. This operation is not allowed.
70235: NO 5.5 ANALYSIS ATTACHED TOPROJECT
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 ANALYSIS IN PROGRESS
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 "Project" tab, in the "Project" group, click "Description".
- Select the "Analysis" tab.
70237: NO CURRENT CONNECTION
You are using an SQLxxxx function. You must define and establish a connection with
SQLConnect.
70238: CANCELLATION OF IMPOSSIBLEDECLARATION
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: INCORRECT HEADING INDEX
You are handling an array item. The specified subscript does not exist.
70251:ITEM SUBSCRIPT REQUIRED
You are handling an array item. Specify a subscript to perform the current operation.
70299: OPERATION INTERRUPTED BY USER
The current operation was interrupted by the user (ESC key).
70300: .FIC STRUCTURE UNKNOWN
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. Re-index the data file.
70303: INVALID FILE HEADER
The file header is invalid. The sequence of deleted records is incorrect. The data file is corrupt. Re-index the data file or use a backup.
70305: GUIDAnalysis DIFFERENT
The file was created from a different analysis.
70306: 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.
70310: .MMO STRUCTURE UNKNOWN
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: WDR REQUEST FILE CORRUPTED
The structure of the query file (.WDR) is corrupt.
Recreate the query in the query editor.
70351: QUERY FORMAT UNKNOWN
The structure of the query file (.WDR) is not recognized by the HFSQL engine.
Recreate the query in the query editor.
70400: OPERATION ONLY POSSIBLE ON 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 ONLY POSSIBLE ONBINARY 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 ONLY POSSIBLE ONMEMOS
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 ONLY POSSIBLE ONKEYS
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 AANALYSIS FILE
This operation cannot be performed on a data file described in the current analysis. See the documentation corresponding to the operation performed.
70406: SEPARATE ROUTE POSSIBLE ONLY ON CLÉ
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: NO AUTOMATIC EXECUTION OF PARAMETERIZED QUERY WHEN EXECUTING TABLEFIELD
If the query associated with the Table field has not been executed, and if no parameters have been defined for this query, the query is not executed to avoid loading too many records: the Table field 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: ERROR ON FUNCTIONPARAMETERS
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: PROPERTY VALUE OF AN UNAVAILABLE FILE
You are trying to retrieve the value of a property on a data file. This operation is not allowed. See the relevant documentation.
70551: PROPERTY VALUE OF A NON-MODIFIABLE FILE
You are trying to modify the value of a property on a data file. This operation is not allowed. See the relevant documentation.
70560: PROPERTY VALUE OF AN UNAVAILABLE ITEM
You are trying to retrieve the value of a property on an item. This operation is not allowed. See the relevant documentation.
70561: PROPERTY VALUE OF A NON-MODIFIABLE FIELD
You are trying to modify the value of a property on an item. This operation is not allowed. See the relevant documentation.
70570: PROPERTY VALUE OF AN UNAVAILABLE LINK
You are trying to retrieve the value of a property on a link. This operation is not allowed. See the relevant documentation.
70571: PROPERTY VALUE OF A NON-MODIFIABLE LINK
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 AN UNAVAILABLE CONNECTION
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: HIMPORTETEXTE: 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: HIMPORTETEXTE: 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 LOSS OF DATA
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 HEADING DESTINATION
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: DESCRIPTION 5.5 IRRECOVERABLE
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: MODIFICATIONCONFLICT
70710: MANDATORY FIELD 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: REINDEXING UNDERWAY ON THEFILE
An operation is performed on the file while this one is currently reindexed. The operation must be retried at the end of re-indexing. To find out whether a re-index operation is in progress, use
HIndexingInProgress.
70800: BLOCKING 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: AUTOMATICASSISTANCE FAILS
No value was returned by the window or procedure for automatic help. See the documentation.
70901: AUTOMATIC HELP FAILED
A wrong type of value was returned by the window or procedure for automatic help. See the documentation.
70902: AUTOMATIC HELP FAILED
An unauthorized value was returned by the window or procedure for automatic help. See the documentation.
71005: XBASE FILE COULD NOT BE OPENED
Equivalent to error 24 of HFSQL files.
72000: INCORRECT INITIALIZATION OF EXTERNAL LANGUAGE
The buffer associated with the file was not defined (bAssociate).
73000: PROBLEM LOADING A 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: ERROR DLL OLE DB
The problem is presented in details in the error message.
73500: ERROR DLL HF 5
The problem is presented in details in the error message.
73501: INCORRECT 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 found 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: CHEMIN ABSOLU
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 IN USE
The specified username is already used (by another user or by another group).
74010: GROUP NAME ALREADY IN USE
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: C/S REQUEST MULTI-SERVER INTERDITE
The files used by the query must be found on the same HFSQL server.
74016: INVALID CACHE PAGE SIZE
The size of the cache page is invalid.
74018: THE FILE DOES NOT EXIST ON SERVEUR
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: DROITPROBLEM
A problem about rights occurred. This authorization can be given by the server administrator or via the HFSQL Control Center.
74031: MODIFICATION OF INTERDITERIGHTS
This modification of rights is not allowed.
74032: MODIFICATION OF INTERDITERIGHTS
Unable to modify the rights because the database or the file does not exist.
75000: The server cannot determine whether the XXX procedure should be executed
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 be used - The procedure is used in several sets of procedures.
75001: Database not 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 during execution of stored procedure
This error occurs when the stored procedure contains WLanguage errors.
75004: Element XXX does not exist
The stored procedure or the stored query does not exist.
75005: Element XXX cannot be updated
The stored procedure or the stored query is currently used. To update this element, disconnect the users.
75006: Collection of procedures incompatible with 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 "Analysis" tab, in the "Current element" group, click "Description".
- Select the "Compilation" tab.
75010: Unable to save
This error occurs when using an invalid destination path for a backup.
75011: Unable to delete because saving 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: Restoration impossible
Unable to restore the databases because a client is connected.
75016: Restoration impossible
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: Restoration impossible
The specified path contains no valid backup.
75019: Server cannot be restored
You are using a connection to a database. To restore a server, you must use a connection without database.
75020: Unable to restore database
An opened connection is found on the database to restore.
75021: Restoration impossible
The server cannot be restored because a backup is in progress.
75100: Reconnection failure
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 failure
The connection fails because the application has a view or a query in the process of being filled (with read operations on the view or query that have started).
75102: Reconnection failure
The reconnection fails because a file is locked.
75103: Reconnection failure
The reconnection failed because a file is locked in read/write.
75104: Reconnection failure
The reconnection fails because a lock in write mode was implemented and the record was modified since the disconnection.
75105: Reconnection failure
The connection fails because reconnecting is not supported by the server (version lower than 15).