|
|
 |
|
|
|
E-Tech Recovery Damaged/Corrupt File Repair or Data Conversion Service:
Please send us your damaged/corrupted file for a FREE No-Obligation Evaluation by our qualified engineers by clicking here or sending us an email at etech@etechrecovery.com. After you submit a request, we will send you details to send us your file via FTP. If we can repair your file, we will send you a quote and you can decide if you want to go ahead with the recovery.
To view our Privacy policy click here.
| 2765 |
| Visual Basic can't convert the data type of one of the arguments you entered.You tried to run a Visual Basic procedure that executes a method or sets a property of an object.@Check the component's documentation for information on the properties and methods it makes available for Automation operations. |
| 2766 |
| The object doesn't contain the Automation object '|.'You tried to run a Visual Basic procedure to set a property or method for an object. However, the component doesn't make the property or method available for Automation operations.@Check the component's documentation for information on the properties and methods it makes available for Automation operations. |
| 2767 |
| The object doesn't support American English; it was developed using a different language.@Use a version of the object developed in Visual Basic that supports the language you are using. |
| 2768 |
| The number you used to reference an element in the array is outside the bounds of the array.@For example, the array is from 0 through 10, and you entered a -1 or an 11.@Check the component's documentation for information on the properties and methods it makes available for Automation operations. |
| 2769 |
| A property of the Automation object requires or returns a data type that isn't supported by Visual Basic.You tried to run a Visual Basic procedure that references an Automation object's property. However, the value of the property isn't supported by Visual Basic.@Check the component's documentation for information on the properties and methods it makes available for Automation operations. |
| 2770 |
| The object you referenced in the Visual Basic procedure as an OLE object isn't an OLE object. |
| 2771 |
| The bound or unbound object frame you tried to edit doesn't contain an OLE object.@Use the Object command on the Insert menu to add an OLE object to the bound or unbound object frame.09360 |
| 2774 |
| The component doesn't support Automation.You tried to run a Visual Basic procedure that references an Automation object.@Check the component's documentation for information on whether it supports Automation. |
| 2775 |
| You specified too many arguments in the Visual Basic procedure, or there isn't enough memory to run the procedure.@Specify fewer arguments, or close unneeded programs, and then try to run the procedure again.For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'. |
| 2777 |
| The class argument in the CreateObject function of the Visual Basic procedure you're trying to run is invalid.@Try one of the following:* Make sure the file is installed on your computer and that you used the correct file name.* Check the OLE server's documentation for information about the syntax to use when specifying an OLE object's data.010851 |
| 2778 |
| Microsoft Access tried to create an OLE link, but there was no source document for this object. |
| 2782 |
| You must specify a property or method for the object.You tried to run a Visual Basic procedure that references and sets a property or method for the object.@Enter a property or method for the object.@606968 |
| 2783 |
| You entered an invalid setting for the Action property.@Use one of the Microsoft Access intrinsic constants for the Action property.For a list of valid settings you can use with the Action property, click Help.2@606967 |
| 2784 |
| The path you entered for the SourceDoc property setting for a linked OLE object is too long.@Move the file to a location with a shorter path.@606973 |
| 2785 |
| The OLE server wasn't able to open the object. The OLE server may not be installed.* You may have specified an invalid setting for the SourceDoc or SourceItem property in a property sheet, a macro, or a Visual Basic procedure.@To see the valid settings for either of these properties, search the Help index for the property topic.@606973 |
| 2786 |
| The OLE server doesn't support linking.You tried to run a Visual Basic procedure using the Action property. However, you provided insufficient information to establish a link. |
| 2788 |
| The | object isn't a linked object.@The property you tried to set in Visual Basic applies only to linked objects. |
| 2790 |
| You can't embed an OLE object into a bound or unbound object frame if the OLETypeAllowed property for the bound or unbound object frame is set to Linked.@Insert a linked object, or set the OLETypeAllowed property to Embedded or Either, and then embed the object.@606439 |
| 2791 |
| Microsoft Access can't link the OLE object or the bound or unbound object frame.@The OLETypeAllowed property for the bound or unbound object frame is set to Embedded.@Embed the object, or set the OLETypeAllowed property to Linked or Either, and then link the object.@606439 |
| 2792 |
| You can't save a locked OLE object. |
| 2793 |
| Microsoft Access can't perform the operation specified in the Action property of the Visual Basic procedure you're trying to run.@The object frame may be locked or disabled.@Set the Locked property to No and the Enabled property to Yes. |
| 2794 |
| The ActiveX control you tried to insert isn't registered.@For information on registering an ActiveX control, click Help.2@212639 |
| 2797 |
| This OLE object was created in an earlier version of OLE so it can't be displayed as an icon.@For an effect similar to displaying an object as an icon, add an image control to your form, and add the icon for the application to the image control. Then set the image control's OnDblClick property to a Visual Basic procedure that opens the OLE object. |
| 2798 |
| You can't use the Action property to delete a bound OLE object from its underlying table or query.You tried to run a Visual Basic procedure that deletes the object in a bound object frame by setting the Action property to acOLEDelete.@Delete the object in a different way, such as with the DAO Delete method in Visual Basic.@613790 |
| 2799 |
| The OLE object can't be activated upon receiving the focus.If you selected an OLE object or a chart, and the AutoActivate property for that control is set to GetFocus, the OLE object or chart should be activated automatically when it receives the focus. However, the ActiveX component doesn't support this operation.@Check the component's documentation for information on the properties and methods it makes available to Automation operations. |
| 2800 |
| The object is locked, so any changes you make will be discarded when the form is closed.@Click Save As on the File menu and save the object under a different name. |
| 2801 |
| The OLE object isn't loaded because the unbound ActiveX control hasn't been initialized.109015 |
| 2802 |
| You can't insert an ActiveX control in a bound or unbound object frame.@ActiveX controls are automatically contained in ActiveX control frames. |
| 2803 |
| You don't have the license required to use this ActiveX control.You tried to open a form containing an OLE object or an ActiveX control or you tried to create an ActiveX control.@To obtain the appropriate license, contact the company that provides the licensed OLE object or ActiveX control. |
| 2804 |
| You can't create an ActiveX control in an unbound object frame.@ActiveX controls are automatically contained in ActiveX control frames.@211711 |
| 2805 |
| There was an error loading an ActiveX control on one of your forms or reports.@Make sure all the controls that you are using are properly registered. For information on registering an ActiveX control, click Help.2@212639 |
| 2806 |
| Microsoft Access doesn't support this ActiveX control. |
| 2807 |
| You can't paste this object as the type you specified.@Choose another object type. |
| 2808 |
| Microsoft Access can't find the Active Accessibility dynamic-link library (DLL) OleAcc.@Rerun the Microsoft Access Setup program.3 |
| 2811 |
| Microsoft Access is unable to create the data access page. |
| 2812 |
| |@The path specified was invalid, or may be too long.@Please check the path and ensure it is correct. |
| 2813 |
| |@The file could not be opened. It may currently be in use. |
| 2814 |
| |@Unable to save the file. |
| 2815 |
| |@Unable to save the file to an alternate location. |
| 2816 |
| |@Unable to close the file. |
| 2817 |
| Microsoft Access is unable to save (or send) the data access page. |
| 2818 |
| Microsoft Access is unable to retrieve the file: |.@Either the file is not available, or you do not have enough disk space to copy the file. |
| 2819 |
| Microsoft Access is unable to open the data access page. |
| 2820 |
| Microsoft Access is unable to change the BASE HREF for your document. |
| 2822 |
| Microsoft Access encountered an unexpected error while attempting to recover from a failed save (or send).Your data access page may not be in a usable state. Please attempt to save to a different location. |
| 2823 |
| The Microsoft Access data access page name '|' is misspelled or refers to a Page that doesn't exist.If the invalid Page name is in a macro, an Action Failed dialog box will display the macro name and the macro's arguments after you click OK. Open the Macro window, and enter the correct Page name. |
| 2824 |
| |You do not have adequate file permissions. |
| 2825 |
| |@The file does not exist, or you do not have read access to the file. |
| 2828 |
| |@File write error.@The disk may be full. |
| 2832 |
| |@Check file permissions and delete them from their location in your computer's file system. |
| 2833 |
| |@An unexpected error has occurred. |
| 2835 |
| |@An attempt to create this file has failed.@Please select another location and retry the operation. |
| 2837 |
| |@There was not enough memory.@Please close other applications and try the operation again. |
| 2838 |
| Microsoft Access is unable to preview the selected theme. |
| 2839 |
| |@An attempt to create a temporary file has failed.@Please confirm that you have adequate disk space on your system drive and try the operation again. |
| 2840 |
| |@Unable to read the list of supporting files from the data access page. |
| 2842 |
| Microsoft Access encountered an error after saving (or sending) your data access page. |
| 2845 |
| Microsoft Access is unable to open the data access page from the mail envelope. |
| 2846 |
| |@The save destination is full.@Please clear space at the destination or save to another location. |
| 2847 |
| |@Unable to create a folder for the supporting files.You may not have adequate permissions at the save destination. |
| 2848 |
| |@The maximum path length was exceeded.@Please specifiy a shorter filename, or use a folder that is closer to the root. |
| 2849 |
| |@There are too many supporting files in your document.@Please remove a few supporting files from your document, and try again. |
| 2850 |
| |You do not have write permission at the save destination. |
| 2851 |
| |You are saving to a server that does not support long filenames and do not have permission to create a folder.You must have permission to create a folder at the save destination to complete this operation. |
| 2854 |
| Microsoft Access was unable to parse the document properties for this data access page.@They may be corrupted. |
| 2855 |
| Microsoft Access could not delete one or more files related to the page. |
| 2859 |
| Access could not load the e-mail envelope. This could be caused by a network connection problem or a problem with your Office installation. |
| 2860 |
| You cannot insert a bound field to a caption or record navigation section. |
| 2861 |
| Microsoft Access is unable to preview the selected web page. |
| 2862 |
| |@The file you attempted to load was not recognized as HTML.You may have selected the wrong file, or tried to open a database file off of a web server. |
| 2863 |
| |@Unable to create or load a file due to network or access permission problems. |
| 2864 |
| |@This file (or a supporting file) is already in use, or has the read-only attribute set. |
| 2865 |
| |@The disk is write-protected. |
| 2866 |
| |@Unexpected data corruption failure. |
| 2867 |
| |@Unexpected data I/O failure. |
| 2868 |
| |You cannot save this data access page over itself because it is read-only.@Please select a different file for the save. |
| 2869 |
| |@The file does not exist.You do not have adequate permission to modify the data access page link to point to a valid file. Please contact the database administrator. |
| 2870 |
| Microsoft Access encountered an error synchronizing the HTML from the Microsoft Script Editor.@Please check the HTML for syntax errors and try again. |
| 2871 |
| Microsoft Access is unable to create a data access page using the codepage selected in Web Options.@The codepage may not be installed on your system.@Please install the codepage, or select a different one in Web Options. |
| 2873 |
| |@The filename specified is a long filename, but you have the 'use long filenames' web option turned off.@Please specify a file name that uses a maximum of eight characters for the name and three characters for the file extension. |
| 2874 |
| Cannot move or paste the grouping field '|' into a section at a higher group level |
| 2875 |
| |@Unable to complete the save.@The drive or network connection you attempted to save to may no longer be available. |
| 2876 |
| The data definition of this data access page has been corrupted and can't be repaired. You must recreate the page. Save has been disabled. |
| 2877 |
| In a Microsoft Access database (.mdb), you can't group on a control bound to a field that has a Memo or OLE Object data type. In a Microsoft Access project (.adp), you can't group on a control bound to a field that has an Image or Text data type. |
| 2878 |
| You cannot add a bound field to a caption or record navigation section. |
| 2879 |
| Caption and record navigation sections cannot contain bound fields. |
| 2880 |
| Can't edit pages that contain framesets. |
| 2881 |
| This web page contains XML namespaces that may conflict with Access namespaces. You should edit the HTML source to ensure that all namespaces have a unique prefix. |
| 2882 |
| |@The folder that this Web page would use to organize supporting files is already reserved for use in the current location.@Please choose a different name or location for this Web page. |
| 2883 |
| A supporting file path for this data access page has been altered outside of Access.@Please save this page to a different location and ensure that all supporting files are maintained. |
| 2884 |
| Cannot find the database or some database objects that this page refers to. Update the connection information of the page, or fix the references to the missing database objects. |
| 2885 |
| This page uses a database which is not supported. You will not be able to make data changes until you connect to a supported database |
| 2886 |
| Components necessary for data access pages are not installed. |
| 2887 |
| |@The path specified is not a valid absolute (non-relative) path or URL.@Please enter a valid path. |
| 2888 |
| Microsoft Access detects some HTML elements between the banner and the section of your data access page. Saving this page in Access will corrupt it. Close the page without saving it, and then edit the page in another HTML editor to remove these elements. |
| 2889 |
| This section cannot be deleted. |
| 2890 |
| You cannot edit this page because it contains frames.@The data access page designer cannot edit pages with frames. |
| 2892 |
| You can't move the group filter control to another section. Delete the group filter control from the current section and create it in a different section. |
| 2893 |
| A link to this data access page could not be created because the database cannot be exclusively locked.@To create the link later, open the page by selecting 'Edit web page that already exists', and then save. |
| 2894 |
| The link to the data access page specified could not be updated because the database cannot be exclusively locked.@To update the link, open this page again when you are the only person using the database. |
| 2895 |
| This page was designed with a later version of the Microsoft Office Web Components than those currently installed on your machine. If you have not been prompted to install those components on this page, please contact the page author for the installation location. |
| 2896 |
| The operation is only valid on a data access page opened in Design View.@Please switch the page to Design View and try the operation again. |
| 2897 |
| You have opened a page that was last designed using Access 2000. The page must be saved using Office XP Office Web Components before you can edit this document.Would you like to convert this page? |
| 2898 |
| Microsoft Access has created a backup copy of your original page. This page can be used if you want to revert to the Office 2000 Web Components.The backup page name is: '|' |
| 2899 |
| Microsoft Access could not create a backup copy of your original page. This page cannot be opened. |
| 2900 |
| Microsoft Access could not upgrade the Office Web Components on your page. This page cannot be opened. |
| 2901 |
| Error loading ActiveX control '|1' on form or report '|2'. |
| 2902 |
| Access is unable to save the | object because it does not support persistence, or your computer may have run out of disk space. |
| 2903 |
| Do you want to set this folder as the default location for data access pages?@|9 |
| 2904 |
| You must match each field on the left with a field on the right. |
| 2905 |
| You must choose a linking field for every parameter. |
| 2906 |
| '|' contains no fields that can participate in a relationship. |
| 2907 |
| Do you want to revert to the saved '|'?@9 |
| 2908 |
| The Control ID '|' is already in use. Specify a different ID for the control. |
| 2909 |
| This relationship is not valid because the fields in the first table do not match the fields in the second table.@To repair the relationship, select at least one field from each table. |
| 2910 |
| This connection file refers to a provider not supported by data access pages.@Please select a different connection file. |
| 2911 |
| You cannot change the data access page path while it it open.@Please close the page and try again. |
| 2912 |
| If you create a data access page in this version of Microsoft Access, you can't open it in Design view in Access 2000. However, you can open the page in Page view in Access 2000, if you have installed the Microsoft Office XP Web Components.@&Don't show this warning again3 |
| 2913 |
| Cannot save to a URL address with a bookmark.@Please specify a valid path. |
| 2914 |
| Microsoft Access could not link to a connection file.@A connection string will be embedded in the page. |
| 2915 |
| Microsoft Access is unable to connect to the data source specified in the connection string of this page.@The server may not exist on the network, or there may be an error in the connection string information for this page. |
| 2916 |
| You cannot edit HTML pages created using PowerPoint in Microsoft Access. |
| 2917 |
| Invalid HTML color value. |
| 2918 |
| Unable to open or read this connection file.@Either the file has been damaged or the file format is not valid. |
| 2919 |
| You can't place this control in the section you specified. |
| 2920 |
| Microsoft Access is unable to load the database schema. Save has been disabled. Either repair or reinstall Microsoft Office XP. |
| 2921 |
| Microsoft Access cannot open this page because it was created using a newer version of Access. Try opening the page using a newer version of Microsoft Access. |
| 3000 |
| Reserved error (|); there is no message for this error.2@5363 |
| 3002 |
| Could not start session. |
| 3003 |
| Could not start transaction; too many transactions already nested. |
| 3005 |
| '|' is not a valid database name. |
| 3006 |
| Database '|' is exclusively locked. |
| 3007 |
| Cannot open library database '|'. |
| 3008 |
| The table '|' is already opened exclusively by another user, or it is already open through the user interface and cannot be manipulated programmatically. |
| 3009 |
| You tried to lock table '|' while opening it, but the table cannot be locked because it is currently in use. Wait a moment, and then try the operation again. |
| 3010 |
| Table '|' already exists. |
| 3011 |
| The Microsoft Jet database engine could not find the object '|'. Make sure the object exists and that you spell its name and the path name correctly. |
| 3012 |
| Object '|' already exists. |
| 3013 |
| Could not rename installable ISAM file. |
| 3014 |
| Cannot open any more tables. |
| 3016 |
| Field will not fit in record. |
| 3017 |
| The size of a field is too long. |
| 3018 |
| Could not find field. |
| 3019 |
| Operation invalid without a current index. |
| 3020 |
| Update or CancelUpdate without AddNew or Edit. |
| 3022 |
| The 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. |
| 3023 |
| AddNew or Edit already used. |
| 3024 |
| Could not find file '|'. |
| 3025 |
| Cannot open any more files. |
| 3026 |
| Not enough space on disk. |
| 3027 |
| Cannot update. Database or object is read-only. |
| 3028 |
| Cannot start your application. The workgroup information file is missing or opened exclusively by another user. |
| 3029 |
| Not a valid account name or password. |
| 3030 |
| '|' is not a valid account name. |
| 3031 |
| Not a valid password. |
| 3032 |
| Cannot perform this operation. |
| 3033 |
| You do not have the necessary permissions to use the '|' object. Have your system administrator or the person who created this object establish the appropriate permissions for you. |
| 3034 |
| You tried to commit or rollback a transaction without first beginning a transaction. |
| 3035 |
| System resource exceeded. |
| 3036 |
| Database has reached maximum size. |
| 3037 |
| Cannot open any more tables or queries. |
| 3038 |
| System resource exceeded. |
| 3039 |
| Could not create index; too many indexes already defined. |
| 3040 |
| Disk I/O error during read. |
| 3041 |
| Cannot open a database created with a previous version of your application. |
| 3042 |
| Out of MS-DOS file handles. |
| 3043 |
| Disk or network error. |
| 3044 |
| '|' is not 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. |
| 3045 |
| Could not use '|'; file already in use. |
| 3046 |
| Could not save; currently locked by another user. |
| 3047 |
| Record is too large. |
| 3048 |
| Cannot open any more databases. |
| 3049 |
| Cannot open database '|'. It may not be a database that your application recognizes, or the file may be corrupt. |
| 3050 |
| Could not lock file. |
| 3051 |
| The Microsoft Jet database engine cannot open the file '|'. It is already opened exclusively by another user, or you need permission to view its data. |
| 3052 |
| File sharing lock count exceeded. Increase MaxLocksPerFile registry entry. |
| 3053 |
| Too many client tasks. |
| 3054 |
| Too many Memo, OLE, or Hyperlink Object fields. |
| 3055 |
| Not a valid file name. |
| 3056 |
| Could not repair this database. |
| 3057 |
| Operation not supported on linked tables. |
| 3058 |
| Index or primary key cannot contain a Null value. |
| 3059 |
| Operation canceled by user. |
| 3060 |
| Wrong data type for parameter '|'. |
| 3061 |
| Too few parameters. Expected |. |
| 3062 |
| Duplicate output alias '|'. |
| 3063 |
| Duplicate output destination '|'. |
| 3064 |
| Cannot open action query '|'. |
| 3065 |
| Cannot execute a select query. |
| 3066 |
| Query must have at least one destination field. |
| 3067 |
| Query input must contain at least one table or query. |
| 3068 |
| Not a valid alias name. |
| 3069 |
| The action query '|' cannot be used as a row source. |
| 3070 |
| The Microsoft Jet database engine does not recognize '|' as a valid field name or expression. |
| 3071 |
| This 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. |
| 3073 |
| Operation must use an updateable query. |
| 3074 |
| Cannot repeat table name '|' in FROM clause. |
| 3075 |
| |1 in query expression '|2'. |
| 3076 |
| | in criteria expression. |
| 3078 |
| The Microsoft Jet database engine cannot find the input table or query '|'. Make sure it exists and that its name is spelled correctly. |
| 3079 |
| The specified field '|' could refer to more than one table listed in the FROM clause of your SQL statement. |
| 3080 |
| Joined table '|' not listed in FROM clause. |
| 3081 |
| Cannot join more than one table with the same name (|). |
| 3082 |
| JOIN operation '|' refers to a field that is not in one of the joined tables. |
| 3083 |
| Cannot use internal report query. |
| 3084 |
| Cannot insert data with action query. |
| 3085 |
| Undefined function '|' in expression. |
| 3086 |
| Could not delete from specified tables. |
| 3087 |
| Too many expressions in GROUP BY clause. |
| 3088 |
| Too many expressions in ORDER BY clause. |
| 3089 |
| Too many expressions in DISTINCT output. |
| 3090 |
| Resultant table not allowed to have more than one AutoNumber field. |
| 3091 |
| HAVING clause (|) without grouping or aggregation. |
| 3092 |
| Cannot use HAVING clause in TRANSFORM statement. |
| 3093 |
| ORDER BY clause (|) conflicts with DISTINCT. |
| 3094 |
| ORDER BY clause (|) conflicts with GROUP BY clause. |
| 3095 |
| Cannot have aggregate function in expression (|). |
| 3096 |
| Cannot have aggregate function in WHERE clause (|). |
| 3097 |
| Cannot have aggregate function in ORDER BY clause (|). |
| 3098 |
| Cannot have aggregate function in GROUP BY clause (|). |
| 3099 |
| Cannot have aggregate function in JOIN operation (|). |
| 3100 |
| Cannot set field '|' in join key to Null. |
| 3101 |
| The Microsoft Jet database engine cannot find a record in the table '|2' with key matching field(s) '|1'. |
| 3102 |
| Circular reference caused by '|'. |
| 3103 |
| Circular reference caused by alias '|' in query definition's SELECT list. |
| 3104 |
| Cannot specify fixed column heading '|' in a crosstab query more than once. |
| 3105 |
| Missing destination field name in SELECT INTO statement (|). |
| 3106 |
| Missing destination field name in UPDATE statement (|). |
| 3107 |
| Record(s) cannot be added; no insert permission on '|'. |
| 3108 |
| Record(s) cannot be edited; no update permission on '|'. |
| 3109 |
| Record(s) cannot be deleted; no delete permission on '|'. |
| 3110 |
| Could not read definitions; no read definitions permission for table or query '|'. |
| 3111 |
| Could not create; no modify design permission for table or query '|'. |
| 3112 |
| Record(s) cannot be read; no read permission on '|'. |
| 3113 |
| Cannot update '|'; field not updateable. |
| 3114 |
| Cannot include Memo, OLE, or Hyperlink Object when you select unique values (|). |
| 3115 |
| Cannot have Memo, OLE, or Hyperlink Object fields in aggregate argument (|). |
| 3116 |
| Cannot have Memo, OLE, or Hyperlink Object fields in criteria (|) for aggregate function. |
| 3117 |
| Cannot sort on Memo, OLE, or Hyperlink Object (|). |
| 3118 |
| Cannot join on Memo, OLE, or Hyperlink Object (|). |
| 3119 |
| Cannot group on Memo, OLE, or Hyperlink Object (|). |
| 3120 |
| Cannot group on fields selected with '*' (|). |
| 3121 |
| Cannot group on fields selected with '*'. |
| 3122 |
| You tried to execute a query that does not include the specified expression '|' as part of an aggregate function. |
| 3123 |
| Cannot use '*' in crosstab query. |
| 3124 |
| Cannot input from internal report query (|). |
| 3125 |
| '|' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long. |
| 3126 |
| Invalid bracketing of name '|'. |
| 3127 |
| The INSERT INTO statement contains the following unknown field name: '|'. Make sure you have typed the name correctly, and try the operation again. |
| 3128 |
| Specify the table containing the records you want to delete. |
| 3129 |
| Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'. |
| 3130 |
| Syntax error in DELETE statement. |
| 3131 |
| Syntax error in FROM clause. |
| 3132 |
| Syntax error in GROUP BY clause. |
| 3133 |
| Syntax error in HAVING clause. |
| 3134 |
| Syntax error in INSERT INTO statement. |
| 3135 |
| Syntax error in JOIN operation. |
| 3136 |
| The LEVEL clause includes a reserved word or argument that is misspelled or missing, or the punctuation is incorrect. |
| 3137 |
| Missing semicolon (;) at end of SQL statement. |
| 3138 |
| Syntax error in ORDER BY clause. |
| 3139 |
| Syntax error in PARAMETER clause. |
| 3140 |
| Syntax error in PROCEDURE clause. |
| 3141 |
| The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect. |
| 3142 |
| Characters found after end of SQL statement. |
| 3143 |
| Syntax error in TRANSFORM statement. |
| 3144 |
| Syntax error in UPDATE statement. |
| 3145 |
| Syntax error in WHERE clause. |
| 3151 |
| ODBC--connection to '|' failed. |
| 3154 |
| ODBC--could not find DLL '|'. |
| 3155 |
| ODBC--insert on a linked table '|' failed. |
| 3156 |
| ODBC--delete on a linked table '|' failed. |
| 3157 |
| ODBC--update on a linked table '|' failed. |
| 3158 |
| Could not save record; currently locked by another user. |
| 3159 |
| Not a valid bookmark. |
| 3161 |
| Could not decrypt file. |
| 3162 |
| You tried to assign the Null value to a variable that is not a Variant data type. |
| 3163 |
| The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data. |
| 3164 |
| Field cannot be updated. |
| 3165 |
| Could not open .inf file. |
| 3166 |
| Cannot locate the requested Xbase memo file. |
| 3169 |
| The Microsoft Jet database engine could not execute the SQL statement because it contains a field that has an invalid data type. |
| 3170 |
| Could not find installable ISAM. |
| 3171 |
| Could not find network path or user name. |
| 3172 |
| Could not open Paradox.net. |
| 3173 |
| Could not open table 'MSysAccounts' in the workgroup information file. |
| 3174 |
| Could not open table 'MSysGroups' in the workgroup information file. |
| 3175 |
| Date is out of range or is in an invalid format. |
| 3176 |
| Could not open file '|'. |
| 3177 |
| Not a valid table name. |
| 3179 |
| Encountered unexpected end of file. |
| 3180 |
| Could not write to file '|'. |
| 3182 |
| Invalid file format. |
| 3183 |
| Not enough space on temporary disk. |
| 3184 |
| Could not execute query; could not find linked table. |
| 3185 |
| SELECT INTO on a remote database tried to produce too many fields. |
| 3186 |
| Could not save; currently locked by user '|2' on machine '|1'. |
| 3187 |
| Could not read; currently locked by user '|2' on machine '|1'. |
| 3188 |
| Could not update; currently locked by another session on this machine. |
| 3189 |
| Table '|1' is exclusively locked by user '|3' on machine '|2'. |
| 3190 |
| Too many fields defined. |
| 3191 |
| Cannot define field more than once. |
| 3192 |
| Could not find output table '|'. |
| 3196 |
| The database '|' is already in use by another person or process. When the database is available, try the operation again. |
| 3197 |
| The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time. |
| 3198 |
| Could not start session. Too many sessions already active. |
| 3199 |
| Could not find reference. |
| 3200 |
| The record cannot be deleted or changed because table '|' includes related records. |
| 3201 |
| You cannot add or change a record because a related record is required in table '|'. |
| 3202 |
| Could not save; currently locked by another user. |
| 3203 |
| Subqueries cannot be used in the expression (|). |
| 3204 |
| Database already exists. |
| 3205 |
| Too many crosstab column headers (|). |
| 3206 |
| Cannot create a relationship between a field and itself. |
| 3207 |
| Operation not supported on a Paradox table with no primary key. |
| 3208 |
| Invalid Deleted setting in the Xbase key of the Windows Registry. |
| 3210 |
| The connection string is too long. |
| 3211 |
| The database engine could not lock table '|' because it is already in use by another person or process. |
| 3212 |
| Could not lock table '|1'; currently in use by user '|3' on machine '|2'. |
| 3213 |
| Invalid Date setting in the Xbase key of the Windows Registry. |
| 3214 |
| Invalid Mark setting in the Xbase key of the Windows Registry. |
| 3215 |
| Too many Btrieve tasks. |
| 3216 |
| Parameter '|' specified where a table name is required. |
| 3217 |
| Parameter '|' specified where a database name is required. |
| 3218 |
| Could not update; currently locked. |
| 3220 |
| Incorrect collating sequence. |
| 3221 |
| Invalid settings in the Btrieve key of the Windows Registry. |
| 3222 |
| Query cannot contain a Database parameter. |
| 3223 |
| '|' is invalid because it is too long, or contains invalid characters. |
| 3224 |
| Cannot read Btrieve data dictionary. |
| 3225 |
| Encountered a record locking deadlock while performing a Btrieve operation. |
| 3226 |
| Errors encountered while using the Btrieve DLL. |
| 3227 |
| Invalid Century setting in the Xbase key of the Windows Registry. |
| 3228 |
| Selected collating sequence not supported by the operating system. |
| 3229 |
| Btrieve--cannot change field. |
| 3230 |
| Out-of-date Paradox lock file. |
| 3231 |
| ODBC--field would be too long; data truncated. |
| 3232 |
| ODBC--could not create table. |
| 3234 |
| ODBC--remote query timeout expired. |
| 3235 |
| ODBC--data type not supported on server. |
| 3238 |
| ODBC--data out of range. |
| 3239 |
| Too many active users. |
| 3240 |
| Btrieve--missing Btrieve engine. |
| 3241 |
| Btrieve--out of resources. |
| 3242 |
| Invalid reference in SELECT statement. |
| 3243 |
| None of the import field names match fields in the appended table. |
| 3244 |
| Cannot import password-protected spreadsheet. |
| 3245 |
| Could not parse field names from the first row of the import table. |
| 3246 |
| Operation not supported in transactions. |
| 3247 |
| ODBC--linked table definition has changed. |
| 3248 |
| Invalid NetworkAccess setting in the Windows Registry. |
| 3249 |
| Invalid PageTimeout setting in the Windows Registry. |
| 3250 |
| Could not build key. |
| 3251 |
| Operation is not supported for this type of object. |
| 3252 |
| Cannot open a form whose underlying query contains a user-defined function that attempts to set or get the form's RecordsetClone property. |
| 3254 |
| ODBC--Cannot lock all records. |
| 3256 |
| Index file not found. |
| 3257 |
| Syntax error in WITH OWNERACCESS OPTION declaration. |
| 3258 |
| The SQL statement could not 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. |
| 3259 |
| Invalid field data type. |
| 3260 |
| Could not update; currently locked by user '|2' on machine '|1'. |
| 3261 |
| Table '|' is exclusively locked by user '|2' on machine '|1'. |
| 3262 |
| Could not lock table |
| 3263 |
| Invalid Database object. |
| 3264 |
| No field defined--cannot append TableDef or Index. |
| 3265 |
| Item not found in this collection. |
| 3266 |
| Cannot append a Field that is already a part of a Fields collection. |
| 3267 |
| Property can be set only when the Field is part of a Recordset object's Fields collection. |
| 3268 |
| Cannot set this property once the object is part of a collection. |
| 3269 |
| Cannot append an Index that is already a part of an Indexes collection. |
| 3271 |
| Invalid property value. |
| 3272 |
| Object is not a collection. |
| 3273 |
| Method not applicable for this object. |
| 3274 |
| External table is not in the expected format. |
| 3275 |
| Unexpected error from external database driver (|). |
| 3276 |
| Invalid database object reference. |
| 3277 |
| Cannot have more than 10 fields in an index. |
| 3278 |
| The Microsoft Jet database engine has not been initialized. |
| 3279 |
| The Microsoft Jet database engine has already been initialized. |
| 3280 |
| Cannot delete a field that is part of an index or is needed by the system. |
| 3281 |
| Cannot delete this index or table. It is either the current index or is used in a relationship. |
| 3282 |
| Operation not supported on a table that contains data. |
| 3283 |
| Primary key already exists. |
| 3284 |
| Index already exists. |
| 3285 |
| Invalid index definition. |
| 3286 |
| Format of memo file does not match specified external database format. |
| 3287 |
| Cannot create index on the given field. |
| 3288 |
| Paradox index is not primary. |
| 3289 |
| Syntax error in CONSTRAINT clause. |
| 3290 |
| Syntax error in CREATE TABLE statement. |
| 3291 |
| Syntax error in CREATE INDEX statement. |
| 3292 |
| Syntax error in field definition. |
| 3293 |
| Syntax error in ALTER TABLE statement. |
| 3294 |
| Syntax error in DROP INDEX statement. |
| 3295 |
| Syntax error in DROP TABLE or DROP INDEX. |
| 3296 |
| Join expression not supported. |
| 3297 |
| Could not import table or query. No records found, or all records contain errors. |
| 3298 |
| There are several tables with that name. Please specify owner in the format 'owner.table'. |
| 3299 |
| ODBC Specification Conformance Error (|). Report this error to the developer of your application. |
| 3300 |
| Cannot create a relationship. |
| 3301 |
| Cannot perform this operation; features in this version are not available in databases with older formats. |
| 3302 |
| Cannot change a rule while the rules for this table are in use. |
| 3303 |
| Cannot delete this field. It is part of one or more relationships. |
| 3304 |
| You must enter a personal identifier (PID) consisting of at least 4 and no more than 20 characters and digits. |
| 3305 |
| Invalid connection string in pass-through query. |
| 3306 |
| You have 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. |
| 3307 |
| The number of columns in the two selected tables or queries of a union query do not match. |
| 3308 |
| Invalid TOP argument in select query. |
| 3309 |
| Property value is too large. |
| 3310 |
| This property is not supported for external data sources or for databases created with a previous version of Microsoft Jet. |
| 3311 |
| Property specified already exists. |
| 3312 |
| Validation rules and default values cannot be placed on system or linked tables. |
| 3313 |
| Cannot place this validation expression on this field. |
| 3314 |
| The field '|' cannot contain a Null value because the Required property for this field is set to True. Enter a value in this field. |
| 3315 |
| Field '|' cannot be a zero-length string. |
| 3317 |
| One or more values are prohibited by the validation rule '|2' set for '|1'. Enter a value that the expression for this field can accept. |
| 3318 |
| Values specified in a TOP clause are not allowed in delete queries or reports. |
| 3319 |
| Syntax error in union query. |
| 3320 |
| | in table-level validation expression. |
| 3321 |
| No database specified in connection string or IN clause. |
| 3322 |
| Crosstab query contains one or more invalid fixed column headings. |
| 3323 |
| The query cannot be used as a row source. |
| 3324 |
| The query is a DDL query and cannot be used as a row source. |
| 3325 |
| Pass-through query with ReturnsRecords property set to True did not return any records. |
| 3326 |
| This Recordset is not updateable. |
| 3327 |
| Field '|' is based on an expression and cannot be edited. |
| 3328 |
| Table '|2' is read-only. |
| 3329 |
| Record in table '|' was deleted by another user. |
| 3330 |
| Record in table '|' is locked by another user. |
| 3331 |
| To make changes to this field, first save the record. |
| 3332 |
| Cannot enter value into blank field on 'one' side of outer join. |
| 3333 |
| Records in table '|' would have no record on the 'one' side. |
| 3334 |
| Can be present only in version 1.0 format. |
| 3335 |
| DeleteOnly called with non-zero cbData. |
| 3336 |
| Btrieve: Invalid IndexDDF option in initialization setting. |
| 3337 |
| Invalid DataCodePage option in initialization setting. |
| 3338 |
| Btrieve: Xtrieve options are not correct in initialization setting. |
| 3339 |
| Btrieve: Invalid IndexDeleteRenumber option in initialization setting. |
| 3340 |
| Query '|' is corrupt. |
| 3341 |
| The current field must match the join key '|' 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. |
| 3342 |
| Invalid Memo, OLE, or Hyperlink Object in subquery '|'. |
| 3343 |
| Unrecognized database format '|'. |
| 3344 |
| The database engine does not recognize either the field '|1' in a validation expression, or the default value in the table '|2'. |
| 3345 |
| Unknown or invalid field reference '|'. |
| 3346 |
| Number of query values and destination fields are not the same. |
| 3347 |
| Cannot add record(s); primary key for table '|' not in recordset. |
| 3348 |
| Cannot add record(s); join key of table '|' not in recordset. |
| 3349 |
| Numeric field overflow. |
| 3350 |
| Object is invalid for operation. |
| 3351 |
| The ORDER BY expression (|) includes fields that are not selected by the query. Only those fields requested in the first query can be included in an ORDER BY expression. |
| 3352 |
| No destination field name in INSERT INTO statement (|). |
| 3353 |
| Btrieve: Cannot find file Field.ddf. |
| 3354 |
| At most one record can be returned by this subquery. |
| 3355 |
| Syntax error in default value. |
| 3356 |
| You attempted to open a database that is already opened exclusively by user '|2' on machine '|1'. Try again when the database is available. |
| 3357 |
| This query is not a properly formed data-definition query. |
| 3358 |
| Cannot open the Microsoft Jet engine workgroup information file. |
| 3359 |
| Pass-through query must contain at least one character. |
| 3360 |
| Query is too complex. |
| 3361 |
| Unions not allowed in a subquery. |
| 3362 |
| Single-row update/delete affected more than one row of a linked table. Unique index contains duplicate values. |
| 3363 |
| Record(s) cannot be added; no corresponding record on the 'one' side. |
| 3364 |
| Cannot use Memo, OLE, or Hyperlink Object field '|' in the SELECT clause of a union query. |
| 3365 |
| Property value not valid for REMOTE objects. |
| 3366 |
| Cannot append a relation with no fields defined. |
| 3367 |
| Cannot append. An object with that name already exists in the collection. |
| 3368 |
| Relationship must be on the same number of fields with the same data types. |
| 3370 |
| Cannot modify the design of table '|'. It is in a read-only database. |
| 3371 |
| Cannot find table or constraint. |
| 3372 |
| No such index '|2' on table '|1'. |
| 3373 |
| Cannot create relationship. Referenced table '|' does not have a primary key. |
| 3374 |
| The specified fields are not uniquely indexed in table '|'. |
| 3375 |
| Table '|1' already has an index named '|2'. |
| 3376 |
| Table '|' does not exist. |
| 3377 |
| No such relationship '|2' on table '|1'. |
| 3378 |
| There is already a relationship named '|' in the current database. |
| 3379 |
| Cannot create relationships to enforce referential integrity. Existing data in table '|2' violates referential integrity rules in table '|1'. |
| 3380 |
| Field '|2' already exists in table '|1'. |
| 3381 |
| There is no field named '|2' in table '|1'. |
| 3382 |
| Size of field '|' is too long. |
| 3383 |
| Cannot delete field '|'. It is part of one or more relationships. |
| 3384 |
| Cannot delete a built-in property. |
| 3385 |
| User-defined properties do not support a Null value. |
| 3386 |
| Property '|' must be set before using this method. |
| 3387 |
| Cannot find TEMP directory. |
| 3388 |
| Unknown function '|2' in validation expression or default value on '|1'. |
| 3389 |
| Query support unavailable. |
| 3390 |
| Account name already exists. |
| 3391 |
| An error has occurred. Properties were not saved. |
| 3393 |
| Cannot perform join, group, sort, or indexed restriction. A value being searched or sorted on is too long. |
| 3394 |
| Cannot save property; property is a schema property. |
| 3396 |
| Cannot perform cascading operation. Since related records exist in table '|', referential integrity rules would be violated. |
| 3397 |
| Cannot perform cascading operation. There must be a related record in table '|'. |
| 3398 |
| Cannot perform cascading operation. It would result in a null key in table '|'. |
| 3399 |
| Cannot perform cascading operation. It would result in a duplicate key in table '|'. |
| 3400 |
| Cannot perform cascading operation. It would result in two updates to field '|2' in table '|1'. |
| 3401 |
| Cannot perform cascading operation. It would cause field '|' to become Null, which is not allowed. |
| 3402 |
| Cannot perform cascading operation. It would cause field '|' to become a zero-length string, which is not allowed. |
| 3403 |
| Cannot perform cascading operation: '|'. |
| 3404 |
| Cannot perform cascading operation. The value entered is prohibited by the validation rule '|2' set for '|1'. |
| 3405 |
| Error '|' in validation rule. |
| 3406 |
| The expression you are trying to use for the DefaultValue property is invalid because '|'. Use a valid expression to set this property. |
| 3407 |
| The server's MSysConf table exists, but is in an incorrect format. Contact your system administrator. |
| 3408 |
| Too many FastFind Sessions were invoked. |
| 3409 |
| Invalid field definition '|' in definition of index or relationship. |
| 3411 |
| Invalid entry. Cannot perform cascading operation in table '|1' because the value entered is too large for field '|2'. |
| 3412 |
| Cannot perform cascading update on the table because it is currently in use by another user. |
| 3413 |
| Cannot perform cascading operation on table '|1' because it is currently in use by user '|3' on machine '|2'. |
| 3414 |
| Cannot perform cascading operation on table '|1' because it is currently in use. |
| 3415 |
| Zero-length string is valid only in a Text or Memo field. |
| 3417 |
| An action query cannot be used as a row source. |
| 3418 |
| Cannot open '|'. Another user has the table open using a different network control file or locking style. |
| 3419 |
| Cannot open this Paradox 4.x or 5.x table because ParadoxNetStyle is set to 3.x in the Windows Registry. |
| 3420 |
| Object invalid or no longer set. |
| 3421 |
| Data type conversion error. |
| 3422 |
| Cannot modify table structure. Another user has the table open. |
| 3423 |
| You cannot use ODBC to import from, export to, or link an external Microsoft Jet or ISAM database table to your database. |
| 3424 |
| Cannot create database because the locale is invalid. |
| 3425 |
| This method or property is not currently available on this Recordset. |
| 3426 |
| This action was cancelled by an associated object. |
| 3427 |
| Error in DAO automation. |
| 3428 |
| A problem occurred in your database. Correct the problem by repairing and compacting the database. |
| 3429 |
| Incompatible version of an installable ISAM. |
| 3430 |
| While loading the Microsoft Excel installable ISAM, OLE was unable to initialize. |
| 3431 |
| This is not a Microsoft Excel 5.0 file. |
| 3432 |
| Error opening a Microsoft Excel 5.0 file. |
| 3433 |
| Invalid setting in Excel key of the Engines section of the Windows Registry. |
| 3434 |
| Cannot expand named range. |
| 3435 |
| Cannot delete spreadsheet cells. |
| 3436 |
| Failure creating file. |
| 3437 |
| Spreadsheet is full. |
| 3438 |
| The data being exported does not match the format described in the Schema.ini file. |
| 3439 |
| You attempted to link or import a Microsoft Word mail merge file. Although you can export such files, you cannot link or import them. |
| 3440 |
| An attempt was made to import or link an empty text file. To import or link a text file, the file must contain data. |
| 3441 |
| Text file specification field separator matches decimal separator or text delimiter. |
| 3442 |
| In the text file specification '|1', the |2 option is invalid. |
| 3443 |
| The fixed width specification '|1' contains no column widths. |
| 3444 |
| In the fixed width specification '|1', column '|2' does not specify a width. |
| 3445 |
| Incorrect version of the DLL file '|' was found. |
| 3446 |
| Jet 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. |
| 3447 |
| The 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. |
| 3448 |
| A call to an OLE system function was not successful. Try reinstalling the application that returned the error. |
| 3449 |
| No country code found in connection string for a linked table. |
| 3450 |
| Syntax error in query. Incomplete query clause. |
| 3451 |
| Illegal reference in query. |
| 3452 |
| You cannot make changes to the design of the database at this replica. |
| 3453 |
| You cannot establish or maintain an enforced relationship between a replicated table and a local table. |
| 3455 |
| Cannot make the database replicable. |
| 3456 |
| Cannot make the |2 object in |1 container replicable. |
| 3457 |
| You cannot set the KeepLocal property for an object that is already replicated. |
| 3458 |
| The KeepLocal property cannot be set on a database; it can be set only on the objects in a database. |
| 3459 |
| After a database has been replicated, you cannot remove the replication features from the database. |
| 3460 |
| The operation you attempted conflicts with an existing operation involving this member of the replica set. |
| 3461 |
| The replication property you are attempting to set or delete is read-only and cannot be changed. |
| 3462 |
| Failure to load a DLL. |
| 3463 |
| Cannot find the .dll '|2'. |
| 3464 |
| Data type mismatch in criteria expression. |
| 3465 |
| The disk drive you are attempting to access is unreadable. |
| 3468 |
| Access was denied while accessing dropbox folder '|2'. |
| 3469 |
| The disk for dropbox folder '|2' is full. |
| 3470 |
| Disk failure accessing dropbox folder '|2'. |
| 3471 |
| Failure to write to the Synchronizer log file. |
| 3472 |
| Disk full for path '|1'. |
| 3473 |
| Disk failure while accessing log file '|1'. |
| 3474 |
| Cannot open the log file '|1' for writing. |
| 3475 |
| Sharing violation while attempting to open log file '|1' in Deny Write mode. |
| 3476 |
| Invalid dropbox path '|2'. |
| 3477 |
| Dropbox address '|2' is syntactically invalid. |
| 3478 |
| The replica is not a partial replica. |
| 3479 |
| Cannot designate a partial replica as the Design Master for the replica set. |
| 3480 |
| The relationship '|' in the partial filter expression is invalid. |
| 3481 |
| The table name '|' in the partial filter expression is invalid. |
| 3482 |
| The filter expression for the partial replica is invalid. |
| 3483 |
| The password supplied for the dropbox folder '|2' is invalid. |
| 3484 |
| The password used by the Synchronizer to write to a destination dropbox folder is invalid. |
| 3485 |
| The object cannot be replicated because the database is not replicated. |
| 3486 |
| You cannot add a second Replication ID AutoNumber field to a table. |
| 3487 |
| The database you are attempting to replicate cannot be converted. |
| 3488 |
| The value specified is not a ReplicaID for any member in the replica set. |
| 3489 |
| The object specified cannot be replicated because it is missing a necessary resource. |
| 3490 |
| Cannot create a new replica because the '|2' object in '|1' container could not be replicated. |
| 3491 |
| The database must be opened in exclusive mode before it can be replicated. |
| 3492 |
| The synchronization failed because a design change could not be applied to one of the replicas. |
| 3493 |
| Cannot set the specified Registry parameter for the Synchronizer. |
| 3494 |
| Unable to retrieve the specified Registry parameter for the Synchronizer. |
| 3495 |
| There are no scheduled synchronization's between the two Synchronizers. |
| 3496 |
| Replication Manager cannot find the ExchangeID in the MSysExchangeLog table. |
| 3497 |
| Unable to set a schedule for the Synchronizer. |
| 3499 |
| Cannot retrieve the full path information for a member of the replica set. |
| 3500 |
| You cannot specify two different Synchronizers to manage the same replica. |
| 3502 |
| The Design Master or replica is not being managed by a Synchronizer. |
| 3503 |
| The Synchronizer's Registry has no value set for the key you queried. |
| 3504 |
| The Synchronizer ID does not match an existing ID in the MSysTranspAddress table. |
| 3505 |
| You attempted to delete or get information about a partial filter that does not exist in MSysFilters. |
| 3506 |
| The Synchronizer is unable to open the Synchronizer log. |
| 3507 |
| Failure writing to the Synchronizer log. |
| 3508 |
| There is no active transport for the Synchronizer. |
| 3509 |
| Could not find a valid transport for this Synchronizer. |
| 3510 |
| The member of the replica set you are attempting to synchronize is currently being used in another synchronization. |
| 3512 |
| Failed to read the dropbox folder. |
| 3513 |
| Failed to write to the dropbox folder. |
| 3514 |
| Synchronizer could not find any scheduled or on-demand synchronization's to process. |
| 3515 |
| The Microsoft Jet database engine could not read the system clock on your computer. |
| 3516 |
| Destination synchronizer is not configured to support indirect synchronronization, and the destination replica is unavailable for direct synchronization. |
| 3517 |
| Synchronizer could not find any messages to process. |
| 3518 |
| Could not find Synchronizer in the MSysTranspAddress table. |
| 3519 |
| Failed to send a message. |
| 3520 |
| The replica name or ID does not match a currently managed member of the replica set. |
| 3521 |
| Two members of the replica set cannot be synchronized because there is no common point to start the synchronization. |
| 3522 |
| Synchronizer cannot find the record of a specific synchronization in the MSysExchangeLog table. |
| 3523 |
| Synchronizer cannot find a specific version number in the MSysSchChange table. |
| 3524 |
| The history of design changes in the replica does not match the history in the Design Master. |
| 3525 |
| Synchronizer could not access the message database. |
| 3526 |
| The name selected for the system object is already in use. |
| 3527 |
| The Synchronizer or Replication Manager could not find the system object. |
| 3528 |
| There is no new data in shared memory for the Synchronizer or Replication Manager to read. |
| 3529 |
| The Synchronizer or Replication Manager found unread data in the shared memory. The existing data will be overwritten. |
| 3530 |
| The Synchronizer is already serving a client. |
| 3531 |
| The wait period for an event has timed out. |
| 3532 |
| Synchronizer could not be initialized. |
| 3533 |
| The system object used by a process still exists after the process has stopped. |
| 3534 |
| Synchronizer looked for a system event but did not find one to report to the client. |
| 3535 |
| Client has asked the Synchronizer to terminate operation. |
| 3536 |
| Synchronizer received an invalid message for a member of the replica set that it manages. |
| 3537 |
| The Synchronizer's client is no longer present and cannot be notified. |
| 3538 |
| Cannot initialize Synchronizer because there are too many applications running. |
| 3539 |
| A system error has occurred or your swap file has reached its limit. |
| 3540 |
| Your swap file has reached its limit or is corrupted. |
| 3541 |
| Synchronizer could not be shut down properly and is still active. |
| 3542 |
| Process stopped when attempting to terminate Synchronizer client. |
| 3543 |
| Synchronizer has not been set up. |
| 3544 |
| Synchronizer is already running. |
| 3545 |
| The two replicas you are attempting to synchronize are from different replica sets. |
| 3546 |
| The type of synchronization you are attempting is not valid. |
| 3547 |
| Synchronizer could not find a replica from the correct set to complete the synchronization. |
| 3548 |
| GUIDs do not match or the requested GUID could not be found. |
| 3549 |
| The file name you provided is too long. |
| 3550 |
| There is no index on the GUID column. |
| 3551 |
| Unable to delete the specified Registry parameter for the Synchronizer. |
| 3552 |
| The size of the Registry parameter exceeds the maximum allowed. |
| 3553 |
| The GUID could not be created. |
| 3555 |
| All valid nicknames for replicas are already in use. |
| 3556 |
| Invalid path for destination dropbox folder. |
| 3557 |
| Invalid address for destination dropbox folder. |
| 3558 |
| Disk I/O error at destination dropbox folder. |
| 3559 |
| Failure to write because destination disk is full. |
| 3560 |
| The two members of the replica set you are attempting to synchronize have the same ReplicaID. |
| 3561 |
| The two members of the replica set you are attempting to synchronize are both Design Masters. |
| 3562 |
| Access denied at destination dropbox folder. |
| 3563 |
| Fatal error accessing a local dropbox folder. |
| 3564 |
| Synchronizer cannot find the source file for messages. |
| 3565 |
| There is a sharing violation in the source dropbox folder because the message database is open in another application. |
| 3567 |
| Message in dropbox folder belongs to the wrong Synchronizer. |
| 3568 |
| Synchronizer could not delete a file. |
| 3569 |
| This member of the replica set has been logically removed from the set and is no longer available. |
| 3570 |
| The filters defining a partial replica have been changed. The partial replica must be repopulated. |
| 3571 |
| The attempt to set a column in a partial replica violated a rule governing partial replicas. |
| 3572 |
| A disk I/O error occurred while reading or writing to the TEMP directory. |
| 3573 |
| The directory you queried for a list of replicas is not a managed directory. |
| 3574 |
| The ReplicaID for this member of the replica set was reassigned during a move or copy procedure. |
| 3575 |
| The disk drive you are attempting to write to is full. |
| 3576 |
| The database you are attempting to open is already in use by another application. |
| 3577 |
| Cannot update replication system column. |
| 3578 |
| Failure to replicate database; cannot determine whether the database is open in exclusive mode. |
| 3579 |
| Could not create replication system tables needed to make the database replicable. |
| 3580 |
| Could not add rows needed to make the database replicable. |
| 3581 |
| Cannot open replication system table '|' because the table is already in use. |
| 3582 |
| Cannot make a new replica because the |2 object in |1 container could not be made replicable. |
| 3583 |
| Cannot make the |2 object in |1 container replicable. |
| 3584 |
| Insufficient memory to complete operation. |
| 3585 |
| Cannot replicate the table; the number of columns exceeds the maximum allowed. |
| 3586 |
| Syntax error in partial filter expression on table |1. |
| 3587 |
| Invalid expression in the ReplicaFilter property. |
| 3588 |
| Error when evaluating the partial filter expression. |
| 3589 |
| The partial filter expression contains an unknown function. |
| 3590 |
| Violates the rules for partial replicas. |
Next »
E-Tech Recovery Damaged/Corrupt File Repair or Data Conversion Service:
Please send us your damaged/corrupted file for a FREE No-Obligation Evaluation by our qualified engineers by clicking here or sending us an email at etech@etechrecovery.com. After you submit a request, we will send you details to send us your file via FTP. If we can repair your file, we will send you a quote and you can decide if you want to go ahead with the recovery.
To view our Privacy policy click here.
|
|
© Copyright simply-accounting.com 2002-2010. All Rights Reserved. Sitemap.
E-Tech Corporation | E-Tech Data Recovery| E-Tech Research
| Quickbooks Conversion | Quickbooks Connector
| Quickbooks Recovery UK | Quickbooks Recovery Canada | Quickbooks Data Recovery
|
| EMERGENCY RECOVERY SERVICE |
|
Do you have a Corrupt Database or are unable to open a data file?
We provide a recovery service that's guaranteed to repair your database. We have provided this service to big name companies like the US Army, American Express, AOL, AT&T, Air Canada etc. and you get the same guaranteed service. This includes telephone support if needed. We guarantee 100% satisfaction! More info »
|
|
| PASSWORD AND DAMAGED FILE RECOVERY |
|
We can recover damaged or corrupted data files and passwords from files of most formats.
Please zip and FTP your file to us by clicking here.
You do not pay if we cannot recover your password or recover your damaged file. More info »
|
|
| Testimonials |
|
"Our client had a few access database that needed recovery since the workgroup file got corrupted. ETechRecovery's 'Remove Access Security' gave us access to all our databases without a problem. Also email support was great!" -- Van Rensberg, Icon Medialab
"Excellent software and support. I will not hesitate recommending E-Tech Recovery to all my clients" -- Gary Fischer, ACC
|
|
 |
|