Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

listing of error codes?

Status
Not open for further replies.

machtenx

IS-IT--Management
Dec 2, 2003
54
US
is there somewhere anyone knows that these are listed with what they mean?
 
Are you referring to the error codes that filemaker returns when working with the database (error 401 - empty found set, error 0 - completed OK, etc..) or are you talking about windows/mac errors?

The other error codes are all listed in the online help in Filemaker. Go to Help and Contents and search on the word error.

HTH

Im Steven B
 
I'm talking the error codes returned while working with Filemaker to be used in scripting
 
are in help files:
Code:
Error codes:

-1	Unknown error	
0	No error	
1	User canceled action
2	Memory error	
3	Command is unavailable (for example, wrong operating system, wrong mode, etc.)
4	Command is unknown	
5	Command is invalid (for example, a Set Field script step does not have a calculation specified)
100	File is missing	
101	Record is missing
102	Field is missing	
103	Relationship is missing	
104	Script is missing	
105	Layout is missing	
200	Record access is denied	

201	Field cannot be modified
202	Field access is denied	
203	No records in file to print or password doesn't allow print access	
204	No access to field(s) in sort order	
205	Cannot create new records; import can overwrite existing data	
206	Cannot change password or file is not modifiable	
207	Cannot access field definitions or file is not modifiable	
300	The file is locked or in use
301	Record is in use by another user
302	Script definitions are in use by another user	

303	Paper size is in use by another user 
304	Password definitions are in use by another user
305	Relationship or value list definitions are in use by another user
400	Find criteria is empty	
401	No records match the request
402	Selected field is not a match field for a lookup	
403	Exceeding maximum record limit for trial version of FileMaker Pro	
404	Sort order is invalid	
405	Number of records specified exceeds number of records that can be omitted	

406	Replace/Reserialize criteria is invalid	
407	One or both match fields are missing (invalid relationship)	
408	Specified field has inappropriate data type for this operation
409	Import order is invalid 	
410	Export order is invalid 		
411	Cannot perform delete because related records cannot be deleted 	
412	Wrong version of FileMaker Pro used to recover file	
500	Date value does not meet validation entry options
501	Time value does not meet validation entry options

502	Number value does not meet validation entry options
503	Value in field is not within the range specified in validation entry options 
504	Value in field is not unique as required in validation entry options 	
505	Value in field is not an existing value in the database as required in validation entry options
506	Value in field is not listed on the value list specified in validation entry option 	
507	Value in field failed calculation test of validation entry option

508	Invalid value entered in Find mode 	
509	Field requires a valid value
510	Related value is empty or unavailable
511	Value in field exceeds maximum number of allowed characters
600	Print error has occurred	
601	Combined header and footer exceed one page 	
602	Body doesn't fit on a page for current column setup 	
603	Print connection lost 	
700	File is of the wrong file type for import
701	Data Access Manager can't find database extension file 
702	The Data Access Manager was unable to open the session	

703	The Data Access Manager was unable to open the session; try later	
704	Data Access Manager failed when sending a query 	
705	Data Access Manager failed when executing a query 	
706	EPSF file has no preview image 	
707	Graphic translator cannot be found 	
708	Can't import the file or need color computer to import file	
709	QuickTime movie import failed 
710	Unable to update QuickTime file reference because the database is read-only 	
711	Import translator can not be found 

712	XTND version is incompatible 	
713	Couldn't initialize the XTND system 
714	Password privileges do not allow the operation	
715	Specified Excel worksheet or named range is missing	
716	A SQL query using DELETE, INSERT, or UPDATE is not allowed for ODBC import	
717	There is not enough XML/XSL information to proceed with the import or export
718	Error in parsing XML file (from Xerces)
719	Error in Transforming XML using XSL (from Xalan)
720	Error when exporting; intended document format does not support repeating fields

721	Unknown error occurred in the parser or the transformer
800	Unable to create file on disk
801	Unable to create temporary file on System disk	
802	Unable to open file 	
803	File is single user or host cannot be found	
804	File cannot be opened as read-only in its current state 	
805	File is damaged; use Recover command	
806	File cannot be opened with this version of FileMaker Pro 	
807	File is not a FileMaker Pro file or is severely damaged 	
808	Cannot open file because access privileges are damaged	

809	Disk/volume is full 	
810	Disk/volume is locked 	
811	Temporary file cannot be opened as FileMaker Pro file	
812	Cannot open the file because it exceeds host capacity 	
813	Record Synchronization error on network	
814	File(s) cannot be opened because maximum number is open
815	Couldn't open lookup file 
816	Unable to convert file 	
817	Unable to open file because it does not belong to this solution
818	FileMaker Pro cannot network for some reason	

900	General spelling engine error 	
901	Main spelling dictionary not installed 	
902	Could not launch the Help system 
903	Command cannot be used in a shared file 
904	Command can only be used in a file hosted under FileMaker Server
905	No active field selected, command can only be used if there is an active field
950	Adding repeating related fields is not supported
951	An unexpected error occurred
952	Email error message, mail format not found
953	Email error message, mail value missing

971	The user name is invalid
972	The password is invalid
973	The database is invalid
974	Permission denied
975	The field has restricted access
976	Security is disabled
977	Invalid client IP address (for the IP restriction feature)
978	The number of allowed guests has been exceeded 
	(for the 10 guest limit over a 12-hour period)

Copyright © 1994 - 2002 FileMaker, Inc. All Rights Reserved.
All the best!

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top