Microsoft KB Archive/161173

From BetaArchive Wiki

Article ID: 161173

Article Last Modified on 1/19/2007



APPLIES TO

  • Microsoft Access 97 Standard Edition



This article was previously published under Q161173

Moderate: Requires basic macro, coding, and interoperability skills.


SYMPTOMS

When you try to use the Microsoft Messaging Driver in your Visual Basic code to import, export, or link a Microsoft Outlook or Microsoft Exchange folder, you may receive the following error message:

Run-time error '3170':
Couldn't find installable ISAM.

CAUSE

When you install the Microsoft Messaging Driver from the Data Access Pack in the Office 97 ValuPack, the Setup program copies the driver to your hard drive, but Setup does not register the driver in the Microsoft Windows registry.

RESOLUTION

You can use the Microsoft Register Server, Regsvr32.exe, to manually register the Microsoft Messaging Driver file in the Microsoft Windows registry. Regsvr32.exe is installed in your Windows\System folder by Microsoft Internet Explorer version 3.01 or later. You can also obtain a copy of Regsvr32.exe from Microsoft's download services.

For information about installing Microsoft Internet Explorer 3.02, please see the following articles in the Microsoft Knowledge base:

159707 Office 97 Requires Internet Explorer 3.01

For information about obtaining a stand-alone copy of Regsvr32.exe, please see the following article in the Microsoft Knowledge Base:

161983 ACC: Regsv32a.exe Available in Download Center


In Microsoft Windows 95 and Microsoft Windows NT 4.0


  1. Quit Microsoft Access if it is running.
  2. Click the Start button, and then click Run.
  3. In the Run dialog box, type the following command in the Open box. Note that the path to Regsvr32.exe and MSExch35.dll may be different on your computer.

          C:\Windows\System\Regsvr32.exe C:\Windows\System\MSExch35.dll
                            

In Microsoft Windows NT 3.51


  1. Quit Microsoft Access if it is running.
  2. In Program Manager or File Manager, click Run on the File menu.
  3. In the Run dialog box, type the following command in the Command Line box. Note that the path to Regsvr32.exe and MSExch35.dll may be different on your computer:

            C:\Winnt\System32\Regsvr32.exe C:\Winnt\System32\MSExch35.dll
                            


STATUS

Microsoft has confirmed this to be a problem in Microsoft Access 97. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

REFERENCES

For more information about the Windows Registry values for the Microsoft Outlook/Exchange driver, search the Help Index for "Microsoft Exchange Data Source Driver, initializing."

For more information about obtaining the Microsoft Outlook/Microsoft Exchange driver, please see the following article in the Microsoft Knowledge Base:

159322 ACC97: Paradox, Lotus, & MS Exchange/Outlook ISAMs in ValuPack

For more information about using the Microsoft Outlook/Microsoft Exchange driver, refer to the Microsoft Exchange/Outlook Driver section of the acread80.wri file in the C:\Program Files\Microsoft Office\Office folder.


Additional query words: ISAM Outlook Off97 run time error 3170 couldn t find installable ISAM

Keywords: kbbug kberrmsg kbusage KB161173