473,800 Members | 2,507 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MS Access 2003 - System Resources Exceeded Message When Importing Data

3 New Member
I am new to this site. I have searched and found similar posts but don't think they are answering my question.

I have a basic and simple DB. 4,170,000 records each record being 6 fields. File size is 1 Gb.

Monthly I have our I/T person provide me a txt file. I then use an Import Spec and import the data into my table. Over the last 4 months, I have run into a problem where after I OK the Import Spec and go to make the import, I get the nasty message from the Import Text Wizard dialog box -- "System resource exceeded." I then get a message that says an error occured and the file was not imported. I also get this message if I don't use the Import Spec but just make the import manually - renaming the fields every time I reattempt the import. There is never any more error info other than the message above.

What is aggravating is that until a few months ago I could make this work. Also when I have our I/T person help, she can make it work on her computer using the same methodology. Also, I can make it work on my desktop at home. All of this leads me to believe there is a setting for either Windows or some other system that is preventing this from working.

Other facts -- I get this error when Access is the only software running. We added more memory, I believe it is now approx 1.5 Gb.

Application name Microsoft Access
Version 11.0
Build 5614
Language English (United States)
VBA version 6.04

I have added some software but nothing DB related. I don't have a way of going back in time to know what the settings were prior to this problem.

Any ideas where to start my search or what I can zero in on to check???????

Thanks for any help anyone can provide.

Dave
Dec 31 '06 #1
23 25941
NeoPa
32,579 Recognized Expert Moderator MVP
It's such a well worded question that I'm sorry I can't be any help :(
I wish all problems were stated as clearly - we'd all have so much more time to help with.
The only things I can say that may be of any use are :
1. Access is famous for reporting completely spurious error messages. Don't rely on the message as reported indicating what the error actually is.
2. To get around the problem you may want to set up a separate database which has just that table in it. This could then be linked to from your front end. You would probably want to execute a 'Compact & Repair on it after using it.

Here is some code to enable the compacting bit :
Expand|Select|Wrap|Line Numbers
  1. 'CompactDb compacts a remote Access database.
  2. Public Function CompactDb(ByVal strDB As String, _
  3.                           Optional strPW As String = "") As Boolean
  4.     Dim strNewDB As String, strLocale As String
  5.  
  6.     On Error GoTo ErrorCDB
  7.     strNewDB = Replace(strDB, ".Mdb", "New.Mdb")
  8.     Call Echo(True, "Compacting '" & strDB & "'.")
  9.     If strPW <> "" Then strLocale = ";pwd=" & strPW
  10.     If Exist(strNewDB) Then Kill strNewDB
  11.     Call DBEngine.CompactDatabase(SrcName:=strDB, _
  12.                                   DstName:=strNewDB, _
  13.                                   DstLocale:=strLocale, _
  14.                                   SrcLocale:=strLocale)
  15.     Kill strDB
  16.     Name strNewDB As strDB
  17.     Call Echo(True, "'" & strDB & "' compacted.")
  18.     CompactDb = True
  19.     Exit Function
  20.  
  21. ErrorCDB:
  22.     CompactDb = False
  23. End Function
  24.  
  25. 'Exist returns true if strFile exists.
  26. '22/05/2003 Rewritten with better code.
  27. '20/05/2005 Added finding of R/O, System & Hidden files
  28. Public Function Exist(strFile As String, _
  29.                       Optional intAttrib As Integer = &H7) As Boolean
  30.     Exist = (Dir(PathName:=strFile, Attributes:=intAttrib) <> "")
  31. End Function
Dec 31 '06 #2
MMcCarthy
14,534 Recognized Expert Moderator MVP
You say you added more memory. I assume this was RAM as that would have been my first guess. My next guess would be that there is an error in you access installation and you are not using an up-to-date Jet Engine. My suggestion here would be to uninstall your access software and then reinstall it. However, your IT person may be able to upgrade the Jet Engine without doing this.

