Trappable Microsoft Jet and DAO Errors

See Also

Trappable errors from the Microsoft Jet database engine can occur while an application is running, either within the development environment or as a stand-alone executable file. You can test and respond to trappable errors using the Error object.

CodeMessage

2421Syntax error in date.

2422Syntax error in string.

2423Invalid use of '.', '!', or '()'.

2424Unknown name.

2425Unknown function name.

2426Function isn't available in expressions.

2427Object has no value.

2428Invalid arguments used with domain function.

2429In operator without ().

2430Between operator without And.

2431Syntax error (missing operator).

2432Syntax error (comma).

2433Syntax error.

2434Syntax error (missing operator).

2435Extra ).

2436Missing ), ], or Item.

2437Invalid use of vertical bars.

2438Syntax error.

2439Wrong number of arguments used with function.

2440IIf function without ().

2442Invalid use of parentheses.

2443Invalid use of Is operator.

2445Expression too complex.

2446Out of memory during calculation.

2447Invalid use of '.', '!', or '()'.

2448Can't set value.

3000Reserved error <Item>; there is no message for this error.

3001Invalid argument.

3002Couldn't start session.

3003Couldn't start transaction; too many transactions already nested.

3005<Database name> isn't a valid database name.

3006Database <name> is exclusively locked.

3007Can't open library database <name>.

3008The table <name> is already opened exclusively by another user, or it is already open through the user interface and cannot be manipulated programmatically.

3009You tried to lock table <table> while opening it, but the table can't be locked because it is currently in use. Wait a moment, and then try the operation again.

3010Table <name> already exists.

3011The Microsoft Jet database engine could not find the object <name>. Make sure the object exists and that you spell its name and the path name correctly.

3012Object <name> already exists.

3013Couldn't rename installable ISAM file.

3014Can't open any more tables.

3015<Index name> isn't an index in this table. Look in the Indexes collection of the TableDef object to determine the valid index names.

3016Field won't fit in record.

3017The size of a field is too long.

3018Couldn't find field <name>.

3019Operation invalid without a current index.

3020You tried to call Update or CancelUpdate or attempted to update a Field in a recordset without first calling AddNew or Edit.

3021No current record.

3022The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.

3023AddNew or Edit already used.

3024Couldn't find file <name>.

3025Can't open any more files.

3026Not enough space on disk.

3027Can't update. Database or object is read-only.

3028Can't start your application. The workgroup information file is missing or opened exclusively by another user.

3029Not a valid account name or password.

3030<Account name> isn't a valid account name.

3031Not a valid password.

3032Can't perform this operation.

3033You don't have the necessary permissions to use the <name> object. Have your system administrator or the person who created this object establish the appropriate permissions for you.

3034You tried to commit or roll back a transaction without first using BeginTrans.

3036Database has reached maximum size.

3037Can't open any more tables or queries.

3039Couldn't create index; too many indexes already defined.

3040Disk I/O error during read.

3041Can't open a database created with a previous version of your application.

3042Out of MS-DOS file handles.

3043Disk or network error.

3044<Path> isn't a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

3045Couldn't use <name>; file already in use.

3046Couldn't save; currently locked by another user.

3047Record is too large.

3048Can't open any more databases.

3049Can't open database <name>. It may not be a database that your application recognizes, or the file may be corrupt.

3051The Microsoft Jet database engine cannot open the file <name>. It is already opened exclusively by another user, or you need permission to view its data.

3052File sharing lock count exceeded.

3053Too many client tasks.

3054Too many Memo or OLE Object fields.

3055Not a valid file name.

3056Couldn't repair this database.

3057Operation not supported on linked tables.

3058Index or primary key can't contain a Null value.

3059Operation canceled by user.

3060Wrong data type for parameter <parameter>.

3061Too few parameters. Expected <number>.

3062Duplicate output alias <name>.

3063Duplicate output destination <name>.

3064Can't open action query <name>.

3065Can't execute a select query.

3066Query must have at least one destination field.

3067Query input must contain at least one table or query.

3068Not a valid alias name.

3069The action query <name> cannot be used as a row source.

