ACC2000: Run-time Error 3433 When You Import or Export a Text File (268264)
The information in this article applies to:
This article was previously published under Q268264 SYMPTOMS
When you import data from a text file, or export data to a text file by using the Text ISAM, you receive the following error message:
Run-time error '3433'
Invalid setting in Excel key of the Engines section of the Windows Registry.
CAUSE
This problem occurs if both of the following conditions are true:
- The DisabledExtensions value in the following registry subkey
HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\4.0\Engines\Text
contains an extension that is five or more characters long.
For example, abcde causes the problem if the registry value is the following: !txt,csv,tab,asc,htm,html,abcde - Microsoft Jet 4.0 Service Pack 3 (SP3) or Service Pack 4 (SP4) is installed, or you are running Microsoft Windows 2000.
RESOLUTION
To resolve this problem, install the latest Jet 4.0 service pack.
For additional information about how to obtain and install the latest Jet 4.0 service pack, click the following article number to view the article in the Microsoft Knowledge Base:
239114
How To: Obtain the Latest Service Pack for the Microsoft Jet 4.0 Database Engine
WORKAROUND
To work around this problem, use only the first four characters of any file name extensions in the DisabledExtensions registry value. For example, if abcde appears in the list of file name extensions
!txt,csv,tab,asc,htm,html,abcde
change the registry value to:
!txt,csv,tab,asc,htm,html,abcdSTATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first fixed in Jet 4.0 SP6.
Modification Type: | Major | Last Reviewed: | 2/16/2004 |
---|
Keywords: | kbbug kbfix kbQFE KB268264 kbAudDeveloper |
---|
|