FileMaker Error

Stuck on an error? Let's solve it together!

Navigate FileMaker with Confidence — Discover Solutions to Every Error!

Claris FileMaker Error List

CodeDescriptionAction Needed
-1Unknown errorRestart FileMaker. If the issue persists, reinstall the application or check for updates.
0No errorNo action needed.
1User canceled actionNo fix required as this is a user-initiated action.
2Memory errorClose other applications to free up memory or consider upgrading RAM.
3Command is unavailable (for example, wrong operating system or mode)Ensure that the command is supported in your current operating system or FileMaker mode.
4Command is unknownCheck the command spelling and syntax, refer to the FileMaker documentation.
5Command is invalid (for example, a Set Field script step does not have a calculation specified)Verify that all parameters or conditions are correctly specified.
6File is read-onlyCheck file permissions and ensure the file is not marked as read-only.
7Running out of memoryIncrease memory allocation for FileMaker or reduce the complexity of operations.
8Empty resultEnsure that the operation or query is supposed to return results.
9Insufficient privilegesAdjust user privileges or roles to allow the desired action.
10Requested data is missingEnsure all required data or parameters are provided.
11Name is not validCheck for invalid characters or formatting in names used.
12Name already existsUse a unique name or identifier.
13File or object is in useClose the file or wait until it is available.
14Out of rangeEnsure the value or index is within the acceptable range.
15Can't divide by zeroCheck calculations to avoid division by zero.
16Operation failed; request retry (for example, a user query)Retry the operation. If the error persists, check for issues in the request.
17Attempt to convert foreign character set to UTF-16 failedEnsure proper encoding in files or data being imported.
18Client must provide account information to proceedProvide necessary account information.
19String contains characters other than A-Z, a-z, 0-9 (ASCII)Remove non-ASCII characters from the string.
20Command/operation canceled by triggered scriptCheck the script for commands that may interrupt operations and adjust as necessary.
21Request not supportedCheck if the operation is supported in the current context or configuration.
100File is missingCheck the file path and ensure the file exists.
101Record is missingVerify that the record exists or handle cases where it may not.
102Field is missingEnsure that the field exists in the database.
103Relationship is missingDefine the missing relationship in the database schema.
104Script is missingEnsure the script exists or correct the script reference.
105Layout is missingCheck that the specified layout exists.
106Table is missingVerify that the table exists in the database schema.
107Index is missingRebuild or recreate the missing index.
108Value list is missingEnsure the value list exists and is properly linked.
109Privilege set is missingDefine or assign the necessary privilege set.
110Related tables are missingCheck the database relationships and ensure all related tables are present.
111Field repetition is invalidCorrect the field repetition parameters.
112Window is missingEnsure the window or dialog box is properly initialized.
113Function is missingEnsure the function exists or is correctly implemented.
114File reference is missingUpdate or correct the file reference path.
115Menu set is missingEnsure the menu set is defined and properly linked.
116Layout object is missingCheck for missing layout objects and add or redefine as necessary.
117Data source is missingSpecify or connect to the required data source.
118Theme is missingEnsure the specified theme is available or correct the theme reference.
130Files are damaged or missing and must be reinstalledReinstall the necessary files or the entire application if needed.
131Language pack files are missing (such as Starter Solutions)Reinstall the missing language pack files.
200Record access is deniedEnsure the user has sufficient privileges to access the record.
201Field cannot be modifiedCheck field permissions and ensure the field is not set to read-only.
202Field access is deniedAdjust access privileges to allow field modification or viewing.
203No records in file to print, or password doesn't allow print accessEnsure there are records to print and that the user has print permissions.
204No access to field(s) in sort orderModify the sort order to include fields the user has access to.
205User does not have access privileges to create new records; import will overwrite existing dataGrant the user the necessary privileges to create records or adjust import settings.
206User does not have password change privileges, or file is not modifiableEnsure the user has the appropriate privileges or check the file's modifiable status.
207User does not have privileges to change database schema, or file is not modifiableProvide schema modification privileges or ensure the file is not locked.
208Password does not contain enough charactersUse a password that meets the minimum character requirements.
209New password must be different from existing oneChoose a new password that is different from the current password.
210User account is inactiveActivate the user account through the admin console or contact the administrator.
211Password has expiredUpdate the password to a new one that meets the security policies.
212Invalid user account and/or password; please try againVerify the username and password and try again.
213User account and/or password does not existCheck the user account details or create a new account if necessary.
214Too many login attemptsWait for the lockout period to expire or reset the user account.
215Administrator privileges cannot be duplicatedAvoid duplicating admin privileges; assign different privileges if necessary.
216Guest account cannot be duplicatedUse unique settings for each guest account; avoid duplication.
217User does not have sufficient privileges to modify administrator accountEnsure the user modifying the admin account has the appropriate level of privileges.
218Password and verify password do not matchRe-enter the password ensuring both fields match.
300File is locked or in useEnsure the file is not being used by another process or user.
301Record is in use by another userWait until the other user has finished or coordinate access if possible.
302Table is in use by another userCoordinate with the user or wait until the table is no longer in use.
303Database schema is in use by another userCoordinate changes with other users to avoid conflicts.
304Layout is in use by another userWait until the layout is no longer being edited by another user.
306Record modification ID does not matchRefresh the record to get the latest version before modifying.
307Transaction could not be locked because of a communication error with the hostCheck network connections and ensure the host is reachable.
308Theme is locked and in use by another userWait until the theme is no longer being edited or coordinate with the user.
400Find criteria are emptyProvide valid find criteria before executing the find operation.
401No records match the requestAdjust the search criteria to ensure it matches existing records or verify that records exist.
402Selected field is not a match field for a lookupEnsure the field specified for the lookup is correctly set as a match field in the relationship.
403Exceeding maximum record limit for trial version of FileMaker ProUpgrade to the full version to handle more records.
404Sort order is invalidCheck the sort order specification and ensure it includes only valid fields.
405Number of records specified exceeds number of records that can be omittedAdjust the number of records to omit so it does not exceed the total number of records in the result set.
406Replace/reserialize criteria are invalidReview and correct the replace or reserialize criteria.
407One or both match fields are missing (invalid relationship)Ensure both fields in the relationship are defined and accessible.
408Specified field has inappropriate data type for this operationEnsure the field's data type is compatible with the operation being performed.
409Import order is invalidCheck the import field mapping and ensure it is correctly set according to the data structure.
410Export order is invalidVerify the export field mapping is correctly configured.
412Wrong version of FileMaker Pro used to recover fileUse the correct version of FileMaker Pro to recover the file.
413Specified field has inappropriate field typeChange the field type or use a different field that matches the required type for the operation.
414Layout cannot display the resultModify the layout to ensure it can display the data type or size of the result.
415One or more required related records are not availableEnsure all necessary related records exist and are accessible.
416A primary key is required from the data source tableDefine a primary key in the data source table.
417File is not a supported data sourceUse a file format that is supported as a data source in FileMaker.
418Internal failure in INSERT operation into a fieldCheck the field constraints and data types; ensure compatibility before attempting to insert.
500Date value does not meet validation entry optionsEnsure the date value entered adheres to the defined validation rules for that field.
501Time value does not meet validation entry optionsVerify the time value matches the validation settings specified for the field.
502Number value does not meet validation entry optionsCheck that the number value conforms to the validation rules set for the field.
503Value in field is not within the range specified in validation entry optionsEnter a value within the valid range as specified in the field's validation settings.
504Value in field is not unique, as required in validation entry optionsProvide a unique value for the field, as required by its validation rules.
505Value in field is not an existing value in the file, as required in validation entry optionsEnsure the value entered exists in the designated range or list for that field.
506Value in field is not listed in the value list specified in validation entry optionSelect a value from the specified value list for the field.
507Value in field failed calculation test of validation entry optionEnsure the field value passes the specified calculation validation.
508Invalid value entered in Find modeEnter a valid value when performing a find operation.
509Field requires a valid valueEnter a value that meets the field's validation requirements.
510Related value is empty or unavailableEnsure that the related values required are available and not empty.
511Value in field exceeds maximum field sizeEnter a value that does not exceed the field's maximum size limit.
512Record was already modified by another userRefresh the record and re-apply your changes if necessary.
513No validation was specified but data cannot fit into the fieldAdjust the data to fit within the field's constraints or modify the field's size.
600Print error has occurredCheck printer settings and connections, and ensure compatibility with FileMaker.
601Combined header and footer exceed one pageReduce the size of the header and footer to fit within a single page.
602Body doesn't fit on a page for current column setupAdjust the layout or column settings to ensure the body fits within the page.
603Print connection lostRe-establish the connection to the printer and try again.
700File is of the wrong file type for importUse a compatible file type for importing into FileMaker.
706EPSF file has no preview imageUse an EPSF file that contains a preview image.
707Graphic translator cannot be foundEnsure that the necessary graphic translator software is installed and functioning correctly.
708Can't import the file, or need color monitor support to import fileUse a system with a color monitor or ensure the file format is compatible with FileMaker's import capabilities.
711Import translator cannot be foundInstall or update the required import translator module for the file type being imported.
714Password privileges do not allow the operationAdjust the password privileges to permit this operation, or use credentials with the appropriate privileges.
715Specified Excel worksheet or named range is missingVerify the Excel file contains the specified worksheet or named range and try again.
716A SQL query using DELETE, INSERT, or UPDATE is not allowed for ODBC importUse read-only queries for ODBC import and perform modifications through FileMaker scripting or functions.
717There is not enough XML/XSL information to proceed with the import or exportEnsure the XML or XSL files contain all necessary information for the operation.
718Error in parsing XML file (from Xerces)Check the XML file for errors and ensure it conforms to the expected format and schema.
719Error in transforming XML using XSL (from Xalan)Verify the XSL transformation logic is correct and the XSL file is error-free.
720Error when exporting; intended format does not support repeating fieldsModify the export process to exclude repeating fields or choose a format that supports them.
721Unknown error occurred in the parser or the transformerCheck the parser or transformer logs for specific errors and consult support if necessary.
722Cannot import data into a file that has no fieldsEnsure the target FileMaker file has fields defined prior to import.
723You do not have permission to add records to or modify records in the target tableAdjust user permissions or use an account with sufficient privileges.
724You do not have permission to add records to the target tableObtain the necessary permissions or use a different user account that has these permissions.
725You do not have permission to modify records in the target tableRequest permission changes or switch to an account with modify permissions.
726Source file has more records than the target table; not all records were importedEnsure the target table can accommodate all records or adjust the import to fit the available space.
727Target table has more records than the source file; not all records were updatedCheck the import matching criteria to ensure all records are appropriately updated.
729Errors occurred during import; records could not be importedReview the import errors provided by FileMaker and correct any issues before reattempting.
730Unsupported Excel version; convert file to the current Excel format and try againConvert the Excel file to a supported version or format before importing.
731File you are importing from contains no dataEnsure the source file contains data before attempting to import.
732This file cannot be inserted because it contains other filesExtract and insert the individual files separately.
733A table cannot be imported into itselfChoose a different target table for the import to avoid conflicts.
734This file type cannot be displayed as a pictureUse a file type that is supported for display as a picture in FileMaker.
735This file type cannot be displayed as a picture; it will be inserted and displayed as a fileAccept the file display limitation or convert the file to a compatible image format.
736Too much data to export to this format; data will be truncatedReduce the amount of data or select a format that can handle the full data size.
738The theme you are importing already existsRename the theme you are importing or delete the existing theme if updating is intended.
800Unable to create file on diskCheck disk permissions and available space; ensure the application has write access.
801Unable to create temporary file on System diskEnsure there is sufficient disk space and that permissions allow writing to the system disk.
802Unable to open fileCheck file path and permissions; ensure the file is not corrupted.
803File is single-user, or host cannot be foundEnsure the file is not set to single-user mode and check network settings for host availability.
804File cannot be opened as read-only in its current stateChange the file's access mode to allow write operations or open it with the correct permissions.
805File is damaged; use Recover commandUse the FileMaker Recover command to attempt to repair the damaged file.
806File cannot be opened with this version of FileMaker ProOpen the file with a compatible version of FileMaker Pro.
807File is not a FileMaker Pro file or is severely damagedVerify the file format and integrity; use a backup if the file is damaged beyond repair.
808Cannot open file because access privileges are damagedRestore file access privileges using a backup or admin tools if available.
809Disk/volume is fullFree up space on the disk or use a different disk with more space.
810Disk/volume is lockedUnlock the disk/volume or use a different storage medium.
811Temporary file cannot be opened as FileMaker Pro fileEnsure temporary files are being correctly managed and not corrupted.
812Exceeded host’s capacityReduce the number of connections or upgrade the host capabilities.
813Record synchronization error on networkCheck network stability and retry synchronization.
814File(s) cannot be opened because maximum number is openClose some open files or increase the file limit if possible.
815Couldn’t open lookup fileVerify the lookup file path and permissions.
816Unable to convert fileEnsure the file is in a format that FileMaker supports for conversion.
817Unable to open file because it does not belong to this solutionVerify the file association or use a file that is part of the solution.
819Cannot save a local copy of a remote fileEnsure network permissions allow for saving a local copy.
820File is being closedWait for the file to fully close before attempting other operations.
821Host forced a disconnectReconnect to the host and check for any server-side issues.
822FMI files not found; reinstall missing filesReinstall FileMaker or the missing components to restore the necessary files.
823Cannot set file to single-user; guests are connectedDisconnect all guest users before setting the file to single-user mode.
824File is damaged or not a FileMaker fileCheck the file integrity and format; use a backup if necessary.
825File is not authorized to reference the protected fileAdjust file references or permissions to include access to the protected file.
826File path specified is not a valid file pathVerify the file path for accuracy and correct format.
827File was not created because the source contained no data or is a referenceEnsure the source file contains data and is not merely a reference before attempting creation.
850Path is not valid for the operating systemAdjust the file path to conform to operating system standards.
851Cannot delete an external file from diskCheck permissions and ensure the file is not in use.
852Cannot write a file to the external storageEnsure the external storage is accessible and writable.
853One or more containers failed to transferCheck the integrity and accessibility of the containers and retry the transfer.
900General spelling engine errorCheck the spelling engine configuration and reinstall if necessary.
901Main spelling dictionary not installedInstall the main spelling dictionary from the FileMaker installation or setup.
903Command cannot be used in a shared fileEnsure the command is executed in a local file, or modify the command to comply with shared file restrictions.
905Command requires a field to be activeSelect a field before executing the command that requires field focus.
906Current file is not shared; command can be used only if the file is sharedShare the file using FileMaker sharing options and retry the command.
920Cannot initialize the spelling engineReinstall or configure the spelling engine correctly.
921User dictionary cannot be loaded for editingCheck file permissions and integrity of the user dictionary file.
922User dictionary cannot be foundEnsure the user dictionary file is in the correct location and accessible.
923User dictionary is read-onlyChange the permissions of the user dictionary file to allow write access.
951An unexpected error occurred (*)Review the application logs for more detailed information and consult FileMaker support if necessary.
952Invalid FileMaker Data API token (*)Reauthenticate or regenerate a valid Data API token.
953Maximum number of FileMaker Data API calls exceeded (*)Reduce the frequency of API calls or review the API usage limits and adjust accordingly.
954Unsupported XML grammar (*)Use supported XML grammar or refer to the FileMaker XML documentation for guidance.
955No database name (*)Specify a database name in the request or command.
956Maximum number of database sessions exceeded (*)Reduce the number of concurrent sessions or increase the session capacity settings if possible.
957Conflicting commands (*)Review the commands for conflicts and ensure only compatible commands are used together.
958Parameter missing (*)Include all required parameters in your command or API call.
959Custom Web Publishing technology is disabledEnable Custom Web Publishing in the FileMaker Server settings.
960Parameter is invalidCheck the parameter values for correctness and ensure they meet the expected format.
1200Generic calculation errorCheck the calculation for errors or unsupported operations.
1201Too few parameters in the functionAdd the required parameters to the function call.
1202Too many parameters in the functionRemove excess parameters from the function call.
1203Unexpected end of calculationEnsure the calculation is complete and correctly formatted.
1204Number, text constant, field name, or "(" expectedReview the calculation syntax and add the expected element.
1205Comment is not terminated with */Close the comment in the calculation with */ to mark its end.
1206Text constant must end with a quotation markEnsure all text constants in the calculation are correctly closed with quotation marks.
1207Unbalanced parenthesisCheck the calculation for matching opening and closing parentheses.
1208Operator missing, function not found, or "(" not expectedReview the calculation syntax for missing operators, correct function names, or misplaced parentheses.
1209Name (such as field name or layout name) is missingSpecify the missing name required for the operation.
1210Plug-in function or script step has already been registeredAvoid duplicate registrations of the same plugin or script step.
1211List usage is not allowed in this functionRemove list usage from the function where it is not supported.
1212An operator (for example, +, -, *) is expected hereInsert the missing operator at the indicated point in the calculation.
1213This variable has already been defined in the Let functionUse unique variable names within the Let function or adjust variable scope.
1214AVERAGE, COUNT, EXTEND, GETREPETITION, MAX, MIN, NPV, STDEV, SUM, and GETSUMMARY: expression found where a field alone is neededReplace expressions with a single field reference as required by the function.
1215This parameter is an invalid Get function parameterUse a valid parameter with the Get function.
1216Only summary fields are allowed as first argument in GETSUMMARYEnsure the first argument in the GETSUMMARY function is a summary field.
1217Break field is invalidChoose a valid break field for the summary or grouping operation.
1218Cannot evaluate the numberEnsure the input is a valid number and check for data type or value errors.
1219A field cannot be used in its own formulaModify the formula to avoid self-referencing the field in its own calculation.
1220Field type must be normal or calculatedEnsure the field used is either a normal or a calculated field type.
1221Data type must be number, date, time, or timestampCheck that the field or variable data type is appropriate for the operation (number, date, time, or timestamp).
1222Calculation cannot be storedAdjust the calculation options to allow it to be unstored or modify it to meet storage criteria.
1223Function referred to is not yet implementedAvoid using functions that are not implemented. Check documentation for available features.
1224Function referred to does not existUse a valid function name as per FileMaker's documentation.
1225Function referred to is not supported in this contextUse functions appropriate to the current scripting or calculation context.
1300The specified name can't be usedUse a different name that doesn't conflict with existing names or reserved words.
1301A parameter of the imported or pasted function has the same name as a function in the fileRename the parameter to avoid conflicts with existing function names in the file.
1400ODBC client driver initialization failed; make sure ODBC client drivers are properly installed
1400ODBC client driver initialization failed; make sure ODBC client drivers are properly installedVerify that the ODBC drivers are installed correctly and are compatible with your version of FileMaker.
1401Failed to allocate environment (ODBC)Ensure sufficient system resources are available and that the ODBC driver is properly configured.
1402Failed to free environment (ODBC)Check for proper closure of all ODBC connections and free up resources as necessary.
1403Failed to disconnect (ODBC)Ensure that all transactions are completed before disconnecting and check network stability.
1404Failed to allocate connection (ODBC)Check system resources and ODBC configuration; ensure there is enough memory to establish a new connection.
1405Failed to free connection (ODBC)Properly close all ODBC connections and release any associated resources correctly.
1406Failed check for SQL API (ODBC)Ensure the ODBC driver supports the SQL API being used and that the driver is up to date.
1407Failed to allocate statement (ODBC)Verify available system resources and ensure the ODBC driver configuration is correct.
1408Extended error (ODBC)Check the extended error information from the ODBC driver for more details on the error.
1409Error (ODBC)Consult the specific ODBC error code and message for troubleshooting steps.
1413Failed communication link (ODBC)Check network connections and configurations affecting ODBC operations.
1414SQL statement is too longShorten the SQL statement or break it into smaller queries.
1450Action requires PHP privilege extension (*)Enable PHP privileges for the action or operation within FileMaker Server settings.
1451Action requires that current file be remoteEnsure the file is hosted on FileMaker Server when performing actions that require remote files.
1501SMTP authentication failedVerify SMTP settings, username, and password. Ensure the SMTP server supports the authentication method used.
1502Connection refused by SMTP serverCheck the SMTP server settings, ensure the server is online, and verify that your IP or service is not blocked by the SMTP server.
1503Error with SSLVerify the SSL settings, ensure certificates are valid and correctly installed, and that the SMTP server supports the configured SSL version.
1504SMTP server requires the connection to be encryptedEnable SSL/TLS in your SMTP server settings and ensure that all data sent to the SMTP server is encrypted.
1505Specified authentication is not supported by SMTP serverChange the authentication method in the SMTP settings to one that is supported by the SMTP server.
1506Email message(s) could not be sent successfullyCheck the email content, recipient addresses, and SMTP server configuration. Ensure that the SMTP server is not experiencing issues.
1507Unable to log in to the SMTP serverConfirm the SMTP credentials and permissions. Ensure the account is active and that the server settings are correct.
1550Cannot load the plug-in, or the plug-in is not a valid plug-inEnsure the plug-in file is correct, compatible with your version of FileMaker, and properly placed in the extensions folder.
1551Cannot install the plug-in; cannot delete an existing plug-in or write to the folder or diskCheck permissions for the plug-in folder and ensure there is enough disk space. If necessary, manually remove the old plug-in.
1552-1559Returned by plug-ins; see the documentation that came with the plug-inRefer to the specific plug-in’s documentation for more detailed information about these errors.
1626Protocol is not supportedUse a protocol that is supported by the application or system configuration.
1627Authentication failedVerify authentication credentials and method used; ensure the server supports the authentication method.
1628There was an error with SSLCheck SSL configurations, certificate validity, and server settings related to SSL communication.
1629Connection timed out; the timeout value is 60 secondsIncrease the timeout setting if possible and check network stability to ensure a stable connection.
1630URL format is incorrectReview and correct the URL format according to standard URL encoding rules.
1631Connection failedCheck network connections, server status, and the accuracy of connection settings.
1632The certificate has expiredUpdate or replace the expired certificate with a valid certificate.
1633The certificate is self-signedUse a certificate from a trusted Certificate Authority (CA) or add an exception if the self-signed certificate is trusted.
1634A certificate verification error occurredVerify the certificate chain for any issues, ensure all intermediate certificates are installed, and that the root CA is trusted.
1635Connection is unencryptedEnable encryption methods such as SSL/TLS to secure the connection.

Why Choose AlaMark Technologies?

At AlaMark Technologies, we believe in empowering your business with cutting-edge FileMaker solutions that are as unique as your needs. Our dedication to excellence and innovation is evident in every project we handle, ensuring that you receive not only the best solutions but also seamless service that makes technology work for you.

With years of specialized experience, our team at AlaMark stands ready to elevate your digital infrastructure. From complex troubleshooting to custom development and proactive support, we ensure that your business not only meets but exceeds its operational capabilities. Our commitment to your success is unwavering, and by partnering with us, you're not just choosing a service provider—you're choosing a growth partner dedicated to enhancing your technological capabilities.