3070The Microsoft Jet database engine does not recognize <name> as a valid field name or expression.

3071This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many complicated elements. Try simplifying the expression by assigning parts of the expression to variables.

3073Operation must use an updatable query.

3074Can't repeat table name <name> in FROM clause.

3075<Message> in query expression <expression>.

3076<Name> in criteria expression.

3077<Message> in expression.

3078The Microsoft Jet database engine cannot find the input table or query <name>. Make sure it exists and that its name is spelled correctly.

3079The specified field <field> could refer to more than one table listed in the FROM clause of your SQL statement.

3080Joined table <name> not listed in FROM clause.

3081Can't join more than one table with the same name <name>.

3082JOIN operation <operation> refers to a field that isn't in one of the joined tables.

3083Can't use internal report query.

3084Can't insert data with action query.

3085Undefined function <name> in expression.

3086Couldn't delete from specified tables.

3087Too many expressions in GROUP BY clause.

3088Too many expressions in ORDER BY clause.

3089Too many expressions in DISTINCT output.

3090Resultant table not allowed to have more than one AutoNumber field.

3092Can't use HAVING clause in TRANSFORM statement.

3093ORDER BY clause <clause> conflicts with DISTINCT.

3094ORDER BY clause <clause> conflicts with GROUP BY clause.

3095Can't have aggregate function in expression <expression>.

3096Can't have aggregate function in WHERE clause <clause>.

3097Can't have aggregate function in ORDER BY clause <clause>.

3098Can't have aggregate function in GROUP BY clause <clause>.

3099Can't have aggregate function in JOIN operation <operation>.

3100Can't set field <name> in join key to Null.

3101The Microsoft Jet database engine can't find a record in the table <name> with key matching field(s) <name>.

3102Circular reference caused by <query reference>.

3103Circular reference caused by alias <name> in query definition's SELECT list.

3104Can't specify fixed column heading <value> in a crosstab query more than once.

3105Missing destination field name in SELECT INTO statement <statement>.

3106Missing destination field name in UPDATE statement <statement>.

3107Record(s) can't be added; no insert permission on <name>.

3108Record(s) can't be edited; no update permission on <name>.

3109Record(s) can't be deleted; no delete permission on <name>.

3110Couldn't read definitions; no read definitions permission for table or query <name>.

3111Couldn't create; no modify design permission for table or query <name>.

3112Record(s) can't be read; no read permission on <name>.

3113Can't update <field name>; field not updatable.

3114Can't include Memo or OLE Object when you select unique values <statement>.

3115Can't have Memo or OLE Object fields in aggregate argument <statement>.

3116Can't have Memo or OLE Object fields in criteria <criteria> for aggregate function.

3117Can't sort on Memo or OLE Object <clause>.

3118Can't join on Memo or OLE Object <name>.

3119Can't group on Memo or OLE Object <clause>.

3120Can't group on fields selected with '*' <table name>.

3121Can't group on fields selected with '*'.

3122You tried to execute a query that doesn't include the specified expression <name> as part of an aggregate function.

3123Can't use '*' in crosstab query.

3124Can't input from internal report query <name>.

3125The database engine can't find <name>. Make sure it is a valid parameter or alias name, that it doesn't include invalid characters or punctuation, and that the name isn't too long.

3126Invalid bracketing of name <name>.

3127The INSERT INTO statement contains the following unknown field name: <field name>. Make sure you've typed the name correctly, and try the operation again.

3128Specify the table containing the records you want to delete.

3129Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.

3130Syntax error in DELETE statement.

3131Syntax error in FROM clause.

3132Syntax error in GROUP BY clause.

3133Syntax error in HAVING clause.

3134Syntax error in INSERT INTO statement.

3135Syntax error in JOIN operation.

3136The LEVEL clause includes a reserved word or argument that is misspelled or missing, or the punctuation is incorrect.

3138Syntax error in ORDER BY clause.

3139Syntax error in PARAMETER clause.

3140Syntax error in PROCEDURE clause.

3141The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect.

3143Syntax error in TRANSFORM statement.