Mary

BTW, you didn't say what version of Access you were using.
Jan 1 '07 #3
Rogiecrockett
3 New Member
You say you added more memory. I assume this was RAM as that would have been my first guess. My next guess would be that there is an error in you access installation and you are not using an up-to-date Jet Engine. My suggestion here would be to uninstall your access software and then reinstall it. However, your IT person may be able to upgrade the Jet Engine without doing this.

Mary

BTW, you didn't say what version of Access you were using.
Mary,

Yes, we added RAM.

Access 2003 Version 11. I copied the details off of the Access 'Help' so everyone could see. Is there something else I am missing that would help?

I will try the uninstall after seeing if we can first upgrade the Jet engine. My guess is they won't know how to do this, nor do I, so we will default to a complete re-install.

Dave.
Jan 1 '07 #4
Rogiecrockett
3 New Member
Mary,

I did more checking and found this information under Windows XP in the subcategory 'Jet Core Components'. Can you tell from this if I have the latest Jet Engine? I see on the MS website a 4.0 service pack 8 that has a release date of 15 Oct 2003. My system was set up in Jul 2005. How do I find out if I have the latest?

Thanks,
Dave.


Description Excel
Path C:\WINDOWS\Syst em32\msexcl40.d ll
Version 4.00.8618.0

Description Exchange
Path C:\WINDOWS\Syst em32\msexch40.d ll
Version 4.00.6807.0

Description Jet 2.x
Path C:\WINDOWS\Syst em32\msrd2x40.d ll
Version 4.00.7328.0

Description Jet 3.x
Path C:\WINDOWS\Syst em32\msrd3x40.d ll
Version 4.00.6508.0

Description Jet 4.0
Path Not Available
Version

Description Lotus
Path C:\WINDOWS\Syst em32\msltus40.d ll
Version 4.00.6508.0

Description ODBC
Path Not Available
Version

Description Paradox
Path C:\WINDOWS\Syst em32\mspbde40.d ll
Version 4.00.8015.0

Description SharePoint
Path C:\PROGRA~1\MIC ROS~2\OFFICE11\ MSJSPP40.DLL
Version 11.00.5510.0

Description Text
Path C:\WINDOWS\Syst em32\mstext40.d ll
Version 4.00.8015.0

Description Xbase
Path C:\WINDOWS\Syst em32\msxbde40.d ll
Version 4.00.8025.0
Jan 1 '07 #5
nico5038
3,080 Recognized Expert Specialist
Having a 1.5 Gb fie is really stressing Access and I would probably try to import the file first into Oracle or MS SQL.
The reason of the exceeded limit might be the fact that your tempfile folder is on a drive not having the needed free space. Normally Access will create a temp database for the session on the C: drive (but your office defaults might differ). When that drive is short, Access will fail....

Nic;o)
Jan 1 '07 #6
willakawill
1,646 Top Contributor
Having a 1.5 Gb fie is really stressing Access and I would probably try to import the file first into Oracle or MS SQL.
The reason of the exceeded limit might be the fact that your tempfile folder is on a drive not having the needed free space. Normally Access will create a temp database for the session on the C: drive (but your office defaults might differ). When that drive is short, Access will fail....

Nic;o)
Are you not approaching the Access size limit here?
chech this out
Jan 1 '07 #7
Killer42
8,435 Recognized Expert Expert
Hi.

The Jet version stuff is way over my head, but there are a couple of things I would check.
  • Possibility of a corrupted database file. Compact/repair may or may not make a difference there. Also, can you make a copy of the database file, delete the data from it, compact/repair, then import into that one?
  • Disk integrity. Have you run scandisk recently? In the past (many years ago, admittedly) I have known a simple disk error such as cross-linked clusters to cause all sorts of weird an apparently unrelated problems.
  • Do anything you can to narrow down the problem area. For example:
    • Copying and cleaning out the database as mentioned above.
    • Creating a fresh copy and copying the data into it.
    • Deleting all indexes and trying again.
    • Cool! I didn't know you could do nested lists here until I tried. :)
  • This I/T person who can get it to work - is that the SAME database, or a similar one? There's a huge difference. If there is any sort of corruption, it may only be in the one file.
  • Have you tried scanning MSDN website or googling the error you obtained, in conjunction with key words such as "MS ACCESS"? Even though this is an MS product, there's still a slight chance that it got the error message right.
  • Is there any chance it's something odd in the input text file? Is everyone importing the same file?
