Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: Run-time Error 3433 When You Import or Export a Text File


View products that this article applies to.

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.

↑ Back to the top


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.

↑ Back to the top


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

↑ Back to the top


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,abcd

↑ Back to the top


Status

Microsoft 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.

↑ Back to the top


More information

This problem results from changes made to address the security issue described in the following Microsoft Knowledge Base article:
239471 Jet 4.0 Text IISAM Allows Users to Append Lines to System Files

↑ Back to the top


Keywords: KB268264, kbqfe, kbfix, kbbug

↑ Back to the top

Article Info
Article ID : 268264
Revision : 3
Created on : 2/16/2004
Published on : 2/16/2004
Exists online : False
Views : 334