3144Syntax error in UPDATE statement.

3145Syntax error in WHERE clause.

3146ODBC – call failed.

3151ODBC – connection to <name> failed.

3154ODBC – couldn't find DLL <name>.

3155ODBC – insert on a linked table <table> failed.

3156ODBC – delete on a linked table <table> failed.

3157ODBC – update on a linked table <table> failed.

3158Couldn't save record; currently locked by another user.

3159Not a valid bookmark.

3160Table isn't open.

3161Couldn't decrypt file.

3162You tried to assign the Null value to a variable that isn't a Variant data type.

3163The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.

3164The field can't be updated because another user or process has locked the corresponding record or table.

3165Couldn't open .inf file.

3166Cannot locate the requested Xbase memo file.

3167Record is deleted.

3168Invalid .inf file.

3169The Microsoft Jet database engine could not execute the SQL statement because it contains a field that has an invalid data type.

3170Couldn't find installable ISAM.

3171Couldn't find network path or user name.

3172Couldn't open Paradox.net.

3173Couldn't open table 'MSysAccounts' in the workgroup information file.

3174Couldn't open table 'MSysGroups' in the workgroup information file.

3175Date is out of range or is in an invalid format.

3176Couldn't open file <name>.

3177Not a valid table name.

3179Encountered unexpected end of file.

3180Couldn't write to file <name>.

3181Invalid range.

3182Invalid file format.

3183Not enough space on temporary disk.

3184Couldn't execute query; couldn't find linked table.

3185SELECT INTO on a remote database tried to produce too many fields.

3186Couldn't save; currently locked by user <name> on machine <name>.

3187Couldn't read; currently locked by user <name> on machine <name>.

3188Couldn't update; currently locked by another session on this machine.

3189Table <name> is exclusively locked by user <name> on machine <name>.

3190Too many fields defined.

3191Can't define field more than once.

3192Couldn't find output table <name>.

3196The database <database name> is already in use by another person or process. When the database is available, try the operation again.

3197The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time.

3198Couldn't start session.  Too many sessions already active.

3199Couldn't find reference.

3200The record cannot be deleted or changed because table <name> includes related records.

3201You can't add or change a record because a related record is required in table <name>.

3202Couldn't save; currently locked by another user.

3203Subqueries cannot be used in the expression <expression>.

3204Database already exists.

3205Too many crosstab column headers <value>.

3206Can't create a relationship between a field and itself.

3207Operation not supported on a Paradox table with no primary key.

3208Invalid Deleted setting in the Xbase key of the Windows Registry.

3210The connection string is too long.

3211The database engine couldn't lock table <name> because it's already in use by another person or process.

3212Couldn't lock table <name>; currently in use by user <name> on machine <name>.

3213Invalid Date setting in the Xbase key of the Windows Registry.

3214Invalid Mark setting in the Xbase key of the Windows Registry.

3215Too many Btrieve tasks.

3216Parameter <name> specified where a table name is required.

3217Parameter <name> specified where a database name is required.

3218Couldn't update; currently locked.

3219Invalid operation.

3220Incorrect collating sequence.

3221Invalid settings in the Btrieve key of the Windows Registry.

3222Query can't contain a Database parameter.

3223<Parameter name> is invalid because it is too long or contains invalid characters.

3224Can't read Btrieve data dictionary.

3225Encountered a record locking deadlock while performing a Btrieve operation.

3226Errors encountered while using the Btrieve DLL.

3227Invalid Century setting in the Xbase key of the Windows Registry.

3228Selected collating sequence not supported by the operating system.

3229Btrieve–can't change field.

3230Out-of-date Paradox lock file.

3231ODBC–field would be too long; data truncated.

3232ODBC–couldn't create table.

3234ODBC–remote query timeout expired.

3235ODBC–data type not supported on server.

3238ODBC–data out of range.

3239Too many active users.

3240Btrieve–missing Btrieve engine.

3241Btrieve–out of resources.

3242Invalid reference in SELECT statement.

3243None of the import field names match fields in the appended table.

3244Can't import password-protected spreadsheet.