Jan 1 '07 #8
Killer42
8,435 Recognized Expert Expert
Having a 1.5 Gb fie is really stressing Access and I would probably try ...
Just a minor point - the OP said the database was about 1GB. The 1.5GB mentioned was the PC's estimated RAM.

So unless the text file being imported is really big, there should be no chance of hitting the 2GB limit. As for the rest (temp database, etc) - yeah, definitely worth checking.
Jan 1 '07 #9
MMcCarthy
14,534 Recognized Expert Moderator MVP
Have a look at this site

http://support.microso ft.com/kb/223320


Mary
Jan 2 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

8
2959
by: Frnak McKenney | last post by:
Back when computer dinosaurs roamed the earth and the precursors to today's Internet were tiny flocks of TDMs living symbiotically with the silicon giants, tracking access to data processing resources was much simpler: you logged in with a userID and password, and when you were done you ended your session by logging out (or occasionally by being disconnected). Connection time was easy to measure, and it made sense to both the customer...
0
2983
by: Frederick Noronha \(FN\) | last post by:
---------- Forwarded message ---------- Solutions to Everyday User Interface and Programming Problems O'Reilly Releases "Access Cookbook, Second Edition" Sebastopol, CA--Neither reference book nor tutorial, "Access Cookbook, Second Edition" (O'Reilly, US $49.95), by Ken Getz, Paul Litwin, and Andy Baron, delivers hundreds of practical examples, up-to-date suggestions, and handy solutions to real-world problems that Access users and...
10
4231
by: B Moor | last post by:
Host PC: Win SBS 2003 with 2.6 GHz processor and 1GB RAM SQL Server 2000 sp3 (or latest).MS Office 2k3 I have the access 2k3 front end running on server (this may get changed) and all was well until an upgrade 1 week ago when I installed a new version of the mde (with very minor changes) and a new VB application via a VB6 installer setup.exe. Access uses odbc to linked tables on SQL Server, plus a few local tables.
7
8875
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I want my users to be able to select a report, click on a command button on a form, which will then automatically create the report as a pdf file and save it to the user's machine. I am using Adobe Acrobat (5.0 I think) and have Adobe Distiller as a
1
3111
by: B Moor | last post by:
Hello, I am quite bogged down with this problem and would like some tips/help if any one has any. Thanks in advance. The Problem ----------- This system initially seemed quite stable for a few weeks but now,
3
1904
by: Rachel | last post by:
Hi, I am using the data access application block successfully in our development environment, however when I deploy to our testing server as Private Assemblies I keep getting the following Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
52
9993
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server 2005, and, since he already has licenses for Office Pro 2002, he wants to upgrade to that. I've been saying that we need to upgrade to Access 2003, not 2002, even if Office is kept at 2002. We are also looking to do a fair amount of...
17
4423
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting there, but is there a way they can find out if that application was put there from a CD or email or created at work? Hint: It's not on a client/server database, just native jet database mdb created on Access 2003 (default 2000)...
6
2425
by: Wesley Peace | last post by:
I hate to cross post, but I've gotten no answer yet on a problem I'm having with visual studio 2008. I've created a series of forms with controls to access a Access database tables. The connection string works fine and the tables are added to the project without a problem. When I create the tables they appear to bind and I am able to preview the data in the database in design mode; however, at runtime no data is displayed and the...
0
9690
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10274
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10251
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10033
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5606
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.