![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've been reading all of the threads regarding compacting and I've got something that I haven't seen before. I read through the excellent information at www.granite.ab.ca but did not see this covered. I have a database that won't complete compacting. It creates the new file and begins the compact procedure but then stops. What's weird is the database comes back up and I can do things but the "compact" progress bar stays displayed. I see this disk light flicker about every 5 seconds (although that could be anything with Windows.) If I exit Access, then try to shut down, Windows complains that Access is still running. I found the code to import database objects from one file to another. I got this to work just fine but when I try to compact the new file, the same thing happens. I tried JETCOMP and it crashes, both on the original file and the file into which I imported the stuff (through code). If I open up a blank database and do a "normal" import, it seems to bring in all of the tables and other objects then says it's importing "&relationships" and hangs. The database has been acting "weird" lately which is why I'm trying to get a clean repaired copy but I don't know what to try next. Everett |
#3
| |||
| |||
|
|
Deano, Arrgh! It was a very good idea to do it piece by piece until finding the problem. This database takes some giant imported text files and spits out some Excel files. In addition, it attaches to a seperate vendor database. We moved that database and the connect string of several of the attachments is now too long. http://support.microsoft.com/default...b;en-us;811120 Whoda thunk? Thanks a lot! Everett |
|
"Deano" <martinday66999 (AT) hotmail (DOT) com> wrote in message news:<oJwWa.52077$9C6.3028979 (AT) wards (DOT) force9.net>... Everett Sumner wrote: I've been reading all of the threads regarding compacting and I've got something that I haven't seen before. I read through the excellent information at www.granite.ab.ca but did not see this covered. I have a database that won't complete compacting. It creates the new file and begins the compact procedure but then stops. What's weird is the database comes back up and I can do things but the "compact" progress bar stays displayed. I see this disk light flicker about every 5 seconds (although that could be anything with Windows.) If I exit Access, then try to shut down, Windows complains that Access is still running. I found the code to import database objects from one file to another. I got this to work just fine but when I try to compact the new file, the same thing happens. I tried JETCOMP and it crashes, both on the original file and the file into which I imported the stuff (through code). If I open up a blank database and do a "normal" import, it seems to bring in all of the tables and other objects then says it's importing "&relationships" and hangs. The database has been acting "weird" lately which is why I'm trying to get a clean repaired copy but I don't know what to try next. Everett Does it fully compile ok? A slight error might see Access hanging e.g when trying to create an mde and there are code errors. What about importing to a new db bit by bit and compacting after each import? You might find the culprit that way. Can you create a new db and compact OK? |
#4
| |||
| |||
|
|
Everett Sumner wrote: Deano, Arrgh! It was a very good idea to do it piece by piece until finding the problem. This database takes some giant imported text files and spits out some Excel files. In addition, it attaches to a seperate vendor database. We moved that database and the connect string of several of the attachments is now too long. http://support.microsoft.com/default...b;en-us;811120 Whoda thunk? Thanks a lot! Everett Can't say I know anything about linking tables - the only solution seems to be to shorten the connect string, which might mean manipulating filenames via some other means. Hope you get it sorted. "Deano" <martinday66999 (AT) hotmail (DOT) com> wrote in message news:<oJwWa.52077$9C6.3028979 (AT) wards (DOT) force9.net>... Everett Sumner wrote: I've been reading all of the threads regarding compacting and I've got something that I haven't seen before. I read through the excellent information at www.granite.ab.ca but did not see this covered. I have a database that won't complete compacting. It creates the new file and begins the compact procedure but then stops. What's weird is the database comes back up and I can do things but the "compact" progress bar stays displayed. I see this disk light flicker about every 5 seconds (although that could be anything with Windows.) If I exit Access, then try to shut down, Windows complains that Access is still running. I found the code to import database objects from one file to another. I got this to work just fine but when I try to compact the new file, the same thing happens. I tried JETCOMP and it crashes, both on the original file and the file into which I imported the stuff (through code). If I open up a blank database and do a "normal" import, it seems to bring in all of the tables and other objects then says it's importing "&relationships" and hangs. The database has been acting "weird" lately which is why I'm trying to get a clean repaired copy but I don't know what to try next. Everett Does it fully compile ok? A slight error might see Access hanging e.g when trying to create an mde and there are code errors. What about importing to a new db bit by bit and compacting after each import? You might find the culprit that way. Can you create a new db and compact OK? |
![]() |
| Thread Tools | |
| Display Modes | |
| |