3245Couldn't parse field names from the first row of the import table.

3246Operation not supported in transactions.

3247ODBC – linked table definition has changed.

3248Invalid NetworkAccess setting in the Windows Registry.

3249Invalid PageTimeout setting in the Windows Registry.

3250Couldn't build key.

3251Operation is not supported for this type of object.

3252Can't open a form whose underlying query contains a user-defined function that attempts to set or get the form's RecordsetClone property.

3254ODBC – Can't lock all records.

3256Index file not found.

3257Syntax error in WITH OWNERACCESS OPTION declaration.

3258The SQL statement couldn't be executed because it contains ambiguous outer joins. To force one of the joins to be performed first, create a separate query that performs the first join and then include that query in your SQL statement.

3259Invalid field data type.

3260Couldn't update; currently locked by user <name> on machine <name>.

3261Table <name> is exclusively locked by user <name> on machine <name>.

3262Couldn't lock table <name>; currently in use by user <name> on machine <name>.

3263Invalid Database object.

3264No field defined – cannot append TableDef or Index.

3265Item not found in this collection.

3266.Can't append a Field that is already a part of a Fields collection.

3267Property can be set only when the Field is part of a Recordset object's Fields collection.

3268Can't set this property once the object is part of a collection.

3269Can't append an Index that is already a part of an Indexes collection.

3270Property not found.

3271Invalid property value.

3272Object isn't a collection.

3273Method not applicable for this object.

3274External table isn't in the expected format.

3275Unexpected error from external database driver <error number>.

3276Invalid database object reference.

3277Can't have more than 10 fields in an index.

3278The Microsoft Jet database engine has not been initialized.

3279The Microsoft Jet database engine has already been initialized.

3280Can't delete a field that is part of an index or is needed by the system.

3281Can't delete this index or table.  It is either the current index or is used in a relationship.

3282Operation not supported on a table that contains data.

3283Primary key already exists.

3284Index already exists.

3285Invalid index definition.

3286Format of memo file doesn't match specified external database format.

3287Can't create index on the given field.

3288Paradox index is not primary.

3289Syntax error in CONSTRAINT clause.

3290Syntax error in CREATE TABLE statement.

3291Syntax error in CREATE INDEX statement.

3292Syntax error in field definition.

3293Syntax error in ALTER TABLE statement.

3294Syntax error in DROP INDEX statement.

3295Syntax error in DROP TABLE or DROP INDEX.

3296Join expression not supported.

3297Couldn't import table or query. No records found, or all records contain errors.

3298There are several tables with that name. Please specify owner in the format 'owner.table'.

3299ODBC Specification Conformance Error <message>. Report this error to the developer of your application.

3300Can't create a relationship.

3301Can't perform this operation; features in this version are not available in databases with older formats.

3302Can't change a rule while the rules for this table are in use.

3303Can't delete this field. It's part of one or more relationships.

3304You must enter a personal identifier (PID) consisting of at least 4 and no more than 20 characters and digits.

3305Invalid connection string in pass-through query.

3306You've written a subquery that can return more than one field without using the EXISTS reserved word in the main query's FROM clause. Revise the SELECT statement of the subquery to request only one field.

3307The number of columns in the two selected tables or queries of a union query don't match.

3308Invalid TOP argument in select query.

3309Property setting can't be larger than 2K.

3310This property isn't supported for external data sources or for databases created with a previous version of Microsoft Jet.

3311Property specified already exists.

3312Validation rules and default values can't be placed on system or linked tables.

3313Can't place this validation expression on this field.

3314The field <name> can't contain a Null value because the Required property for this field is set to True. Enter a value in this field.

3315Field <name> can't be a zero-length string.

3316<Table-level validation text>.

3317One or more values are prohibited by the validation rule <rule> set for <name>. Enter a value that the expression for this field can accept.

3318Values specified in a TOP clause are not allowed in delete queries or reports.

3319Syntax error in union query.

3320<Error> in table-level validation expression.

3321No database specified in connection string or IN clause.

3322Crosstab query contains one or more invalid fixed column headings.

