Microsoft Knowledge Base Email Alertz

When you try to open a Microsoft Access table from the Database window, you receive the following error message:

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 317708 - Last Review: January 6, 2005 - Revision: 4.0

You receive an "Unknown" or a "Workgroup Administrator couldn't create the workgroup information file" error message when you open a database or a table in Access 2002

This article was previously published under Q317708
Novice: Requires knowledge of the user interface on single-user computers.

This article applies only to a Microsoft Access database (.mdb).

On This Page

SYMPTOMS

When you try to open a Microsoft Access table from the Database window, you receive the following error message:
Unknown
When you try to open an Access database (.mdb) or to run Workgroup Administrator, you may receive the following error message:
Workgroup Administrator couldn't create the workgroup information file. Make sure you have specified a valid path and file name, that you have adequate permissions to create the file, and you have enough disk space on the destination drive. (-3100)

CAUSE

The file Msjtes40.dll is not correctly registered.

RESOLUTION

  1. Quit Access if it is open.
  2. Click Start, and then click Run.
  3. Type the following line in the Open box, and then click OK.
    • If you are running Microsoft Windows 98, Microsoft Windows Millennium Edition, or Microsoft Windows XP:
      regsvr32.exe C:\WINDOWS\system32\msjtes40.dll
      						
    • If you are running Microsoft Windows NT or Microsoft Windows 2000:
      regsvr32.exe C:\WINNT\system32\msjtes40.dll
      							
      NOTE: The location of Msjtes40.dll may be different on your computer.
  4. Restart Access, and then open your database file.
  5. In the Database window, try to open one of the tables.

MORE INFORMATION

Steps to Reproduce the Behavior

  1. Quit Access if it is open.
  2. Click Start, and then click Run.
  3. Type the following line into the Open box, and then click OK:
    regsvr32.exe /u C:\WINNT\system32\msjtes40.dll
    					
    NOTE: The path to Msjtes40.dll may be different on your computer.

  4. Restart Access, and then open the Northwind sample database.
  5. In the Database window, try to open one of the tables.

    Note that you receive the error message that is mentioned in the "Symptoms" section of this article.

APPLIES TO
  • Microsoft Access 2002 Standard Edition
Keywords: 
kbprb KB317708
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

Leo
Written: 9/27/2004 1:18 PM
Thanks a lot guys, this sorted it for me and I'd been trying for five hours....Thanks.

jensjakobsen Report As Irrelevant  
Written: 2/11/2005 8:54 AM
Worked for me too - hadn't been able to work for days!!! Thx a LOT!