Results 1 to 4 of 4

Thread: Insufficient Memory error while opening a database

  1. #1
    Join Date
    May 2009
    Posts
    837

    Insufficient Memory error while opening a database

    Hi,
    I have copied some Database file from my office to home pc. When I imported the same a insufficient memory error appeared and the database fails to open. How memory does a office applications needs to open a database. Another problem is I had removed that database. But now the programs ask for open a particular application everytime when I run it. How can I remove this message. In the similar manner when I try to edit a record in the database it prompts a message that it is edited by other user. Thanks in advance.

  2. #2
    Join Date
    Mar 2009
    Posts
    1,588

    Re: Insufficient Memory error while opening a database

    This problem may occur if your computer has less than 1GB of RAM and the database is very large. Problems of this type are solved by applying the Office 97 Service Release 1. This service pack is available on the Microsoft website. For removing the message of open application you will need to edit windows registry. First install the Service Pack 8, Jet engine. Then in the registry, under the key: [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Jet \ 4.0 \ Engines], create or edit the DWORD value named SandBoxMode with the value 2. In the same manner under the key: [HKEY_CURRENT_USER \ Software \ Microsoft \ Office \ 11.0 \ Access \ Security], create or edit the DWORD value named Level with a value of 1.

  3. #3
    Join Date
    Jan 2008
    Posts
    3,755

    Re: Insufficient Memory error while opening a database

    To stop the message automatically, you can create a registry file (.reg file ) that you can run to say that the change is applied. Open notepad and put the following content, this for Windows Registry Editor Version 5. Type the following [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Jet \ 4 . 0 \ Engines] " SandBoxMode " = dword: 00000002 [HKEY_CURRENT_USER \ Software \ Microsoft \ Office \ 11 . 0 \ Access \ Security] " Level " = dword: 00000001. Save this file with extension .reg. Double click on it to run the same. For the write conflict where you get a another user error you should try to change something in the same table (or one of the tables involved) as shown on the active form. If the record you are editing SQL is contained in the same page (one page = block of records that Access stops completely when you edit a single record of the page) then the current record in the form is conflicted.

  4. #4
    Join Date
    May 2008
    Posts
    3,316

    Re: Insufficient Memory error while opening a database

    In order to prevent the display of safety warnings related to macros when opening a database. You will need to stop the display of warnings related to macros, change the security level set to Low in the Security Level tab (Tools menu, point to Macro and click Security).If you do not have the Security option in the Macro submenu, you can drag and drop them going in the search. Choose View -> Toolbars -> Customize ... -> Commands tab -> Category Tools -> Command Security.

Similar Threads

  1. Getting insufficient memory space error on Nintendo wii
    By K@ttY in forum Portable Devices
    Replies: 4
    Last Post: 17-01-2012, 09:38 AM
  2. Replies: 2
    Last Post: 13-01-2012, 09:59 AM
  3. Replies: 7
    Last Post: 06-01-2012, 11:16 AM
  4. Getting Error “insufficient memory” in Nokia N900
    By Degrader in forum Portable Devices
    Replies: 4
    Last Post: 02-02-2011, 08:03 PM
  5. ntbackup fails with insufficient memory error 8017
    By sipstake@yahoo.co.uk in forum Windows Server Help
    Replies: 4
    Last Post: 27-05-2008, 07:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,451,252.24159 seconds with 17 queries