3323The query cannot be used as a row source.

3324The query is a DDL query and cannot be used as a row source.

3325Pass-through query with ReturnsRecords property set to True did not return any records.

3326This Recordset is not updatable.

3334Can be present only in version 1.0 format.

3336Btrieve: Invalid IndexDDF option in initialization setting.

3337Invalid DataCodePage option in initialization setting.

3338Btrieve: Xtrieve options aren't correct in initialization setting.

3339Btrieve: Invalid IndexDeleteRenumber option in initialization setting.

3340Query <name> is corrupt.

3341The current field must match the join key <name> in the table that serves as the 'one' side of one-to-many relationship. Enter a record in the 'one' side table with the desired key value, and then make the entry with the desired join key in the 'many-only' table.

3342Invalid Memo or OLE Object in subquery <name>.

3343Unrecognized database format <filename>.

3344The database engine does not recognize either the field <name> in a validation expression, or the default value in the table <name>.

3345Unknown or invalid field reference <name>.

3346Number of query values and destination fields aren't the same.

3349Numeric field overflow.

3350Object is invalid for operation.

3351The ORDER BY expression <expression> includes fields that aren't selected by the query. Only those fields requested in the first query can be included in an ORDER BY expression.

3352No destination field name in INSERT INTO statement <statement>.

3353Btrieve: Can't find file Field.ddf.

3354At most one record can be returned by this subquery.

3355Syntax error in default value.

3356You attempted to open a database that is already opened exclusively by user <name> on machine <name>. Try again when the database is available.

3357This query is not a properly formed data-definition query.

3358Can't open the Microsoft Jet engine workgroup information file.

3359Pass-through query must contain at least one character.

3360Query is too complex.

3361Unions not allowed in a subquery.

3362Single-row update/delete affected more than one row of a linked table. Unique index contains duplicate values.

3364Can't use Memo or OLE Object field <name> in the SELECT clause of a union query.

3365Can't set this property for remote objects.

3366Can't append a relation with no fields defined.

3367Can't append. An object with that name already exists in the collection.

3368Relationship must be on the same number of fields with the same data types.

3370Can't modify the design of table <name>. It's in a read-only database.

3371Can't find table or constraint.

3372No such index <name> on table <name>.

3373Can't create relationship. Referenced table <name> doesn't have a primary key.

3374The specified fields are not uniquely indexed in table <name>.

3375Table <name> already has an index named <name>.

3376Table <name> doesn't exist.

3377No such relationship <name> on table <name>.

3378There is already a relationship named <name> in the current database.

3379Can't create relationships to enforce referential integrity. Existing data in table <name> violates referential integrity rules in table <name>.

3380Field <name> already exists in table <name>.

3381There is no field named <name> in table <name>.

3382Size of field <name> is too long.

3383Can't delete field <name>. It's part of one or more relationships.

3384Can't delete a built-in property.

3385User-defined properties don't support a Null value.

3386Property <name> must be set before using this method.

3388Unknown function <name> in validation expression or default value on <name>.

3389Query support unavailable.

3390Account name already exists.

3393Can't perform join, group, sort, or indexed restriction. A value being searched or sorted on is too long.

3394Can't save property; property is a schema property.

3396Can't perform cascading operation. Since related records exist in table <name>, referential integrity rules would be violated.

3397Can't perform cascading operation. There must be a related record in table <name>.

3398Can't perform cascading operation. It would result in a null key in table <name>.

3399Can't perform cascading operation. It would result in a duplicate key in table <name>.

3400Can't perform cascading operation. It would result in two updates to field <name> in table <name>.

3401Can't perform cascading operation. It would cause field <name> to become Null, which is not allowed.

3402Can't perform cascading operation. It would cause field <name> to become a zero-length string, which is not allowed.

3403Can't perform cascading operation: <validation text>.

3404Can't perform cascading operation. The value entered is prohibited by the validation rule <rule> set for <name>.

3405Error <error text> in validation rule.

3406The expression you're trying to use for the DefaultValue property is invalid because <error text>. Use a valid expression to set this property.

3407The server's MSysConf table exists, but is in an incorrect format. Contact your system administrator.

3409Invalid field definition <name> in definition of index or relationship.

3411Invalid entry. Can't perform cascading operation in table <name> because the value entered is too large for field <name>.

3412Can't perform cascading update on the table because it is currently in use by another user.

3414Can't perform cascading operation on table <name> because it is currently in use.

3415Zero-length string is valid only in a Text or Memo field.

3416<reserved error alert>

3417An action query cannot be used as a row source.

3418Can't open <tablename>. Another user has the table open using a different network control file or locking style.

3419Can't open this Paradox 4.x or 5.x table because ParadoxNetStyle is set to 3.x in the Windows Registry.

3420Object is invalid or no longer set.

3421Data type conversion error.

3422Can't modify table structure. Another user has the table open.

3423You cannot use ODBC to import from, export to, or link an external Microsoft Jet or ISAM database table to your database.

3424Can't create database because the locale is invalid.

3428A problem occurred in your database. Correct the problem by repairing and compacting the database.

3429Incompatible version of an installable ISAM.

3430While loading the Microsoft Excel installable ISAM, OLE was unable to initialize.

3431This is not a Microsoft Excel 5.0 file.

3432Error opening a Microsoft Excel 5.0 file.

3433Invalid setting in Excel key of the Engines section of the Windows Registry.

3434Can't expand named range.

3435Cannot delete spreadsheet cells.

3436Failure creating file.

3437Spreadsheet is full.

3438The data being exported does not match the format described in the Schema.ini file.

3439You attempted to link or import a Microsoft Word mail merge file. Although you can export such files, you cannot link or import them.

3440An attempt was made to import or link an empty text file. To import or link a text file, the file must contain data.

3441Text file specification field separator matches decimal separator or text delimiter.

3442In the text file specification <name>, the <name> option is invalid.

3443The fixed-width specification <name> contains no column widths.

3444In the fixed width specification <name>, column <column> does not specify a width.

3445Incorrect version of the DLL file <name> was found.

3446Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for 32-bit versions) is missing. Try reinstalling the application that returned the error.

3447The Jet VBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll for 32-bit versions) failed to initialize when called. Try reinstalling the application that returned the error.

3448A call to an OLE system function was not successful. Try reinstalling the application that returned the error.

3449No country code found in the connection string.

3452You can't make changes to the design of the database at this replica.

3453You can't establish or maintain an enforced relationship between a replicated table and a local table.

3455Can't make the database replicable.

3456The object named <name> in the <name> collection cannot be made replicable.

3457You can't set the KeepLocal property for an object that is already replicated.

3458The KeepLocal property cannot be set on a database; it can be set only on the objects in a database.

3459After a database has been replicated, you cannot remove the replication features from the database.

3460The operation you attempted conflicts with an existing operation involving this member of the replica set.

3461The replication property you are attempting to set or delete is read-only and can't be changed.

3462Failure to load a DLL.

3463Can't find the .dll <name>.

3464Data type mismatch in criteria expression.

3465The disk drive you are attempting to access is unreadable.

3468Access was denied while accessing dropbox folder <name>.

3469The disk for dropbox folder <name> is full.

3470Disk failure accessing dropbox folder <name>.

3471Failure to write to the Synchronizer log file.

3472Disk full for path <name>.

3473Disk failure while accessing log file <name>.

3474Can't open the log file <name> for writing.

3475Sharing violation while attempting to open log file <name> in Deny Write mode.

3476Invalid dropbox path <name>.

3477Dropbox address <name> is syntactically invalid.

3478The replica is not a partial replica.

3479Can't designate a partial replica as the Design Master for the replica set.

3480The relationship <name> in the partial filter expression is invalid.

3481The table name <name> in the partial filter expression is invalid.

3482The filter expression for the partial replica is invalid.

3483The password supplied for the dropbox folder <name> is invalid.

3484The password used by the Synchronizer to write to a destination dropbox folder is invalid.

3485The object can't be replicated because the database is not replicated.

3486You can't add a second Replication ID AutoNumber field to a table.

3487The database you are attempting to replicate can't be converted.

3488The value specified is not a ReplicaID for any member in the replica set.

3489The object specified can't be replicated because it is missing a necessary resource.

3490Can't create a new replica because the <name> object in <name> container could not be replicated.

3491The database must be opened in exclusive mode before it can be replicated.

3492The synchronization failed because a design change could not be applied to one of the replicas.

3493Can't set the specified Registry parameter for the Synchronizer.

3494Unable to retrieve the specified Registry parameter for the Synchronizer.

3495There are no scheduled synchronizations between the two Synchronizers.

3496Replication Manager cannot find the ExchangeID in the MSysExchangeLog table.

3497Unable to set a schedule for the Synchronizer.

3499Can't retrieve the full path information for a member of the replica set.

3500You cannot specify two different Synchronizers to manage the same replica.

3502The Design Master or replica is not being managed by a Synchronizer.

3503The Synchronizer's Registry has no value set for the key you queried.

3504The Synchronizer ID does not match an existing ID in the MSysTranspAddress table.

3506The Synchronizer is unable to open the Synchronizer log.

3507Failure writing to the Synchronizer log.

3508There is no active transport for the Synchronizer.

3509Could not find a valid transport for this Synchronizer.

3510The member of the replica set you are attempting to synchronize is currently being used in another synchronization.

3512Failed to read the dropbox folder.

3513Failed to write to the dropbox folder.

3514Synchronizer could not find any scheduled or on-demand synchronizations to process.

3515The Microsoft Jet database engine could not read the system clock on your computer.

3516Could not find transport address.

3517Synchronizer could not find any messages to process.

3518Could not find Synchronizer in the MSysTranspAddress table.

3519Failed to send a message.

3520The replica name or ID does not match a currently managed member of the replica set.

3521Two members of the replica set cannot be synchronized because there is no common point to start the synchronization.

3522Synchronizer cannot find the record of a specific synchronization in the MSysExchangeLog table.

3523Synchronizer cannot find a specific version number in the MSysSchChange table.

3524The history of design changes in the replica does not match the history in the Design Master.

3525Synchronizer could not access the message database.

3526The name selected for the system object is already in use.

3527The Synchronizer or Replication Manager could not find the system object.

3528There is no new data in shared memory for the Synchronizer or Replication Manager to read.

3529The Synchronizer or Replication Manager found unread data in the shared memory. The existing data will be overwritten.

3530The Synchronizer is already serving a client.

3531The wait period for an event has timed out.

3532Synchronizer could not be initialized.

3533The system object used by a process still exists after the process has stopped.

3534Synchronizer looked for a system event but did not find one to report to the client.

3535Client has asked the Synchronizer to terminate operation.

3536Synchronizer received an invalid message for a member of the replica set that it manages.

3538Cannot initialize Synchronizer because there are too many applications running.

3539A system error has occurred or your swap file has reached its limit.

3540Your swap file has reached its limit or is corrupted.

3541Synchronizer could not be shut down properly and is still active.

3542Process stopped when attempting to terminate Synchronizer client.

3543Synchronizer has not been set up.

3544Synchronizer is already running.

3545The two replicas you are attempting to synchronize are from different replica sets.

3546The type of synchronization you are attempting is not valid.

3547Synchronizer could not find a replica from the correct set to complete the synchronization.

3548GUIDs do not match or the requested GUID could not be found.

3549The file name you provided is too long.

3550There is no index on the GUID column.

3551Unable to delete the specified Registry parameter for the Synchronizer.

3552The size of the Registry parameter exceeds the maximum allowed.

3553The GUID could not be created.

3555All valid nicknames for replicas are already in use.

3556Invalid path for destination dropbox folder.

3557Invalid address for destination dropbox folder.

3558Disk I/O error at destination dropbox folder.

3559Failure to write because destination disk is full.

3560The two members of the replica set you are attempting to synchronize have the same ReplicaID.

3561The two members of the replica set you are attempting to synchronize are both Design Masters.

3562Access denied at destination dropbox folder.

3563Fatal error accessing a local dropbox folder.

3564Synchronizer can't find the source file for messages.

3565There is a sharing violation in the source dropbox folder because the message database is open in another application.

3566Network I/O error.

3567Message in dropbox folder belongs to the wrong Synchronizer.

3568Synchronizer could not delete a file.

3569This member of the replica set has been logically removed from the set and is no longer available.

3571The attempt to set a column in a partial replica violated a rule governing partial replicas.

3572A disk I/O error occurred while reading or writing to the TEMP directory.

3574The ReplicaID for this member of the replica set was reassigned during a move or copy procedure.

3575The disk drive you are attempting to write to is full.

3576The database you are attempting to open is already in use by another application.

3577Can't update replication system column.

3578Failure to replicate database; can't determine whether the database is open in exclusive mode.

3581Can't open replication system table <name> because the table is already in use.

3583Cannot make the <name> object in <name> container replicable.

3584Insufficient memory to complete operation.

3586Syntax error in partial filter expression on table <name>.

3587Invalid expression in the ReplicaFilter property.

3588Error when evaluating the partial filter expression.

3589The partial filter expression contains an unknown function.

3592You can't replicate a password-protected database or set password protection on a replicated database.

3593You can't change the data master attribute for the replica set.

3594You can't change the data master attribute for the replica set. It allows data changes only at the Design Master.

3595The system tables in your replica are no longer reliable and the replica should not be used.

3605Synchronizing with a non-replicated database is not allowed. The <name> database is not a Design Master or replica.

3607The replication property you are attempting to delete is read-only and cannot be removed.

3608Record length is too long for an indexed Paradox table.

3609No unique index found for the referenced field of the primary table.

3610Same table <table> referenced as both the source and destination in a make-table query.

3611Can’t execute data definition statements on linked data sources.

3612Multi-level GROUP BY clause is not allowed in a subquery.

3613Can’t create a relationship on linked ODBC tables.

3614GUID not allowed in Find method criteria expression.

3615Type mismatch in JOIN expression.

3616Updating data in a linked table is not supported by this ISAM.

3617Deleting data in a linked table is not supported by this ISAM.

3618Exceptions table could not be created on import/export.

3619Records could not be added to exceptions table.

3620The connection for viewing your linked Microsoft Excel worksheet was lost.

3621Can’t change password on a shared open database.

3622You must use the dbSeeChanges option with OpenRecordset when accessing a SQL Server table that has an IDENTITY column.

3623Cannot access the FoxPro 3.0 bound DBF file <filename>.

3624Couldn’t read the record; currently locked by another user.

3625The text file specification <name> does not exist. You can’t import, export, or link using the specification.

3626The operation failed. There are too many indexes on table <name>. Delete some of the indexes on the table and try the operation again.

3627Cannot find the executable file for the Synchronizer (mstran35.exe).

3628Partner replica is not managed by a Synchronizer.

3629This Synchronizer and Synchronizer <name> have the same File System dropbox – <name>.

3631Invalid table name in filter.

3632Remote Synchronizer is not configured for remote synchronization.

3633Can't load DLL <name>.

3634Cannot create a replica using a partial replica.

3635Cannot create partial replica of a workgroup information file.

3636Cannot populate the replica or change the replica's filter because the replica has conflicts or data errors.

3637Cannot use the crosstab of a non-fixed column as a subquery.

3638You cannot make a database replicable that is being used by a program that controls modification.

3639Cannot create a replica of a workgroup information file.

3640The fetch buffer was too small for the amount of data you requested.

3641There are fewer records remaining in the Recordset than you requested.

3642A cancel was performed on the operation.

3643One of the records in the Recordset was deleted by another process.

3645One of the binding parameters is incorrect.

3646The specified row length is shorter than the sum of the column lengths.

3647A column requested is not being returned to the Recordset.

3648Cannot synchronize a partial replica with another partial replica.

3649The language-specific code page was not specified or could not be found.

3650Internet is too slow.

3651Invalid Internet address.

3652Internet login failure.

3653Internet not set up.

3656Error in evaluating a partial expression.

3660Requested exchange failed because <description>.